99733 Commits (48d9823a0ebde4dfab8bc154bb6df462fb2ee403)
 

Author SHA1 Message Date
Allen W. Smith, Ph.D 48d9823a0e bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/managers.py (#3078) 9 years ago
Pär Björklund e664d7f89d bpo-30747: Attempt to fix atomic load/store (#2383) 9 years ago
Daniel Himmelstein dadca480c5 Fix typo in 3.7 What's New (GH-3069) 9 years ago
Victor Stinner 5659a72f48 bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) 9 years ago
Victor Stinner 957d0e9b59 bpo-26762: _test_multiprocessing reports dangling (#3064) 9 years ago
Victor Stinner b97d99cd7f regrtest: count also env changed as failures in progress (#3061) 9 years ago
Victor Stinner b501147980 Enhance support.reap_children() (#3036) 9 years ago
Victor Stinner aa8ec34ad5 bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057) 9 years ago
Victor Stinner 6c8c2943d9 bpo-31160: test_tempfile: Fix reap_children() warning (#3056) 9 years ago
Victor Stinner 7b7c6dcfff bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) 9 years ago
Louie Lu 3b0f620c1a bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) 9 years ago
Victor Stinner 3ca9f50f96 bpo-31160: test_builtin: don't check waitpid() status (#3050) 9 years ago
Victor Stinner da5e930187 bpo-31160: Fix test_random for zombie process (#3045) 9 years ago
Victor Stinner e3510d74aa bpo-31160: regrtest now reaps child processes (#3044) 9 years ago
Victor Stinner 4baca1b0f7 bpo-31160: Fix test_builtin for zombie process (#3043) 9 years ago
Julien Palard 122081deef bpo-31159: fix language switch regex on unknown yet built languages. (#3039) 9 years ago
Jeffrey Rackauckas b811d664de bpo-31072: Add filter to zipapp (#3021) 9 years ago
Serhiy Storchaka 9b0d1d647e bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033) 9 years ago
Ammar Askar 88eee44a91 bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3032) 9 years ago
Julien Palard c82b7f332a bpo-31149: Doc: Add Japanese to the language switcher. (#3028) 9 years ago
Victor Stinner cd7e9c1b67 ttk: fix LabeledScale and OptionMenu destroy() method (#3025) 9 years ago
Terry Jan Reedy 733d0f63c5 bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) 9 years ago
Terry Jan Reedy 89225871d3 bpo-29910: IDLE - revert `break`s that disabled calltip close. (#2997) 9 years ago
Julien dff9b5f9d6 bpo-31045: Language switch (#2652) 9 years ago
Gregory P. Smith 60a6632a3d add myself to CODEOWNERS for subprocess. (#3005) 9 years ago
Brett Cannon d255fea7c7 Notify the import-team on import-related PRs (GH-3002) 9 years ago
Łukasz Langa 8238ef0467 Add author of the fix for #30841 to ACKS. (#3001) 9 years ago
Yuan Chao Chou 2af565baf4 Fix a shadow-compatible-local warning (#2180) 9 years ago
Shane Harvey c4c9866064 bpo-31107: Fix copyreg mangled slot names calculation. (#2989) 9 years ago
INADA Naoki 778928b0c7 bpo-29304: Simplify dict lookup functions (GH-2407) 9 years ago
Mike DePalatis 87c3c5de73 Improve grammar in asyncio documentation (GH-2993) 9 years ago
Serhiy Storchaka 5075416b8f bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790) 9 years ago
Serhiy Storchaka 25e4f779d7 bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957) 9 years ago
Ville Skyttä 49b2734bf1 Spelling fixes (#2902) 9 years ago
R. David Murray d9d55c91be Add @bitdancer as codeowner of email related stuff. (GH-2987) 9 years ago
Preston Landers 6ea56d2ebc bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979) 9 years ago
Alexander Mohr de34cbe9cd bpo-31061: fix crash in asyncio speedup module (GH-2966) 9 years ago
Łukasz Langa 47320a652e Document Path.is_mount(), update Misc/ACKS and Misc/NEWS (#2980) 9 years ago
Yury Selivanov 9d8e6ec8d2 Add @1st1 as co-owner of asyncio and genobject (#2978) 9 years ago
Cooper Lees 173ff4a58a bpo-30897: Add is_mount() to pathlib.Path (#2669) 9 years ago
Brett Cannon 9eef9e805e List myself as interested in all import-related pull requests (GH-2976) 9 years ago
favll adfe3440f6 bpo-31084: QueueHandler now formats messages correctly. (GH-2954) 9 years ago
csabella 6f446bee4f bpo-31083: IDLE: Describe the Page classes in configdialog (#2965) 9 years ago
Mariatta e1e60bd95c Remove .mention-bot (GH-2923) 9 years ago
Mariatta 00fce69711 Create CODEOWNERS (GH-2924) 9 years ago
scoder e4c06bcca3 bpo-31091: Remove dead code in PyErr_GivenExceptionMatches(). (#2963) 9 years ago
Mariatta 8474d87165 bpo-25910: Update LICENSE (GH-2873) 9 years ago
Alexander Belopolsky 018d353c1c Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896) 9 years ago
Zackery Spytz c6ea8974e2 bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919) 9 years ago
csabella a568e52733 bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276) 9 years ago