summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #11968 - the start_response header values in wsgiref shoudl be str notSenthil Kumaran2011-05-111-6/+6
* Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-2/+2
* Actually print out the description of what changed.Łukasz Langa2011-05-101-1/+0
* (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+3
|\
| * Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+3
* | Closes #12036: ConfigParser: Document items() added the vars dictionary to th...Łukasz Langa2011-05-091-0/+5
* | merge 11164Martin v. Löwis2011-05-093-15/+3
|\ \ | |/
| * Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-093-15/+3
* | Merge with 3.1.Ezio Melotti2011-05-091-0/+9
|\ \ | |/
| * Add a note to the str.find doc to suggest the use of the "in" operator.Ezio Melotti2011-05-091-0/+9
* | Issue #11647: allow contextmanager objects to be used as decorators as descri...Nick Coghlan2011-05-051-2/+12
* | #11985: merge with 3.1.Ezio Melotti2011-05-031-1/+1
|\ \ | |/
| * #11985: document the return value of platform.python_implementation for PyPy.Ezio Melotti2011-05-031-1/+1
* | Merge 3.1Éric Araujo2011-05-021-1/+1
|\ \ | |/
| * Add missing colonÉric Araujo2011-05-021-1/+1
* | merge 3.1Benjamin Peterson2011-05-021-1/+1
|\ \ | |/
| * Fix spelling.Raymond Hettinger2011-05-021-1/+1
* | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-011-0/+4
|\ \ | |/
| * Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-011-0/+4
* | merge 3.1Benjamin Peterson2011-05-011-3/+7
|\ \ | |/
| * note abcs of int and float (closes #11977)Benjamin Peterson2011-05-011-3/+7
* | Merge #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
|\ \ | |/
| * #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
* | Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+107
|\ \ | |/
| * whitespace...Brian Curtin2011-04-301-3/+3
| * Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+98
* | #11952: merge with 3.1.Ezio Melotti2011-04-291-1/+1
|\ \ | |/
| * #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
* | Style updates for the #11670 solution after post-commit review by Ezio Melotti:Łukasz Langa2011-04-281-23/+17
* | Fixed trailing whitespace in the ReST file.Łukasz Langa2011-04-271-3/+3
* | Closes #11670: configparser read_file now iterates over f.Łukasz Langa2011-04-271-5/+24
* | Merge 3.1Éric Araujo2011-04-273-4/+4
|\ \ | |/
| * Branch mergeÉric Araujo2011-04-275-7/+7
| |\
| | * 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-274-6/+6
|\ \ \
| * | | Remove unneeded backslashesÉric Araujo2011-04-241-2/+2
| * | | Fix indentationÉric Araujo2011-04-241-1/+1
| * | | Merge 3.1Éric Araujo2011-04-241-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Branch mergeÉric Araujo2011-04-242-3/+3
| | |\ \
| | | * | Add a space to make json doc a bit more readableÉric Araujo2011-04-211-1/+1
| * | | | Branch mergeÉric Araujo2011-04-241-2/+2
| |\ \ \ \
| | * \ \ \ Merge 3.1Éric Araujo2011-04-201-2/+2
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fix argument name in reST doc to match the codeÉric Araujo2011-04-201-2/+2
* | | | | | Merge #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+23
| | |_|/ | |/| |
* | | | Fix some more markup glitches in argparse doc.Ezio Melotti2011-04-211-101/+113
* | | | #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