summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ...Georg Brandl2009-01-031-4/+4
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-033-5/+5
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-037-44/+41
* Remove trailing whitespace.Georg Brandl2009-01-0372-406/+406
* Merged revisions 68219 via svnmerge fromGeorg Brandl2009-01-035-58/+57
* Merged revisions 68214-68215,68217-68218 via svnmerge fromGeorg Brandl2009-01-031-12/+12
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-031-0/+43
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-031-12/+12
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-021-0/+24
* #4808: move old API below new API doc.Georg Brandl2009-01-021-12/+14
* Minor documentation changes relating to NullHandler, the module used for hand...Vinay Sajip2009-01-021-3/+22
* Merged revisions 68116-68119,68121,68123-68127 via svnmerge fromBenjamin Peterson2009-01-016-5/+47
* Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,...Benjamin Peterson2009-01-013-5/+17
* Minor documentation change relating to NullHandler.Vinay Sajip2008-12-301-4/+4
* hexdigest() doesn't return bytes #4771Benjamin Peterson2008-12-291-2/+2
* Merged revisions 67979 via svnmerge fromAntoine Pitrou2008-12-281-2/+7
* Document bytes.translate().Georg Brandl2008-12-271-17/+16
* #4697: clarify that the functions are Unix-only.Georg Brandl2008-12-271-0/+4
* Merged revisions 67946 via svnmerge fromAntoine Pitrou2008-12-271-2/+4
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-217-86/+105
* fix syntaxBenjamin Peterson2008-12-201-1/+1
* Merged revisions 67857 via svnmerge fromMark Dickinson2008-12-191-1/+1
* Fix-up and clean-up docs for int.bit_length().Raymond Hettinger2008-12-191-21/+12
* Merged revisions 67818 via svnmerge fromAntoine Pitrou2008-12-181-4/+15
* Forward merge of r67822 to py3k: add bit_length method to int.Mark Dickinson2008-12-171-0/+39
* string.maketrans -> str.maketransBenjamin Peterson2008-12-131-6/+3
* Merged revisions 67511,67536-67537,67543 via svnmerge fromGeorg Brandl2008-12-072-1/+40
* Forward-port r67624 and r67627.Georg Brandl2008-12-071-7/+0
* remove extraneous 'text'Benjamin Peterson2008-12-071-3/+3
* Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,...Georg Brandl2008-12-076-34/+67
* document how to deal with binary standard streamsBenjamin Peterson2008-12-071-0/+6
* #4562: fix zip() examples.Georg Brandl2008-12-061-2/+2
* Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment.Raymond Hettinger2008-12-061-8/+9
* #4557: remove 'c' typecode from array docs and add a note in whatsnew.Georg Brandl2008-12-061-5/+2
* Manually merged r67583: move __import__ doc to the bottom.Georg Brandl2008-12-051-53/+53
* #4355: refer to urlencode in the correct module.Georg Brandl2008-12-052-6/+6
* #4527: fix "unicode or string".Georg Brandl2008-12-041-1/+1
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-305-14/+15
* Merge r67419 to py3k, mp doc fixesJesse Noller2008-11-281-18/+106
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-251-15/+24
* remove warning about not accepting unicodeBenjamin Peterson2008-11-231-4/+0
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-223-69/+53
* Fix two mp doc issues from #4012.Georg Brandl2008-11-221-4/+4
* #4206: fix 2.xisms in multiprocessing docs and docstrings.Georg Brandl2008-11-221-3/+3
* #4361: fix string.py docstring, clarify that only ASCII characters are in its...Georg Brandl2008-11-221-1/+1
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-221-0/+2
* rephrase dict view docsBenjamin Peterson2008-11-171-9/+6
* Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via sv...Benjamin Peterson2008-11-163-3/+4
* getfullargspec() has other virtues, tooBenjamin Peterson2008-11-121-1/+1
* exec won't take file objects anymoreBenjamin Peterson2008-11-111-9/+8