summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-2420-185/+721
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23161-288/+160
* Simplified svnmerge blocked and integrated. We are never ever going to integr...Christian Heimes2008-02-230-0/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-2310-36/+248
* block -r60978Christian Heimes2008-02-230-0/+0
* Patch from Georg Brandl: Fix co_lineno of decorated function and class object...Christian Heimes2008-02-233-1/+9
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-2311-24/+128
* Blocked r60970 with svnmerge.Eric Smith2008-02-230-0/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-2241-3289/+5659
* Block r60962 with svnmerge.Eric Smith2008-02-220-0/+0
* Link to whatsnew document.Georg Brandl2008-02-221-2/+6
* Move UserString to collections.Raymond Hettinger2008-02-218-400/+167
* Block r60932 with svnmerge.Eric Smith2008-02-210-0/+0
* Remove merge turds.Guido van Rossum2008-02-211-26/+9
* Remove unused and non-PEP-related entry from PyBufferProcsTravis E. Oliphant2008-02-191-1/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-1915-41/+1979
* block r60899Eric Smith2008-02-190-0/+0
* Clarification.Georg Brandl2008-02-181-1/+1
* block r60893Eric Smith2008-02-180-0/+0
* Port 60893 to py3k, without unicode test.Eric Smith2008-02-181-0/+16
* Blocked 60879 (backport of PEP 3101).Eric Smith2008-02-170-0/+0
* Fixes for shared 2.6 code that implements PEP 3101, advanced stringEric Smith2008-02-1710-255/+329
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-1711-981/+2039
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-1635-112/+401
* Deleted two duplicated paragraphs in the intro. Added mention ofMark Summerfield2008-02-141-13/+7
* Minor doc updates for Py3.0Raymond Hettinger2008-02-141-32/+3
* Note that the key and reverse arguments must be specified as keywordsRaymond Hettinger2008-02-141-3/+1
* Note the the sort arguments are required to be keywords.Raymond Hettinger2008-02-141-4/+4
* Documentation nit.Raymond Hettinger2008-02-141-2/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-1414-636/+684
* typoKurt B. Kaiser2008-02-141-1/+1
* Merged revisions 60767,60768 via svnmerge fromThomas Heller2008-02-136-1/+174
* Improve formatting for arg names in previous checkin.Kurt B. Kaiser2008-02-131-3/+3
* list.sort() and builtin.sorted() no longer accept 'cmp' argument.Kurt B. Kaiser2008-02-131-0/+4
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-128-14/+65
* Convert some custom sort comparison functions to equivalent key functions.Kurt B. Kaiser2008-02-122-15/+2
* Move UserList to collections.Raymond Hettinger2008-02-1214-143/+133
* Bug #1595: Remove extra semicolon.Martin v. Löwis2008-02-121-1/+1
* Revert the last svnmerge (r60681) from trunk to _ctypes.c, it shouldThomas Heller2008-02-121-39/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-114-2/+32
* No need to register classes that already inherit from ABCs.Raymond Hettinger2008-02-114-9/+0
* Renamed test_format to test__format__, since it really tests the __format__ m...Eric Smith2008-02-111-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-1115-146/+190
* The new default protocol is two.Raymond Hettinger2008-02-101-1/+1
* Block r60713 with svnmerge.Eric Smith2008-02-100-0/+0
* r60707 does not need porting to py3k from trunk.Eric Smith2008-02-100-0/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-096-20/+31
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-096-22/+116
* MappingView is Sized.Raymond Hettinger2008-02-091-1/+1
* Merge r60673Raymond Hettinger2008-02-091-1/+1