summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-24813: IDLE: Add default title to help_about (#2366)csabella2017-06-244-9/+33
* bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368)Victor Stinner2017-06-231-2/+2
* Trivial cleanup: remove redundant variable stores in ceval.c (#2012)Adrian Wielgosik2017-06-231-6/+1
* bpo-30664: The description of a unittest subtest now preserves the (#2265)Serhiy Storchaka2017-06-233-7/+29
* bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268)Alexandru Ardelean2017-06-233-2/+8
* bpo-30730: Prevent environment variables injection in subprocess on Windows. ...Serhiy Storchaka2017-06-235-9/+72
* bpo-24813: IDLE: Add icon to help_about (#2335)csabella2017-06-232-4/+19
* bpo-21071: struct.Struct.format type is now str (#845)Victor Stinner2017-06-235-2/+19
* bpo-30604: Skip CoExtra tests if ctypes is missing (#2356)Victor Stinner2017-06-231-3/+6
* bpo-30602: Fix lastarg in os.spawnve() (#2287)Victor Stinner2017-06-231-3/+3
* 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