summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Empty svnmerge from trunk to skip the versionadded tags.Christian Heimes2007-12-010-0/+0
* Remove merged versionadded tags from os docs.Georg Brandl2007-12-011-10/+0
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-0110-20/+144
* Correct a failing test after merge from trunk.Amaury Forgeot d'Arc2007-11-301-2/+2
* Marc-Andre Lemburg has found the culprit of the problem in r57142.Christian Heimes2007-11-301-1/+1
* Rename the internal name of dictproxy -> dict_proxy,Guido van Rossum2007-11-301-1/+1
* Cleanups and documentation updates related to the removal of unbound methods.Christian Heimes2007-11-303-23/+8
* Merged revisions 59239-59244 via svnmerge fromChristian Heimes2007-11-307-11/+128
* abc's are subclasses of _Abstract, not instances.Christian Heimes2007-11-301-2/+2
* Fixed problem with regrtest caused by the additional of objects to _abcoll.Christian Heimes2007-11-301-1/+6
* Merged revisions 59234-59238 via svnmerge fromChristian Heimes2007-11-3014-146/+172
* Backmerge -r59233:59232Christian Heimes2007-11-302-11/+1
* Merged revisions 59226-59233 via svnmerge fromChristian Heimes2007-11-305-8/+130
* Fix for bug #1109Christian Heimes2007-11-302-1/+11
* Partial fix for bug #1306Christian Heimes2007-11-304-1/+18
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-2917-44/+56
* long integer -> integer.Georg Brandl2007-11-291-7/+7
* Merged revisions 59212-59225 via svnmerge fromGuido van Rossum2007-11-293-0/+92
* Remove further mentions of long integers.Georg Brandl2007-11-2913-71/+53
* Remove mentions of "long integer" in the docs.Georg Brandl2007-11-2914-70/+31
* Removed more types from the types moduleChristian Heimes2007-11-293-9/+3
* Removed iter* methods from dictproxy.Christian Heimes2007-11-291-24/+0
* Fixed bug #1505 Changes to PyMethod_New breaks ctypes on WindowsChristian Heimes2007-11-281-50/+63
* Fixed #1508 Removal of stale code in _csv.c / pyexpat.cChristian Heimes2007-11-282-58/+0
* Merged revisions 59202-59211 via svnmerge fromChristian Heimes2007-11-282-9/+28
* I forgot to remove the tests for new *blush*Christian Heimes2007-11-281-158/+0
* Added view and iterator types to collections / _abcollChristian Heimes2007-11-287-12/+52
* Removed the new moduleChristian Heimes2007-11-2810-198/+18
* #1496: revert str.translate() to the old version, and addGeorg Brandl2007-11-273-61/+155
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-2711-85/+56
* Rewrap error message.Georg Brandl2007-11-271-3/+4
* Merged revisions 59187-59192 via svnmerge fromChristian Heimes2007-11-271-15/+0
* The changes to PyMethod_New and the removal of unbound methods breaks ctypes'...Christian Heimes2007-11-271-4/+5
* Futher update docs after unbound method removal.Georg Brandl2007-11-278-125/+99
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-2723-268/+152
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-26157-491/+862
* Minor cleanupChristian Heimes2007-11-261-1/+1
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-2519-115/+65
* Fixed bug in input() which broke pdbChristian Heimes2007-11-251-1/+1
* #1479: Fix refleak in csv module (from rev 59062).Georg Brandl2007-11-251-6/+5
* #1480: fix refleak in the sqlite module.Georg Brandl2007-11-251-4/+5
* Remove unused variable.Georg Brandl2007-11-251-1/+0
* Use proper API for iter.__next__().Georg Brandl2007-11-241-8/+3
* Added a simple helper script to build the dependencies of _tkinter.Christian Heimes2007-11-241-0/+79
* Updated readme.txtChristian Heimes2007-11-245-230/+87
* Fixed a newline problemChristian Heimes2007-11-241-0/+2
* fix #1409: cell variables were not initialized,Amaury Forgeot d'Arc2007-11-242-1/+12
* Open output files in text mode, after all they are text files.Guido van Rossum2007-11-231-2/+2
* Paul had the great idea to add /DNO_TCL to the pre-build step.Christian Heimes2007-11-231-8/+16
* Implemented request from Marc-Andre LemburgChristian Heimes2007-11-231-0/+5