]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
8 days ago  Victor Stinnergh-151278: Fix test_faulthandler on UBSan (#151279)
8 days ago  Victor StinnerGHA: Display output when a sanitizer test fails (#151268)
8 days ago  Victor Stinnergh-151253: Dump the Python path configuration on _PyCod...
8 days ago  sobolevngh-151126: Fix missing memory errors in `_interpchannel...
8 days ago  Serhiy Storchakagh-62259: Add Tools/unicode/gen_expat_table.py (GH...
8 days ago  Petr Viktoringh-141984: Reword the Generator expressions section...
8 days ago  Kumar Adityaadd asyncio guide for Free-Threaded Python (#150456)
8 days ago  Manoj K MDocs: Fix typos in the "Memory Management" section...
8 days ago  tonghuaroot... gh-143988: Fix re-entrant mutation crashes in socket...
8 days ago  Bernát Gáborgh-89554: Document socket.SocketType as a class (#150683)
8 days ago  sobolevngh-150671: Deprecate `PyAsyncGen_New`, `PyCoro_New...
8 days ago  Lukas Geigergh-150988: Fix refleak in `OSError` when attrs are...
8 days ago  Serhiy StorchakaAdd yet one assertion in test_set_text_charset_cp949...
8 days ago  stratakisgh-98894: Fix DTrace test_check_probes for shared build...
8 days ago  Serhiy Storchakagh-150285: Wrap long single-line summary in text output...
9 days ago  Serhiy Storchakagh-80384: Check that callback is callable at weak refer...
9 days ago  Taeknologygh-149716: Document PySlot_DATA for Py_mod_gil and...
9 days ago  Harjoth Kharagh-109940: Respect VIRTUAL_ENV_DISABLE_PROMPT in activa...
9 days ago  Bartosz Sławeckigh-145239: Colorize `case +` in the REPL (#150979)
9 days ago  Bartosz Sławeckigh-150700: Fix class-scope inline comprehensions when...
9 days ago  Stan Ulbrychgh-151112: Fix double free in `assemble_init` when...
9 days ago  Zachary Waregh-151163: Update Android, macOS installer, and Windows...
9 days ago  Petergh-139819: rlcompleter – avoid suggesting attributes...
9 days ago  Zachary Waregh-151159: Update CI to use latest SSL library versions...
9 days ago  Zachary Waregh-151159: Bump OpenSSL versions for iOS and Android...
9 days ago  Ivy Xugh-151159: Update macOS installer to use OpenSSL 3...
9 days ago  Zachary Waregh-151159: Update Windows builds to use OpenSSL 3.5...
9 days ago  Savannah OstrowskiGH-59633: Clarify dest collisions in argparse docs...
9 days ago  sobolevngh-151126: Add missing `PyErr_NoMemory` in `_winapi...
9 days ago  Serhiy Storchakagh-150285: Fix too long docstrings in the concurrent...
9 days ago  Serhiy Storchakagh-150285: Fix too long docstrings in the asyncio packa...
9 days ago  Savannah OstrowskiGH-61082: Clarify nargs='*' positional default behavior...
9 days ago  Savannah OstrowskiGH-54732: Tweak wording around empty lines in argument...
9 days ago  Sergio López... Docs: add cross-references to improve navigation in...
9 days ago  Robsdedudegh-150898: Assume OpenSSL supports keylogging (#150870)
9 days ago  Stan UlbrychDocs: Only add `profiling-sampling-visualization.{css...
9 days ago  sobolevngh-151039: Fix a crash when `_datetime` types outlive...
9 days ago  Serhiy Storchakagh-151130: Add more tests for PyWeakref_* C API (GH...
10 days ago  Cody Maloneygh-143008: Fix Null pointer dereferences in TextIOWrapp...
10 days ago  sobolevngh-151126: Fix missing `PyErr_NoMemory()` in `remove_un...
10 days ago  Arshal Aromalgh-151070: Fix class referencing typo in collections...
10 days ago  Barry Warsawgh-150633: Minor improvement of a newly added test...
10 days ago  Thomas Kowalskigh-150633: Properly handle null characters in the name...
10 days ago  Eduardo Villalpando... gh-148932: Fix `profiling.sampling` on Windows virtual...
10 days ago  Victor Stinnergh-151019: Fix test_os on 32-bit FreeBSD (#151087)
10 days ago  Stan UlbrychFix a typo in the `SECURITY.md` (#151086)
10 days ago  Adorilson Bezerragh-106318: Add examples to the `str.isdigit()` method...
10 days ago  Doron Behargh-141623: operator.rst: don't use term "bitwise" ...
10 days ago  Jonathan DungMention `frozendict` in `object.__hash__()` documentati...
10 days ago  Pieter Eendebakgh-151059: [perf] Use `PyObject_CallMethodOneArg` in...
11 days ago  Christian Zinckgh-101100: Fix Sphinx warnings in 'Buffer Object Struct...
11 days ago  Sergio López... Docs: Fix missing colon in `bisect` example function...
11 days ago  きょうすけgh-69619: Clarify "whitespace" in the `str.{l,r}strip...
11 days ago  saber-bitUpdate an error message in the 'Functional Programming...
11 days ago  Stan Ulbrychgh-150599: Prevent bz2 decompressor reuse after errors...
11 days ago  Bernát Gáborgh-150885: Remove unused shutil._ensure_directory ...
11 days ago  esadomergh-151021: Fix mmap empty searches past the end (GH...
11 days ago  Pieter Eendebakgh-150942: Speed up re.findall and re.sub/subn result...
11 days ago  Omkar Kabdegh-150942: Speed up frame local item collection (gh...
12 days ago  Sanyam Kumatgh-148954: Escape methodname in xmlrpc.client.dumps...
12 days ago  Zackery Spytzgh-50948: IDLE: Warn if saving a file will overwrite...
12 days ago  Edward Xugh-150411: fix `gc_generation.count` race in free-threa...
12 days ago  Jelle Zijlstragh-149083: Use sentinel for urllib.parse._UNSPECIFIED...
12 days ago  Alexander ShadchinDelete mention encoding and errors for importlib.resour...
12 days ago  Inada NaokiDoc: fix order of PyLong_FromUnsignedLongLong (#150937)
13 days ago  Jeff Eplergh-150534: Add C23 half-turn trigonometric *pi function...
13 days ago  Thomas Kowalskigh-149835: Use realpath() instead of abspath() in shuti...
13 days ago  Serhiy Storchakagh-84649: Use statx() in TimedRotatingFileHandler if...
13 days ago  Pieter Eendebakgh-150889: Improve performance of unicodedata.normaliz...
13 days ago  Shamilgh-148832: Use `-icf=0` in BOLT_APPLY_FLAGS (gh-148833)
13 days ago  Maurycy Pawłowski... gh-150662: Stop unbounded memory growth in Tachyon...
13 days ago  Grant Hermangh-150207: Raise MemoryError on tokenizer allocation...
13 days ago  Ilya NikolaevUse `time.monotonic` in OrderedDict LRU cache example...
13 days ago  Ezio Melottigh-110631: Fix wrong blocks indentation in difflib...
13 days ago  Victor Stinnergh-150436: Check returncode in Win32ProcessTestCase...
13 days ago  sobolevngh-149977: Fix extra output of `-m test test_lazy_impor...
13 days ago  Bernát Gáborgh-150818: Wire logger parent before publishing it...
13 days ago  Victor Stinnergh-146527: Fix memory leak in _PyGC_Fini() (#150969)
13 days ago  Serhiy Storchakagh-53144: Improve charset support in the email package...
13 days ago  Serhiy Storchakagh-84649: Fix unstable test_rollover_based_on_st_birtht...
13 days ago  Victor Stinnergh-150907: Fix dynamic_annotations.h when built with...
13 days ago  Serhiy Storchakagh-149891: Add more encoding aliases (GH-149892)
13 days ago  Cody Maloneygh-129011: Update docs for Raw I/O read, readinto,...
2026-06-05  sobolevngh-150899: Do not reset custom `-Xlazy_imports` mode...
2026-06-05  Serhiy Storchakagh-62825: Fix encoding aliases "KS_C_5601-1987", "KS...
2026-06-05  Hood Chathamgh-145177: Bump emscripten version to 4.0.19 (#150926)
2026-06-04  Steve DowerAdd shebang documentation for PyManager 26.3b1 (GH...
2026-06-04  Bernát Gáborgh-150886: Remove unused importlib._bootstrap._object_n...
2026-06-04  Bernát Gáborgh-150817: Speed up Flag bitwise operations (GH-150824)
2026-06-04  Bernát Gáborgh-150818: Speed up logging.getLogger() for existing...
2026-06-04  Mark ShannonGH-148960: Ensure that asserts are ignored if `NDEBUG...
2026-06-04  Ivan Martongh-84649: Make TimedRotatingFileHandler use CTIME inste...
2026-06-04  Jiseok CHOIgh-150913: Fix sqlite3.Blob validation for empty slice...
2026-06-04  sobolevngh-150750: Fix a race condition in `deque.index` with...
2026-06-04  Adorilson Bezerragh-106318: Add doctest role and a 'See also' to the...
2026-06-04  Batuhan Taskayabpo-38131: Improve messages when generating AST nodes...
2026-06-04  Miro HrončokFix 2 broken links in documentation (#150892)
2026-06-04  jb2170gh-119670: Add `force` keyword only argument to `shlex...
2026-06-04  Stefano RiveraManpage formatting tweaks & lint (GH-132338)
2026-06-04  Hood Chathamgh-145177: Fix Emscripten help text (#150874)
next