summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtinVictor Stinner2011-05-271-25/+0
* Merge headsNadeem Vawda2011-05-271-8/+31
|\
| * Update bz2 docs following issue #1625.Nadeem Vawda2011-05-261-8/+31
* | Issue #8796: codecs.open() calls the builtin open() function instead of usingVictor Stinner2011-05-261-0/+25
|/
* Branch mergeÉric Araujo2011-05-262-2/+6
|\
| * Merge 3.2Éric Araujo2011-05-251-2/+2
| |\
| | * Fix two typosÉric Araujo2011-05-251-2/+2
| * | Branch mergeÉric Araujo2011-05-251-0/+4
| |\ \
| | * | Also add versionchanged directive to the function doc (#11591)Éric Araujo2011-05-061-0/+4
* | | | Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fai...Senthil Kumaran2011-05-251-1/+14
* | | | Issue #12049: cleanup the warning in the random module docVictor Stinner2011-05-251-2/+2
* | | | Issue #12049: Document errors cases of ssl.RAND_bytes() andVictor Stinner2011-05-251-3/+8
* | | | Issue #10818: Remove deprecated pydoc.serve() functionVictor Stinner2011-05-241-2/+3
* | | | Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has beenVictor Stinner2011-05-241-0/+7
* | | | Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentationVictor Stinner2011-05-242-0/+16
|/ / /
* | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the sslVictor Stinner2011-05-242-3/+27
* | | Clean-up example.Raymond Hettinger2011-05-231-31/+41
|\ \ \ | | |/ | |/|
| * | Clean-up example.Raymond Hettinger2011-05-231-31/+41
* | | Update documentation to mention bytes instead byte string and correct oneGregory P. Smith2011-05-231-3/+4
* | | Refer to the return value on nameindex and friends as a string, not a byteGregory P. Smith2011-05-231-3/+3
* | | Issue #12105: Add O_CLOEXEC to the os module.Charles-François Natali2011-05-221-0/+1
* | | Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
|\ \ \ | |/ /
| * | Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
| |\ \
| | * | Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
* | | | Merge 3.2.1rc1 release changes to default.Georg Brandl2011-05-212-11/+118
|\ \ \ \ | |/ / /
| * | | Simplify exampleRaymond Hettinger2011-05-211-4/+0
| * | | Merge release branch after 3.2.1rc1.Georg Brandl2011-05-212-11/+20
| |\ \ \
| | * | | Update pydoc topics and handle suspicious markup.Georg Brandl2011-05-152-11/+20
* | | | | Simplify exampleRaymond Hettinger2011-05-211-4/+0
* | | | | merge 3.2Benjamin Peterson2011-05-201-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | merge 3.1Benjamin Peterson2011-05-201-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | this should actually be an IOErrorBenjamin Peterson2011-05-201-1/+1
* | | | | merge 3.2Benjamin Peterson2011-05-201-1/+20
|\ \ \ \ \ | |/ / / /
| * | | | merge 3.1Benjamin Peterson2011-05-201-1/+20
| |\ \ \ \ | | |/ / /
| | * | | add example for not using accessBenjamin Peterson2011-05-201-1/+20
* | | | | #12072: merge with 3.2.Ezio Melotti2011-05-201-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | #12072: merge with 3.1.Ezio Melotti2011-05-201-1/+1
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | #12072: add missing parenthesis in the doc. Patch by Sandro Tosi.Ezio Melotti2011-05-201-1/+1
* | | | Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now supportAntoine Pitrou2011-05-181-3/+14
* | | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextonameGregory P. Smith2011-05-151-0/+33
* | | | Merge #6498 fix from 3.2.Georg Brandl2011-05-151-5/+6
|\ \ \ \ | |/ / /
| * | | Merge #6498 fix from 3.1.Georg Brandl2011-05-151-5/+6
| |\ \ \ | | |/ /
| | * | Closes #6498: fix several misspellings of "SystemExit" as "SystemError".Georg Brandl2011-05-151-5/+6
* | | | Merged rethought pprint example from 3.2.Łukasz Langa2011-05-141-31/+99
|\ \ \ \ | |/ / /
| * | | Merged rethought pprint usage example from 3.1.Łukasz Langa2011-05-141-31/+99
| |\ \ \ | | |/ /
| | * | pprint usage example rethought.Łukasz Langa2011-05-141-30/+99
* | | | #11979: merge with 3.2.Ezio Melotti2011-05-141-16/+17
|\ \ \ \ | |/ / /
| * | | #11979: merge with 3.1.Ezio Melotti2011-05-141-16/+17
| |\ \ \ | | |/ /
| | * | #11979: improve wording and markup in sockets howto. Patch by Xavier Morel.Ezio Melotti2011-05-141-16/+17
* | | | Further beautification of the exampleRaymond Hettinger2011-05-131-3/+6
|\ \ \ \ | |/ / /