summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed r60466Christian Heimes2008-01-312-2/+2
* Remove duplicate function.Raymond Hettinger2008-01-301-15/+0
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-3010-265/+82
* Enabled fromhex('') test for bytesChristian Heimes2008-01-301-3/+1
* Removed unused importChristian Heimes2008-01-301-1/+0
* Merged revisions 60408-60440 via svnmerge fromChristian Heimes2008-01-304-21/+103
* Patch #1972 by Antoine Pitrou: improve bytes and bytearray testsChristian Heimes2008-01-301-436/+470
* Fixed issue #1973: bytes.fromhex('') raises SystemErrorChristian Heimes2008-01-301-2/+2
* Fixed issue #1973: bytes.fromhex('') raises SystemErrorChristian Heimes2008-01-301-0/+2
* Fixed #1969: split and rsplit in bytearray are inconsistentChristian Heimes2008-01-303-4/+15
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-3012-20/+50
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-2911-55/+51
* Another fix for the bsddb3 testsChristian Heimes2008-01-281-1/+1
* Fixed two bugs in the bsddb tests. One was reported as #1956Christian Heimes2008-01-282-3/+3
* Partially revert r60376: restore ability for ints to be automatically convert...Eric Smith2008-01-282-7/+24
* Merged revisions 60379-60382 via svnmerge fromChristian Heimes2008-01-287-19/+20
* Merged revisions 60364-60378 via svnmerge fromChristian Heimes2008-01-2714-71/+254
* Restrict format presentation types to those specified in the 'Standard Format...Eric Smith2008-01-273-86/+23
* Merged revisions 60350-60363 via svnmerge fromChristian Heimes2008-01-279-54/+133
* Use a list comprehension instead of list(filter()).Georg Brandl2008-01-271-3/+2
* Fix build error.Alexandre Vassalotti2008-01-271-1/+1
* Fixed test_urllibnetChristian Heimes2008-01-271-1/+3
* svn cp -r60150 svn+ssh://pythondev@svn.python.org/python/branches/py3k/Lib/pl...Christian Heimes2008-01-271-0/+469
* Remove plistlib. Apparently svn chokes on svn rm + svn cp in the same revisionChristian Heimes2008-01-271-469/+0
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-2733-171/+376
* Copied plistlib.py from r60150 Lib/plat-mac/plistlib.py to Lib/Christian Heimes2008-01-261-50/+49
* Get this test to runNeal Norwitz2008-01-261-1/+1
* Get this test to passNeal Norwitz2008-01-261-3/+4
* Fix merge glitch that let test_urllib fail.Georg Brandl2008-01-261-1/+2
* #1929: fix httplib _read_chunked (str/bytes confusion).Georg Brandl2008-01-261-2/+2
* #1939: update code object docstring.Georg Brandl2008-01-261-2/+3
* Make the testall target work again when building in a separate directoryThomas Wouters2008-01-251-1/+1
* Bump up merge information to skip the backportsChristian Heimes2008-01-250-0/+0
* Fix typo.Walter Dörwald2008-01-251-1/+1
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-2519-122/+675
* Added comment about sys.maxint to whatsnew. Issue #1930Christian Heimes2008-01-251-0/+2
* Document that basestring has been replaced by str. Issue #1931.Christian Heimes2008-01-251-0/+3
* Fix merge glitch.Georg Brandl2008-01-241-13/+0
* Merged revisions 60234-60244 via svnmerge fromChristian Heimes2008-01-246-29/+59
* Fix a bug in the test.Thomas Heller2008-01-241-1/+1
* Merged revisions 60210-60233 via svnmerge fromChristian Heimes2008-01-2411-10/+166
* Fix #1913.Georg Brandl2008-01-231-1/+1
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-2324-114/+270
* Replace map(None, *iterables) with zip(*iterables).Raymond Hettinger2008-01-229-90/+20
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-2125-133/+382
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-217-22/+97
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-2020-49/+318
* Fix now-wrong :keyword: markup. Remove the section aboutGeorg Brandl2008-01-203-35/+2
* Fix two oversights in C API split.Georg Brandl2008-01-202-1/+2
* Fix markup.Georg Brandl2008-01-201-1/+2