| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Python 3 is now fully supported without any patches. | Andi Albrecht | 2012-12-31 | 4 | -220/+0 |
| | | | | | | | | | | This change makes the extras/py3k stuff obsolete and installing for Python 3 is as easy as "python3 setup.py install". setup.py uses distribute's use_2to3 flag to automatically run 2to3 when Python 3 is used. \o/ Happy New Year, everyone! | ||||
| * | fix py3k support patch | vthriller | 2012-11-15 | 1 | -9/+69 |
| | | |||||
| * | Update py3k patch. | Andi Albrecht | 2012-03-29 | 1 | -13/+10 |
| | | |||||
| * | Change all internal use of to_unicode() to __unicode__() and marked former ↵ | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -2/+2 |
| | | | | | one as deprecated. | ||||
| * | Don't write diffs when generating py3k version. | Andi Albrecht | 2011-07-30 | 1 | -5/+4 |
| | | | | | | Since the diff contains non-ascii chars it causes an error on buildbot. See http://bugs.python.org/issue7922 | ||||
| * | Fix a Py3K regression. | Andi Albrecht | 2010-12-09 | 1 | -1/+1 |
| | | |||||
| * | Backed out changeset 489299fc3548 | Andi Albrecht | 2010-11-21 | 2 | -1/+35 |
| | | |||||
| * | Include patches from extras/py3k/fixes.diff (fixes issue12). | Andi Albrecht | 2010-11-21 | 2 | -35/+1 |
| | | |||||
| * | Remove next() patch (targets issue12). | Andi Albrecht | 2010-11-21 | 1 | -11/+0 |
| | | |||||
| * | Add copy of setup.py to py3k version. | Andi Albrecht | 2010-11-14 | 1 | -0/+103 |
| | | |||||
| * | Fix automated py3k build. | Andi Albrecht | 2009-09-02 | 2 | -3/+3 |
| | | |||||
| * | Initial approach to provide an experimental Py3K version. | Andi Albrecht | 2009-04-30 | 3 | -0/+72 |
