summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5Yury Selivanov2015-12-151-1/+1
|\
| * docs/whatsnew/3.5: Fix ref linkYury Selivanov2015-12-151-1/+1
* | Merge 3.5Yury Selivanov2015-12-151-0/+12
|\ \ | |/
| * whatsnew/3.5: Mention new asyncio APIs in 3.5.1Yury Selivanov2015-12-151-0/+12
* | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-2/+4
* | #25485: Add context manager support to Telnet class.R David Murray2015-11-281-0/+7
* | Issue #23883: Add news listing modules with new exported APIsMartin Panter2015-11-141-0/+6
* | Adjust grammar and punctuation in whatsnew/3.6.rstMartin Panter2015-11-141-11/+11
* | Merge typo and grammar fixes from 3.5Martin Panter2015-11-141-74/+75
|\ \ | |/
| * Fix grammar in whatsnew/3.5.rst and elsewhereMartin Panter2015-11-141-74/+75
* | Issue #25590: Complete attribute names even if they are not yet createdMartin Panter2015-11-131-0/+4
* | Merge with 3.5Zachary Ware2015-11-121-1/+1
|\ \ | |/
| * Fix awkward grammar in whatsnew.Zachary Ware2015-11-121-1/+1
* | Fix typos in whatsnew.Zachary Ware2015-11-121-2/+2
* | mergeRaymond Hettinger2015-11-091-1/+1
|\ \ | |/
| * Improve namedtuple doc string examplesRaymond Hettinger2015-11-091-1/+1
* | Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-022-2/+2
|\ \ | |/
| * 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 #24379: Revert the operator.subscript patch (dccc4e63aef5) pending res...Raymond Hettinger2015-11-021-8/+0
* | | Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-026-7/+7
|\ \ \ | |/ /
| * | 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
* | | Merge 3.5Yury Selivanov2015-10-311-1/+1
|\ \ \ | |/ /
| * | whatsnew/3.5: NumPy 1.10 has been releasedYury Selivanov2015-10-311-1/+1
* | | Merge typo fixes from 3.5Martin Panter2015-10-312-5/+5
|\ \ \ | |/ /
| * | 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
* | | Remove double 'error'.Terry Jan Reedy2015-10-201-1/+1
* | | Fix another typo noticed by SilentGhostBerker Peksag2015-10-181-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
|\ \ \ | |/ /
| * | Issue #25434: Fix typo in whatsnew/3.5rstBerker Peksag2015-10-181-1/+1
* | | Issue #25154: Deprecate the pyvenv script.Brett Cannon2015-10-161-1/+4
* | | Upgrade the imp module's deprecation to DeprecationWarning.Brett Cannon2015-10-161-0/+3
* | | Optimize bytes.fromhex() and bytearray.fromhex()Victor Stinner2015-10-141-0/+3
* | | Document latest optimizations using _PyBytesWriterVictor Stinner2015-10-141-4/+13
* | | Issue #24164: Objects that need calling ``__new__`` with keyword arguments,Serhiy Storchaka2015-10-101-0/+9
* | | Sort module names in whatsnew/3.6.rstBerker Peksag2015-10-081-11/+12
* | | Issue #16099: RobotFileParser now supports Crawl-delay and Request-rateBerker Peksag2015-10-081-0/+8
* | | Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.Alexander Belopolsky2015-10-061-0/+8
* | | Issue #25301: The UTF-8 decoder is now up to 15 times as fast for errorVictor Stinner2015-10-051-0/+3
* | | asyncio: Make ensure_future() accept all kinds of awaitables. (Merge 3.5)Yury Selivanov2015-10-021-0/+7
|\ \ \ | |/ /
| * | asyncio: Make ensure_future() accept all kinds of awaitables.Yury Selivanov2015-10-021-0/+7
| |\ \ | | |/
* | | Issue #25267: The UTF-8 encoder is now up to 75 times as fast for errorVictor Stinner2015-10-011-0/+3
* | | Optimize ascii/latin1+surrogateescape encodersVictor Stinner2015-09-291-0/+3
* | | Issue #25011: rlcomplete now omits private and special attribute names unlessSerhiy Storchaka2015-09-271-0/+8
* | | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-221-0/+6
|\ \ \ | |/ /