]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-04-11  Pablo Galindobpo-38501: Add a warning section to multiprocessing...
2020-04-11  Pablo Galindobpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_Is...
2020-04-10  Batuhan Taşkayabpo-39481: PEP 585 for a variety of modules (GH-19423)
2020-04-10  Ethan Smithbpo-39481: PEP 585 for difflib, filecmp, fileinput...
2020-04-10  Ethan Smithbpo-39481: PEP 585 for enumerate, AsyncGeneratorType...
2020-04-10  Batuhan Taşkayabpo-39481: PEP 585 for ipaddress.py (GH-19418)
2020-04-10  Ethan SmithGeneric itertools.chain (GH-19417)
2020-04-10  Andy Lesterbpo-39943: Keep constness of pointer objects. (19405)
2020-04-09  pxinwrbpo-31904: Fix test_c_locale_coercion encodings for...
2020-04-09  Hai Shibpo-40077: Remove redundant cast in json module (GH...
2020-04-09  Zackery Spytzbpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket...
2020-04-08  Victor Stinnerbpo-40082: trip_signal() uses the main interpreter...
2020-04-08  Victor Stinnerbpo-37127: Remove _pending_calls.finishing (GH-19439)
2020-04-08  Victor Stinnerbpo-40226: PyInterpreterState_Delete() deletes pending...
2020-04-08  Jimmy YangRemove extraneous ')' in abstract.h (GH-19146)
2020-04-08  Serhiy Storchakabpo-40187: Refactor typing.TypedDict. (GH-19372)
2020-04-08  Serhiy Storchakabpo-40185: Refactor typing.NamedTuple (GH-19371)
2020-04-08  Victor Stinnerbpo-40170: Remove PyIndex_Check() macro (GH-19428)
2020-04-08  Victor Stinnerbpo-40170: Add _PyIndex_Check() internal function ...
2020-04-07  Victor Stinnerbpo-40170: PyType_HasFeature() now always calls PyType_...
2020-04-07  Victor Stinnerbpo-40170: Convert PyObject_CheckBuffer() macro to...
2020-04-07  Victor Stinnerbpo-40170: PyObject_NEW() becomes an alias to PyObject_...
2020-04-07  Batuhan Taşkayabpo-39481: Make os.DirEntry generic (GH-19415)
2020-04-07  Victor Stinnerbpo-40089: Add _at_fork_reinit() method to locks (GH...
2020-04-07  Guido van Rossumbpo-39481: Implementation for PEP 585 (#18239)
2020-04-07  Victor Stinnerbpo-40149: Implement traverse in _abc._abc_data (GH...
2020-04-07  Victor Stinnerbpo-37388: Don't check encoding/errors during finalizat...
2020-04-07  Rémi LapeyreDocument missing methods of ssl.SSLObject (#19400)
2020-04-07  Zachary Warebpo-40214: Temporarily disable a ctypes test (GH-19404)
2020-04-07  amaajemyfrencloses bpo-40166: Change Unicode Howto so that it does...
2020-04-06  Pablo Galindobpo-40196: Fix a bug in the symtable when reporting...
2020-04-06  Victor Stinnerbpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes...
2020-04-06  Zackery Spytzbpo-40147: Fix a compiler warning on Windows in Python...
2020-04-06  Raymond Hettingerbpo-40197: Better describe the benchmark results table...
2020-04-05  Mark DickinsonFix misinformation about NaN != NaN comparison (GH...
2020-04-05  Batuhan Taşkayabpo-40190: Add support for _SC_AIX_REALMEM in sysconf...
2020-04-04  Serhiy Storchakabpo-40182: Remove the _field_types attribute of the...
2020-04-04  Batuhan Taşkayacloses bpo-40184: Only define pysiphash if the hash...
2020-04-04  Hai Shibpo-40077: Fix potential refleaks of _json: traverse...
2020-04-04  Serhiy Storchakabpo-36517: Raise error on multiple inheritance with...
2020-04-04  Raymond HettingerConvert tuples to sets for faster searches (GH-19365)
2020-04-04  Steve Dowerbpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
2020-04-04  Tal Einatbpo-38689: avoid IDLE hanging when calltip fails gettin...
2020-04-03  Chris Martinezbpo-40158: Fix CPython MSBuild Properties in NuGet...
2020-04-03  Pablo Galindobpo-40141: Include the value in the column position...
2020-04-03  Pablo Galindobpo-40147: Move the check for duplicate keywords to...
2020-04-03  Zackery Spytzbpo-40131: Fix source and target order in zipapp exampl...
2020-04-03  Michael Feltbpo-40112: distutils test_search_cpp: Fix logic to...
2020-04-03  laike9mbpo-40122: Updated documentation for dis.findlabels...
2020-04-03  Victor Stinnerbpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines...
2020-04-03  Victor Stinnerbpo-40162: Update Travis CI config to OpenSSL 1.1.1f...
2020-04-02  Victor Stinnerbpo-40140: test_builtin.PtyTests registers SIGHUP handl...
2020-04-02  Tim Hatchlib2to3: Support named assignment expressions (GH-12702)
2020-04-02  Derek Keelerbpo-38972: Link to instructions to change PowerShell...
2020-04-02  Hai Shibpo-1635741: Fix refleak in _locale init error handling...
2020-04-02  Hai Shibpo-1635741: Port resource extension module to multipha...
2020-04-02  Kyle Stanleybpo-40115: Fix refleak in test_asyncio.test_run_in_exec...
2020-04-02  Victor Stinnerbpo-40094: Fix which.py script exit code (GH-19286)
2020-04-02  Victor Stinnerbpo-40094: CGIHTTPRequestHandler logs exit code (GH...
2020-04-02  Dong-hee Nabpo-37207: Use PEP 590 vectorcall to speed up dict...
2020-04-02  Victor Stinnerbpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines...
2020-04-02  Victor Stinnerbpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler...
2020-04-02  Victor Stinnerbpo-40094: mailcap.test() uses waitstatus_to_exitcode...
2020-04-01  Pablo Galindobpo-40141: Add line and column information to ast.keywo...
2020-04-01  Victor Stinnerbpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
2020-04-01  Arnon Yaaribpo-38527: fix configure script for Solaris (GH-16845)
2020-04-01  Paulo Henrique... bpo-40071: Fix potential crash in _functoolsmodule...
2020-04-01  Barney Galebpo-39682: make `pathlib.Path` immutable by removing...
2020-04-01  Zackery Spytzbpo-33262: Deprecate passing None for `s` to shlex...
2020-04-01  Victor Stinnerbpo-40094: Enhance os.WIFEXITED documentation (GH-19244)
2020-04-01  Serhiy Storchakabpo-40130: _PyUnicode_AsKind() should not be exported...
2020-04-01  Steve Dowerbpo-40121: Fix exception type in test (GH-19267)
2020-04-01  Pablo GalindoHandle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not...
2020-04-01  Victor Stinnerbpo-40094: Add missing import to wait_process() (GH...
2020-03-31  Victor Stinnerbpo-40094: Add run_command() to setup.py (GH-19266)
2020-03-31  Victor Stinnerbpo-31160: Fix race condition in test_os.PtyTests ...
2020-03-31  Victor Stinnerbpo-40094: Add _bootsubprocess._waitstatus_to_exitcode...
2020-03-31  Serhiy Storchakabpo-39943: Clean up marshal.c. (GH-19236)
2020-03-31  Victor Stinnerbpo-40094: Enhance threading tests (GH-19260)
2020-03-31  Victor Stinnerbpo-40094: Enhance fork and wait tests (GH-19259)
2020-03-31  Victor Stinnerbpo-40094: Add test.support.wait_process() (GH-19254)
2020-03-31  Victor StinnerDocument most common signals (GH-19245)
2020-03-31  Benjamin Petersoncloses bpo-40125: Update multissltests.py to use OpenSS...
2020-03-31  Victor Stinnerbpo-40003: test.bisect_cmd copies Python options (GH...
2020-03-31  Victor Stinnerbpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source...
2020-03-31  Dong-hee Nabpo-1635741: Port math module to multiphase initializat...
2020-03-31  Dong-hee Nabpo-1635741: Port _uuid module to multiphase initializa...
2020-03-31  Steve Dowerbpo-40121: Fixes audit event raised on creating a new...
2020-03-31  Pablo Galindobpo-40108: Improve the error message in runpy when...
2020-03-30  Mathieu Dupuyfix comma location in various places (GH-19233)
2020-03-30  Alexander Ricciobpo-40020: Fix realloc leak on failure in growable_comm...
2020-03-30  Andy Lesterbpo-39943: Remove unnecessary casts in import.c that...
2020-03-30  Curtis BucherFix bug in test_collections.py (#19221)
2020-03-30  Zackery Spytzbpo-8901: Windows registry path is now ignored with...
2020-03-30  Dong-hee Nabpo-40077: Convert _abc module to use PyType_FromSpec...
2020-03-30  Petr Viktorinbpo-37207: Use vectorcall for list() (GH-18928)
2020-03-30  Ashwin Ramaswamibpo-39073: validate Address parts to disallow CRLF...
2020-03-29  Batuhan Taşkayabpo-40096: Support __attribute__((__noreturn__)) on...
2020-03-29  Dong-hee Nabpo-40024: Update _elementtree to use PyModule_AddType...
2020-03-28  Terry Jan Reedybpo-38002: Use False/True for IDLE pyshell bools (GH...
next