summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
|\ \ \ \ | |/ / /
| * | | 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 in changes from 3.2.1b1 release repo.Georg Brandl2011-05-131-93/+98
| |\ \ \
| | * | | Update suspicious ignore file.v3.2.1b1Georg Brandl2011-05-081-93/+98
| * | | | 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
* | | | | Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError,Victor Stinner2011-05-101-0/+3
* | | | | Merged trivial doc fix from 3.2.Łukasz Langa2011-05-101-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | Actually print out the description of what changed.Łukasz Langa2011-05-101-1/+0
* | | | | mergeRaymond Hettinger2011-05-101-0/+104
|\ \ \ \ \ | |/ / / /
| * | | | Issue 12047: Expand the style guide.Raymond Hettinger2011-05-101-0/+104
| * | | | (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
* | | | | Merged solution for #12036 from 3.2Łukasz Langa2011-05-091-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | Closes #12036: ConfigParser: Document items() added the vars dictionary to th...Łukasz Langa2011-05-091-0/+5
* | | | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages theSenthil Kumaran2011-05-091-9/+18
* | | | | merge 11164Martin v. Löwis2011-05-094-16/+4
|\ \ \ \ \ | |/ / / /