cpython/Lib/sqlite3/test
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch.
No detailed change log; just check out the change log for the py3k-pep3137
branch.  The most obvious changes:

  - str8 renamed to bytes (PyString at the C level);
  - bytes renamed to buffer (PyBytes at the C level);
  - PyString and PyUnicode are no longer compatible.

I.e. we now have an immutable bytes type and a mutable bytes type.

The behavior of PyString was modified quite a bit, to make it more
bytes-like.  Some changes are still on the to-do list.
2007-11-06 21:34:58 +00:00
..
__init__.py
dbapi.py Breaking ground for PEP 3137 implementation: 2007-10-08 02:46:15 +00:00
factory.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
hooks.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
regression.py Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
transactions.py
types.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
userfunctions.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00