]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-06-21  Jelle Zijlstragh-93021: Fix __text_signature__ for __get__ (GH-93023)
2022-06-21  maxTutorial: specify match cases don't fall through (GH...
2022-06-21  paulreecegh-93240: clarify wording in IO tutorial (GH-93276)
2022-06-21  Mark DickinsonMinor optimization for Fractions.limit_denominator...
2022-06-21  luzpazgh-93675: Fix typos in `Doc/` (GH-93676)
2022-06-21  Oleg Iarygingh-93851: Fix all broken links in Doc/ (GH-93853)
2022-06-21  MilanJuhasCloses gh-94038: Update Release Schedule in README...
2022-06-21  Steve Dowergh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant...
2022-06-21  Adam Turnergh-86986: Drop compatibility support for Sphinx 2...
2022-06-21  Mark ShannonGH-93841: Allow stats to be turned on and off, cleared...
2022-06-21  Victor Stinnergh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)
2022-06-21  Victor Stinnergh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2...
2022-06-21  Christian Heimesgh-93839: Use load_package_tests() for testmock (GH...
2022-06-21  Christian Heimesgh-94052: Don't re-run failed tests with --python optio...
2022-06-21  Erlend Egeberg... gh-94028: Clear and reset sqlite3 statements properly...
2022-06-21  Dennis SweeneyGH-91432: Specialize FOR_ITER (GH-91713)
2022-06-21  Victor Stinnergh-93839: Move Lib/unttest/test/ to Lib/test/test_unitt...
2022-06-21  Victor Stinnergh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes...
2022-06-21  Irit KatrielGH-93678: refactor compiler so that optimizer does...
2022-06-21  Christian Heimesgh-94021: Address unreachable code warning in specializ...
2022-06-20  Irit KatrielGH-93249: relax overly strict assertion on bounds-...
2022-06-20  Victor Stinnergh-93937: PyOS_StdioReadline() uses PyConfig.legacy_win...
2022-06-20  Victor Stinnergh-87347: Add parenthesis around macro arguments (...
2022-06-20  Matthias Köppegh-90539: doc: Expand on what should not go into CFLAGS...
2022-06-20  Mark ShannonGH-93516: Speedup line number checks when tracing....
2022-06-20  Mark ShannonGH-93897: Store frame size in code object and de-opt...
2022-06-20  Christian Heimesgh-84461: Silence some compiler warnings on WASM (GH...
2022-06-19  itssmegh-79009: sqlite3.iterdump now correctly handles tables...
2022-06-19  Erlend Egeberg... gh-61162: Clarify sqlite3 connection context manager...
2022-06-19  Erlend Egeberg... gh-93925: Improve clarity of sqlite3 commit/rollback...
2022-06-19  Christian Heimesgh-84461: Skip test_unwritable_directory again on Emscr...
2022-06-19  Christian Heimesgh-84461: Fix Emscripten umask and permission issues...
2022-06-19  Lei Zhanggh-93991: Use boolean instead of 0/1 for condition...
2022-06-19  Victor Stinnergh-93937, C API: Move PyFrame_GetBack() to Python.h...
2022-06-19  Victor Stinnergh-74953: Reformat PyThread_acquire_lock_timed() (...
2022-06-19  Victor Stinnergh-93761: Fix test_logging test_config_queue_handler...
2022-06-19  Hugo van KemenadeWhat's new in 3.10: fix link to issue (#93968)
2022-06-19  Kumar AdityaGH-93990: fix refcounting bug in `add_subclass` in...
2022-06-18  Jason R. Coombsgh-93975: Nicer error reporting in test_venv (GH-93959)
2022-06-18  Christian Heimesgh-91387: Fix tarfile test on WASI (GH-93984)
2022-06-18  Ken Jingh-93955: Use unbound methods for slot `__getattr__...
2022-06-18  Christian Heimesgh-84461: Fix pydebug Emscripten browser builds (GH...
2022-06-18  Serhiy Storchakagh-89828: Do not relay the __class__ attribute in Gener...
2022-06-18  Christian Heimesgh-84461: Fix circulare dependency on BUILDPYTHON ...
2022-06-18  Jason R. CoombsAdd jaraco as primary owner of importlib.metadata and...
2022-06-17  Chris Fernaldgh-91387: Strip trailing slash from tarfile longname...
2022-06-17  Irit KatrielGH-77403: Fix tests which fail when PYTHONUSERBASE...
2022-06-17  CAM Gerlachgh-92611: Add details on replacements for cgi utility...
2022-06-17  Kumar AdityaGH-89858: Fix test_embed for out-of-tree builds (GH...
2022-06-17  Ken Jingh-92888: Fix memoryview bad `__index__` use after...
2022-06-17  Ken Jingh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
2022-06-17  Victor Stinnergh-77782: Deprecate global configuration variable ...
2022-06-17  Victor Stinnergh-74953: Fix PyThread_acquire_lock_timed() code recomp...
2022-06-17  Victor Stinnergh-74953: Add _PyTime_FromMicrosecondsClamp() function...
2022-06-17  Victor Stinnergh-77782: Py_FdIsInteractive() now uses PyConfig.intera...
2022-06-17  Victor Stinnergh-93852: Add test.support.create_unix_domain_name...
2022-06-17  neonenegh-89745: Avoid exact match when comparing program_name...
2022-06-17  Gregory P.... gh-91404: Revert "bpo-23689: re module, fix memory...
2022-06-17  Victor Stinnertest_logging: Fix BytesWarning in SysLogHandlerTest...
2022-06-17  Irit KatrielGH-83658: make multiprocessing.Pool raise an exception...
2022-06-16  neonenegh-91985: Ensure in-tree builds override platstdlib_dir...
2022-06-16  Brandt BucherGH-91389: Fix dis position information for CACHEs ...
2022-06-16  Victor Stinnergh-93353: regrtest supports checking tmp files with...
2022-06-16  Serhiy Storchakagh-93847: Fix repr of enum of generic aliases (GH-93885)
2022-06-16  Ken JinFix BINARY_SUBSCR_GETITEM stats (GH-93903)
2022-06-16  Erlend Egeberg... gh-92547: Amend What's New (#93872)
2022-06-16  samtygiergh-91577: SharedMemory move imports out of methods...
2022-06-16  Victor Stinnergh-91321: Fix test_cppext for C++03 (#93902)
2022-06-16  Victor Stinnergh-87347: Add parenthesis around PyXXX_Check() argument...
2022-06-16  Victor StinnerCall busy_retry() and sleeping_retry() with error=True...
2022-06-16  Christian Heimesgh-93820: Fix copy() regression in enum.Flag (GH-93876)
2022-06-15  Christian Heimesgh-84461: Document how to install SDKs manually (GH...
2022-06-15  Victor StinnerTests call sleeping_retry() with SHORT_TIMEOUT (#93870)
2022-06-15  Victor Stinnertest_asyncore: Optimize capture_server() (#93867)
2022-06-15  Victor Stinnertest_asyncio: run_until() implements exponential sleep...
2022-06-15  Steve Dowergh-93824: Reenable installation of shell extension...
2022-06-15  Kumar AdityaGH-93850: Fix test_asyncio exception ignored tracebacks...
2022-06-15  Erlend Egeberg... gh-93857: Fix broken audit-event targets in sqlite3...
2022-06-15  Pamela FoxUpdate includes in call.c (GH-93786)
2022-06-15  Victor StinnerUse support.sleeping_retry() and support.busy_retry...
2022-06-15  Victor Stinnertest_thread uses support.sleeping_retry() (#93849)
2022-06-15  Erlend Egeberg... gh-87260: Update sqlite3 signature docs to reflect...
2022-06-15  Victor StinnerAdd test.support.busy_retry() (#93770)
2022-06-15  Erlend Egeberg... gh-93829: In sqlite3, replace Py_BuildValue with faster...
2022-06-15  Erlend Egeberg... gh-93183: Adjust wording in socket docs (#93832)
2022-06-15  Adam Turnergh-93735: Split Docs CI to speed-up the build (GH-93736)
2022-06-14  Jeong YunWongh-93814: Add infinite test for itertools.chain.from_it...
2022-06-14  Ken Jin[docs] Fix LOAD_ATTR version changed (GH-93816)
2022-06-14  Victor Stinnergh-93353: Fix regrtest for -jN with N >= 2 (GH-93813)
2022-06-14  Mark ShannonRename 'LOAD_METHOD' specialization stat consts to...
2022-06-14  Mark ShannonRemove LOAD_METHOD stats. (GH-93807)
2022-06-14  Erlend Egeberg... gh-93795: Use test.support TESTFN/unlink in sqlite3...
2022-06-14  Mark ShannonInclude freelists in allocation total. (GH-93799)
2022-06-14  Ken JinGH-93429: Document `LOAD_METHOD` removal (GH-93803)
2022-06-14  Sanket Shanbhaggh-91877: Fix WriteTransport.get_write_buffer_{limits...
2022-06-14  Irit KatrielGH-93678: reduce boilerplate and code repetition in...
2022-06-14  Erlend Egeberg... gh-79579: Improve DML query detection in sqlite3 (...
2022-06-14  Victor Stinnergh-93353: regrtest checks for leaked temporary files...
2022-06-14  Ken JinGH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR...
2022-06-14  Christian Heimesgh-90473: Include stdlib dir in wasmtime PYTHONPATH...
next