summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Blurbify master branch. (#3298)larryhastings2017-09-041-9805/+0
* bpo-31161: only check for parens error for SyntaxError (#3082)Martijn Pieters2017-08-221-0/+3
* Spelling fixes (#2902)Ville Skyttä2017-08-031-3/+3
* bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (...Dong-hee Na2017-07-221-0/+3
* bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)Serhiy Storchaka2017-07-111-0/+3
* bpo-30814: Fixed a race condition when import a submodule from a package. (#2...Serhiy Storchaka2017-07-061-0/+2
* bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)Serhiy Storchaka2017-06-271-0/+4
* bpo-30746: Prohibited the '=' character in environment variable names (#2382)Serhiy Storchaka2017-06-251-0/+3
* bpo-30664: The description of a unittest subtest now preserves the (#2265)Serhiy Storchaka2017-06-231-0/+3
* bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268)Alexandru Ardelean2017-06-231-0/+4
* bpo-30730: Prevent environment variables injection in subprocess on Windows. ...Serhiy Storchaka2017-06-231-0/+3
* bpo-21071: struct.Struct.format type is now str (#845)Victor Stinner2017-06-231-0/+3
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-231-0/+3
* bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)Gregory P. Smith2017-06-221-0/+4
* bpo-30604: clean up co_extra support (#2144)Dino Viehland2017-06-211-0/+3
* 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