summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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