summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-276-34/+92
* Fix typo.Walter Dörwald2008-01-251-1/+1
* 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-242-11/+23
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-235-9/+37
* Replace map(None, *iterables) with zip(*iterables).Raymond Hettinger2008-01-222-23/+5
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-2112-29/+229
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-213-11/+23
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-205-21/+108
* 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-207-1863/+85
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-195-14/+54
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-196-71/+94
* 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-183-28/+193
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-1814-30/+412
* Sync-up Queue.py with Py2.6Raymond Hettinger2008-01-171-7/+28
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-157-16/+212
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-141-12/+0
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-144-12/+63
* Take Tim's advice and have random.sample() support only sequences and sets.Raymond Hettinger2008-01-141-2/+2
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-131-44/+2
* Merged revisions 59921-59932 via svnmerge fromChristian Heimes2008-01-126-80/+62
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-117-25/+47
* Fix markup.Georg Brandl2008-01-111-3/+3
* Fixed print -> print()Christian Heimes2008-01-101-2/+2
* Merged revisions 59864-59882 via svnmerge fromChristian Heimes2008-01-101-9/+9
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-095-18/+61
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-078-98/+242
* Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...Georg Brandl2008-01-071-1/+1
* Fix merge glitch.Georg Brandl2008-01-071-2/+2
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-078-34/+184
* 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
* 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-0610-44/+112
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-0622-190/+292
* Big fat todo.Georg Brandl2008-01-051-0/+1
* Remove versionadded/changed directives merged as an oversight.Georg Brandl2008-01-058-52/+7
* Typo.Georg Brandl2008-01-051-1/+1
* Merged revisions 59696-59702 via svnmerge fromChristian Heimes2008-01-041-3/+44