summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Re-add missing doc stub for the distutils check commandÉric Araujo2011-05-291-0/+14
* Backport doc improvements for distutils.cmd.Command (#9223).Éric Araujo2011-05-291-76/+80
* Fix two typosÉric Araujo2011-05-251-2/+2
* Issue 12003: fixing error in xrange alternative sampleEli Bendersky2011-05-231-1/+1
* Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
* Simplify exampleRaymond Hettinger2011-05-211-4/+0
* 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
* #12092: backport rephrasing of a paragraph in the tutorial.Ezio Melotti2011-05-171-4/+3
* #12093: fix typo in struct doc. Patch by Sandro Tosi.Ezio Melotti2011-05-171-1/+1
* Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError".Georg Brandl2011-05-151-5/+5
* #11979: improve wording and markup in sockets howto. Patch by Xavier Morel.Ezio Melotti2011-05-141-16/+17
* #12061: remove duplicate glossary entry.Georg Brandl2011-05-121-20/+0
* Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-2/+2
* Issue 12047: Expand the style guide.Raymond Hettinger2011-05-101-0/+104
* (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-101-0/+3
* 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-031-1/+1
* #11985: document the return value of platform.python_implementation for PyPy.Ezio Melotti2011-05-031-1/+1
* (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-031-0/+4
* Branch mergeÉric Araujo2011-05-021-4/+21
|\
| * Fix wordingÉric Araujo2011-05-011-2/+2
| * Advertise nesting directives for class/method and class/data combos.Éric Araujo2011-04-161-4/+21
* | Fix grammar to include both integer types in 2.xÉric Araujo2011-05-021-2/+2
* | Fix spelling.Raymond Hettinger2011-05-011-1/+1
* | note abcs of int and float (closes #11977)Benjamin Peterson2011-05-011-1/+5
* | Split combined code/doctest code blocks in two blocks, to enable proper highl...Georg Brandl2011-05-011-2/+5
* | #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
|/
* fix formatting, :c:func: --> :cfunc:Eli Bendersky2011-04-301-1/+1
* Issue #10912: add clarification for PyObject_RichCompareBool comparing identi...Eli Bendersky2011-04-301-0/+3
* Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-291-3/+107
* #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
* Merged solution for #11786 from 2.6Łukasz Langa2011-04-281-4/+6
|\
| * Closes #11786: ConfigParser.[Raw]ConfigParser optionxform().Łukasz Langa2011-04-281-5/+7
* | 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-281-1/+1
* | #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+24
* | Fix some more markup glitches in argparse doc.Ezio Melotti2011-04-221-98/+110
* | The \ is not supported in Sphinx 0.6.Ezio Melotti2011-04-211-6/+2
* | #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
* | #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-4/+4
* | #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
* | Add the :mod: role where it was missing.Ezio Melotti2011-04-211-11/+11
* | #11885: capitalize Python.Ezio Melotti2011-04-211-2/+2
* | 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