summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename "fixes" -> "lib2to3c"; start writing a setup.pyHEADmasterDavid Malcolm2010-03-0510-6/+18
|
* introduce custom postprocessing code to (partly) deal with module ↵David Malcolm2010-02-023-36/+176
| | | | initialization; add selftests for same
* port typeobject.TestFixups to FixText API; add a test case to ensure it can ↵David Malcolm2010-02-021-7/+24
| | | | deal with comments
* Trap errors when invoking spatch, and bubble up as exceptions; introduce ↵David Malcolm2009-12-031-2/+40
| | | | hooks for writing unit tests for fixers
* Try to fix more things up for module initializationsDavid Malcolm2009-11-201-2/+43
|
* Start trying to fixup module initializationDavid Malcolm2009-11-202-1/+33
|
* Use "Fixes" classes for both python and .cocci fix implementations; invoke ↵David Malcolm2009-11-203-3/+45
| | | | the .cocci files from 2to3c
* Remove redundant code; add note about the file's purposeDavid Malcolm2009-11-201-17/+6
|
* Move .cocci files and typeobject.py into a new "fixes" subdirectoryDavid Malcolm2009-11-207-1/+1
|
* Ignore .pyc filesDavid Malcolm2009-11-201-1/+1
|
* Introduce "2to3c" command, working towards pluggable fixesDavid Malcolm2009-11-202-17/+46
|
* Convert string functions to unicode within repr callbacksDavid Malcolm2009-11-191-0/+27
|
* Add RO.cocciDavid Malcolm2009-11-191-0/+5
|
* fixup typeobject ob_type assignmentsDavid Malcolm2009-11-191-0/+7
|
* Add .gitignoreDavid Malcolm2009-11-191-0/+2
|
* Change references to PyInt_Type to PyLong_TypeDavid Malcolm2009-11-191-0/+5
|
* Fix more ob_type dereferencesDavid Malcolm2009-11-191-0/+8
|
* Introduce option parsing, with a --write option to write changes back to the ↵David Malcolm2009-11-191-5/+29
| | | | input files; add filename to diff output
* Get typeobject fixups working for dbus-python/_dbus_bindings/abstract.cDavid Malcolm2009-11-191-6/+8
|
* Hack up typeobject initializersDavid Malcolm2009-11-191-0/+56
|
* Initial commitDavid Malcolm2009-11-182-0/+89