]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-11-13  Barney GaleGH-72904: Add `glob.translate()` function (#106703)
2023-11-13  Victor Stinnergh-111138: Add PyList_Extend() and PyList_Clear() funct...
2023-11-13  AN Longgh-111856: Fix os.fstat on windows with FAT32 and exFAT...
2023-11-13  Davide Rizzogh-111460: Restore ncurses widechar support on macOS...
2023-11-13  Markus Mohrhardgh-106905: avoid incorrect SystemError about recursion...
2023-11-13  Tian Gaogh-110944: Move pty helper to test.support and add...
2023-11-13  Sergey B Kirpichevgh-102837: more tests for the math module (GH-111930)
2023-11-13  Hugo van KemenadeDocs: Add `make htmllive` to rebuild and reload HTML...
2023-11-13  Serhiy Storchakagh-111999: Add signatures and improve docstrings for...
2023-11-13  AN Longgh-111928: make "memo" dict local to scan_once call...
2023-11-13  Terry Jan Reedygh-111944: Add assignment expression parentheses requir...
2023-11-12  Barney GaleGH-111429: Speed up `pathlib.PurePath.[is_]relative_to...
2023-11-12  Irit Katrielgh-111969: refactor to make it easier to construct...
2023-11-12  Serhiy Storchakagh-112001: Fix test_builtins_have_signatures in test_in...
2023-11-12  Sergey B Kirpichevgh-111933: fix broken link to A.Neumaier article (gh...
2023-11-12  T. Woutersgh-111777: Fix assertion errors on incorrectly still...
2023-11-11  T. WoutersFix undefined behaviour in datetime.time.fromisoformat...
2023-11-11  Stephen Gildeagh-90890: New methods to access mailbox.Maildir message...
2023-11-10  Sam Grossgh-110481: fix 'unused function' warning for `is_shared...
2023-11-10  Nikita Sobolevgh-107431: Make `multiprocessing.managers.{DictProxy...
2023-11-10  Serhiy StorchakaRemove dead code left after gh-110721 (#111905)
2023-11-10  Tian Gaogh-80731: Avoid executing code in except block in cmd...
2023-11-10  Serhiy Storchakagh-111789: Simplify the sqlite code (GH-111829)
2023-11-10  Serhiy StorchakaAdd private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
2023-11-10  Łukasz Langagh-110722: Make `-m test -T -j` use sys.monitoring...
2023-11-10  Serhiy Storchakagh-111841: Fix os.putenv() and os.unsetenv() with embed...
2023-11-10  Alex WaygoodBump mypy to 1.7.0 (#111961)
2023-11-10  Zac Hatfield... gh-103791: handle `BaseExceptionGroup` in `contextlib...
2023-11-10  Serhiy Storchakagh-111912: Run test_posix on Windows (GH-111913)
2023-11-10  Nikita Sobolevgh-108303: Install `Lib/test/configdata` (#111899)
2023-11-10  Nicolas Tessoregh-111356: io: Add missing documented objects to io...
2023-11-09  Sam Grossgh-111569: Fix critical sections test on WebAssembly...
2023-11-09  Victor Stinnergh-111881: Import _sha2 lazily in random (#111889)
2023-11-09  Samuel Thibaultgh-81925: Implement native thread ids for kFreeBSD...
2023-11-09  Pavel OvchinnikovImprove error message for "float modulo by zero" (...
2023-11-09  Vinay Sajipgh-110875: Handle '.' properties in logging formatter...
2023-11-09  Hugo van Kemenadegh-111895: Convert definition list to bullet list for...
2023-11-09  Michael Droettboomgh-111786: Optimize for space for _PyEval_EvalFrameDefa...
2023-11-09  Victor Stinnergh-111881: Import doctest lazily in libregrtest (#111884)
2023-11-09  zippererAdd detail to comment on range of random.random() ...
2023-11-09  Nikita Sobolevgh-108303: Move more files to `Lib/test/test_module...
2023-11-09  Victor Stinnergh-111881: Use lazy import in test.support (#111885)
2023-11-09  Nikita Sobolevgh-108303: Move config parser data to `Lib/test/configp...
2023-11-09  Mark ShannonGH-111843: Tier 2 exponential backoff (GH-111850)
2023-11-09  Mark ShannonGH-109369: Exit tier 2 if executor is invalid (GH-111657)
2023-11-09  Donghee Nagh-111835: Add seekable method to mmap.mmap (gh-111852)
2023-11-09  Irit Katrielgh-111354: remove comparisons with enum values, variabl...
2023-11-09  Brett CannonGH-111804: Drop posix.fallocate() under WASI (GH-111869)
2023-11-08  Sam Grossgh-111569: Implement Python critical section API (gh...
2023-11-08  Jelle Zijlstragh-110543: Fix CodeType.replace in presence of comprehe...
2023-11-08  Serhiy StorchakaRemove redundant check in dbm.open() (GH-111844)
2023-11-08  Kalyangh-111495: Add tests for PyList C API (#111562)
2023-11-08  Serhiy Storchakagh-68166: Tkinter: Add tests and examples for element_c...
2023-11-08  Pierre Ossman... gh-111246: Remove listening Unix socket on close (...
2023-11-08  Stefangh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__...
2023-11-08  Jelle Zijlstrasocket: Update generated AC code (#111853)
2023-11-08  Jelle ZijlstraGlossary: Add "static type checker" (#111837)
2023-11-08  Nikita Sobolevgh-108303: Move more `typing` related files to `Lib...
2023-11-08  Bogdan Romanyukgh-111662: Update socket module to use AC for optimizin...
2023-11-08  Mark ShannonGH-111848: Tidy up tier 2 handling of FOR_ITER speciali...
2023-11-07  Victor Stinnergh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
2023-11-07  Romuald Brunetgh-61199: Remove superfluous global statements from...
2023-11-07  Nikita Sobolevgh-111806: Fix `test_recursion` in `test_richcmp` on...
2023-11-07  Nikita Sobolevgh-111808: Fix recursion error on WASM in `test_typing...
2023-11-07  Irit Katrielgh-81137: deprecate assignment of code object to a...
2023-11-07  Anthony Shawgh-111623: Add Support for Cross-interpreter tuples...
2023-11-07  Serhiy Storchakagh-85098: Implement functional CLI of symtable (#109112)
2023-11-07  Serhiy Storchakagh-106672: C API: Report indiscriminately ignored error...
2023-11-07  Sergey B Kirpichevgh-111765: Move old PyFloat_* tests to Lib/test/test_ca...
2023-11-07  Mark ShannonGH-111485: Allow arbitrary annotations on instructions...
2023-11-07  Irit Katrielgh-79932: raise exception if frame.clear() is called...
2023-11-07  Gregory P.... gh-110395: test: assert after the child dies. (#111816)
2023-11-07  方糖gh-111729: update generic syntax for `typing.Concatenat...
2023-11-07  Brandt BucherGH-111485: Make BEFORE_WITH a uop (GH-111812)
2023-11-06  Eric Snowgh-76785: Move _Py_excinfo Functions Out of the Interna...
2023-11-06  Eric Snowgh-111698: Restrict Py_mod_multiple_interpreters to...
2023-11-06  Irit Katrielsimplify code to pop exception in frame_setlineno ...
2023-11-06  Dennis Sweeneygh-96954: Use skip_if_missing in test_makeunicodedata...
2023-11-06  Mark ShannonGH-111772: Specialize slot loads and stores for `_Py_T_...
2023-11-06  Mark ShannonGH-111646: Simplify optimizer, by compacting uops when...
2023-11-06  Masayuki Moriyamagh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_...
2023-11-05  Charles Machalowgh-109466: Add ipv6_mapped property to IPv4Address...
2023-11-05  Sergey B Kirpichevgh-111495: Add tests for PyComplex C API (GH-111591)
2023-11-05  Sergey B Kirpichevgh-111495: Add tests for PyFloat C API (GH-111624)
2023-11-05  partevgh-111747: DOC: fix moved link to Documentation Transla...
2023-11-04  Tian Gaogh-111719: Add extra check for alias command (#111720)
2023-11-04  Davide Rizzogh-110395: invalidate open kqueues after fork (#110517)
2023-11-04  Tian Gaogh-80675: Set `f_trace_lines = True` on all frames...
2023-11-04  CF Bolz-Tereickgh-96954: use a directed acyclic word graph for storing...
2023-11-04  Antoine PitrouGH-110829: Ensure Thread.join() joins the OS thread...
2023-11-04  Nikita Sobolevgh-111666: Speed up `BaseExceptionGroup.{derive,split...
2023-11-04  Nikita Sobolevgh-108303: Move `zip` and `tar` archives to `Lib/test...
2023-11-04  Nikita Sobolevgh-111159: Fix `SyntaxError` doctests for non-builtin...
2023-11-04  Serhiy Storchakagh-111495: Test C API functions with extreme sizes...
2023-11-04  Nikita Sobolevgh-111724: Fix doctest `ResourceWarning` in `howto...
2023-11-04  Victor Stinnergh-111644: Fix asyncio test_unhandled_exceptions()...
2023-11-04  Victor Stinnergh-111644: Fix support threading_cleanup() (#111714)
2023-11-03  Victor Stinnergh-109649: Fix test_os.test_process_cpu_count_affinity...
2023-11-03  Brad LarsenAdd a fuzz target for `_elementtree.XMLParser._parse_wh...
2023-11-03  Eric Snowgh-111684: Avoid a Compiler Warning (gh-111706)
next