]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2020-03-24  Miss Islington... bpo-40014: Fix os.getgrouplist() (GH-19126)
2020-03-24  Miss Islington... Clarify a guarantee of the logging module. (GH-19132)
2020-03-24  Victor Stinnerbpo-20526: Fix PyThreadState_Clear(): don't decref...
2020-03-23  Miss Islington... bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)
2020-03-22  Miss Islington... bpo-22490: Remove __PYVENV_LAUNCHER__ from environment...
2020-03-21  Miss Islington... bpo-39652: Truncate the column name after '[' only...
2020-03-20  Victor Stinner[3.8] bpo-27807: Skip test_site.test_startup_imports...
2020-03-20  Miss Islington... bpo-39797 Changes to socketserver.BaseServer's shutdown...
2020-03-19  Miss Islington... Fix "versionchanged" for pow named arguments (GH-19042...
2020-03-19  Miss Islington... bpo-39562: Allow executing asynchronous comprehensions...
2020-03-17  Miss Islington... bpo-39973: Fix the docs for PyObject_GenericSetDict...
2020-03-16  Victor Stinnerbpo-35370: PyEval_SetTrace() logs unraisable error...
2020-03-15  Miss Islington... bpo-39360: Ensure all workers exit when finalizing...
2020-03-15  Miss Islington... Fix a possible refleak in tupleobject.c (GH-19018)
2020-03-15  Miss Islington... bpo-39965: Correctly raise SyntaxError if await is...
2020-03-14  Miss Islington... bpo-39869: Fix typo in 'Instance objects' section....
2020-03-14  Miss Islington... Link to list of keywords in the laguage reference ...
2020-03-14  Miss Islington... bpo-38576: Disallow control characters in hostnames...
2020-03-14  Miss Islington... bpo-39677: dis: rename the operand of MAKE_FUNCTION...
2020-03-14  Miss Islington... bpo-39582: ossaudiodev module update helpers signature...
2020-03-14  Mark Dickinson[3.8] bpo-39871: Fix possible SystemError in atan2...
2020-03-14  Miss Islington... bpo-39915: Ensure await_args_list is updated according...
next