summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve examples for collections.deque()Raymond Hettinger2009-03-311-25/+23
* Forward-port of #992207 fix: document that the parser only accepts \\n newlin...Georg Brandl2009-03-311-12/+9
* Update HTTPResponse documentation and add placeholder for HTTPMessage.Jeremy Hylton2009-03-311-4/+26
* Document public attributes of urllib.request.Request.Jeremy Hylton2009-03-311-40/+78
* Change email address.Jeremy Hylton2009-03-311-1/+1
* "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...Barry Warsaw2009-03-301-1/+1
* Make sure time.strptime only accepts strings (and document the fact likeBrett Cannon2009-03-301-6/+8
* Thorough review of importlib docs. Reviewed by Brett himself.Guido van Rossum2009-03-301-34/+50
* Merged revisions 70746 via svnmerge fromRonald Oussoren2009-03-301-1/+1
* Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge fromBenjamin Peterson2009-03-301-6/+22
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-304-6/+10
* Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from structMark Dickinson2009-03-291-0/+10
* Merged revisions 70678 via svnmerge fromMark Dickinson2009-03-291-1/+1
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-1/+1
* Merged revisions 70648 via svnmerge fromGeorg Brandl2009-03-281-0/+10
* Fix some string encoding issues with entity bodies in HTTP requests.Jeremy Hylton2009-03-271-8/+16
* clarify the type of data returnedSkip Montanaro2009-03-251-2/+2
* fix some versionchanged and versionadded directivesBenjamin Peterson2009-03-241-11/+3
* Merged revisions 70558,70561-70563,70568-70571 via svnmerge fromBenjamin Peterson2009-03-241-387/+417
* Add links to related resources.Raymond Hettinger2009-03-241-0/+6
* For some reason rst docs like an initial 3 space indent.Raymond Hettinger2009-03-231-23/+23
* Merged revisions 70555 via svnmerge fromBenjamin Peterson2009-03-231-5/+129
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-231-0/+25
* sync open() docs moreBenjamin Peterson2009-03-232-49/+52
* fix docs about open's return value #5539Benjamin Peterson2009-03-232-18/+33
* fix incorrect mergeBenjamin Peterson2009-03-221-23/+23
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-216-7/+34
* Document import's semantics for the language reference. This includes fillingBrett Cannon2009-03-211-0/+37
* Add MutableSet example.Raymond Hettinger2009-03-201-1/+6
* Add ..versionadded for sys.int_info, update py3k version ofMark Dickinson2009-03-201-0/+2