summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-8/+14
|\
| * Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-8/+14
* | whatsnew: rewrite urllib, doctest, and poplib sections.R David Murray2013-12-271-6/+4
* | whatsnew for gc.get_stats, plus doc tweaks.R David Murray2013-12-261-3/+4
* | shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.R David Murray2013-12-262-3/+4
* | #16832: s/integer/object/ in docs/docstring, and add whatsnew entry.R David Murray2013-12-241-3/+3
* | Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-245-15/+15
|\ \ | |/
| * Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-245-15/+15
* | Removed spaces before commas and periods.Serhiy Storchaka2013-12-2313-15/+15
|\ \ | |/
| * Removed spaces before commas and periods.Serhiy Storchaka2013-12-2313-15/+15
* | Close #19734: ignore pip env vars in ensurepipNick Coghlan2013-12-231-0/+6
* | s/lightweight/minimal/, as per issue #11379.Antoine Pitrou2013-12-221-1/+1
|\ \ | |/
| * s/lightweight/minimal/, as per issue #11379.Antoine Pitrou2013-12-221-1/+1
* | Add links to discussion of multiprocessing spawn/forkserver feature.R David Murray2013-12-201-1/+3
* | Tidy up ssl whatsnew references, make ssl section formatting consistent.R David Murray2013-12-201-4/+1
* | Include sha3 addition in hashlib section of whatsnew.R David Murray2013-12-201-1/+3
* | Move versionadded for tracemalloc into the standard location (right after title)R David Murray2013-12-201-2/+2
* | Move versionadded for ensurepip into the standard location (right after title)R David Murray2013-12-201-2/+2
* | Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.R David Murray2013-12-204-3/+4
* | Add versionadded to enum docs.R David Murray2013-12-201-0/+2
* | Closes #19902: Merged update from 3.3.Vinay Sajip2013-12-191-0/+32
|\ \ | |/
| * Issue #19902: Added list of logging levels.Vinay Sajip2013-12-191-0/+32
* | Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-12-181-1/+1
|\ \ | |/
| * Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-12-181-1/+1
* | Issue #19713: Update importlib docs for module spec changes, including deprec...Eric Snow2013-12-171-22/+150
* | Issue #20001: Add the SVG source of the pathlib-inheritance diagram to HgEli Bendersky2013-12-171-0/+4
* | Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ...Victor Stinner2013-12-161-4/+0
* | Issue #18283: shutil.which() now supports bytes argument, not only text argum...Victor Stinner2013-12-161-0/+4
* | Mention specific exceptions instead of OSError where appropriate.Antoine Pitrou2013-12-161-3/+4
* | Issue #19921: When Path.mkdir() is called with parents=True, any missing pare...Antoine Pitrou2013-12-161-1/+4
* | Issue #19700: set __spec__ appropriately in runpyNick Coghlan2013-12-151-28/+41
* | #19970: fix additional typo in 3.4 asyncio docs.R David Murray2013-12-141-1/+1
* | #19981: merge with 3.3.Ezio Melotti2013-12-141-2/+2
|\ \ | |/
| * #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.Ezio Melotti2013-12-141-2/+2
* | merge for issue #19963Brett Cannon2013-12-131-2/+5
|\ \ | |/
| * Issue #19963: Document that importlib.import_module() will importBrett Cannon2013-12-131-2/+5
* | asyncio doc: explain where does the task come from.Victor Stinner2013-12-131-4/+6
* | asyncio doc: change style of the sequence diagram to focus on the control flowVictor Stinner2013-12-132-0/+0
* | asyncio: remove references to the Tulip project, rename Tulip to asyncio.Victor Stinner2013-12-131-1/+1
* | Add a sequence diagram for the chained coroutines exampleVictor Stinner2013-12-123-1/+10
* | #19063: fix set_payload handling of non-ASCII string input.R David Murray2013-12-111-1/+7
* | Issue #18864: Add a setter for ModuleSpec.has_location.Eric Snow2013-12-111-1/+1
* | asyncio doc: simplify task exampleVictor Stinner2013-12-101-4/+4
* | asyncio doc: don't document Task.cancel(), already documented in Future.cancel()Victor Stinner2013-12-101-4/+0
* | asyncio: document Task.current_task()Victor Stinner2013-12-101-0/+8
* | asyncio: don't document private functionsVictor Stinner2013-12-101-8/+0
* | asyncio: fix 2nd task exampleVictor Stinner2013-12-101-16/+16
* | asyncio doc: rewrite the callback hello world to use call_soon() instead of aVictor Stinner2013-12-101-1/+1
* | assyncio doc: rewrite, improve and move coroutine, Future and Task examplesVictor Stinner2013-12-101-142/+152
* | asyncio doc: explain why the loop is running twiceVictor Stinner2013-12-091-29/+36