summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-39481: PEP 585 for ipaddress.py (GH-19418)Batuhan Taşkaya2020-04-102-0/+10
* Generic itertools.chain (GH-19417)Ethan Smith2020-04-102-1/+5
* bpo-39943: Keep constness of pointer objects. (19405)Andy Lester2020-04-101-6/+5
* bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448)pxinwr2020-04-092-0/+5
* bpo-40077: Remove redundant cast in json module (GH-19438)Hai Shi2020-04-091-2/+2
* bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)Zackery Spytz2020-04-098-0/+66
* bpo-40082: trip_signal() uses the main interpreter (GH-19441)Victor Stinner2020-04-086-85/+94
* bpo-37127: Remove _pending_calls.finishing (GH-19439)Victor Stinner2020-04-082-17/+0
* bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436)Victor Stinner2020-04-084-52/+109
* Remove extraneous ')' in abstract.h (GH-19146)Jimmy Yang2020-04-081-1/+1
* bpo-40187: Refactor typing.TypedDict. (GH-19372)Serhiy Storchaka2020-04-081-34/+33
* bpo-40185: Refactor typing.NamedTuple (GH-19371)Serhiy Storchaka2020-04-082-59/+54
* bpo-40170: Remove PyIndex_Check() macro (GH-19428)Victor Stinner2020-04-083-8/+3
* bpo-40170: Add _PyIndex_Check() internal function (GH-19426)Victor Stinner2020-04-0817-30/+72
* bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)Victor Stinner2020-04-075-30/+46
* bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376)Victor Stinner2020-04-073-3/+14
* bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)Victor Stinner2020-04-0711-78/+81
* bpo-39481: Make os.DirEntry generic (GH-19415)Batuhan Taşkaya2020-04-072-1/+4
* bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)Victor Stinner2020-04-077-22/+133
* bpo-39481: Implementation for PEP 585 (#18239)Guido van Rossum2020-04-0730-53/+830
* bpo-40149: Implement traverse in _abc._abc_data (GH-19412)Victor Stinner2020-04-072-4/+23
* bpo-37388: Don't check encoding/errors during finalization (GH-19409)Victor Stinner2020-04-072-0/+10
* Document missing methods of ssl.SSLObject (#19400)Rémi Lapeyre2020-04-071-0/+3
* bpo-40214: Temporarily disable a ctypes test (GH-19404)Zachary Ware2020-04-071-2/+5
* closes bpo-40166: Change Unicode Howto so that it does not have a specific nu...amaajemyfren2020-04-071-2/+3
* bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...Pablo Galindo2020-04-063-2/+8
* bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)Victor Stinner2020-04-068-6/+25
* bpo-40147: Fix a compiler warning on Windows in Python/compile.c (GH-19389)Zackery Spytz2020-04-061-4/+5
* bpo-40197: Better describe the benchmark results table (GH-19386)Raymond Hettinger2020-04-061-1/+7
* Fix misinformation about NaN != NaN comparison (GH-19357)Mark Dickinson2020-04-051-2/+3
* bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380)Batuhan Taşkaya2020-04-052-0/+4
* bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)Serhiy Storchaka2020-04-045-12/+16
* closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (...Batuhan Taşkaya2020-04-041-7/+7
* bpo-40077: Fix potential refleaks of _json: traverse memo (GH-19344)Hai Shi2020-04-042-0/+2
* bpo-36517: Raise error on multiple inheritance with NamedTuple (GH-19363)Serhiy Storchaka2020-04-043-0/+12
* Convert tuples to sets for faster searches (GH-19365)Raymond Hettinger2020-04-041-3/+3
* bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)Steve Dower2020-04-043-4/+5
* bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)Tal Einat2020-04-044-15/+32
* bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)Chris Martinez2020-04-032-2/+2
* bpo-40141: Include the value in the column position for keyword AST nodes (GH...Pablo Galindo2020-04-032-2/+2
* bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)Pablo Galindo2020-04-034-12/+32
* bpo-40131: Fix source and target order in zipapp example (GH-19290)Zackery Spytz2020-04-031-1/+1
* bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is...Michael Felt2020-04-031-2/+1
* bpo-40122: Updated documentation for dis.findlabels() (GH-19274)laike9m2020-04-031-1/+1
* 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