summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-2513-83/+492
* Merged revisions 60234-60244 via svnmerge fromChristian Heimes2008-01-244-18/+36
* Fix a bug in the test.Thomas Heller2008-01-241-1/+1
* Merged revisions 60210-60233 via svnmerge fromChristian Heimes2008-01-246-5/+143
* Fix #1913.Georg Brandl2008-01-231-1/+1
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-2311-75/+168
* Replace map(None, *iterables) with zip(*iterables).Raymond Hettinger2008-01-224-35/+11
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-219-71/+84
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-212-1/+28
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-209-18/+137
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-209-30/+153
* #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-1911-14/+134
* Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowedFacundo Batista2008-01-191-3/+35
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-196-33/+182
* Merged revisions 60043-60052 via svnmerge fromChristian Heimes2008-01-181-5/+95
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-186-40/+96
* Merged revisions 60001,60003-60004,60008 via svnmerge fromThomas Heller2008-01-173-3/+26
* 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-171-2/+38
* __floordiv__ returns an int in 3.0.Jeffrey Yasskin2008-01-161-4/+2
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-156-8/+726
* Refactor if/elif chain for clarity and speedRaymond Hettinger2008-01-151-11/+10
* long(float('nan')) raises an OverflowError as discussed on the mailing list a...Christian Heimes2008-01-151-1/+1
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-143-51/+34
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-143-5/+22
* Take Tim's advice and have random.sample() support only sequences and sets.Raymond Hettinger2008-01-142-47/+17
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-133-247/+27
* Merged revisions 59921-59932 via svnmerge fromChristian Heimes2008-01-124-55/+34
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-119-92/+141
* Good catch Neal!Christian Heimes2008-01-111-1/+2
* Added the test cases I actually meant to add.Eric Smith2008-01-111-0/+5
* Simplifed argument parsing in object.__format__, added test case.Eric Smith2008-01-111-0/+4
* Merged revisions 59864-59882 via svnmerge fromChristian Heimes2008-01-101-0/+10
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-096-27/+184
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-076-17/+130
* Another patch for #1762972: __file__ points to the py file instead pyo/pyc fileChristian Heimes2008-01-071-1/+22
* Fix issue1753: TextIOWrapper.write writes utf BOM for every string.Alexandre Vassalotti2008-01-072-4/+26
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-074-8/+112
* Issue #1762972: Readded the reload() function as imp.reload()Christian Heimes2008-01-072-0/+48
* Missed one because of indirection.Georg Brandl2008-01-061-1/+1
* The final occurrences of exception slicing.Georg Brandl2008-01-063-4/+4
* Fix more exception slicing.Georg Brandl2008-01-067-12/+12
* Fix exception slicing.Georg Brandl2008-01-061-3/+3
* Merged revisions 59774-59783 via svnmerge fromChristian Heimes2008-01-061-0/+5
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-0612-36/+101
* Add unit tests for the newlines property of IncrementalNewlineDecoder.Alexandre Vassalotti2008-01-061-0/+16
* Issue #1393: object_richcompare() returns NotImplemented instead ofGuido van Rossum2008-01-061-0/+16