99492 Commits (13e96cc596d158b98996db3fa291086ea4afecd9)
 

Author SHA1 Message Date
Antoine Pitrou 13e96cc596 Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) 9 years ago
Serhiy Storchaka 0ee32c1481 bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376) 9 years ago
Johan de Jager cab469245d Fix a typo in a comment in coroutines.py (GH-2267) 9 years ago
INADA Naoki 870c286e27 bp-29304: Simplify dictobject.c (GH-2347) 9 years ago
csabella 18ede06258 bpo-24813: IDLE: Add default title to help_about (#2366) 9 years ago
Victor Stinner 8f525882fa bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368) 9 years ago
Adrian Wielgosik 50c2850fc8 Trivial cleanup: remove redundant variable stores in ceval.c (#2012) 9 years ago
Serhiy Storchaka 48fbe52ac7 bpo-30664: The description of a unittest subtest now preserves the (#2265) 9 years ago
Alexandru Ardelean c38e32a100 bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) 9 years ago
Serhiy Storchaka d174d24a5d bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) 9 years ago
csabella d352d68977 bpo-24813: IDLE: Add icon to help_about (#2335) 9 years ago
Victor Stinner f87b85f808 bpo-21071: struct.Struct.format type is now str (#845) 9 years ago
Victor Stinner a4b091e135 bpo-30604: Skip CoExtra tests if ctypes is missing (#2356) 9 years ago
Victor Stinner c8d6ab2e25 bpo-30602: Fix lastarg in os.spawnve() (#2287) 9 years ago
Segev Finer 87c6555073 bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319) 9 years ago
Serhiy Storchaka 32cb968a2e bpo-30727: Fix a race condition in test_threading. (#2334) 9 years ago
Victor Stinner c8fb58bd79 bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) 9 years ago
INADA Naoki 073ae487b3 bpo-29304: simplify lookdict_index() function. (GH-2273) 9 years ago
Benjamin Peterson 279a96206f bpo-30736: upgrade to Unicode 10.0 (#2344) 9 years ago
_ = NaN b066edfb1b bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) 9 years ago
larryhastings ea007984d3 Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316) 9 years ago
khyox 6580c19bbb bpo-30619: Clarify typing.Union documentation (GH-2326) 9 years ago
Gregory P. Smith a3d91b43c2 bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315) 9 years ago
terryjreedy a0e911b190 Fix typo in idlelib.config_key.py (#2322) 9 years ago
Dino Viehland f3cffd2b78 bpo-30604: clean up co_extra support (#2144) 9 years ago
haney c90e960150 bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351) 9 years ago
Dong-hee Na dcc8ce44c7 bpo-30616: Functional API of enum allows to create empty enums. (#2304) 9 years ago
Victor Stinner 5ff7132313 bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) 9 years ago
KunYuChen f3e8209152 Fix trivial typo in idlelib/config.py (GH-2309) 9 years ago
Daniel Porteous 77f68e3618 Fix typo in 3.7 whatsnew (#2308) 9 years ago
dong-jy 76c567ee27 Fix trivial typo in json module docstring (GH-2274) 9 years ago
Kojo Idrissa 5200a7c7f9 bpo-29933: Improve set_write_buffer_limits description (GH-2262) 9 years ago
Victor Stinner 5ea4c06773 bpo-30054: Expose tracemalloc C API (#1236) 9 years ago
Serhiy Storchaka 26cb4657bc bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266) 9 years ago
Victor Stinner 8457706ee3 bpo-30500: Fix the NEWS entry (#2293) 9 years ago
Sanyam Khurana 3a7f03584a bpo-30597: Show expected input in custom 'print' error message. (#2009) 9 years ago
postmasters 90e01e50ef urllib: Simplify splithost by calling into urlparse. (#1849) 9 years ago
Motoki Naruse 5cc7ac24da bpo-30629: Add Motoki Naruse to Misc/ACKS (#2284) 9 years ago
Steve Dower 40a23e8899 bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) 9 years ago
Nick Coghlan eb81795d7d bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) 9 years ago
Ned Deily 6a98a04e21 bpo-30038: add Misc/NEWS entry. (#2258) 9 years ago
Ned Deily ceb817dcfe bpo-23894: add Misc/NEWS entry. (#2256) 9 years ago
Motoki Naruse 3358d589fb bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099) 9 years ago
Victor Stinner 2d98c53542 Revert "bpo-30673: test.bat: add -t option (timeout) (#2211)" (#2245) 9 years ago
Louie Lu b0c58d3c56 bpo-30523: Add --list-cases unittest (#2243) 9 years ago
ericvsmith 11e97f2f80 bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232) 9 years ago
mlouielu a49c935cfd bpo-30523: regrtest: Add --list-cases option (#2238) 9 years ago
Victor Stinner 272d888c7b bpo-29783: Replace codecs.open() with io.open() (#599) 9 years ago
terryjreedy faa63d1e84 Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) 9 years ago
Zachary Ware cb8c0485ab bpo-30450: Add NEWS and whatsnew (GH-2236) 9 years ago