Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | ||||||
* | | Closes #23202: pyvenv documentation updated to match its behavior. | Vinay Sajip | 2015-01-23 | 1 | -2/+5 | |
|\ \ | |/ | ||||||
| * | Updated pyvenv documentation to match its current behaviour. | Vinay Sajip | 2015-01-23 | 1 | -2/+5 | |
| | | ||||||
* | | 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. | |||||
* | | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 8 | -19/+19 | |
| | | ||||||
* | | Issue #23180: merge from 3.4 | Ned Deily | 2015-01-18 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 1 | -2/+2 | |
| | | | | | | | | Patch by Al Sweigart. | |||||
* | | Issue #15955: Add an option to limit output size when decompressing LZMA data. | Antoine Pitrou | 2015-01-17 | 1 | -6/+31 | |
| | | | | | | | | Patch by Nikolaus Rath and Martin Panter. | |||||
* | | merge with 3.4 | Georg Brandl | 2015-01-15 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. | Georg Brandl | 2015-01-15 | 1 | -1/+1 | |
| | | ||||||
* | | Issue22997: minor doc update; thanks to Simoen Visser | Ethan Furman | 2015-01-15 | 1 | -3/+7 | |
|\ \ | |/ | ||||||
| * | Issue22997: minor doc update; thanks to Simoen Visser | Ethan Furman | 2015-01-15 | 1 | -3/+7 | |
| | | ||||||
* | | Issue22988: clarify yield and exception blocks | Ethan Furman | 2015-01-15 | 1 | -4/+5 | |
|\ \ | |/ | ||||||
| * | Issue22988: clarify yield and exception blocks | Ethan Furman | 2015-01-15 | 1 | -4/+5 | |
| | | ||||||
* | | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -7/+11 | |
|\ \ | |/ | ||||||
| * | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -7/+11 | |
| |\ | ||||||
| | * | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -7/+11 | |
| | | | ||||||
* | | | Closes #23181: codepoint -> code point | Georg Brandl | 2015-01-14 | 7 | -18/+18 | |
| | | | ||||||
* | | | Issue #22560, asyncio doc: ProactorEventLoop now supports SSL! | Victor Stinner | 2015-01-13 | 1 | -2/+4 | |
| | | | ||||||
* | | | merge 3.4 (#23221) | Benjamin Peterson | 2015-01-13 | 5 | -5/+5 | |
|\ \ \ | |/ / | ||||||
| * | | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 5 | -5/+5 | |
| | | | | | | | | | | | | Patch by Karan Goel. | |||||
* | | | Issue #19777: Provide a home() classmethod on Path objects. | Antoine Pitrou | 2015-01-12 | 1 | -0/+11 | |
| | | | | | | | | | | | | Contributed by Victor Salgado and Mayank Tripathi. | |||||
* | | | Issue #22952: improve multiprocessing doc introduction and defer notes until ↵ | Antoine Pitrou | 2015-01-11 | 1 | -32/+54 | |
|\ \ \ | |/ / | | | | | | | | | | | | | appropriate. Patch by Davin Potts. | |||||
| * | | Issue #22952: improve multiprocessing doc introduction and defer notes until ↵ | Antoine Pitrou | 2015-01-11 | 1 | -32/+54 | |
| | | | | | | | | | | | | | | | | | | appropriate. Patch by Davin Potts. | |||||
* | | | Issue #21092: Merge from 3.4. | Mark Dickinson | 2015-01-11 | 1 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse ↵ | Mark Dickinson | 2015-01-11 | 1 | -4/+4 | |
| | | | | | | | | | | | | hyperbolic sine' (etc.). Remove meaningless reference to radians. | |||||
* | | | Issue #23185: add math.inf and math.nan constants. | Mark Dickinson | 2015-01-11 | 2 | -0/+22 | |
| | | | ||||||
* | | | Issue #23014: Make importlib.abc.Loader.create_module() required when | Brett Cannon | 2015-01-09 | 3 | -11/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | importlib.abc.Loader.exec_module() is also defined. Before this change, create_module() was optional **and** could return None to trigger default semantics. This change now reduces the options for choosing default semantics to one and in the most backporting-friendly way (define create_module() to return None). | |||||
* | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-09 | 2 | -6/+7 | |
|\ \ \ | |/ / | ||||||
| * | | asyncio: SelectSelector is limited to 512 sockets on Windows | Victor Stinner | 2015-01-09 | 1 | -1/+2 | |
| | | | ||||||
| * | | asyncio doc: fix section of event loop examples | Victor Stinner | 2015-01-09 | 1 | -5/+5 | |
| | | | ||||||
* | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-01-09 | 2 | -0/+24 | |
|\ \ \ | |/ / | ||||||
| * | | asyncio doc: list limitations to run subprocesses from different threads | Victor Stinner | 2015-01-09 | 2 | -0/+24 | |
| | | | ||||||
* | | | Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. | Berker Peksag | 2015-01-07 | 1 | -3/+4 | |
|\ \ \ | |/ / | | | | | | | Patch by A.M. Kuchling. | |||||
| * | | Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. | Berker Peksag | 2015-01-07 | 1 | -3/+4 | |
| | | | | | | | | | | | | Patch by A.M. Kuchling. | |||||
* | | | expose the client's cipher suites from the handshake (closes #23186) | Benjamin Peterson | 2015-01-07 | 1 | -0/+12 | |
| | | | ||||||
* | | | Issue #19548: clean up merge issues in codecs docs | Nick Coghlan | 2015-01-07 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | Patch by Martin Panter to clean up some problems with the merge of the codecs docs changes from Python 3.4. | |||||
* | | | Merge issue 19548 changes from 3.4 | Nick Coghlan | 2015-01-06 | 5 | -324/+346 | |
|\ \ \ | |/ / | ||||||
| * | | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 5 | -310/+339 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs | |||||
* | | | Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL | Victor Stinner | 2015-01-06 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge with 3.4 | Zachary Ware | 2015-01-06 | 1 | -8/+10 | |
|\ \ \ | |/ / |