Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-17 | 1 | -28/+36 |
|\ | |||||
| * | asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done | Victor Stinner | 2015-02-17 | 1 | -28/+36 |
| | | | | | | | | methods | ||||
* | | Fix typo in os.supports_effective_ids documentation. | Berker Peksag | 2015-02-16 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix typo in os.supports_effective_ids documentation. | Berker Peksag | 2015-02-16 | 1 | -1/+2 |
| | | |||||
* | | Issue #23239: ssl.match_hostname() now supports matching of IP addresses. | Antoine Pitrou | 2015-02-15 | 1 | -4/+7 |
| | | |||||
* | | Issue #13637: Remove outdated versionchanged directives. | Berker Peksag | 2015-02-14 | 1 | -6/+0 |
|\ \ | |/ | | | | | Patch by Martin Panter. | ||||
| * | Issue #13637: Remove outdated versionchanged directives. | Berker Peksag | 2015-02-14 | 1 | -6/+0 |
| | | | | | | | | Patch by Martin Panter. | ||||
* | | Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. | Berker Peksag | 2015-02-13 | 1 | -4/+31 |
| | | | | | | | | Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson. | ||||
* | | Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. | Berker Peksag | 2015-02-13 | 1 | -8/+29 |
| | | |||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-12 | 5 | -42/+46 |
|\ \ | |/ | |||||
| * | asyncio doc: annotate coroutine on coroutine functions and methods | Victor Stinner | 2015-02-12 | 5 | -42/+46 |
| | | |||||
* | | Added respect_handler_level to QueueListener. | Vinay Sajip | 2015-02-09 | 1 | -2/+9 |
| | | |||||
* | | Issue #20289: cgi.FieldStorage() now supports the context management protocol. | Berker Peksag | 2015-02-06 | 1 | -0/+7 |
| | | |||||
* | | Fix missing :ref: for idle in doc build. | Ned Deily | 2015-02-06 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix missing :ref: for idle in doc build. | Ned Deily | 2015-02-06 | 1 | -3/+3 |
| | | |||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-04 | 1 | -15/+24 |
|\ \ | |/ | |||||
| * | asyncio doc: explain how to display ResourceWarning in the debug mode section | Victor Stinner | 2015-02-04 | 1 | -15/+24 |
| | | |||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-03 | 1 | -6/+4 |
|\ \ | |/ | |||||
| * | asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull | Victor Stinner | 2015-02-03 | 1 | -6/+4 |
| | | |||||
* | | Issue #22818: Splitting on a pattern that could match an empty string now | Serhiy Storchaka | 2015-02-03 | 1 | -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 to | Serhiy Storchaka | 2015-02-03 | 1 | -6/+7 |
|\ \ | |/ | | | | | prevent corrupting exported buffer. | ||||
| * | Issue #23099: Closing io.BytesIO with exported buffer is rejected now to | Serhiy Storchaka | 2015-02-03 | 1 | -6/+7 |
| | | | | | | | | prevent corrupting exported buffer. | ||||
* | | Merge: Fix asyncio doc typo. | R David Murray | 2015-01-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix asyncio doc typo. | R David Murray | 2015-01-30 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-30 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | asyncio doc: document the new ResourceWarning warnings | Victor Stinner | 2015-01-30 | 1 | -0/+11 |
| | | |||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-29 | 1 | -0/+37 |
|\ \ | |/ | |||||
| * | asyncio doc: add a section about task cancellation | Victor Stinner | 2015-01-29 | 1 | -0/+37 |
| | | |||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-29 | 1 | -0/+23 |
|\ \ | |/ | |||||
| * | Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace | Victor Stinner | 2015-01-29 | 1 | -0/+23 |
| | | | | | | | | the lack of timeout parameter for locks and queues. | ||||
* | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-29 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | asyncio doc: document Protocol state machine | Victor Stinner | 2015-01-29 | 1 | -0/+8 |
| | | |||||
| * | Issue #14099: Backout changeset e5bb3044402b (except adapted tests). | Serhiy Storchaka | 2015-01-26 | 1 | -2/+8 |
| | | |||||
* | | Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. | Serhiy Storchaka | 2015-01-26 | 1 | -3/+36 |
| | | |||||
* | | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 1 | -6/+0 |
|\ \ | |/ | | | | | a function or a loop (e.g. "return" or "break"). | ||||
| * | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 1 | -6/+0 |
| | | | | | | | | a function or a loop (e.g. "return" or "break"). | ||||
* | | Issue #22286: The "backslashreplace" error handlers now works with | Serhiy Storchaka | 2015-01-25 | 3 | -13/+17 |
| | | | | | | | | decoding and translating. | ||||
* | | Merge: #23215: note that time.sleep affects the current thread only. | R David Murray | 2015-01-25 | 1 | -6/+7 |
|\ \ | |/ | |||||
| * | #23215: reflow paragraph. | R David Murray | 2015-01-25 | 1 | -6/+6 |
| | | |||||
| * | #23251: Note that time.sleep affects the calling thread only. | R David Murray | 2015-01-25 | 1 | -1/+2 |
| | | | | | | | | This change parallels the language used in the unix man page. | ||||
* | | Closes #23253: Delay-load ShellExecute | Steve Dower | 2015-01-24 | 1 | -0/+4 |
| | | |||||
* | | Issue20284: Implement PEP461 | Ethan Furman | 2015-01-24 | 1 | -0/+191 |
| | | |||||
* | | prefer server alpn ordering over the client's | Benjamin Peterson | 2015-01-23 | 1 | -1/+2 |
| | | |||||
* | | add support for ALPN (closes #20188) | Benjamin Peterson | 2015-01-23 | 1 | -2/+32 |
| | | |||||
* | | Closes #23305: Merged documentation fix from 3.4. | Vinay Sajip | 2015-01-23 | 1 | -9/+10 |
|\ \ | |/ | |||||
| * | Issue #23305: clarified RotatingFileHandler documentation. | Vinay Sajip | 2015-01-23 | 1 | -9/+10 |
| | | |||||
* | | Issue #20898: Enum names are only available in the http.client module as ↵ | Berker Peksag | 2015-01-20 | 1 | -4/+3 |
| | | | | | | | | | | | | constants. Noticed by Martin Panter. | ||||
* | | Issue #22317: Document the action parameter in ↵ | Berker Peksag | 2015-01-20 | 1 | -3/+6 |
|\ \ | |/ | | | | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short. | ||||
| * | Issue #22317: Document the action parameter in ↵ | Berker Peksag | 2015-01-20 | 1 | -3/+6 |
| | | | | | | | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short. | ||||
* | | Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ↵ | Berker Peksag | 2015-01-20 | 2 | -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. |