summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | #11865: fix typo in init.rst.Ezio Melotti2011-04-181-1/+1
* | | | Merge with 3.2.Ezio Melotti2011-04-161-3/+3
|\ \ \ \ | |/ / /
| * | | Fix a few more hyphens in argparse.rstEzio Melotti2011-04-161-3/+3
| * | | Consistency fix: "command line" is the noun, "command-line" the adjective.Georg Brandl2011-04-161-18/+18
| * | | Backport 8a9f8f34d9d5.Georg Brandl2011-04-161-1/+1
* | | | Fix duplicate "is".Georg Brandl2011-04-161-1/+1
* | | | Merge with 3.2Georg Brandl2011-04-161-3/+4
|\ \ \ \ | |/ / /
| * | | Merge with 3.1Georg Brandl2011-04-161-3/+4
| |\ \ \ | | |/ /
| | * | Small wording fix.Georg Brandl2011-04-161-3/+4
* | | | Consistency fix: "command line" is the noun, "command-line" the adjective.Georg Brandl2011-04-161-18/+18
* | | | Issue #11855: merge from 3.2Eli Bendersky2011-04-161-5/+5
|\ \ \ \ | |/ / /
| * | | Issue #11855: merge from 3.1Eli Bendersky2011-04-161-5/+5
| |\ \ \ | | |/ /
| | * | Issue #11855: Apply missing formatting for urlretrieveEli Bendersky2011-04-161-5/+5
* | | | mergeRaymond Hettinger2011-04-161-0/+20
|\ \ \ \ | |/ / /
| * | | mergeRaymond Hettinger2011-04-161-0/+20
| |\ \ \ | | |/ /
| | * | Add another example to the collections module docs.Raymond Hettinger2011-04-161-0/+20
* | | | #11843: Merge with 3.2.Ezio Melotti2011-04-151-2/+0
|\ \ \ \ | |/ / /
| * | | #11843: Merge with 3.1.Ezio Melotti2011-04-151-2/+0
| |\ \ \ | | |/ /
| | * | #11843: remove duplicate line from table in distutil doc.Ezio Melotti2011-04-151-2/+0
* | | | #4783: Merge with 3.2.Ezio Melotti2011-04-151-0/+5
|\ \ \ \ | |/ / /
| * | | #4783: Merge with 3.1.Ezio Melotti2011-04-151-0/+5
| |\ \ \ | | |/ /
| | * | #4783: document that is not possible to use json.dump twice on the same stream.Ezio Melotti2011-04-151-0/+5
* | | | merge from 3.2Eli Bendersky2011-04-151-6/+38
|\ \ \ \ | |/ / /
| * | | merge from 3.1Eli Bendersky2011-04-151-6/+38
| |\ \ \ | | |/ /
| | * | Issue #11827: remove mention of list2cmdline in the doc of subprocessEli Bendersky2011-04-151-6/+37
* | | | #11840: Merge with 3.2.Ezio Melotti2011-04-141-33/+31
|\ \ \ \ | |/ / /
| * | | #11840: Merge with 3.1.Ezio Melotti2011-04-141-33/+31
| |\ \ \ | | |/ /
| | * | #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.Ezio Melotti2011-04-141-29/+27
| | * | #9101: backport json reference in configparser doc.Ezio Melotti2011-04-141-0/+10
* | | | #11684: Complete parser bytes interface by adding BytesHeaderParserR David Murray2011-04-131-6/+8
* | | | Merge: Fix wording and clarify that the IDNA codec operates on full domain na...R David Murray2011-04-131-2/+8
|\ \ \ \ | |/ / /
| * | | Merge: Fix wording and clarify that the IDNA codec operates on full domain na...R David Murray2011-04-131-2/+8
| |\ \ \ | | |/ /
| | * | Fix wording and clarify that the IDNA codec operates on full domain names.R David Murray2011-04-131-2/+8
* | | | Merge #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-4/+4
|\ \ \ \ | |/ / /
| * | | Merge #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-4/+4
| |\ \ \ | | |/ /
| | * | #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-3/+3
* | | | Fix markup.Raymond Hettinger2011-04-121-2/+2
* | | | Added 'handlers' argument to logging.basicConfig.Vinay Sajip2011-04-111-1/+16
* | | | #2650: re.escape() no longer escapes the "_".Ezio Melotti2011-04-101-3/+6
* | | | Merge with 3.2Ross Lagerwall2011-04-101-5/+5
|\ \ \ \ | |/ / /
| * | | Issue #11818: Fix tempfile examples for Python 3.Ross Lagerwall2011-04-101-5/+5
* | | | Beautify and modernize the SequenceMatcher exampleRaymond Hettinger2011-04-101-7/+9
|\ \ \ \ | |/ / /
| * | | Beautify and modernize the SequenceMatcher exampleRaymond Hettinger2011-04-101-7/+9
* | | | faulthandler: fix unregister() if it is called before register()Victor Stinner2011-04-081-1/+2
* | | | Merged whitespace fix.Vinay Sajip2011-04-081-1/+1
|\ \ \ \ | |/ / /
| * | | Normalised whitespace.Vinay Sajip2011-04-081-1/+1
* | | | Merged doc fix in 3.2.Vinay Sajip2011-04-081-2/+9
|\ \ \ \ | |/ / /
| * | | Updated Formatter documentation.Vinay Sajip2011-04-081-2/+9
* | | | #1690608: make formataddr RFC2047 aware.R David Murray2011-04-061-1/+8
* | | | Clarify that GzipFile.read1() is now implementedAntoine Pitrou2011-04-041-0/+3
|\ \ \ \ | |/ / /