summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* [3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a ma...Serhiy Storchaka2017-04-161-2/+2
* bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...Xiang Zhang2017-04-151-3/+5
* [3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-...Mariatta2017-04-141-0/+4
* [3.5] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeErr...Mariatta2017-04-131-0/+3
* bpo-26985: Add missing info of code object in inspect documentation (GH-1090)...Xiang Zhang2017-04-131-0/+2
* bpo-29998: Pickling and copying ImportError now preserves name and path (#101...Serhiy Storchaka2017-04-081-0/+3
* Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1006)Serhiy Storchaka2017-04-051-9/+9
* bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#912)T. Wouters2017-03-301-0/+3
* bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...Serhiy Storchaka2017-03-301-0/+3
* bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#904)Serhiy Storchaka2017-03-301-0/+3
* bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-884)Xiang Zhang2017-03-291-0/+4
* bpo-29643: Fix check for --enable-optimizations (GH-871)INADA Naoki2017-03-281-0/+5
* bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) ...Serhiy Storchaka2017-03-241-0/+3
* bpo-29861: release references to multiprocessing Pool tasks (#743) (#801)Antoine Pitrou2017-03-241-0/+3
* faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-796)Christophe Zeitouny2017-03-241-0/+3
* bpo-28876: bool of large range raises OverflowError (#699) (#735)Serhiy Storchaka2017-03-201-0/+3
* bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#5...Serhiy Storchaka2017-03-191-0/+2
* bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...Michael Seifert2017-03-151-0/+3
* bpo-29742: asyncio get_extra_info() throws exception (#525) (#646)Yury Selivanov2017-03-121-0/+3
* Fix wrapping into StopIteration of return values in generators and coroutines...Yury Selivanov2017-03-121-0/+2
* [3.5] bpo-8256: Fixed possible failing or crashing input() (#642)Serhiy Storchaka2017-03-121-0/+3
* bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elementsorenmn2017-03-091-0/+3
* bpo-29537: Also cover 3.5.2 in NEWS entryNick Coghlan2017-03-081-1/+1
* [3.5] bpo-29537: Tolerate legacy invalid bytecode (#169)Nick Coghlan2017-03-081-0/+6
* bpo-29615: backport to 3.5 (#479)Petr Motejlek2017-03-051-0/+4
* [3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455)Ned Deily2017-03-041-5/+0
* bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443)Zachary Ware2017-03-031-0/+5
* bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)Seth M. Larson2017-03-031-0/+3
* bpo-29703: asyncio: Fix creating new event loops in child processes. (#411)Yury Selivanov2017-03-031-0/+3
* bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...Martijn Pieters2017-02-271-0/+3
* bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-329)Xiang Zhang2017-02-271-0/+2
* bpo-29110: Fix file object leak in `aifc.open` (GH-311)INADA Naoki2017-02-261-0/+3
* Fix unittest.mock._Call: don't ignore name (#307)Berker Peksag2017-02-261-0/+3
* [3.5] bpo-28929: Add to Misc/NEWS (GH-285)Mariatta2017-02-261-0/+2
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#279)Barry Warsaw2017-02-241-0/+3
* [3.5] bpo-29532: Altering a kwarg dictionary passed to functools.partial() no...Serhiy Storchaka2017-02-221-0/+3
* bpo-29602: fix signed zero handling in complex constructor. (#203) (#205)Mark Dickinson2017-02-201-0/+4
* bpo-29347: Fix possibly dereferencing undefined pointers when creating weakre...Xiang Zhang2017-02-201-0/+3
* [3.5] bpo-29571: Use correct locale encoding in test_re (#149) (#154)Nick Coghlan2017-02-191-0/+8
* bpo-28556: Various updates to typing (#28) (#78)Mariatta2017-02-131-0/+7
* bpo-29438: Fixed use-after-free in key sharing dict (#40)INADA Naoki2017-02-131-0/+2
* Fix #29519: weakref spewing exceptions during interp finalizationƁukasz Langa2017-02-101-0/+3
* Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-091-0/+3
* Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].Steve Dower2017-02-041-0/+2
* Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.Steve Dower2017-02-041-0/+5
* Issue #29416: Prevent infinite loop in pathlib.Path.mkdirSteve Dower2017-02-041-0/+2
* Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+3
* Issue #29169: Fix NEWS entry.doko@ubuntu.com2017-02-011-1/+1
* - Issue #29169: Update zlib to 1.2.10.doko@ubuntu.com2017-01-311-0/+5
* Issue #29349: Fix Python 2 syntax in documentation build codeMartin Panter2017-01-291-0/+5