summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove merging accident.Georg Brandl2009-04-271-27/+0
* Merged revisions 72007 via svnmerge fromGeorg Brandl2009-04-271-4/+4
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-2716-31/+56
* After discussing some more with Georg, do no migrate versionchanged:: 2.5 toJeroen Ruigrok van der Werven2009-04-271-3/+3
* #5061: improve open() docs a bit.Georg Brandl2009-04-271-15/+16
* Fixed documentation build warning.Hirokazu Yamamoto2009-04-261-2/+2
* Update decimal docs for the new floating point repr().Raymond Hettinger2009-04-231-3/+3
* Issue #5812: Make Fraction('1e6') valid. The Fraction constructor nowMark Dickinson2009-04-221-10/+9
* Merged revisions 71799 via svnmerge fromNick Coghlan2009-04-221-9/+33
* Merged revisions 71788 via svnmerge fromEric Smith2009-04-221-9/+15
* Update links and version info.Raymond Hettinger2009-04-211-1/+1
* Forward port r70471: Add object_pairs_hook. Issue 5381.Raymond Hettinger2009-04-211-3/+25
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-161-0/+13
* Merged revisions 71651 via svnmerge fromR. David Murray2009-04-161-4/+6
* Merged revisions 71631 via svnmerge fromR. David Murray2009-04-151-0/+7
* reference the io momdule in file and directory sectionBenjamin Peterson2009-04-151-0/+4
* Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecateGeorg Brandl2009-04-122-13/+23
* Merged revisions 70873,70904,70934,71490 via svnmerge fromR. David Murray2009-04-121-1/+2
* Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,...Benjamin Peterson2009-04-112-8/+26
* Remove mentions of "long".Georg Brandl2009-04-111-4/+4
* Merged revisions 71465 via svnmerge fromNick Coghlan2009-04-111-0/+24
* Fix alignmentRaymond Hettinger2009-04-101-13/+13
* Add examples.Raymond Hettinger2009-04-101-58/+21
* Update signature style for optional arguments, part 3.Georg Brandl2009-04-1014-70/+63