Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whatsnew: argparse FileType accepts errors and encodings args. | R David Murray | 2013-12-31 | 1 | -0/+3 |
| | |||||
* | whatsnew: epoll supports with. | R David Murray | 2013-12-31 | 1 | -3/+8 |
| | | | | Also reworded the description of the feature in the docs. | ||||
* | Closes issue 20031. Document unittest.TextTestRunner.run method. | Michael Foord | 2013-12-29 | 1 | -0/+8 |
| | |||||
* | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵ | Antoine Pitrou | 2013-12-28 | 1 | -8/+14 |
|\ | | | | | | | rather than silently let them emit clear text data. | ||||
| * | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵ | Antoine Pitrou | 2013-12-28 | 1 | -8/+14 |
| | | | | | | | | rather than silently let them emit clear text data. | ||||
* | | whatsnew: rewrite urllib, doctest, and poplib sections. | R David Murray | 2013-12-27 | 1 | -6/+4 |
| | | | | | | | | | | Also collapse redundant versionadded/versionchanged markup in poplib.stls entry. | ||||
* | | whatsnew for gc.get_stats, plus doc tweaks. | R David Murray | 2013-12-26 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | Clarified the "At the moment" wording, and added the get_stats entry in the module summary that Serhiy noted was missing at the end of issue 16351. Given that pydoc lists all the function docstrings, I'm not sure that module summary section is actually needed; but, it is probably better to address that when the module is converted to use Argument Clinic. In the meantime we should keep the list complete. | ||||
* | | shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. | R David Murray | 2013-12-26 | 2 | -3/+4 |
| | | | | | | | | | | | | Also added versionadded for for fish/csh, fixed indentation of versionadded for ElementTree.write, and make the behavior of shelf as a context manager explicit in the docs. | ||||
* | | #16832: s/integer/object/ in docs/docstring, and add whatsnew entry. | R David Murray | 2013-12-24 | 1 | -3/+3 |
| | | |||||
* | | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 5 | -15/+15 |
|\ \ | |/ | |||||
| * | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 5 | -15/+15 |
| | | |||||
* | | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 13 | -15/+15 |
|\ \ | |/ | |||||
| * | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 13 | -15/+15 |
| | | |||||
* | | Close #19734: ignore pip env vars in ensurepip | Nick Coghlan | 2013-12-23 | 1 | -0/+6 |
| | | |||||
* | | s/lightweight/minimal/, as per issue #11379. | Antoine Pitrou | 2013-12-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | s/lightweight/minimal/, as per issue #11379. | Antoine Pitrou | 2013-12-22 | 1 | -1/+1 |
| | | |||||
* | | Add links to discussion of multiprocessing spawn/forkserver feature. | R David Murray | 2013-12-20 | 1 | -1/+3 |
| | | |||||
* | | Tidy up ssl whatsnew references, make ssl section formatting consistent. | R David Murray | 2013-12-20 | 1 | -4/+1 |
| | | | | | | | | | | Also remove some extra blank lines in the ssl doc acctions for tls1.1/1.2, and reflow a paragraph. | ||||
* | | Include sha3 addition in hashlib section of whatsnew. | R David Murray | 2013-12-20 | 1 | -1/+3 |
| | | | | | | | | | | And link to it from the summary, and link to the Hash Algorithms section of hashlib from the linked description. | ||||
* | | Move versionadded for tracemalloc into the standard location (right after title) | R David Murray | 2013-12-20 | 1 | -2/+2 |
| | | |||||
* | | Move versionadded for ensurepip into the standard location (right after title) | R David Murray | 2013-12-20 | 1 | -2/+2 |
| | | |||||
* | | Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work. | R David Murray | 2013-12-20 | 4 | -3/+4 |
| | | |||||
* | | Add versionadded to enum docs. | R David Murray | 2013-12-20 | 1 | -0/+2 |
| | | |||||
* | | Closes #19902: Merged update from 3.3. | Vinay Sajip | 2013-12-19 | 1 | -0/+32 |
|\ \ | |/ | |||||
| * | Issue #19902: Added list of logging levels. | Vinay Sajip | 2013-12-19 | 1 | -0/+32 |
| | | |||||
* | | Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa. | Zachary Ware | 2013-12-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa. | Zachary Ware | 2013-12-18 | 1 | -1/+1 |
| | | |||||
* | | Issue #19713: Update importlib docs for module spec changes, including ↵ | Eric Snow | 2013-12-17 | 1 | -22/+150 |
| | | | | | | | | deprecations. | ||||
* | | Issue #20001: Add the SVG source of the pathlib-inheritance diagram to Hg | Eli Bendersky | 2013-12-17 | 1 | -0/+4 |
| | | |||||
* | | Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ↵ | Victor Stinner | 2013-12-16 | 1 | -4/+0 |
| | | | | | | | | not work on Windows | ||||
* | | Issue #18283: shutil.which() now supports bytes argument, not only text ↵ | Victor Stinner | 2013-12-16 | 1 | -0/+4 |
| | | | | | | | | argument. | ||||
* | | Mention specific exceptions instead of OSError where appropriate. | Antoine Pitrou | 2013-12-16 | 1 | -3/+4 |
| | | |||||
* | | Issue #19921: When Path.mkdir() is called with parents=True, any missing ↵ | Antoine Pitrou | 2013-12-16 | 1 | -1/+4 |
| | | | | | | | | | | | | parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). Patch by Serhiy. | ||||
* | | Issue #19700: set __spec__ appropriately in runpy | Nick Coghlan | 2013-12-15 | 1 | -28/+41 |
| | | | | | | | | | | | | | | | | Note that __spec__.name is not currently guaranteed to be in sys.modules when the code is running, only __name__ is. The "running module is in sys.modules" invariant will be expanded to also cover __spec__.name in a subsequent patch. | ||||
* | | #19970: fix additional typo in 3.4 asyncio docs. | R David Murray | 2013-12-14 | 1 | -1/+1 |
| | | |||||
* | | #19981: merge with 3.3. | Ezio Melotti | 2013-12-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa. | Ezio Melotti | 2013-12-14 | 1 | -2/+2 |
| | | |||||
* | | merge for issue #19963 | Brett Cannon | 2013-12-13 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | Issue #19963: Document that importlib.import_module() will import | Brett Cannon | 2013-12-13 | 1 | -2/+5 |
| | | | | | | | | parent packages automatically. | ||||
* | | asyncio doc: explain where does the task come from. | Victor Stinner | 2013-12-13 | 1 | -4/+6 |
| | | |||||
* | | asyncio doc: change style of the sequence diagram to focus on the control flow | Victor Stinner | 2013-12-13 | 2 | -0/+0 |
| | | |||||
* | | asyncio: remove references to the Tulip project, rename Tulip to asyncio. | Victor Stinner | 2013-12-13 | 1 | -1/+1 |
| | | | | | | | | Patch written by Vajrasky Kok. | ||||
* | | Add a sequence diagram for the chained coroutines example | Victor Stinner | 2013-12-12 | 3 | -1/+10 |
| | | |||||
* | | #19063: fix set_payload handling of non-ASCII string input. | R David Murray | 2013-12-11 | 1 | -1/+7 |
| | | | | | | | | | | This version of the fix raises an error instead of accepting the invalid input (ie: if a non-ASCII string is used but no charset is specified). | ||||
* | | Issue #18864: Add a setter for ModuleSpec.has_location. | Eric Snow | 2013-12-11 | 1 | -1/+1 |
| | | |||||
* | | asyncio doc: simplify task example | Victor Stinner | 2013-12-10 | 1 | -4/+4 |
| | | |||||
* | | asyncio doc: don't document Task.cancel(), already documented in Future.cancel() | Victor Stinner | 2013-12-10 | 1 | -4/+0 |
| | | |||||
* | | asyncio: document Task.current_task() | Victor Stinner | 2013-12-10 | 1 | -0/+8 |
| | | |||||
* | | asyncio: don't document private functions | Victor Stinner | 2013-12-10 | 1 | -8/+0 |
| | | |||||
* | | asyncio: fix 2nd task example | Victor Stinner | 2013-12-10 | 1 | -16/+16 |
| | |