Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix asyncio doc typo. | R David Murray | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | asyncio doc: document the new ResourceWarning warnings | Victor Stinner | 2015-01-30 | 1 | -0/+11 |
| | |||||
* | asyncio doc: add a section about task cancellation | Victor Stinner | 2015-01-29 | 1 | -0/+37 |
| | |||||
* | 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. | ||||
* | 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 #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"). | ||||
* | #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. | ||||
* | Issue #23305: clarified RotatingFileHandler documentation. | Vinay Sajip | 2015-01-23 | 1 | -9/+10 |
| | |||||
* | Issue #22317: Document the action parameter in ↵ | Berker Peksag | 2015-01-20 | 1 | -3/+6 |
| | | | | | | ArgumentParser.add_subparsers() docs. Patch by Mike Short. | ||||
* | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 5 | -11/+11 |
| | |||||
* | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 1 | -2/+2 |
| | | | | Patch by Al Sweigart. | ||||
* | Issue22997: minor doc update; thanks to Simoen Visser | Ethan Furman | 2015-01-15 | 1 | -3/+7 |
| | |||||
* | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
| | | | | Patch by Karan Goel. | ||||
* | Issue #22952: improve multiprocessing doc introduction and defer notes until ↵ | Antoine Pitrou | 2015-01-11 | 1 | -32/+54 |
| | | | | | | appropriate. Patch by Davin Potts. | ||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 4 | -309/+335 |
| | | | | | | | | - 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 | ||||
* | Cosmetic fixes to the 'Develop with asyncio' page | Zachary Ware | 2015-01-06 | 1 | -8/+10 |
| | |||||
* | the current marshal version is 4 (closes #23167) | Benjamin Peterson | 2015-01-04 | 1 | -1/+1 |
| | | | | Patch by Dmitry Kazakov. | ||||
* | update docs for #23111 | Benjamin Peterson | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | use a proper m-dash | Benjamin Peterson | 2014-12-29 | 1 | -2/+2 |
| | |||||
* | Issue #23125: Update nose project page link. | Berker Peksag | 2014-12-28 | 1 | -1/+1 |
| | | | | Reported by Damien Marié. | ||||
* | #23040: Clarify treatment of encoding and errors when component is bytes. | R David Murray | 2014-12-25 | 1 | -3/+4 |
| | | | | Patch by Wojtek Ruszczewski. | ||||
* | asyncio doc: Fix doc of get and put methods of Queue | Victor Stinner | 2014-12-22 | 1 | -8/+13 |
| | |||||
* | Fix typo. | Barry Warsaw | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Issue #23049: Pure python equivalent shouldn't imply more exactitude than ↵ | Raymond Hettinger | 2014-12-17 | 1 | -1/+1 |
| | | | | is really there. | ||||
* | asyncio doc: call_soon() does not call immediatly the callback. Patch written | Victor Stinner | 2014-12-15 | 1 | -1/+3 |
| | | | | by Martin Panter. | ||||
* | Issue 23005: Fix typos | Raymond Hettinger | 2014-12-12 | 1 | -2/+2 |
| | |||||
* | Issue #22823: Fixed an output of sets in examples. | Serhiy Storchaka | 2014-12-11 | 1 | -12/+12 |
| | |||||
* | whitespace | Terry Jan Reedy | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | Issue #23006 whitespace | Terry Jan Reedy | 2014-12-10 | 1 | -2/+2 |
| | |||||
* | Issue #23006: Improve the documentation and indexing of dict.__missing__. | Terry Jan Reedy | 2014-12-10 | 1 | -5/+8 |
| | | | | | Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section. | ||||
* | Issue #12602: Add missing cross-references to runpy and using/cmdline docs. | Berker Peksag | 2014-12-09 | 1 | -3/+10 |
| | | | | Patch by Éric Araujo. | ||||
* | fix reference by adding module name | Benjamin Peterson | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | HTTPSConnection: prefer the context's check_hostname attribute over the ↵ | Benjamin Peterson | 2014-12-07 | 1 | -8/+3 |
| | | | | constructor parameter (#22959) | ||||
* | note that sslv3 may not be available | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 |
| | |||||
* | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 2 | -3/+4 |
| | |||||
* | Edit Menus section of Idle doc. Make menu entries match current Idle in order | Terry Jan Reedy | 2014-12-05 | 1 | -123/+138 |
| | | | | and case. Edit some of the explanatory sentences and end all with a period. | ||||
* | docs.inspect: Fix BoundArguments example. Issue #22998. | Yury Selivanov | 2014-12-05 | 1 | -1/+2 |
| | |||||
* | Issue #3068: Document the new Configure Extensions dialog and menu entry. | Terry Jan Reedy | 2014-12-04 | 1 | -11/+19 |
| | |||||
* | Issue #16893: For Idle doc, move index entries, copy no-subprocess section | Terry Jan Reedy | 2014-12-04 | 1 | -20/+38 |
| | | | | | from idlelib/help.txt, add 'C' comment, and remove obsolete ^Z comment Original patch by Zach Ware. | ||||
* | Fix #22987: update the compatibility matrix for a SSLv23 client. | Antoine Pitrou | 2014-12-03 | 1 | -4/+3 |
| | |||||
* | Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects | Serhiy Storchaka | 2014-12-03 | 1 | -8/+2 |
| | | | | | | returned by ZipFile.open() can now operate independently of the ZipFile even if the ZipFile was created by passing in a file-like object as the first argument to the constructor. | ||||
* | Closes #22475: asyncio doc, fix Task.get_stack() doc | Victor Stinner | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Close #22473: asyncio doc: rephrase Future with run_forever() example | Victor Stinner | 2014-12-02 | 1 | -8/+3 |
| |