summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.4 (asyncio doc)Victor Stinner2015-02-171-28/+36
|\
| * asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_doneVictor Stinner2015-02-171-28/+36
| | | | | | | | methods
* | Fix typo in os.supports_effective_ids documentation.Berker Peksag2015-02-161-1/+2
|\ \ | |/
| * Fix typo in os.supports_effective_ids documentation.Berker Peksag2015-02-161-1/+2
| |
* | Issue #23239: ssl.match_hostname() now supports matching of IP addresses.Antoine Pitrou2015-02-151-4/+7
| |
* | Issue #13637: Remove outdated versionchanged directives.Berker Peksag2015-02-141-6/+0
|\ \ | |/ | | | | Patch by Martin Panter.
| * Issue #13637: Remove outdated versionchanged directives.Berker Peksag2015-02-141-6/+0
| | | | | | | | Patch by Martin Panter.
* | Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.Berker Peksag2015-02-131-4/+31
| | | | | | | | Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.
* | Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.Berker Peksag2015-02-131-8/+29
| |
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-125-42/+46
|\ \ | |/
| * asyncio doc: annotate coroutine on coroutine functions and methodsVictor Stinner2015-02-125-42/+46
| |
* | Added respect_handler_level to QueueListener.Vinay Sajip2015-02-091-2/+9
| |
* | Issue #20289: cgi.FieldStorage() now supports the context management protocol.Berker Peksag2015-02-061-0/+7
| |
* | Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
|\ \ | |/
| * Fix missing :ref: for idle in doc build.Ned Deily2015-02-061-3/+3
| |
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-041-15/+24
|\ \ | |/
| * asyncio doc: explain how to display ResourceWarning in the debug mode sectionVictor Stinner2015-02-041-15/+24
| |
* | Merge 3.4 (asyncio doc)Victor Stinner2015-02-031-6/+4
|\ \ | |/
| * asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFullVictor Stinner2015-02-031-6/+4
| |
* | Issue #22818: Splitting on a pattern that could match an empty string nowSerhiy Storchaka2015-02-031-6/+26
| | | | | | | | | | raises a warning. Patterns that can only match empty strings are now rejected.
* | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-6/+7
|\ \ | |/ | | | | prevent corrupting exported buffer.
| * Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-031-6/+7
| | | | | | | | prevent corrupting exported buffer.
* | Merge: Fix asyncio doc typo.R David Murray2015-01-301-1/+1
|\ \ | |/
| * Fix asyncio doc typo.R David Murray2015-01-301-1/+1
| |
* | Merge 3.4 (asyncio doc)Victor Stinner2015-01-301-0/+11
|\ \ | |/
| * asyncio doc: document the new ResourceWarning warningsVictor Stinner2015-01-301-0/+11
| |
* | Merge 3.4 (asyncio doc)Victor Stinner2015-01-291-0/+37
|\ \ | |/
| * asyncio doc: add a section about task cancellationVictor Stinner2015-01-291-0/+37
| |
* | Merge 3.4 (asyncio doc)Victor Stinner2015-01-291-0/+23
|\ \ | |/
| * Issue #21962, asyncio doc: Suggest the usage of wait_for() to replaceVictor Stinner2015-01-291-0/+23
| | | | | | | | the lack of timeout parameter for locks and queues.
* | Merge 3.4 (asyncio doc)Victor Stinner2015-01-291-0/+8
|\ \ | |/
| * asyncio doc: document Protocol state machineVictor Stinner2015-01-291-0/+8
| |
| * Issue #14099: Backout changeset e5bb3044402b (except adapted tests).Serhiy Storchaka2015-01-261-2/+8
| |
* | Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-261-3/+36
| |
* | Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-6/+0
|\ \ | |/ | | | | a function or a loop (e.g. "return" or "break").
| * Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-6/+0
| | | | | | | | a function or a loop (e.g. "return" or "break").
* | Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-253-13/+17
| | | | | | | | decoding and translating.
* | Merge: #23215: note that time.sleep affects the current thread only.R David Murray2015-01-251-6/+7
|\ \ | |/
| * #23215: reflow paragraph.R David Murray2015-01-251-6/+6
| |
| * #23251: Note that time.sleep affects the calling thread only.R David Murray2015-01-251-1/+2
| | | | | | | | This change parallels the language used in the unix man page.
* | Closes #23253: Delay-load ShellExecuteSteve Dower2015-01-241-0/+4
| |
* | Issue20284: Implement PEP461Ethan Furman2015-01-241-0/+191
| |
* | prefer server alpn ordering over the client'sBenjamin Peterson2015-01-231-1/+2
| |
* | add support for ALPN (closes #20188)Benjamin Peterson2015-01-231-2/+32
| |
* | Closes #23305: Merged documentation fix from 3.4.Vinay Sajip2015-01-231-9/+10
|\ \ | |/
| * Issue #23305: clarified RotatingFileHandler documentation.Vinay Sajip2015-01-231-9/+10
| |
* | Issue #20898: Enum names are only available in the http.client module as ↵Berker Peksag2015-01-201-4/+3
| | | | | | | | | | | | constants. Noticed by Martin Panter.
* | Issue #22317: Document the action parameter in ↵Berker Peksag2015-01-201-3/+6
|\ \ | |/ | | | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short.
| * Issue #22317: Document the action parameter in ↵Berker Peksag2015-01-201-3/+6
| | | | | | | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short.
* | Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ↵Berker Peksag2015-01-202-292/+80
| | | | | | | | | | | | | | | | | | docs. This commit also removes a couple of non-standard status codes. They were added as part of edf669b13482, so there is no backwards compatibility issue. Patch by Demian Brecht.