summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split C API docs in Py3k branch.Georg Brandl2008-01-2045-5377/+7288
* Remove versionadded tag.Georg Brandl2008-01-201-2/+0
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-2020-1905/+278
* #1867: fix a few 3.0 incompatibilities in pydoc.Georg Brandl2008-01-191-3/+3
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-1921-40/+301
* Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowedFacundo Batista2008-01-193-5/+37
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-1914-139/+312
* Fix 3k's sphinx-build.py so that the version detection works with 2.x and 3.x.Georg Brandl2008-01-191-2/+2
* Merged revisions 60043-60052 via svnmerge fromChristian Heimes2008-01-185-33/+345
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-1829-79/+538
* Merged revisions 60001,60003-60004,60008 via svnmerge fromThomas Heller2008-01-175-18/+66
* Update the py3k version of the rational module to expose only methods needed byJeffrey Yasskin2008-01-173-53/+20
* Sync-up Queue.py with Py2.6Raymond Hettinger2008-01-172-9/+66
* __floordiv__ returns an int in 3.0.Jeffrey Yasskin2008-01-161-4/+2
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-1517-436/+997
* Refactor if/elif chain for clarity and speedRaymond Hettinger2008-01-151-11/+10
* Patch #1830 by Peter Harris, fix some 2.x-isms.Guido van Rossum2008-01-151-7/+3
* long(float('nan')) raises an OverflowError as discussed on the mailing list a...Christian Heimes2008-01-153-2/+7
* Fixed merge accidentChristian Heimes2008-01-151-905/+0