summaryrefslogtreecommitdiff
path: root/README.py3k
Commit message (Collapse)AuthorAgeFilesLines
* - more updates to compatability, C extensions, building, etc.rel_0_9_0b1Mike Bayer2013-10-261-6/+0
|
* don't need 2to3Mike Bayer2013-04-281-48/+2
|
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
|
* first step of [ticket:1949], remove the setuptools aspectMike Bayer2010-11-151-11/+3
| | | | of the plugin, move it to test/bootstrap
* Corrected the py3k docs so that you can properly use python3 to run 2to3. ↵Michael Trier2010-02-251-6/+1
| | | | Thanks Taavi Burns.
* commit a note about 2to3Mike Bayer2010-02-131-0/+5
|
* - Improved the installation/test setup regarding Python 3,Mike Bayer2010-02-131-26/+41
| | | | | | now that Distribute runs on Py3k. distribute_setup.py is now included. See README.py3k for Python 3 installation/ testing instructions.
* - py3k binary type returned natively for sqlite3, pg8000, fixes ↵Mike Bayer2010-01-071-0/+6
| | | | | | [ticket:1639] and [ticket:1581] for now - use type(None), py3k compat, [ticket:1584]
* - unit test fixesMike Bayer2009-10-101-0/+39
- py3k readme - removed column.sequence accessor