summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Closes #15414: Merge with 3.4Zachary Ware2014-10-101-11/+16
|\
| * Issue #15414: Clean and correct the os.path.join docs.Zachary Ware2014-10-101-11/+16
* | Merge with 3.4Terry Jan Reedy2014-10-101-2/+2
|\ \ | |/
| * Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño.Terry Jan Reedy2014-10-101-2/+2
* | Issue #22564: cleanup SSLObject docVictor Stinner2014-10-101-25/+38
* | Issue #22564: ssl doc, add more links to the non-blocking sectionVictor Stinner2014-10-101-5/+7
* | Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject andVictor Stinner2014-10-101-69/+69
* | Merge 3.4Victor Stinner2014-10-101-2/+10
|\ \ | |/
| * Issue #22564: ssl doc: mention asyncio in the non-blocking sectionVictor Stinner2014-10-101-2/+10
* | Merge 3.4Victor Stinner2014-10-101-35/+51
|\ \ | |/
| * Issue #22564: ssl doc: mention how SSLSocket are usually createdVictor Stinner2014-10-101-0/+3
| * Issue #22564: ssl doc: use "class" marker to document the SSLSocket classVictor Stinner2014-10-101-24/+26
| * Issue #22564: ssl doc: document read(), write(), pending, server_side andVictor Stinner2014-10-101-0/+54
| * Issue #22564: ssl doc: fix typosVictor Stinner2014-10-101-2/+2
* | Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()Serhiy Storchaka2014-10-101-0/+8
* | Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-091-1/+1
|\ \ | |/
| * #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-091-1/+1
* | #18615: Make sndhdr return namedtuples.R David Murray2014-10-091-4/+11
* | Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.Berker Peksag2014-10-081-4/+4
|\ \ | |/
| * Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.Berker Peksag2014-10-081-4/+4
* | Mostly-null-merge from 3.4 branch following 3.4.2 release.Larry Hastings2014-10-081-2/+2
|\ \ | |/
| * Merge from 3.4.2 release head back into 3.4 mainline.Larry Hastings2014-10-081-2/+2
| |\
| | * Update pydoc topics and fix supsicious markup for 3.4.2 final.Larry Hastings2014-10-061-2/+2
* | | merge with 3.4Georg Brandl2014-10-061-3/+3
|\ \ \ | |/ /
| * | Closes #12148: clarify "or's together option flags" in doctest docs.Georg Brandl2014-10-061-3/+3
* | | merge with 3.4Georg Brandl2014-10-061-41/+41
|\ \ \ | |/ /
| * | Document builtin classes as such, not functions.Georg Brandl2014-10-061-41/+41
* | | Merge with 3.4Terry Jan Reedy2014-10-061-4/+6
|\ \ \ | |/ /
| * | Issue #22546: update doc for mini-language float None presentation type.Terry Jan Reedy2014-10-061-4/+6
* | | Issue #21965: Add support for in-memory SSL to the ssl module.Antoine Pitrou2014-10-051-0/+168
* | | Merge: #14201: Update ctypes docs to match behavior changed from 214b28d7a999.R David Murray2014-10-041-5/+10
|\ \ \ | |/ /
| * | #14201: Update ctypes docs to match behavior changed from 214b28d7a999.R David Murray2014-10-041-5/+10
* | | Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*Antoine Pitrou2014-10-041-2/+11
* | | Merge: #14056: Small improvements to the tarfile documentation.R David Murray2014-10-041-10/+13
|\ \ \ | |/ /
| * | #14056: Small improvements to the tarfile documentation.R David Murray2014-10-041-10/+13
* | | Merge with 3.4Zachary Ware2014-10-031-3/+3
|\ \ \ | |/ /
| * | Fix a few typo/grammar issues in the multiprocessing docs.Zachary Ware2014-10-031-3/+3
| * | Closes #18729: minor markup improvement.Georg Brandl2014-10-021-1/+1
* | | merge with 3.4Georg Brandl2014-10-022-0/+8
|\ \ \ | |/ /
| * | closes #22528: add source links to symtable and compileallGeorg Brandl2014-10-022-0/+8
* | | Merge with 3.4Terry Jan Reedy2014-10-021-13/+18
|\ \ \ | |/ /
| * | Issue #21971: Index and update turtledemo doc.Terry Jan Reedy2014-10-021-13/+18
* | | Merge with 3.4Terry Jan Reedy2014-10-011-5/+8
|\ \ \ | |/ /
| * | Issue 22492: Be explicit that print does not support binary mode files.Terry Jan Reedy2014-10-011-5/+8
* | | Closes #20218: Added convenience methods read_text/write_text and read_bytes/Georg Brandl2014-10-011-0/+61
* | | merge 3.4 (#22528)Benjamin Peterson2014-09-301-0/+3
|\ \ \ | |/ /
| * | add link to pdb source (closes #22528)Benjamin Peterson2014-09-301-0/+3
* | | #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-291-0/+3
* | | Revert #22251Berker Peksag2014-09-2715-28/+4
|\ \ \ | |/ /
| * | Revert #22251Berker Peksag2014-09-2715-28/+4