summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* introduce custom postprocessing code to (partly) deal with module initializat...David Malcolm2010-02-023-36/+176
* port typeobject.TestFixups to FixText API; add a test case to ensure it can d...David Malcolm2010-02-021-7/+24
* Trap errors when invoking spatch, and bubble up as exceptions; introduce hook...David Malcolm2009-12-031-2/+40
* 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 th...David Malcolm2009-11-203-3/+45
* 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
* 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