summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* More conversion to new-style optional args.Georg Brandl2009-05-1719-129/+120
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-1739-74/+38
* Use new optional argument style in email docs.Georg Brandl2009-05-179-86/+72
* Recorded merge of revisions 72708 via svnmerge fromGeorg Brandl2009-05-171-2/+2
* Fix error in 2-to-3 translation of docs.Raymond Hettinger2009-05-141-1/+1
* Suggest how to use compare_networks() with a modern Python.Raymond Hettinger2009-05-141-0/+10
* typoTarek Ziadé2009-05-141-1/+1
* typoBenjamin Peterson2009-05-131-1/+1
* two editsBenjamin Peterson2009-05-121-2/+2
* add example functionBenjamin Peterson2009-05-121-1/+7
* detach() is a nifty trick for making std* binaryBenjamin Peterson2009-05-121-5/+4
* Merged revisions 72572 via svnmerge fromR. David Murray2009-05-121-7/+11
* Rename utf8b error handler to surrogateescape.Martin v. Löwis2009-05-102-4/+4
* Rename the surrogates error handler to surrogatepass.Martin v. Löwis2009-05-101-7/+7
* Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,...Benjamin Peterson2009-05-088-15/+91
* Merged revisions 72439 via svnmerge fromEric Smith2009-05-071-1/+1
* Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na...Eric Smith2009-05-061-1/+2
* Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.Mark Hammond2009-05-061-5/+14
* Improved wording.Eric Smith2009-05-051-4/+4
* Documentation for Issue #5920.Eric Smith2009-05-051-1/+4
* 2.7 -> 3.1 versionchanges.Georg Brandl2009-05-057-18/+6
* Merged revisions 72322 via svnmerge fromGeorg Brandl2009-05-051-4/+49
* #5923: update turtle module to version 1.1.Georg Brandl2009-05-051-4/+183
* Issue #5915: Implement PEP 383, Non-decodable Bytes inMartin v. Löwis2009-05-052-11/+31
* Merged revisions 72149 via svnmerge fromR. David Murray2009-05-051-349/+684
* Add missing documentation for bytes.decode().Georg Brandl2009-05-041-8/+20
* Merged revisions 72292 via svnmerge fromGeorg Brandl2009-05-041-2/+7
* Merged revisions 72290 via svnmerge fromGeorg Brandl2009-05-041-2/+2
* version added 3.1Gregory P. Smith2009-05-041-1/+1
* documentation clarification. mention bytes.Gregory P. Smith2009-05-041-3/+4
* Merge refactoring I did when committing r72267 to trunk into theGregory P. Smith2009-05-041-0/+6
* Issue #3672: Reject surrogates in utf-8 codec; add surrogates errorMartin v. Löwis2009-05-021-0/+12
* port simplejson upgrade from the trunk #4136Benjamin Peterson2009-05-021-43/+20
* Merged revisions 72183-72184 via svnmerge fromGregory P. Smith2009-05-022-77/+80
* Merged revisions 72173 via svnmerge fromGregory P. Smith2009-05-011-0/+327
* versionaddedBenjamin Peterson2009-05-011-0/+4
* add myselfBenjamin Peterson2009-05-011-0/+1
* implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-011-1/+25
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-011-1/+7
* Issue #5859: Remove '%f' to '%g' formatting switch for large floats.Mark Dickinson2009-05-011-7/+3
* Document the fact that 'compname' and 'comptype' are bytes.R. David Murray2009-04-291-9/+12
* Die, buffer(), die.Georg Brandl2009-04-291-1/+1
* Issue #5857: tokenize.tokenize() now returns named tuples.Raymond Hettinger2009-04-291-1/+6
* Merged revisions 72060 via svnmerge fromR. David Murray2009-04-281-44/+64
* Add another example to the seealso section.Raymond Hettinger2009-04-271-2/+9
* Third to last example is now marked as a test, but I can't actually testR. David Murray2009-04-271-29/+28
* Merged revisions 71814-71817,71901-71903 via svnmerge fromGeorg Brandl2009-04-275-7/+12
* Merged revisions 71607,71653,71696,71771,71786 via svnmerge fromGeorg Brandl2009-04-273-10/+12
* Merged revisions 71572 via svnmerge fromGeorg Brandl2009-04-278-111/+124
* Merged revisions 71544,71546,71554-71555 via svnmerge fromGeorg Brandl2009-04-272-5/+5