summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* bpo-30616: Functional API of enum allows to create empty enums. (#2304)Dong-hee Na2017-06-211-0/+3
* bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)Victor Stinner2017-06-211-0/+9
* bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...Serhiy Storchaka2017-06-201-0/+3
* bpo-30500: Fix the NEWS entry (#2293)Victor Stinner2017-06-201-1/+1
* bpo-30597: Show expected input in custom 'print' error message. (#2009)Sanyam Khurana2017-06-201-0/+3
* urllib: Simplify splithost by calling into urlparse. (#1849)postmasters2017-06-201-1/+6
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-06-191-0/+3
* bpo-30038: add Misc/NEWS entry. (#2258)Ned Deily2017-06-171-0/+3
* bpo-23894: add Misc/NEWS entry. (#2256)Ned Deily2017-06-171-0/+2
* bpo-30682: Removed a too-strict assertion that failed for certain f-strings. ...ericvsmith2017-06-161-0/+3
* Add IDLE items to NEWS and idlelib/NEWS.txt (#2239)terryjreedy2017-06-161-0/+14
* bpo-30450: Add NEWS and whatsnew (GH-2236)Zachary Ware2017-06-161-0/+5
* bpo-30176: Add missing curses cell attributes constants (GH-1302)Xiang Zhang2017-06-161-1/+3
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)Victor Stinner2017-06-141-0/+4
* bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...Milan Oberkirch2017-06-141-0/+4
* bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)Sanyam Khurana2017-06-131-0/+3
* bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)Antoine Pitrou2017-06-131-0/+2
* bpo-30177: add NEWS entry (#2135)Antoine Pietri2017-06-121-0/+3
* Fix bpo-30589: improve Process.exitcode with forkserver (#1989)Antoine Pitrou2017-06-121-0/+4
* [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...mircea-cosbuc2017-06-121-0/+3
* bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)Serhiy Storchaka2017-06-121-0/+3
* Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with...Yury Selivanov2017-06-111-4/+0
* bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)Yury Selivanov2017-06-111-0/+3
* bpo-30501: Make the compiler producing optimized code for condition expressio...Serhiy Storchaka2017-06-111-0/+4
* bpo-11822: Improve disassembly to show embedded code objects. (#1844)Serhiy Storchaka2017-06-111-0/+3
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-111-0/+5
* Add IDLE NEWS items for 3.7 (#2090)terryjreedy2017-06-111-0/+16
* #30624 / selectors: use bare except clause in order to not leave the fd in a ...Giampaolo Rodola2017-06-101-0/+4
* bpo-28556: Updates to typing module (#2076)Ivan Levkivskyi2017-06-101-0/+4
* bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)Victor Stinner2017-06-101-1/+5
* bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016)Roy Williams2017-06-101-0/+3
* bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...Nikolay Kim2017-06-101-0/+4
* Add a NEWS entry for #29870 (PR #981) (#2047)Yury Selivanov2017-06-091-0/+3
* Closing transport during handshake process leaks socket (#480)Nikolay Kim2017-06-091-0/+3
* bpo-27585: Add a NEWS entry for #1031 (#2036)Yury Selivanov2017-06-091-0/+3
* bpo-30014: make poll-like selector's modify() method faster (#1030)Giampaolo Rodola2017-06-091-0/+3
* bpo-30266: support "= None" pattern in AbstractContextManager (#1448)Jelle Zijlstra2017-06-091-0/+4
* bpo-30418: Popen.communicate() always ignore EINVAL (#2002)Victor Stinner2017-06-081-0/+3
* bpo-30486: Allow setting cell value (#1840)Lisa Roach2017-06-081-3/+5
* bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)Will Roberts2017-06-081-0/+3
* bpo-30463: Add an empty __slots__ to abc.ABC.Aaron Hall, MBA2017-06-061-0/+3
* bpo-30520: Implemented pickling for loggers. (#1956)Vinay Sajip2017-06-061-1/+3
* bpo-30557: faulthandler now correctly filters and displays exception codes on...Steve Dower2017-06-051-0/+3
* Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...Antoine Pitrou2017-06-031-0/+3
* bpo-30052: Always regenerate cross-references (#1339)Nick Coghlan2017-06-021-0/+9
* bpo-30245: Fix possible overflow when organize struct.pack_into error message...Johan Liu2017-06-021-0/+3
* bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...Xiang Zhang2017-06-011-0/+3
* bpo-25324: copy tok_name before changing it (#1608)Albert-Jan Nijburg2017-05-311-0/+4
* Doc nits for bpo-16500 (#1841)Antoine Pitrou2017-05-281-0/+3
* bpo-20210: Support the *disabled* marker in Setup files (GH-132)xdegaye2017-05-271-0/+4