Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 2 | -2/+2 |
|\ | |||||
| * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 2 | -2/+2 |
| | | |||||
* | | Issue #25523: Further a-to-an corrections new in 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 5 | -6/+6 |
|\ \ | |/ | |||||
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 5 | -6/+6 |
| | | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | | 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 |
| | | |||||
* | | Merge spelling fixes from 3.4 into 3.5 | Martin Panter | 2015-10-31 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix some spelling errors in documentation and code comments | Martin Panter | 2015-10-31 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | Use :menuselection: in whatsnew/3.4. | Serhiy Storchaka | 2015-09-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use :menuselection: in whatsnew/3.4. | Serhiy Storchaka | 2015-09-13 | 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 | ||||
* | | | whatsnew/3.5: Update editor's email addresses | Yury Selivanov | 2015-09-12 | 1 | -1/+1 |
| | | | |||||
* | | | whatsnew/3.5 More edits | Yury Selivanov | 2015-09-12 | 1 | -48/+168 |
| | | | | | | | | | | | | Patch by Elvis Praskevichus. (+ issue #25070) | ||||
* | | | whatsnew/3.5: Edits | Yury Selivanov | 2015-09-12 | 1 | -10/+129 |
| | | | | | | | | | | | | Patch by Elvis Pranskevichus | ||||
* | | | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 3 | -4/+4 |
|\ \ \ | | |/ | |/| | | | | Fixed the case of the "Ctrl-" prefixes. | ||||
| * | | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 3 | -4/+4 |
| | | | | | | | | | | | | Fixed the case of the "Ctrl-" prefixes. | ||||
* | | | whatsnew/3.5: Added missed author names. | Serhiy Storchaka | 2015-09-11 | 1 | -16/+20 |
| | | | |||||
* | | | whatsnew/3.5: Fix nits | Yury Selivanov | 2015-09-11 | 1 | -8/+8 |
| | | | |||||
* | | | whatsnew/3.5: Drop empty section | Yury Selivanov | 2015-09-11 | 1 | -7/+0 |
| | | | |||||
* | | | whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags | Yury Selivanov | 2015-09-11 | 1 | -4/+77 |
| | | | |||||
* | | | whatsnew/3.5: Second pass over NEWS entries | Yury Selivanov | 2015-09-11 | 1 | -10/+95 |
| | | | |||||
* | | | whatsnew/3.5: Reformat code examples | Yury Selivanov | 2015-09-11 | 1 | -29/+33 |
| | | | |||||
* | | | whatsnew/3.5: Another editing pass | Yury Selivanov | 2015-09-11 | 1 | -88/+102 |
| | | | | | | | | | | | | Patch by Elvis Pranskevichus. |