summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* update string formatting grammarBenjamin Peterson2008-11-091-1/+1
* fix the socketserver demo code for py3kBenjamin Peterson2008-11-081-28/+29
* Merged revisions 67162 via svnmerge fromBenjamin Peterson2008-11-082-21/+27
* compile can also produce ASTBenjamin Peterson2008-11-081-4/+4
* Merged revisions 67117-67119,67123-67124,67143 via svnmerge fromGeorg Brandl2008-11-073-165/+165
* Merged revisions 67089,67091,67101 via svnmerge fromBenjamin Peterson2008-11-052-9/+13
* Issue #1210: Fixed imaplibChristian Heimes2008-11-051-8/+1
* Fixed issue #4233.Christian Heimes2008-11-051-2/+4
* Improve pickle's documentation.Alexandre Vassalotti2008-10-291-209/+182
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-11/+10
* fix some py3k doc nitsBenjamin Peterson2008-10-242-8/+8
* More improvements to pickle's documentation.Alexandre Vassalotti2008-10-241-37/+86
* Merged revisions 67005 via svnmerge fromWalter Dörwald2008-10-231-3/+3
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-196-15/+23
* Improve pickle's documentation.Alexandre Vassalotti2008-10-181-84/+47
* Improve pickle's documentation.Alexandre Vassalotti2008-10-181-96/+144
* forward port r66386Benjamin Peterson2008-10-162-29/+45
* use bytes throughout telnetlib docsBenjamin Peterson2008-10-151-32/+33
* Victor Stinner's patch to make telnetlib use bytes 3725Benjamin Peterson2008-10-151-6/+6
* correct changed importBenjamin Peterson2008-10-151-2/+2
* merge from trunkBenjamin Peterson2008-10-114-37/+129
* Merged revisions 66703,66708 via svnmerge fromBenjamin Peterson2008-10-101-0/+4
* Some more notes about bytes/string filename APIs.Georg Brandl2008-10-083-22/+34
* More bytes vs. strings documentation.Martin v. Löwis2008-10-073-5/+15
* Patch #3187 (file 11721): Document byte vs. string parametersMartin v. Löwis2008-10-071-6/+10
* Merged revisions 66670,66681,66688,66696-66699 via svnmerge fromBenjamin Peterson2008-10-044-16/+23