summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319)Segev Finer2017-06-231-1/+1
* bpo-30727: Fix a race condition in test_threading. (#2334)Serhiy Storchaka2017-06-231-5/+14
* bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348)Victor Stinner2017-06-231-2/+2
* bpo-29304: simplify lookdict_index() function. (GH-2273)INADA Naoki2017-06-231-15/+6
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-2311-33452/+34581
* bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339)_ = NaN2017-06-231-3/+3
* Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)larryhastings2017-06-2211-0/+11
* bpo-30619: Clarify typing.Union documentation (GH-2326)khyox2017-06-221-1/+1
* bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)Gregory P. Smith2017-06-223-5/+14
* Fix typo in idlelib.config_key.py (#2322)terryjreedy2017-06-221-1/+1
* bpo-30604: clean up co_extra support (#2144)Dino Viehland2017-06-216-23/+130
* bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351)haney2017-06-211-0/+20
* bpo-30616: Functional API of enum allows to create empty enums. (#2304)Dong-hee Na2017-06-213-1/+24
* bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)Victor Stinner2017-06-219-158/+887
* Fix trivial typo in idlelib/config.py (GH-2309)KunYuChen2017-06-211-1/+1
* Fix typo in 3.7 whatsnew (#2308)Daniel Porteous2017-06-211-1/+1
* Fix trivial typo in json module docstring (GH-2274)dong-jy2017-06-201-1/+1
* bpo-29933: Improve set_write_buffer_limits description (GH-2262)Kojo Idrissa2017-06-201-1/+7
* bpo-30054: Expose tracemalloc C API (#1236)Victor Stinner2017-06-205-23/+55
* bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...Serhiy Storchaka2017-06-204-107/+229
* 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-203-3/+76
* urllib: Simplify splithost by calling into urlparse. (#1849)postmasters2017-06-204-14/+47
* bpo-30629: Add Motoki Naruse to Misc/ACKS (#2284)Motoki Naruse2017-06-201-0/+1
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-06-1910-51/+102
* bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)Nick Coghlan2017-06-185-121/+183
* 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-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2...Motoki Naruse2017-06-171-1/+1
* Revert "bpo-30673: test.bat: add -t option (timeout) (#2211)" (#2245)Victor Stinner2017-06-161-11/+2
* bpo-30523: Add --list-cases unittest (#2243)Louie Lu2017-06-161-1/+17
* bpo-30682: Removed a too-strict assertion that failed for certain f-strings. ...ericvsmith2017-06-163-2/+11
* bpo-30523: regrtest: Add --list-cases option (#2238)mlouielu2017-06-163-8/+44
* bpo-29783: Replace codecs.open() with io.open() (#599)Victor Stinner2017-06-165-39/+18
* Add IDLE items to NEWS and idlelib/NEWS.txt (#2239)terryjreedy2017-06-162-0/+28
* bpo-30450: Add NEWS and whatsnew (GH-2236)Zachary Ware2017-06-162-0/+11
* bpo-30176: Add missing curses cell attributes constants (GH-1302)Xiang Zhang2017-06-163-14/+54
* bpo-30631: Silence MSVC warnings in third-party code (GH-1963)Segev Finer2017-06-164-1/+7
* bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)Zachary Ware2017-06-164-87/+241
* bpo-30620: Remove dead lines from textwrap.dedent (GH-2064)Jonathan Eunice2017-06-161-2/+0
* bpo-30603: add tests to textwrap.dedent (GH-2206)Jonathan Eunice2017-06-161-0/+11
* bpo-30673: test.bat: add -t option (timeout) (#2211)Victor Stinner2017-06-151-2/+11
* bpo-30626: Fix error handling in PyImport_Import(). (#2103)Serhiy Storchaka2017-06-151-2/+6
* bpo-20627: Fix error message when keyword arguments are used (#2115)Sylvain2017-06-154-14/+48
* bpo-30602: Fix refleak in os.spawnv() (#2212)Victor Stinner2017-06-151-1/+1
* bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208)Nick Coghlan2017-06-151-21/+37
* bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)Victor Stinner2017-06-1414-476/+527
* bpo-30284: Fix regrtest for out of tree build (#1481)Victor Stinner2017-06-141-1/+7
* bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...Milan Oberkirch2017-06-145-4/+24
* bpo-15786: Fix IDLE autocomplete return problem. (#2198)terryjreedy2017-06-141-1/+2