summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Documentation correction. urllib2.urlopen.info returns a mimetools.Message in...Senthil Kumaran2010-06-281-2/+2
* Fix issue3428 - Document HTTPMessage class.Senthil Kumaran2010-06-281-0/+8
* Two typos.Georg Brandl2010-06-271-2/+2
* Fix URL.Georg Brandl2010-06-271-2/+2
* Use designated syntax for optional grammar element.Georg Brandl2010-06-271-1/+1
* Confusing punctuation.Georg Brandl2010-06-271-1/+1
* Issue 9024: Added :cdata: tag to PyDateTimeAPIAlexander Belopolsky2010-06-261-1/+2
* Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added thatAlexander Belopolsky2010-06-261-3/+3
* remove reverted changedBenjamin Peterson2010-06-241-3/+0
* Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in...Andrew M. Kuchling2010-06-201-9/+24
* 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
* Add another bunch of itemsAndrew M. Kuchling2010-06-151-0/+16
* #8993: fix reference.Georg Brandl2010-06-141-1/+1
* Revert r80580 due to some unintended side effects. See issue #8202 for details.Nick Coghlan2010-06-131-3/+2
* 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
* Update README.Georg Brandl2010-06-121-19/+18
* Fix gratuitous indentation.Georg Brandl2010-06-121-12/+12
* Add document on how to build.Georg Brandl2010-06-122-3/+95
* Use newer toctree syntax.Georg Brandl2010-06-121-6/+6
* Document that an existing directory raises in mkdir().Georg Brandl2010-06-121-1/+2
* Fix punctuation.Georg Brandl2010-06-121-1/+1
* Add a few more itemsAndrew M. Kuchling2010-06-111-0/+42
* #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv()Andrew M. Kuchling2010-06-111-4/+4
* Fixed markup of tm_isdst attribute.Alexander Belopolsky2010-06-091-1/+1
* #8875: Remove duplicated paragraphAndrew M. Kuchling2010-06-071-10/+0
* Fixed #8909: now the doc details the size of the bitmap used in distutils' bd...Tarek Ziadé2010-06-061-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
* Make reference to Generic Attribute Management a hyperlink.R. David Murray2010-05-281-1/+3
* 2to3 doesn't fix test_support #6583Benjamin Peterson2010-05-281-5/+1
* Add itemAndrew M. Kuchling2010-05-271-0/+6
* Remove top-level 'General Questions' section, pushing up the questions it con...Andrew M. Kuchling2010-05-271-12/+9
* Rewrite wxWidgets sectionAndrew M. Kuchling2010-05-271-10/+15
* Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'.R. David Murray2010-05-251-3/+3
* Add three itemsAndrew M. Kuchling2010-05-251-3/+16