summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in tutorialEli Bendersky2012-08-181-1/+1
* Issue #15586: porting ET's new documentation bits to 2.7. Patch by Daniel EllisEli Bendersky2012-08-181-7/+308
* #15355: Mention already-executing Exception in generator docs.R David Murray2012-08-181-2/+9
* Issue 15660: Clarify 0 prefix for width field in str.format doc.Terry Jan Reedy2012-08-171-3/+3
* Issue #15412: Remove erroneous note about weakrefsRichard Oudkerk2012-08-171-6/+0
* clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...Sandro Tosi2012-08-151-2/+2
* #15543: reflow paragraphs.R David Murray2012-08-156-49/+46
* #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-1513-26/+78
* #15269: document dircmp.left and right.R David Murray2012-08-151-0/+25
* fix typoSandro Tosi2012-08-141-1/+1
* Issue #14167: Document return statement in finally blocks.Andrew Svetlov2012-08-141-9/+22
* Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.Andrew Svetlov2012-08-131-3/+5
* Issue #15630: Add an example for "continue" statement in the tutorial. Patch bySenthil Kumaran2012-08-121-3/+16
* complete cgi.parse() signature; thanks to Aaron Bingham from docs@Sandro Tosi2012-08-121-2/+2
* add usage example from cli; thanks to Christian Clauss from docs@Sandro Tosi2012-08-121-1/+3
* it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@Sandro Tosi2012-08-121-1/+1
* add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...Sandro Tosi2012-08-121-1/+1
* update Geany URL; thanks to Karl Tarbet from docs@Sandro Tosi2012-08-121-1/+1
* add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@Sandro Tosi2012-08-121-1/+1
* Fix casing of SocketServer module in 2.7.Georg Brandl2012-08-111-5/+5
* fix docs for c-api memory functionsAndrew Svetlov2012-08-091-3/+3
* Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-091-0/+20
* make documented file() kw names and actual ones agree (closes #15572)Benjamin Peterson2012-08-071-1/+1
* #15554: clarify splitlines/split differences.R David Murray2012-08-061-5/+8
* add missing period; thanks to Gaston Fiore from docs@Sandro Tosi2012-08-041-1/+1
* Make TextIOWrapper's documentation clearer by copying the newline argument's ...Antoine Pitrou2012-08-031-8/+16
* Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.pyEli Bendersky2012-08-021-1/+6
* Improved cookbook entry and fixed typo.Vinay Sajip2012-07-271-3/+3
* Issue #15041: Update "see also" list in tkinter documentation.Andrew Svetlov2012-07-261-3/+18
* Mention the *limit* argument of TextIO.readline().Antoine Pitrou2012-07-251-1/+3
* Issue #15445: Updated logging configuration documentation to highlight potent...Vinay Sajip2012-07-251-0/+19
* Rollback an incorrect Doc/ACKS.txt entryJesus Cea2012-07-231-1/+0
* Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-231-0/+1
* Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch co...Senthil Kumaran2012-07-231-3/+8
* Issue #15399: Added versionchanged for processName.Vinay Sajip2012-07-201-0/+3
* Closes #9254: backport __import__ docstring/doc mentions of importlib.R David Murray2012-07-181-10/+3
* #15375: remove duplicated word 'child'R David Murray2012-07-171-1/+1
* #15345: fix SyntaxError in argparse tutorial example. Patch by Simon Hayward.Ezio Melotti2012-07-131-1/+1
* Issue #13557: Clarify effect of giving two different namespaces to exec orTerry Jan Reedy2012-07-082-1/+7
* Fix leftover quote.Georg Brandl2012-07-061-1/+1
* Branch mergeÉric Araujo2012-07-031-1/+2
|\
| * Make it easier to search for the grouper() recipe.Raymond Hettinger2012-07-031-1/+2
* | Ignore .nfs* files in distutils (#7719).Éric Araujo2012-07-031-2/+6
* | Use source role to get links to filesÉric Araujo2012-07-021-3/+3
* | Adapt mentions of future changes in docÉric Araujo2012-07-024-5/+4
|/
* The StopIteration API applies to both tokenize() and generate_tokens()Raymond Hettinger2012-07-021-1/+2
* Make call of os.getppid() conditional: it is not available on Windows.Georg Brandl2012-07-011-1/+2
* Remove an unneeded footnote.Georg Brandl2012-07-011-6/+3
* urlparse docs clean upSenthil Kumaran2012-06-291-5/+5
* Issue #5067: improve some json error messages.Antoine Pitrou2012-06-281-2/+2