Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33503: Fix the broken pypi link in the source and the documentation ↵ | Stéphane Wirtel | 2018-05-15 | 1 | -1/+1 |
| | | | | (GH-6814) | ||||
* | bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) | Matthias Bussonnier | 2017-02-22 | 1 | -5/+6 |
| | | | | | | | | | | | | | | Nick Coghlan said on bpo-28814: > inspect.getargvalues() and inspect.formatargvalues() were deprecated > in Python 3.5 as part of implementing bpo-20438 > This is incorrect, as these are *frame* introspection related functions, > not callable introspection ones. The documentation and implementation > layout is confusing though, as they're interleaved with the callable > introspection operation This commit undeprecates these functions and adds a note to ignore previous deprecation notices. | ||||
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -2/+2 |
|\ | | | | | | | in the documentation. | ||||
| * | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -2/+2 |
| | | | | | | | | in the documentation. | ||||
* | | Issue #28678: Merge parameter name from 3.5 into 3.6 | Martin Panter | 2016-11-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #28678: Fix references to numeric_owner parameter | Martin Panter | 2016-11-13 | 1 | -1/+1 |
| | | |||||
| * | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -2/+1 |
| | | |||||
* | | Issue #26900: Excluded underscored names and other private API from limited API. | Serhiy Storchaka | 2016-09-11 | 1 | -2/+1 |
|/ | |||||
* | repair errors in (set|get)_task_factory note (#28051) | Benjamin Peterson | 2016-09-09 | 1 | -5/+6 |
| | |||||
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -1/+3 |
| | | | | Patch by Julien Palard. | ||||
* | alter header; '%' really throws latex through a loop | Benjamin Peterson | 2016-06-22 | 1 | -2/+2 |
| | |||||
* | Issue #24136: Document generalized unpacking, PEP 448 | Martin Panter | 2016-06-12 | 1 | -2/+2 |
| | | | | Based on patches by Konstantin Molchanov and Neil Girdhar. | ||||
* | Issue #27243: Fix __aiter__ protocol | Yury Selivanov | 2016-06-09 | 1 | -0/+13 |
| | |||||
* | asyncio: Remove asyncio.timeout() context manager. | Yury Selivanov | 2016-06-08 | 1 | -4/+0 |
| | | | | | | | It will probably be added back in Python 3.6, once its compatibility issues are resolved; see [1] for more details. [1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html | ||||
* | asyncio: Update whatsnew/3.5.2 | Yury Selivanov | 2016-06-08 | 1 | -2/+7 |
| | |||||
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | docs: Update asyncio docs & whatsnew | Yury Selivanov | 2016-05-16 | 1 | -0/+27 |
| | |||||
* | Issue #26041: Remove "will be removed in Python 3.7" from description messages | Berker Peksag | 2016-04-24 | 1 | -3/+2 |
| | | | | | | | We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala. | ||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | | | to SilentGhost for the patch. | ||||
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -7/+7 |
| | | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear. | ||||
* | Issues #26310, #26311: Fix typos in the documentation and code comments | Martin Panter | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | docs/whatsnew/3.5: Fix ref link | Yury Selivanov | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | whatsnew/3.5: Mention new asyncio APIs in 3.5.1 | Yury Selivanov | 2015-12-15 | 1 | -0/+12 |
| | |||||
* | Fix grammar in whatsnew/3.5.rst and elsewhere | Martin Panter | 2015-11-14 | 1 | -74/+75 |
| | | | | Mainly missing grammatical articles (the, a). | ||||
* | Fix awkward grammar in whatsnew. | Zachary Ware | 2015-11-12 | 1 | -1/+1 |
| | | | | Reported on docs@ by Keith Briggs. | ||||
* | Improve namedtuple doc string examples | Raymond Hettinger | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | Issue #25523: Further a-to-an corrections new in 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | whatsnew/3.5: NumPy 1.10 has been released | Yury Selivanov | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | Fix more typos in whatsnew/3.5.rst | Martin Panter | 2015-10-31 | 1 | -4/+4 |
| | |||||
* | Fix another typo noticed by SilentGhost | Berker Peksag | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Issue #25434: Fix typo in whatsnew/3.5rst | Berker Peksag | 2015-10-18 | 1 | -1/+1 |
| | | | | Patch by Louis Sautier. | ||||
* | asyncio: Make ensure_future() accept all kinds of awaitables. | Yury Selivanov | 2015-10-02 | 1 | -0/+7 |
| | |||||
* | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls | Berker Peksag | 2015-09-22 | 1 | -0/+6 |
| | | | | | Also, properly skip the test_nested_optimization test for partial subclasses and add a test for the suggested usage. | ||||
* | whatsnew/3.5: Reword bytes*.hex message | Yury Selivanov | 2015-09-16 | 1 | -3/+2 |
| | |||||
* | whatsnew/3.5: Add missing word "class" | Berker Peksag | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | whatsnew/3.5: Fix typo | Yury Selivanov | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | whatsnew/3.5: One more edit | Yury Selivanov | 2015-09-13 | 1 | -5/+3 |
| | |||||
* | whatsnew/3.5: Edits | Yury Selivanov | 2015-09-13 | 1 | -180/+200 |
| | | | | Patch by me and Elvis Pranskevichus | ||||
* | Merge release engineering work from Python 3.5.0. | Larry Hastings | 2015-09-13 | 1 | -1/+4 |
|\ | |||||
| * | Final touch-ups for the What's New In Python 3.5 document.v3.5.0 | Larry Hastings | 2015-09-12 | 1 | -8/+4 |
| | | |||||
| * | Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!). | Larry Hastings | 2015-09-12 | 1 | -509/+1262 |
| | | |||||
* | | whatsnew/3.5: Fix typo (issue #25082) | Yury Selivanov | 2015-09-13 | 1 | -1/+1 |
| | | |||||
* | | whatsnew/3.5: Reorder stuff (issue #25082). | Yury Selivanov | 2015-09-13 | 1 | -61/+61 |
| | | |||||
* | | whatsnew/3.5: Fix formatting. More minor edits. | Serhiy Storchaka | 2015-09-13 | 1 | -23/+23 |
| | | |||||
* | | whatsnew/3.5: Delete prerelease warning note. | Yury Selivanov | 2015-09-13 | 1 | -11/+0 |
| | | | | | | | | (we'll make a couple more commits tomorrow before release) | ||||
* | | whatsnew/3.5: Fix formatting | Yury Selivanov | 2015-09-13 | 1 | -6/+6 |
| | | |||||
* | | whatsnew/3.5: Tweak asyncio module section | Yury Selivanov | 2015-09-13 | 1 | -7/+7 |
| | | |||||
* | | whatsnew/3.5: More examples | Yury Selivanov | 2015-09-13 | 1 | -2/+27 |
| | | |||||
* | | whatsnew/3.5: Cover asyncio changes relative to 3.4.0 | Yury Selivanov | 2015-09-13 | 1 | -0/+38 |
| | | |||||
* | | whatsnew/3.5: Add some examples | Yury Selivanov | 2015-09-13 | 1 | -21/+177 |
| | | | | | | | | Patch by Elvis Pranskevichus |