summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-181-0/+8
* Remove reST markup from --help output. Also: O(n**2) is dict construction, n...Georg Brandl2012-02-211-1/+1
* Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-203-1/+53
* Remove mentions of previous license in profile module docs (#12417 followup).Éric Araujo2011-07-282-55/+1
* Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.Mark Dickinson2011-06-251-2/+2
* Fix closes issue12261 - Minor documention changes in the urllib.parse.rstSenthil Kumaran2011-06-191-2/+2
* Fix typo in 0311f62714f7Éric Araujo2011-05-291-1/+1
* Don’t misuse “package data” in pprint exampleÉric Araujo2011-05-291-3/+3
* Re-add missing doc stub for the distutils check commandÉric Araujo2011-05-281-0/+14
* Minor touch-ups in distutils.cmd.Command docÉric Araujo2011-05-281-2/+2
* Minor doc addition for clarityÉric Araujo2011-05-271-1/+1
* Add missing closing parenÉric Araujo2011-05-271-1/+1
* 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
|/ / /