summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #23536: Clarified scope of fileConfig()'s API.Vinay Sajip2015-04-181-0/+12
* remove trailing space :)Gregory P. Smith2015-04-141-1/+1
* issue22046: mention that zipfile can raise NotImplementedError on unsupportedGregory P. Smith2015-04-141-1/+5
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-143-3/+3
* Issue #23730: Document the return value of ZipFile.extractZachary Ware2015-04-131-0/+2
* Fix duplicate doc entry for SSLContext.get_ca_certs()Antoine Pitrou2015-04-131-12/+4
* Issue #12955: Change the urlopen() examples to use context managers where app...Berker Peksag2015-04-122-15/+23
* Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...Antoine Pitrou2015-04-111-2/+2
* use imperativeBenjamin Peterson2015-04-111-7/+7
* Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...Berker Peksag2015-04-101-0/+4
* Fix typo in telnet docs (reported by Keith Briggs)Tim Golden2015-04-081-1/+1
* actually ssl3 is just completely brokenBenjamin Peterson2015-04-081-7/+7
* Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...Berker Peksag2015-04-081-8/+16
* Added missing right bracket (reported by Daryl Klakouski)Tim Golden2015-04-061-1/+1
* Issue #23219: Update asyncio.wait_for() documentationVictor Stinner2015-04-031-0/+5
* document what exactly str.splitlines() splits on (closes #12855)Benjamin Peterson2015-04-011-4/+36
* Issue #23729: Improve docs for ElementTree namespace parsingRaymond Hettinger2015-03-311-8/+10
* #11468: improve unittest basic example. Initial patch by Florian Preinstorfer.Ezio Melotti2015-03-241-37/+28
* Issue 23729: Document ElementTree namespace handling and fix an omission in ...Raymond Hettinger2015-03-221-0/+68
* #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-13/+23
* clarify behavior of shutil.move when destination exists (closes #22933)Benjamin Peterson2015-03-221-6/+3
* #11726: Make linecache docs reflect that all files are treated the same.R David Murray2015-03-201-2/+2
* Issue #11726: Fix linecache example in the docVictor Stinner2015-03-181-2/+2
* Issue #11726: clarify linecache doc: linecache is written to cache PythonVictor Stinner2015-03-181-2/+5
* versionchanged for rc4 removal (closes #23679)Benjamin Peterson2015-03-161-2/+6
* Issue #23549: Clarify confusion in heapq doc - accessing the mininmal elementEli Bendersky2015-03-151-2/+4
* Fix minor docs markup errors.Serhiy Storchaka2015-03-142-2/+2
* __getslice__ certainly won't appear in the outputBenjamin Peterson2015-03-131-1/+1
* use the meth role for ZipFile.openBenjamin Peterson2015-03-131-1/+1
* Issue #22154: Add an example to show context management protocol support of Z...Berker Peksag2015-03-131-0/+7
* Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-122-7/+7
* asyncio doc: changes on the Queue API missed Python 3.4.3 releaseVictor Stinner2015-03-101-4/+4
* Issue #23432: Remove duplicate content from SystemExit docs.Berker Peksag2015-03-101-13/+13
* Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last exampleVictor Stinner2015-03-101-2/+3
* Issue #23617: Correct plurals typo noted by Kentrell Johnson.Ned Deily2015-03-091-1/+1
* indicate correct version (closes #23608)Benjamin Peterson2015-03-081-1/+1
* replace Amazon links in the documentation (closes #23579)Benjamin Peterson2015-03-072-4/+4
* expose X509_V_FLAG_TRUSTED_FIRSTBenjamin Peterson2015-03-051-3/+11
* wrap everything at 80 charsBenjamin Peterson2015-03-021-98/+97
* link to the correct dis method or function (closes #23561)Benjamin Peterson2015-03-021-3/+3
* Issue #20521: Change ``TOS`` to TOS in dis documentation.Berker Peksag2015-03-021-4/+4
* Fix copy/paste error in bytes.isupper() doc.Zachary Ware2015-02-271-2/+2
* asyncio doc: lock classes are not thread safeVictor Stinner2015-02-261-3/+11
* asyncio: add a note about (non) thread safety in each classVictor Stinner2015-02-256-0/+22
* asyncio doc: begin with warnings on asyncio trapsVictor Stinner2015-02-251-0/+5
* asyncio doc: move queues to a new pageVictor Stinner2015-02-253-166/+174
* Remove unsupported (in latex) character from the source.Georg Brandl2015-02-251-1/+1
* asyncio doc: close explicitly event loopsVictor Stinner2015-02-231-0/+2
* Issue #23499: Fix grammar error noticed by SilentGhostNed Deily2015-02-231-2/+2
* Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-211-2/+5