summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #11883: fix email examples by adding 'localhost' to SMTP constructor callsR David Murray2011-04-303-3/+3
* #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
* fix function name in example (closes #11966)Benjamin Peterson2011-04-301-1/+1
* whitespace...Brian Curtin2011-04-301-3/+3
* Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+98
* #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
* Issue #11940: Update external link.Raymond Hettinger2011-04-271-1/+1
* #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.Ezio Melotti2011-04-271-1/+1
* Branch mergeÉric Araujo2011-04-278-14/+30
|\
| * Change markup so it generates a linkÉric Araujo2011-04-272-3/+3
| * Change markup so that it creates a linkÉric Araujo2011-04-251-1/+1
| * 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
* | | | #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+23
|/ / /
* | | 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