summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
* this should actually be an IOErrorBenjamin Peterson2011-05-201-1/+1
* add example for not using accessBenjamin Peterson2011-05-201-1/+20
* #12072: add missing parenthesis in the doc. Patch by Sandro Tosi.Ezio Melotti2011-05-201-1/+1
* Closes #6498: fix several misspellings of "SystemExit" as "SystemError".Georg Brandl2011-05-151-5/+6
* pprint usage example rethought.Łukasz Langa2011-05-141-30/+99
* #11979: improve wording and markup in sockets howto. Patch by Xavier Morel.Ezio Melotti2011-05-141-16/+17
* Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+3
* Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-094-16/+4
* Add a note to the str.find doc to suggest the use of the "in" operator.Ezio Melotti2011-05-091-0/+9
* #11997: fix typo in init.rst.Ezio Melotti2011-05-051-1/+1
* Fix #11834. Correct site-packages paths.Brian Curtin2011-05-041-1/+1
* #11985: document the return value of platform.python_implementation for PyPy.Ezio Melotti2011-05-031-1/+1
* Branch mergeÉric Araujo2011-05-021-2/+2
|\
| * Fix wordingÉric Araujo2011-05-011-2/+2
* | Add missing colonÉric Araujo2011-05-021-1/+1
* | Fix spelling.Raymond Hettinger2011-05-021-1/+1
* | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-011-0/+4
* | note abcs of int and float (closes #11977)Benjamin Peterson2011-05-011-3/+7
* | #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