summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* (Merge 3.4) Issue #21596: asyncio.wait(): mention that the sequence of futuresVictor Stinner2014-06-101-0/+2
|\ | | | | | | must not be empty.
| * Issue #21596: asyncio.wait(): mention that the sequence of futures must notVictor Stinner2014-06-101-0/+2
| | | | | | | | be empty.
* | Merge 3.4Victor Stinner2014-06-101-1/+1
|\ \ | |/
| * Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoopVictor Stinner2014-06-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | Add BaseEventLoop._closed attribute and use it to check if the event loop was closed or not, instead of checking different attributes in each subclass of BaseEventLoop. run_forever() and run_until_complete() methods now raise a RuntimeError('Event loop is closed') exception if the event loop was closed. BaseProactorEventLoop.close() now also cancels "accept futures".
* | (Merge 3.4) Issue #21700: Fix asyncio doc, add DatagramProtocolVictor Stinner2014-06-101-6/+6
|\ \ | |/
| * Issue #21700: Fix asyncio doc, add DatagramProtocolVictor Stinner2014-06-101-6/+6
| |
* | Merge: #20903: clarify what happens when an smtp connection timeout occurs.R David Murray2014-06-091-1/+2
|\ \ | |/
| * #20903: clarify what happens when an smtp connection timeout occurs.R David Murray2014-06-091-1/+2
| | | | | | | | Patch by Milan Oberkirch.
* | backout 0fb7789b5eeb for test breakage (#20578)Benjamin Peterson2014-06-081-24/+7
| |
* | add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-081-7/+24
| | | | | | | | Patch by Nikolaus Rath.
* | merge 3.4 (#12063)Benjamin Peterson2014-06-081-0/+18
|\ \ | |/
| * document TokenError and unclosed expression behavior (closes #12063)Benjamin Peterson2014-06-081-0/+18
| | | | | | | | Patch by Amandine Lee.
* | merge 3.4 (#10503)Benjamin Peterson2014-06-071-1/+1
|\ \ | |/
| * specify that getuid() returns the real uid (closes #10503)Benjamin Peterson2014-06-071-1/+1
| | | | | | | | Patch by εσχατοκυριος.
* | merge 3.4 (#21404)Benjamin Peterson2014-06-071-0/+4
|\ \ | |/
| * document the compress_level argument to tarfile.open (closes #21404)Benjamin Peterson2014-06-071-0/+4
| | | | | | | | Patch by Katherine Busch.
* | Merge: #21653: fix doc for return type of sqlite3.Row.keys().R David Murray2014-06-051-1/+1
|\ \ | |/
| * #21653: fix doc for return type of sqlite3.Row.keys().R David Murray2014-06-051-1/+1
| |
* | Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is availableVictor Stinner2014-06-051-0/+7
| |
* | (Merge 3.4) Tulip issue 83, Python issue #21252: Fill some XXX docstrings in ↵Victor Stinner2014-06-051-4/+4
|\ \ | |/ | | | | asyncio
| * Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncioVictor Stinner2014-06-051-4/+4
| |
* | Issue #21326: Add asyncio.BaseEventLoop.is_closed() methodVictor Stinner2014-06-031-0/+6
| | | | | | | | | | | | | | | | | | | | | | Add BaseEventLoop._closed attribute and use it to check if the event loop was closed or not, instead of checking different attributes in each subclass of BaseEventLoop. run_forever() and run_until_complete() now raises a RuntimeError('Event loop is closed') exception if the event loop was closed. BaseProactorEventLoop.close() now also cancels "accept futures".
* | Merge with 3.4Terry Jan Reedy2014-06-031-2/+2
|\ \ | |/
| * Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.Terry Jan Reedy2014-06-031-2/+2
| |
* | (Merge 3.4) Issue #21601: Document asyncio.Task.cancel(). Initial patch writtenVictor Stinner2014-06-021-1/+21
|\ \ | |/ | | | | by Vajrasky Kok.
| * Issue #21601: Document asyncio.Task.cancel(). Initial patch written by VajraskyVictor Stinner2014-06-021-1/+21
| | | | | | | | Kok.
* | merge 3.4Benjamin Peterson2014-05-311-1/+1
|\ \ | |/
| * give the correct fixer name (closes #21604)Benjamin Peterson2014-05-311-1/+1
| |
* | Merge with 3.4Terry Jan Reedy2014-05-301-1/+1
|\ \ | |/
| * Issue #21593: (from StackOverflow) minor doc clarification for re.search.Terry Jan Reedy2014-05-301-1/+1
| |
* | Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-302-0/+19
| | | | | | | | | | | | Along the way, dismantle importlib._bootstrap._SpecMethods as it was no longer relevant and constructing the new function required partially dismantling the class anyway.
* | Closes #21608: Merged documentation update from 3.4.Vinay Sajip2014-05-301-1/+18
|\ \ | |/
| * Issue #21608: Updated HTTPHandler documentation.Vinay Sajip2014-05-301-1/+18
| |
* | Issue #13742: Add key and reverse parameters to heapq.merge()Raymond Hettinger2014-05-301-1/+13
| |
* | (Merge 3.4) Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-281-3/+3
|\ \ | |/ | | | | The function sets the the pipe to non-blocking mode.
| * Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-05-281-3/+3
| | | | | | | | The function sets the the pipe to non-blocking mode.
* | (Merge 3.4) Issue #21376: document asyncio.TimeoutErrorVictor Stinner2014-05-281-4/+17
|\ \ | |/
| * Issue #21376: document asyncio.TimeoutErrorVictor Stinner2014-05-281-4/+17
| |
* | merge 3.4Benjamin Peterson2014-05-261-2/+1
|\ \ | |/
| * grammar and sentence flow fixBenjamin Peterson2014-05-261-2/+1
| |
* | merge 3.4Benjamin Peterson2014-05-261-3/+5
|\ \ | |/
| * format reST directive in the usual wayBenjamin Peterson2014-05-261-3/+5
| |
* | merge 3.4Benjamin Peterson2014-05-261-3/+3
|\ \ | |/
| * link to wikipedia description of cryptographic saltBenjamin Peterson2014-05-261-1/+1
| |
| * oxford commaBenjamin Peterson2014-05-261-3/+3
| |
* | Issue 16774: Add a new itertools recipe (suggested by Alexey Kachayev).Raymond Hettinger2014-05-261-0/+5
| |
* | mergeRaymond Hettinger2014-05-261-1/+1
|\ \ | |/
| * Issue 21558: Fix a typo in the contextlib docsRaymond Hettinger2014-05-261-1/+1
| |
* | Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-François Natali2014-05-251-0/+3
| | | | | | | | primitives.
* | Issue #20197: Added support for the WebP image type in the imghdr module.Serhiy Storchaka2014-05-251-0/+5
| | | | | | | | Patch by Fabrice Aneche and Claudiu Popa.