summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify the table entries for combinatorics.Raymond Hettinger2009-04-101-8/+13
* Add note on using keyword arguments with OrderedDict.Raymond Hettinger2009-04-091-0/+4
* Update whatsnew based on doc search.Raymond Hettinger2009-04-095-28/+28
* Perform minor copy editsRaymond Hettinger2009-04-081-40/+37
* Update signature style of optional arguments, part two.Georg Brandl2009-04-0512-102/+83
* Merged revisions 70908,70939,71009,71022,71036 via svnmerge fromBenjamin Peterson2009-04-051-2/+11
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-0521-191/+266
* #5391 make mmap work exclusively with bytesBenjamin Peterson2009-04-041-27/+27
* Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge fromBenjamin Peterson2009-04-041-22/+245
* Add helpful link.Raymond Hettinger2009-04-041-0/+6
* Update documentation for csv module to reflect changes in code,R. David Murray2009-04-041-120/+30
* Undocument the existence of the memo attribute and its main use-case.Alexandre Vassalotti2009-04-031-71/+0
* Emphasize that Unpickler.memo is not necessarily a dict.Alexandre Vassalotti2009-04-031-2/+3
* Add more examples in pickle documentation.Alexandre Vassalotti2009-04-031-27/+79
* Remove old reference to cPickle.Alexandre Vassalotti2009-04-031-9/+6
* Fix typo.Raymond Hettinger2009-04-031-2/+2
* Update docs for namedtuple's renaming change.Raymond Hettinger2009-04-021-1/+1