summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Use designated syntax for optional grammar element.Georg Brandl2010-06-271-1/+1
* Addressing RDM's review comments on the doc change.Senthil Kumaran2010-06-161-5/+7
* Fix Issue8937 - SimpleHTTPServer should contain usage exampleSenthil Kumaran2010-06-161-1/+23
* Issue #8469: Further clarifications and improvements to struct moduleMark Dickinson2010-06-151-30/+33
* Issue #8469: Add standard sizes to table in struct documentation; additionalMark Dickinson2010-06-121-118/+119
* Backport a fix from Py3k for a potentially misleading exampleNick Coghlan2010-06-121-4/+4
* Fix gratuitous indentation.Georg Brandl2010-06-121-12/+12
* Document that an existing directory raises in mkdir().Georg Brandl2010-06-121-1/+2
* Fixed markup of tm_isdst attribute.Alexander Belopolsky2010-06-091-1/+1
* fix sphinx warning with an extra spacev2.7rc1Benjamin Peterson2010-06-061-1/+1
* remove extra spaceBenjamin Peterson2010-06-061-1/+1
* Documentation updates for issues 8302 and 8351 (truncating excessive diffs in...Michael Foord2010-06-051-2/+21
* Issue #8899: time.struct_time now has class and atribute docstrings.Alexander Belopolsky2010-06-051-8/+9
* Issue #8890: Documentation changed to avoid reference to temporary files - ot...Vinay Sajip2010-06-041-11/+11
* Issue #8890: Documentation changed to avoid reference to temporary files.Vinay Sajip2010-06-031-2/+4
* #1368247: make set_charset/MIMEText automatically encode unicode _payload.R. David Murray2010-06-022-6/+9
* Issue #8873: add a documentation note about possible performance issues with theAntoine Pitrou2010-06-021-0/+6
* Fix issue8788 - description of doseq parameter in urllib.urlencodeSenthil Kumaran2010-06-021-11/+13
* Put docs for RegexObject.search() before RegexObject.match() to mirror re.sea...Georg Brandl2010-06-011-23/+27
* #7583: clarify discussion of hard tab expansion in doctests.R. David Murray2010-06-011-10/+17
* Improve documentation for getaddrinfo() (part of #8857)Antoine Pitrou2010-05-311-15/+33
* Fix typoStefan Krah2010-05-291-1/+1
* Issue #8840: Make documentation for truncate() clearerAntoine Pitrou2010-05-291-4/+6
* 2to3 doesn't fix test_support #6583Benjamin Peterson2010-05-281-5/+1
* Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'.R. David Murray2010-05-251-3/+3
* #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the te...Georg Brandl2010-05-241-0/+2
* argparse documentation updates (including updates to optparse and getopt docu...Steven Bethard2010-05-243-5/+31
* #1436346: make it more obvious that timetuple[7] is yday.Georg Brandl2010-05-231-7/+10
* #8785: less confusing description of regex.find*.Georg Brandl2010-05-221-2/+6
* #8709: mention Windows support for os.devnull.Georg Brandl2010-05-211-2/+2
* Correct info for Semaphore.acquire() semantics under OSX.Georg Brandl2010-05-211-4/+3
* #8707: remove duplicate paragraph part.Georg Brandl2010-05-211-8/+3
* Add missing parameter in SimpleXMLRPCServer signature.Georg Brandl2010-05-211-1/+1
* typoGeorg Brandl2010-05-211-1/+1
* #8783: replace link to now dead hash collision FAQ.Georg Brandl2010-05-211-2/+2
* Updated logging documentation with more dictConfig information.Vinay Sajip2010-05-211-0/+39
* fix extra 't' #8778Benjamin Peterson2010-05-201-1/+1
* Fix typo.Stefan Krah2010-05-191-1/+1
* Fix typo in argparse doc.Ezio Melotti2010-05-191-1/+1
* Fixed minor typo in ReST markup.Vinay Sajip2010-05-181-1/+1
* Fix minor typo.Senthil Kumaran2010-05-181-1/+1
* Add cross-reference to later sectionAndrew M. Kuchling2010-05-161-3/+3
* Document that SSL v2 is insecure.Antoine Pitrou2010-05-161-0/+4
* Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEPVictor Stinner2010-05-145-9/+9
* #8696: add documentation for logging.config.dictConfig (PEP 391)Andrew M. Kuchling2010-05-121-7/+453
* - clarify Attr.name comment on the presence of colons in namespace modeFred Drake2010-05-121-3/+12
* fix error introduced in previous commit, and the adjacent additional typoFred Drake2010-05-121-3/+2
* #8575 - Update and reorganize some _winreg contents.Brian Curtin2010-05-111-90/+244
* fix typoFred Drake2010-05-111-2/+2
* Fix typoAndrew M. Kuchling2010-05-101-1/+1