summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \ \ | |/ /
| * | Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial callsBerker Peksag2015-09-221-0/+6
* | | Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape,Victor Stinner2015-09-211-1/+2
* | | Merge 3.5Yury Selivanov2015-09-161-3/+2
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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
| |\ \ | | |/
| | * Use :menuselection: in whatsnew/3.4.Serhiy Storchaka2015-09-131-1/+1
* | | Merge 3.5Yury Selivanov2015-09-131-1/+1
|\ \ \ | |/ /
| * | whatsnew/3.5: Fix typoYury Selivanov2015-09-131-1/+1
* | | Merge from 3.5.Larry Hastings2015-09-131-182/+203
|\ \ \ | |/ /
| * | whatsnew/3.5: One more editYury Selivanov2015-09-131-5/+3
| * | whatsnew/3.5: EditsYury Selivanov2015-09-131-180/+200
| * | 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