summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Branch mergeÉric Araujo2011-04-245-10/+26
|\
| * Fix weird executable nameÉric Araujo2011-04-221-1/+1
| * Add a space to make json doc a bit more readableÉric Araujo2011-04-211-1/+1
| * Fix argument name in reST doc to match the codeÉric Araujo2011-04-201-2/+2
| * Branch mergeÉric Araujo2011-04-202-6/+22
| |\
| | * Advertise nesting directives for class/method and class/data combos.Éric Araujo2011-04-161-4/+21
| | * Kill last reference to defunct moduleÉric Araujo2011-03-261-2/+1
* | | Fix wrong function name. Noticed by Clive Darke.Ezio Melotti2011-04-201-1/+1
* | | Fix wrong number of functions noticed by Sandro Tosi.Ezio Melotti2011-04-191-1/+1
|/ /
* | #11865: fix typo in init.rst.Ezio Melotti2011-04-181-1/+1
* | Small wording fix.Georg Brandl2011-04-161-3/+4
* | Issue #11855: Apply missing formatting for urlretrieveEli Bendersky2011-04-161-5/+5
* | Add another example to the collections module docs.Raymond Hettinger2011-04-161-0/+20
* | #11843: remove duplicate line from table in distutil doc.Ezio Melotti2011-04-151-2/+0
* | #4783: document that is not possible to use json.dump twice on the same stream.Ezio Melotti2011-04-151-0/+5
* | Issue #11827: remove mention of list2cmdline in the doc of subprocessEli Bendersky2011-04-151-6/+37
* | #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
* | Fix wording and clarify that the IDNA codec operates on full domain names.R David Murray2011-04-131-2/+8
* | #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-3/+3
* | Fix typo noticed by Sandro Tosi.Ezio Melotti2011-04-031-1/+1
* | Merge issue 11662.Guido van Rossum2011-03-291-0/+4
|\ \
| * | Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+4
* | | #10617: add class directives to collections ABCs.Ezio Melotti2011-03-281-8/+50
| |/ |/|
* | Tweaks to sys.flags description table.Éric Araujo2011-03-251-25/+15
* | Remove untrue statement from tutorialÉric Araujo2011-03-251-4/+1
* | Use universal construct os.path.expanduser('~') instead of os.environ['HOME']Éric Araujo2011-03-252-2/+2
|/
* Issue #10610: Document that int(), float(), and complex() accept numeric lite...Raymond Hettinger2011-03-231-40/+46
* Issue #10771: Clarify that descriptors get used in an *owner* class or one of...Raymond Hettinger2011-03-221-4/+5
* Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
* Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+2
* Fix duplicate word.Georg Brandl2011-03-211-1/+1
* Fix typo in class nameÉric Araujo2011-03-201-1/+1
* Markup fixes for #7198 patch.R David Murray2011-03-201-3/+3
* #7198: really add newline='' to csv.writer docs.R David Murray2011-03-201-10/+11
* Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* #11216: document all possible set_charset execution paths.R David Murray2011-03-151-9/+16
* #11555: update doc for 3.x change to as_string mangle_from default.R David Murray2011-03-151-3/+4
* Remove redundant __contains__ entry from Message docs.R David Murray2011-03-151-6/+0
* Issue #10885: Fix multiprocessing docs typoRoss Lagerwall2011-03-141-1/+1
* Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...Antoine Pitrou2011-03-131-14/+0
* Fix markup in inputoutput.rst.Ezio Melotti2011-03-131-16/+17
* Fix typo.Ezio Melotti2011-03-121-1/+1
* trunc -> math.trunc (closes #11475)Benjamin Peterson2011-03-121-1/+1
* Fix issue11283 - Clarifying a re pattern in the re module docs for conditiona...Senthil Kumaran2011-03-121-5/+6
* #11446: fix incorrect PEP link.Ezio Melotti2011-03-111-1/+1
* Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-111-20/+26
* #10999: Add missing documentation for chflags constants to stat module docsR David Murray2011-03-102-32/+76
* Use simpler assert in basic example.Ezio Melotti2011-03-101-2/+2