summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Reverting the checkin made in revision 82940, as it was adding new parameters...Senthil Kumaran2010-07-221-19/+3
* Backport r82456.Brett Cannon2010-07-211-5/+11
* Issue #9304: fix example in the 2.x memoryview documentation.Antoine Pitrou2010-07-191-2/+2
* Merged revisions 82952 via svnmerge fromBenjamin Peterson2010-07-181-1/+1
* Fixing Issue1712522 - urllib.quote to support Unicode. The defaultSenthil Kumaran2010-07-181-3/+19
* High byte is the exit status.Stefan Krah2010-07-141-1/+1
* Merged revisions 82849 via svnmerge fromJeroen Ruigrok van der Werven2010-07-131-1/+1
* Merged revisions 82842 via svnmerge fromAntoine Pitrou2010-07-121-9/+16
* Merged revisions 82785 via svnmerge fromSenthil Kumaran2010-07-111-8/+2
* Merged revisions 82771 via svnmerge fromR. David Murray2010-07-101-0/+5
* Minor improvements to logging documentation.Vinay Sajip2010-07-061-1/+6
* Merged revisions 82601 via svnmerge fromSenthil Kumaran2010-07-061-1/+1
* Merged revisions 82570 via svnmerge fromSenthil Kumaran2010-07-051-1/+2
* #8472: fix misleading reference to ifilterfalse() in filter() docs.Georg Brandl2010-07-041-2/+3
* Add missing target.Georg Brandl2010-07-031-0/+2
* Fix typo in sys.float_info docs.Mark Dickinson2010-07-031-1/+1
* Fix role name.Georg Brandl2010-07-031-1/+1
* #9139: the thousands separator is new in 2.7. Also add a missing variable in...Ezio Melotti2010-07-021-0/+4
* #9139: Add examples for str.format().Ezio Melotti2010-07-021-23/+152
* Moved period outside paren, where it belongs.Eric Smith2010-07-021-1/+1
* Clarify sys.float_info documentation.Mark Dickinson2010-07-021-35/+62
* Grammar and markup fixes.Georg Brandl2010-07-021-16/+17
* trunc does use the special method, thoughBenjamin Peterson2010-07-011-1/+1
* fix fixer nameBenjamin Peterson2010-07-011-1/+1
* remove docs about delegating to special methods; it does no such thingBenjamin Peterson2010-07-011-4/+1
* Issue #1789: clarify that the 'size' column in struct docs refers to standar...Mark Dickinson2010-06-291-1/+5
* group cStringIO docs under its factory functionBenjamin Peterson2010-06-291-18/+23
* Added information about pickle security and SocketHandler.Vinay Sajip2010-06-291-0/+5
* Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HT...Senthil Kumaran2010-06-291-1/+1
* 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
* 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