summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)Victor Stinner2020-04-032-2/+2
* bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)Victor Stinner2020-04-032-1/+2
* bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314)Victor Stinner2020-04-022-8/+21
* lib2to3: Support named assignment expressions (GH-12702)Tim Hatch2020-04-026-6/+27
* bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)Derek Keeler2020-04-022-4/+26
* bpo-1635741: Fix refleak in _locale init error handling (GH-19307)Hai Shi2020-04-021-15/+26
* bpo-1635741: Port resource extension module to multiphase initialization (PEP...Hai Shi2020-04-022-53/+73
* bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282)Kyle Stanley2020-04-021-0/+2
* bpo-40094: Fix which.py script exit code (GH-19286)Victor Stinner2020-04-022-0/+4
* bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285)Victor Stinner2020-04-022-2/+6
* bpo-37207: Use PEP 590 vectorcall to speed up dict() (GH-19280)Dong-hee Na2020-04-022-0/+35
* bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)Victor Stinner2020-04-023-4/+5
* bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)Victor Stinner2020-04-024-52/+115
* bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287)Victor Stinner2020-04-021-0/+1
* bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)Pablo Galindo2020-04-016-8/+117
* bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)Victor Stinner2020-04-0118-61/+258
* bpo-38527: fix configure script for Solaris (GH-16845)Arnon Yaari2020-04-013-4/+6
* bpo-40071: Fix potential crash in _functoolsmodule.c (GH-19273)Paulo Henrique Silva2020-04-011-1/+4
* bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support f...Barney Gale2020-04-013-49/+21
* bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)Zackery Spytz2020-04-015-1/+18
* bpo-40094: Enhance os.WIFEXITED documentation (GH-19244)Victor Stinner2020-04-011-10/+24
* bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265)Serhiy Storchaka2020-04-012-55/+46
* bpo-40121: Fix exception type in test (GH-19267)Steve Dower2020-04-011-1/+1
* Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)Pablo Galindo2020-04-011-0/+2
* bpo-40094: Add missing import to wait_process() (GH-19268)Victor Stinner2020-04-011-0/+2
* bpo-40094: Add run_command() to setup.py (GH-19266)Victor Stinner2020-03-311-16/+22
* bpo-31160: Fix race condition in test_os.PtyTests (GH-19263)Victor Stinner2020-03-311-2/+9
* bpo-40094: Add _bootsubprocess._waitstatus_to_exitcode (GH-19264)Victor Stinner2020-03-311-11/+15
* bpo-39943: Clean up marshal.c. (GH-19236)Serhiy Storchaka2020-03-311-57/+31
* bpo-40094: Enhance threading tests (GH-19260)Victor Stinner2020-03-312-31/+39
* bpo-40094: Enhance fork and wait tests (GH-19259)Victor Stinner2020-03-314-24/+15
* bpo-40094: Add test.support.wait_process() (GH-19254)Victor Stinner2020-03-3119-103/+125
* Document most common signals (GH-19245)Victor Stinner2020-03-312-1/+107
* closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)Benjamin Peterson2020-03-311-1/+1
* bpo-40003: test.bisect_cmd copies Python options (GH-19246)Victor Stinner2020-03-312-2/+17
* bpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source (GH-19247)Victor Stinner2020-03-311-3/+20
* bpo-1635741: Port math module to multiphase initialization (GH-19243)Dong-hee Na2020-03-312-25/+34
* bpo-1635741: Port _uuid module to multiphase initialization (GH-19242)Dong-hee Na2020-03-312-19/+23
* bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)Steve Dower2020-03-314-3/+39
* bpo-40108: Improve the error message in runpy when importing a module that in...Pablo Galindo2020-03-313-0/+16
* fix comma location in various places (GH-19233)Mathieu Dupuy2020-03-308-9/+9
* bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083)Alexander Riccio2020-03-302-3/+6
* bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209)Andy Lester2020-03-301-2/+2
* Fix bug in test_collections.py (#19221)Curtis Bucher2020-03-301-1/+2
* bpo-8901: Windows registry path is now ignored with the -E option (GH-18169)Zackery Spytz2020-03-303-2/+11
* bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202)Dong-hee Na2020-03-302-31/+76
* bpo-37207: Use vectorcall for list() (GH-18928)Petr Viktorin2020-03-302-0/+30
* bpo-39073: validate Address parts to disallow CRLF (#19007)Ashwin Ramaswami2020-03-303-0/+25
* bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204)Batuhan Taşkaya2020-03-291-0/+1
* bpo-40024: Update _elementtree to use PyModule_AddType() (GH-19205)Dong-hee Na2020-03-291-8/+14