summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
* Issues #26310, #26311: Fix typos in the documentation and code commentsMartin Panter2016-02-101-1/+1
|
* docs/whatsnew/3.5: Fix ref linkYury Selivanov2015-12-151-1/+1
|
* whatsnew/3.5: Mention new asyncio APIs in 3.5.1Yury Selivanov2015-12-151-0/+12
|
* Fix grammar in whatsnew/3.5.rst and elsewhereMartin Panter2015-11-141-74/+75
| | | | Mainly missing grammatical articles (the, a).
* Fix awkward grammar in whatsnew.Zachary Ware2015-11-121-1/+1
| | | | Reported on docs@ by Keith Briggs.
* Improve namedtuple doc string examplesRaymond Hettinger2015-11-091-1/+1
|
* Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-022-2/+2
|\
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-022-2/+2
| |
* | Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-021-1/+1
| |
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-025-6/+6
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-025-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 releasedYury Selivanov2015-10-311-1/+1
| |
* | Fix more typos in whatsnew/3.5.rstMartin Panter2015-10-311-4/+4
| |
* | Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-311-1/+1
|\ \ | |/
| * Fix some spelling errors in documentation and code commentsMartin Panter2015-10-311-1/+1
| |
* | Fix another typo noticed by SilentGhostBerker Peksag2015-10-181-1/+1
| |
* | Issue #25434: Fix typo in whatsnew/3.5rstBerker Peksag2015-10-181-1/+1
| | | | | | | | Patch by Louis Sautier.
* | asyncio: Make ensure_future() accept all kinds of awaitables.Yury Selivanov2015-10-021-0/+7
|\ \ | |/
* | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-221-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 messageYury Selivanov2015-09-161-3/+2
| |
* | whatsnew/3.5: Add missing word "class"Berker Peksag2015-09-151-1/+1
| |
* | Use :menuselection: in whatsnew/3.4.Serhiy Storchaka2015-09-131-1/+1
|\ \ | |/
| * Use :menuselection: in whatsnew/3.4.Serhiy Storchaka2015-09-131-1/+1
| |
* | whatsnew/3.5: Fix typoYury Selivanov2015-09-131-1/+1
| |
* | whatsnew/3.5: One more editYury Selivanov2015-09-131-5/+3
| |
* | whatsnew/3.5: EditsYury Selivanov2015-09-131-180/+200
| | | | | | | | Patch by me and Elvis Pranskevichus
* | Merge release engineering work from Python 3.5.0.Larry Hastings2015-09-131-1/+4
|\ \
| * | Final touch-ups for the What's New In Python 3.5 document.v3.5.0Larry Hastings2015-09-121-8/+4
| | |
| * | Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!).Larry Hastings2015-09-121-509/+1262
| | |
* | | whatsnew/3.5: Fix typo (issue #25082)Yury Selivanov2015-09-131-1/+1
| | |
* | | whatsnew/3.5: Reorder stuff (issue #25082).Yury Selivanov2015-09-131-61/+61
| | |
* | | whatsnew/3.5: Fix formatting. More minor edits.Serhiy Storchaka2015-09-131-23/+23
| | |
* | | whatsnew/3.5: Delete prerelease warning note.Yury Selivanov2015-09-131-11/+0
| | | | | | | | | | | | (we'll make a couple more commits tomorrow before release)
* | | whatsnew/3.5: Fix formattingYury Selivanov2015-09-131-6/+6
| | |
* | | whatsnew/3.5: Tweak asyncio module sectionYury Selivanov2015-09-131-7/+7
| | |
* | | whatsnew/3.5: More examplesYury Selivanov2015-09-131-2/+27
| | |
* | | whatsnew/3.5: Cover asyncio changes relative to 3.4.0Yury Selivanov2015-09-131-0/+38
| | |
* | | whatsnew/3.5: Add some examplesYury Selivanov2015-09-131-21/+177
| | | | | | | | | | | | Patch by Elvis Pranskevichus
* | | whatsnew/3.5: Update editor's email addressesYury Selivanov2015-09-121-1/+1
| | |
* | | whatsnew/3.5 More editsYury Selivanov2015-09-121-48/+168
| | | | | | | | | | | | Patch by Elvis Praskevichus. (+ issue #25070)
* | | whatsnew/3.5: EditsYury Selivanov2015-09-121-10/+129
| | | | | | | | | | | | Patch by Elvis Pranskevichus
* | | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-123-4/+4
|\ \ \ | | |/ | |/| | | | Fixed the case of the "Ctrl-" prefixes.
| * | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-123-4/+4
| | | | | | | | | | | | Fixed the case of the "Ctrl-" prefixes.
* | | whatsnew/3.5: Added missed author names.Serhiy Storchaka2015-09-111-16/+20
| | |
* | | whatsnew/3.5: Fix nitsYury Selivanov2015-09-111-8/+8
| | |
* | | whatsnew/3.5: Drop empty sectionYury Selivanov2015-09-111-7/+0
| | |
* | | whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tagsYury Selivanov2015-09-111-4/+77
| | |
* | | whatsnew/3.5: Second pass over NEWS entriesYury Selivanov2015-09-111-10/+95
| | |
* | | whatsnew/3.5: Reformat code examplesYury Selivanov2015-09-111-29/+33
| | |
* | | whatsnew/3.5: Another editing passYury Selivanov2015-09-111-88/+102
| | | | | | | | | | | | Patch by Elvis Pranskevichus.