summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-145-63/+37
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-1413-60/+336
* Take Tim's advice and have random.sample() support only sequences and sets.Raymond Hettinger2008-01-144-49/+22
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-136-360/+32
* Use bash, so echo -n will do the right thing.Guido van Rossum2008-01-121-1/+1
* Merged revisions 59921-59932 via svnmerge fromChristian Heimes2008-01-1214-142/+318
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-1120-125/+203
* Fix markup.Georg Brandl2008-01-111-3/+3
* Good catch Neal!Christian Heimes2008-01-112-2/+4
* 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-112-5/+5
* Fixed print -> print()Christian Heimes2008-01-101-2/+2
* Merged revisions 59864-59882 via svnmerge fromChristian Heimes2008-01-109-53/+73
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-0918-72/+436
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-0721-122/+1293
* Always define Py_USING_UNICODE, 3rd party software may depend on it. A missin...Christian Heimes2008-01-071-0/+3
* Another patch for #1762972: __file__ points to the py file instead pyo/pyc fileChristian Heimes2008-01-073-5/+63
* Fix issue1753: TextIOWrapper.write writes utf BOM for every string.Alexandre Vassalotti2008-01-072-4/+26
* Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...Georg Brandl2008-01-079-131/+92
* Fix merge glitch.Georg Brandl2008-01-071-2/+2
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-0720-48/+465
* Issue #1762972: Readded the reload() function as imp.reload()Christian Heimes2008-01-073-0/+60
* Remove paragraph about old-style classes.Georg Brandl2008-01-071-9/+1
* Fix reverse Ximenez symptom.Georg Brandl2008-01-071-1/+1
* Fix note markup.Georg Brandl2008-01-071-2/+2
* Remove obsolete note.Georg Brandl2008-01-071-37/+19
* Clean up PyString_Size().Alexandre Vassalotti2008-01-071-14/+7
* 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-069-15/+15
* Fix exception slicing.Georg Brandl2008-01-061-3/+3
* Use consistent note numbers.Georg Brandl2008-01-061-5/+5
* Clarify sentence in tutorial. Thanks to Marek Kubica.Georg Brandl2008-01-061-4/+3
* Merged revisions 59774-59783 via svnmerge fromChristian Heimes2008-01-0611-44/+117
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-0643-264/+509
* Add some missing news. Add some periods.Guido van Rossum2008-01-061-5/+17
* 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-063-1/+23
* Fix bug introduced by r59746.Georg Brandl2008-01-051-1/+1
* Big fat todo.Georg Brandl2008-01-051-0/+1
* Set native svn:eol-style property for text files.Georg Brandl2008-01-050-0/+0