summaryrefslogtreecommitdiffstats
path: root/Doc/library
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-261-0/+4
|\
| * 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 #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-241-3/+17
* | Clean-up example.Raymond Hettinger2011-05-231-31/+41
|\ \
| * | Clean-up example.Raymond Hettinger2011-05-231-31/+41
| * | Simplify exampleRaymond Hettinger2011-05-211-4/+0
* | | 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
* | | 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
* | | | 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
* | | | 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
* | | | Further beautification of the exampleRaymond Hettinger2011-05-131-3/+6
|\ \ \ \ | |/ / /
| * | | Further beautification of the exampleRaymond Hettinger2011-05-131-3/+6
* | | | Neaten up example so it can be cut and pasted.Raymond Hettinger2011-05-131-2/+2
|\ \ \ \ | |/ / /
| * | | Neaten up example so it can be cut and pasted.Raymond Hettinger2011-05-131-2/+2
* | | | Merge two minor doc changes into default.Georg Brandl2011-05-132-2/+3
|\ \ \ \ | |/ / /
| * | | Use singular they. Thanks to Mark Summerfield.Georg Brandl2011-05-131-1/+1
| * | | Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson.Georg Brandl2011-05-131-1/+2
| * | | merge - 7a3f3ad83676 Fixes Issue #12044.Gregory P. Smith2011-05-121-2/+2
* | | | - Issue #12044: Fixed subprocess.Popen when used as a context manager toGregory P. Smith2011-05-121-2/+2
* | | | Fix markup and working in the doc.Ezio Melotti2011-05-112-9/+11
* | | | Document default fmtspec. Fix inaccurate note. Document exceptions.Raymond Hettinger2011-05-111-5/+8
|\ \ \ \ | |/ / /
| * | | Document default fmtspec. Fix inaccurate note. Document exceptions.Raymond Hettinger2011-05-111-5/+8
| * | | Issue #11968 - the start_response header values in wsgiref shoudl be str notSenthil Kumaran2011-05-111-6/+6
* | | | Fix closed Issue #11968 - the start_response header values in wsgiref shoudl beSenthil Kumaran2011-05-111-6/+6
* | | | Fix closes Issue #11799: urllib.request Authentication Handlers will raise aSenthil Kumaran2011-05-111-8/+18
* | | | issue12039 - update the documentation of send_response method in http.server....Senthil Kumaran2011-05-111-4/+11
* | | | Issue #12039 - Update the http.server.rst with the requirement to call `end_h...Senthil Kumaran2011-05-111-3/+4
* | | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-2/+2
* | | | Merged trivial doc fix from 3.2.Łukasz Langa2011-05-101-1/+0
|\ \ \ \ | |/ / /