]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-05-08  Miss Islington... Make the first dataclass example more useful (GH-19994... 20004/head
2020-05-08  Miss Islington... [3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c...
2020-05-06  Miss Islington... bpo-40527: Fix command line argument parsing (GH-19955)
2020-05-06  Robert Rouhani[3.8] bpo-40417: Fix deprecation warning in PyImport_Re...
2020-05-05  Miss Islington... bpo-40355: Improve error messages in ast.literal_eval...
2020-05-05  Miss Islington... bpo-40458: Increase reserved stack space to prevent...
2020-05-05  Miss Islington... bpo-40459: Fix NameError in platform.py (GH-19855)
2020-05-04  Miss Islington... bpo-40135: Fix multiprocessing test_shared_memory_acros...
2020-05-04  Miss Islington... Remove outdated and confusing advice about setting...
2020-05-03  Miss Islington... Fix missing space in docs(GH-19866) (GH-19872)
2020-05-02  Miss Islington... bpo-40419: timeit CLI docs now mention 1,2,5,10,.....
2020-05-02  Serhiy Storchaka[3.8] bpo-40398: Fix typing.get_args() for special...
2020-05-01  Miss Islington... bpo-40412: Nullify inittab_copy during finalization...
2020-05-01  Antoine Pitrou[3.8] bpo-39435: Fix docs for pickle.loads (GH-18160...
2020-05-01  Miss Islington... bpo-39691: Clarify io.open_code behavior (GH-19824)
2020-05-01  Pablo Galindobpo-39562: Correctly updated the version section in...
2020-05-01  Pablo Galindo[3.8] bpo-39562: Prevent collision of future and compil...
2020-04-30  Miss Islington... bpo-40443: Remove unused imports in idlelib (GH-19801)
2020-04-29  Łukasz LangaPost 3.8.3rc1
2020-04-29  Łukasz LangaPython 3.8.3rc1 v3.8.3rc1
2020-04-29  Miss Islington... bpo-40436: Fix code parsing gdb version (GH-19792)
2020-04-29  Kyle Stanley[3.8] bpo-40431: Fix syntax typo in turtledemo (GH...
2020-04-27  Miss Islington... bpo-40348: Fix typos in the programming FAQ (GH-19729) 19747/head
2020-04-27  Zachary Ware[3.8] bpo-38387: Formally document PyDoc_STRVAR and...
2020-04-27  Miss Islington... bpo-40387: Improve queue join() example. (GH-19724...
2020-04-25  Miss Islington... bpo-40279: Add some error-handling to the module initia...
2020-04-24  Miss Islington... Expand the implementation comments (GH-19699) (GH-19701)
2020-04-24  Victor Stinnerbpo-40048: Fix _PyCode_InitOpcache() error path (GH...
2020-04-23  Victor Stinnerbpo-39983: Add test.support.print_warning() (GH-19683...
2020-04-23  Miss Islington... gdbinit: Use proper define syntax (GH-19557)
2020-04-22  Miss Islington... Minor modernization and readability improvement to...
2020-04-22  Miss Islington... bpo-40260: Remove unnecessary newline in compile()...
2020-04-22  Miss Islington... bpo-38360: macOS: support alternate form of -isysroot...
2020-04-22  Victor Stinnerbpo-40138: Fix Windows os.waitpid() for large exit...
2020-04-22  Miss Islington... bpo-38439: Add 256px IDLE icon (GH-17473)
2020-04-22  Miss Islington... bpo-40164: Update macOS installer builds to use OpenSSL...
2020-04-21  Miss Islington... Small improvements to the recipes and examples. (GH...
2020-04-20  Miss Islington... bpo-39942:Fix failure in `TypeVar` when missing `__name...
2020-04-20  Antoine Pitrou[3.8] bpo-40330: Fix utf-8 size check in ShareableList...
2020-04-20  Miss Islington... bpo-40260: Revert breaking changes made in modulefinder...
2020-04-20  Miss Islington... Fix typo in Lib/tracepack.py (GH-19605)
2020-04-19  Miss Islington... bpo-39285: Clarify example for PurePath.match (GH-19458)
2020-04-18  Miss Islington... bpo-27635: Fix pickle documentation about `__new__...
2020-04-18  Serhiy Storchaka[3.8] bpo-40179: Fix translation of #elif in Argument...
2020-04-18  Miss Islington... Fix two typos in multiprocessing (GH-19571) (GH-19578)
2020-04-17  Miss Islington... bpo-40287: Fix SpooledTemporaryFile.seek() return value...
2020-04-17  Miss Islington... bpo-40294: Fix _asyncio when module is loaded/unloaded...
2020-04-17  Miss Islington... Fix parameter names in assertIn() docs (GH-18829)
2020-04-16  Miss Islington... bpo-39793: use the same domain on make_msgid tests...
2020-04-15  Miss Islington... [3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)
2020-04-14  Miss Islington... bpo-40260: Update modulefinder to use io.open_code...
2020-04-14  Miss Islington... bpo-32033: Fix test_pwd failures on Android (GH-19502)
2020-04-14  Victor Stinner[3.8] Update libregrtest from master (GH-19516)
2020-04-14  Miss Islington... closes bpo-40266, closes bpo-39953: Use numeric lib...
2020-04-13  Miss Islington... [3.8] Improved documentation for `BUILD_CONST_KEY_MAP...
2020-04-12  Miss Islington... closes bpo-39953: Generate ifdefs around library code...
2020-04-12  Miss Islington... bpo-31758: Prevent crashes when using an uninitialized...
2020-04-12  Serhiy Storchaka[3.8] bpo-40126: Fix reverting multiple patches in...
2020-04-11  Miss Islington... closes bpo-39953: Update OpenSSL error codes table...
2020-04-11  Miss Islington... bpo-38501: Add a warning section to multiprocessing...
2020-04-10  Miss Islington... bpo-40197: Better describe the benchmark results table...
2020-04-09  Miss Islington... Remove extraneous ')' in abstract.h (GH-19146) (#19451)
2020-04-09  Victor Stinnerbpo-40112: distutils test_search_cpp: Fix logic to...
2020-04-09  Miss Islington... bpo-40214: Temporarily disable a ctypes test (GH-19404)
2020-04-08  Victor Stinnerbpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile...
2020-04-07  Miss Islington... bpo-40089: Fix threading._after_fork() (GH-19191) ...
2020-04-06  Miss Islington... bpo-40196: Fix a bug in the symtable when reporting...
2020-04-05  Miss Islington... Fix misinformation about NaN != NaN comparison (GH...
2020-04-04  Benjamin Peterson[3.8] closes bpo-40184: Only define pysiphash if the...
2020-04-04  Serhiy Storchakabpo-36320: Use the deprecated-removed directive for...
2020-04-04  Steve Dowerbpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
2020-04-04  Miss Islington... bpo-38689: avoid IDLE hanging when calltip fails gettin...
2020-04-03  Miss Islington... bpo-40158: Fix CPython MSBuild Properties in NuGet...
2020-04-03  Miss Islington... bpo-40131: Fix source and target order in zipapp exampl...
2020-04-03  Miss Islington... bpo-40122: Updated documentation for dis.findlabels...
2020-04-03  Miss Islington... bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines...
2020-04-03  Miss Islington... bpo-40162: Update Travis CI config to OpenSSL 1.1.1f...
2020-04-03  Victor Stinnerbpo-40140: test_builtin.PtyTests registers SIGHUP handl...
2020-04-02  Miss Islington... lib2to3: Support named assignment expressions (GH-12702)
2020-04-02  Miss Islington... bpo-38972: Link to instructions to change PowerShell...
2020-04-02  Miss Islington... bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler...
2020-04-02  Miss Islington... bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines...
2020-04-01  Miss Islington... bpo-40094: Enhance os.WIFEXITED documentation (GH-19244...
2020-04-01  Miss Islington... bpo-38527: fix configure script for Solaris (GH-16845)
2020-04-01  Miss Islington... bpo-40121: Fix exception type in test (GH-19267)
2020-04-01  Miss Islington... Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not...
2020-03-31  Victor StinnerDocument most common signals (GH-19245) (GH-19257)
2020-03-31  Miss Islington... bpo-40019: Skip test_gdb if Python was optimized (GH...
2020-03-31  Miss Islington... closes bpo-40125: Update multissltests.py to use OpenSS...
2020-03-31  Miss Islington... bpo-39689: Do not use native packing for format "?...
2020-03-31  Miss Islington... bpo-40121: Fixes audit event raised on creating a new...
2020-03-30  Miss Islington... fix comma location in various places (GH-19233)
2020-03-28  Miss Islington... bpo-38002: Use False/True for IDLE pyshell bools (GH...
2020-03-27  Miss Islington... bpo-40045: Make "dunder" method documentation easier...
2020-03-27  Miss Islington... bpo-38237: Use divmod for positional arguments whatsnew...
2020-03-26  Miss Islington... bpo-19698: Document when importlib.machinery.FrozenImpo...
2020-03-26  Miss Islington... bpo-1812: Fix newline conversion when doctest.testfile...
2020-03-26  Miss Islington... bpo-39879: Update datamodel docs to include dict orderi...
2020-03-25  Miss Islington... bpo-40016: re docstring: Clarify relationship of inline...
2020-03-25  Miss Islington... bpo-40013: Clarify documentation of restval in csv...
next