summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Clarify that datetime strftime does not produce leap seconds and datetimeR. David Murray2009-04-021-2/+6
* First batch of signature documentation changes; using default argument syntax...Georg Brandl2009-04-027-18/+19
* fix markupBenjamin Peterson2009-04-021-4/+3
* Explain a little about the explanation.Brett Cannon2009-04-011-0/+5
* Add a meta path importer example.Brett Cannon2009-04-011-7/+98
* Merged revisions 70992,70995 via svnmerge fromBenjamin Peterson2009-04-011-3/+9
* Add link to an alternative generator with a long-period.Raymond Hettinger2009-04-011-0/+4
* Add some clarification to the importlib docs.Brett Cannon2009-04-011-4/+8
* #5636: fix next -> __next__ in csv reader docs.Georg Brandl2009-04-011-6/+3