python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/06/02
[Python-checkins] gh-150723: Fix perf jitdump files on macOS (#150728)
pablogsal
2026/06/02
[Python-checkins] [3.13] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814)
AlexWaygood
2026/06/02
[Python-checkins] [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813)
AlexWaygood
2026/06/02
[Python-checkins] gh-91099: fix[imaplib]: call Exception with string instance (#31823)
bitdancer
2026/06/02
[Python-checkins] [3.15] gh-150319: Replace all documentation which says "See PEP 585" (GH-150325) (#150808)
AlexWaygood
2026/06/02
[Python-checkins] gh-150319: Replace all documentation which says "See PEP 585" (#150325)
AlexWaygood
2026/06/02
[Python-checkins] [3.15] gh-141627: Fix BufferedRandom inheritance documentation (GH-141629) (GH-150801)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.14] gh-141627: Fix BufferedRandom inheritance documentation (GH-141629) (GH-150802)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.13] gh-141627: Fix BufferedRandom inheritance documentation (GH-141629) (GH-150803)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.15] Fix description of the function parameter of shutil.register_archive_format() (GH-145087) (GH-150804)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.14] Fix description of the function parameter of shutil.register_archive_format() (GH-145087) (GH-150805)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.13] Fix description of the function parameter of shutil.register_archive_format() (GH-145087) (GH-150806)
serhiy-storchaka
2026/06/02
[Python-checkins] Fix description of the function parameter of shutil.register_archive_format() (GH-145087)
serhiy-storchaka
2026/06/02
[Python-checkins] Add link to new security policy (#150800)
ned-deily
2026/06/02
[Python-checkins] gh-141627: Fix BufferedRandom inheritance documentation (GH-141629)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.13] gh-101913: changed wording of docstring for _parsedate_tz (GH-134446) (#150798)
bitdancer
2026/06/02
[Python-checkins] [3.14] gh-101913: changed wording of docstring for _parsedate_tz (GH-134446) (#150797)
bitdancer
2026/06/02
[Python-checkins] Python 3.15.0b2
hugovk
2026/06/02
[Python-checkins] [3.13] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080) (#150780)
encukou
2026/06/02
[Python-checkins] [3.15] gh-101913: changed wording of docstring for _parsedate_tz (GH-134446) (#150796)
bitdancer
2026/06/02
[Python-checkins] [3.15] Silence experimental coroutine deprecation warnings (GH-150788) (#150794)
hugovk
2026/06/02
[Python-checkins] gh-101913: changed wording of docstring for _parsedate_tz (#134446)
bitdancer
2026/06/02
[Python-checkins] gh-148587: Document `sys.lazy_modules` (#150742)
pablogsal
2026/06/02
[Python-checkins] Silence experimental coroutine deprecation warnings (#150788)
hugovk
2026/06/02
[Python-checkins] [3.15] gh-149187: Document `frozendict()` under 'Built-in Functions' (GH-149185)
StanFromIreland
2026/06/02
[Python-checkins] gh-149187: Document `frozendict()` under 'Built-in Functions' (#149185)
StanFromIreland
2026/06/02
[Python-checkins] [3.15] gh-150766: export `_PyGC_VisitFrameStack` and `_PyGC_VisitStackRef` functions (GH-150767) (#150787)
kumaraditya303
2026/06/02
[Python-checkins] [3.13] gh-89554: Document _thread.LockType as a class (#150684) (#150786)
vstinner
2026/06/02
[Python-checkins] gh-150766: export `_PyGC_VisitFrameStack` and `_PyGC_VisitStackRef` functions (#150767)
kumaraditya303
2026/06/02
[Python-checkins] [3.15] gh-89554: Document _thread.LockType as a class (GH-150684) (#150785)
vstinner
2026/06/02
[Python-checkins] [3.14] gh-89554: Document _thread.LockType as a class (GH-150684) (#150784)
vstinner
2026/06/02
[Python-checkins] gh-89554: Document _thread.LockType as a class (#150684)
vstinner
2026/06/02
[Python-checkins] [3.13] gh-149738: Fix segmentation fault bug in sqllite3 (#149754) (#150770)
vstinner
2026/06/02
[Python-checkins] [3.14] gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754) (#150769)
vstinner
2026/06/02
[Python-checkins] [3.15] Update `SOURCE_URI` for `3.15` branch (#150783)
hugovk
2026/06/02
[Python-checkins] [3.15] gh-150720: Remove '-d 1' in test_script_error_treatment (GH-150736) (#150746)
hugovk
2026/06/02
[Python-checkins] [3.15] Fix typos in C API documentation (GH-149588) (#149662)
hugovk
2026/06/02
[Python-checkins] [3.14] Fix a typo in 'Exception Handling' C-API documentation (GH-150674)
StanFromIreland
2026/06/02
[Python-checkins] [3.13] Fix a typo in 'Exception Handling' C-API documentation (GH-150674)
StanFromIreland
2026/06/02
[Python-checkins] [3.14] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080)
StanFromIreland
2026/06/02
[Python-checkins] [3.15] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080) (#150776)
StanFromIreland
2026/06/02
[Python-checkins] gh-115119: Fix libmpdec detection when pkg-config files are missing (#150502)
vstinner
2026/06/02
[Python-checkins] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080)
encukou
2026/06/02
[Python-checkins] [3.15] gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754) (#150768)
vstinner
2026/06/02
[Python-checkins] [3.13] gh-123138: Updated email.headerregistry docs to include required keyword parse_tree (GH-134450) (GH-150625)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.14] gh-123138: Updated email.headerregistry docs to include required keyword parse_tree (GH-134450) (GH-150624)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.15] gh-123138: Updated email.headerregistry docs to include required keyword parse_tree (GH-134450) (GH-150623)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.15] Fix two typos in 'Exception Handling' C-API documentation (GH-150674) (#150772)
StanFromIreland
2026/06/02
[Python-checkins] gh-149805: Fix `SystemError` when compiling `__classdict__` class annotation (#149806)
StanFromIreland
2026/06/02
[Python-checkins] Fix two typos in 'Exception Handling' C-API documentation (#150674)
StanFromIreland
2026/06/02
[Python-checkins] gh-149738: Fix segmentation fault bug in sqllite3 (#149754)
vstinner
2026/06/02
[Python-checkins] gh-150052: Resolve un-loaded lazily loaded submodules via `module.__getattr__` instead of publishing lazy values (#150055) (#150744)
pablogsal
2026/06/02
[Python-checkins] [3.15] gh-89554: Document typing.ParamSpecArgs and ParamSpecKwargs as classes (GH-150677) (GH-150763)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.14] gh-89554: Document typing.ParamSpecArgs and ParamSpecKwargs as classes (GH-150677) (GH-150764)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.13] gh-89554: Document typing.ParamSpecArgs and ParamSpecKwargs as classes (GH-150677) (GH-150765)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.15] gh-89554: Document standard type objects in types as classes (GH-150676) (GH-150761)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.15] gh-89554: Document weakref type objects as classes (GH-150678) (GH-150760)
serhiy-storchaka
2026/06/02
[Python-checkins] gh-89554: Document typing.ParamSpecArgs and ParamSpecKwargs as classes (GH-150677)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.14] gh-89554: Document weakref type objects as classes (GH-150678) (GH-150759)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.13] gh-89554: Document weakref type objects as classes (GH-150678) (GH-150758)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.15] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682) (GH-150755)
serhiy-storchaka
2026/06/02
[Python-checkins] gh-89554: Document standard type objects in types as classes (GH-150676)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.14] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682) (GH-150756)
serhiy-storchaka
2026/06/02
[Python-checkins] [3.13] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682) (GH-150757)
serhiy-storchaka
2026/06/02
[Python-checkins] gh-89554: Document weakref type objects as classes (#150678)
serhiy-storchaka
2026/06/02
[Python-checkins] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682)
serhiy-storchaka
2026/06/02
[Python-checkins] gh-150717: Avoid mark-array allocation for groupless regex patterns (GH-150719)
serhiy-storchaka
2026/06/01
[Python-checkins] [3.15] gh-150228: Improve the PEP 829 batch processing APIs (GH-150542) (#150748)
warsaw
2026/06/01
[Python-checkins] gh-150228: Improve the PEP 829 batch processing APIs (#150542)
warsaw
2026/06/01
[Python-checkins] gh-150720: Remove '-d 1' in test_script_error_treatment (#150736)
pablogsal
2026/06/01
[Python-checkins] [3.15] gh-150644: Tag Apple system log messages as public. (GH-150645) (#150738)
freakboy3742
2026/06/01
[Python-checkins] [3.14] gh-150644: Tag Apple system log messages as public. (GH-150645) (#150739)
freakboy3742
2026/06/01
[Python-checkins] [3.13] gh-150644: Tag Apple system log messages as public. (GH-150645) (#150740)
freakboy3742
2026/06/01
[Python-checkins] [3.14] gh-148508: Add another common pattern for iOS SSL failures to test_ssl (GH-150442) (#150698)
vstinner
2026/06/01
[Python-checkins] gh-150644: Tag Apple system log messages as public. (#150645)
freakboy3742
2026/06/01
[Python-checkins] [3.15] gh-148508: Add another common pattern for iOS SSL failures to test_ssl (GH-150442) (#150697)
vstinner
2026/06/01
[Python-checkins] [3.13] gh-148508: Add another common pattern for iOS SSL failures to test_ssl (GH-150442) (#150699)
vstinner
2026/06/01
[Python-checkins] [3.15] gh-150429: Fix sampling profiler generator stack test (GH-150433) (#150734)
pablogsal
2026/06/01
[Python-checkins] gh-150429: Fix sampling profiler generator stack test (#150433)
pablogsal
2026/06/01
[Python-checkins] gh-93417: Improve test_mimetypes (GH-150725)
serhiy-storchaka
2026/06/01
[Python-checkins] [3.15] gh-148672: Document namespace subpackages inside regular packages (GH-150056) (#150729)
brettcannon
2026/06/01
[Python-checkins] [3.14] gh-148672: Document namespace subpackages inside regular packages (GH-150056) (#150730)
brettcannon
2026/06/01
[Python-checkins] [3.13] gh-148672: Document namespace subpackages inside regular packages (GH-150056) (#150731)
brettcannon
2026/06/01
[Python-checkins] gh-148672: Document namespace subpackages inside regular packages (#150056)
brettcannon
2026/06/01
[Python-checkins] gh-115119: Remove superfluous TEST_COVERAGE private macro from _decimal module (GH-149756)
zware
2026/06/01
[Python-checkins] [3.15] gh-121109: Fix performance of tarfile reading with "r|*" (GH-121296) (GH-150604)
serhiy-storchaka
2026/06/01
[Python-checkins] GH-150478: Add "show_jit" option to `dis.dis` to show jit entry points (GH-150554)
markshannon
2026/06/01
[Python-checkins] [3.15] gh-149534: Fix unification of `defaultdict` and `frozendict` with `|` (GH-149539) (#150709)
sobolevn
2026/06/01
[Python-checkins] [3.13] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (#150704) (#150721)
vstinner
2026/06/01
[Python-checkins] [3.14] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (#150704) (#150715)
vstinner
2026/06/01
[Python-checkins] [3.15] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158) (#150711)
serhiy-storchaka
2026/06/01
[Python-checkins] [3.14] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158) (GH-150710)
serhiy-storchaka
2026/06/01
[Python-checkins] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (#150704)
vstinner
2026/06/01
[Python-checkins] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158)
serhiy-storchaka
2026/06/01
[Python-checkins] [3.15] gh-149046: fix: correctly handle `str` subclasses in `io.StringIO` (GH-149047) (#150706)
vstinner
2026/06/01
[Python-checkins] gh-149534: Fix unification of `defaultdict` and `frozendict` with `|` (#149539)
sobolevn
2026/06/01
[Python-checkins] [3.14] gh-149046: fix: correctly handle `str` subclasses in `io.StringIO` (GH-149047) (#150707)
vstinner
2026/06/01
[Python-checkins] gh-149046: fix: correctly handle `str` subclasses in `io.StringIO` (#149047)
vstinner
2026/06/01
[Python-checkins] [3.15] gh-150368: Change Windows user group to secure identifier in test_tempfile (GH-150369) (#150701)
vstinner
2026/06/01
[Python-checkins] [3.14] gh-150368: Change Windows user group to secure identifier in test_tempfile (GH-150369) (#150702)
vstinner
2026/06/01
[Python-checkins] gh-80480: Remove deprecated 'u' array type code (#149535)
vstinner
2026/06/01
[Python-checkins] gh-150368: Change Windows user group to secure identifier in test_tempfile (#150369)
vstinner
2026/06/01
[Python-checkins] [3.15] gh-150372: Add missing null check on completer_word_break_characters in readline.c (GH-150251) (GH-150628)
serhiy-storchaka
2026/06/01
[Python-checkins] gh-148508: Add another common pattern for iOS SSL failures to test_ssl (#150442)
vstinner
2026/06/01
[Python-checkins] [3.15] gh-148605: Remove irepeat() thread test from test_bytes (GH-150576) (#150660)
kumaraditya303
2026/06/01
[Python-checkins] [3.14] gh-148605: Remove irepeat() thread test from test_bytes (GH-150576) (#150661)
kumaraditya303
2026/05/31
[Python-checkins] [3.13] gh-150685: update bundled pip to 26.1.2 (gh-150686) (gh-150689)
pfmoore
2026/05/31
[Python-checkins] [3.14] gh-150685: update bundled pip to 26.1.2 (gh-150686) (gh-150688)
pfmoore
2026/05/31
[Python-checkins] [3.15] gh-150685: update bundled pip to 26.1.2 (gh-150686) (gh-150687)
pfmoore
2026/05/31
[Python-checkins] [3.13] gh-141444:fix broken URLs and examples in urllib.request.rst (GH-144863) (#150647)
orsenthil
2026/05/31
[Python-checkins] gh-150685: update bundled pip to 26.1.2 (gh-150686)
pfmoore
2026/05/31
[Python-checkins] [3.15] gh-140553: Mark `*gettext` parameters as positionaly only in documentation (GH-140598)
StanFromIreland
2026/05/31
[Python-checkins] [3.15] Clarify docs for scheduler.run(blocking=False) (GH-129575) (GH-150668)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.14] Clarify docs for scheduler.run(blocking=False) (GH-129575) (GH-150669)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.13] Clarify docs for scheduler.run(blocking=False) (GH-129575) (GH-150670)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.15] gh-150636: Clarify difference between copy.copy() and the copy() methods (GH-150637) (GH-150665)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.14] gh-150636: Clarify difference between copy.copy() and the copy() methods (GH-150637) (GH-150666)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.13] gh-150636: Clarify difference between copy.copy() and the copy() methods (GH-150637) (GH-150667)
serhiy-storchaka
2026/05/31
[Python-checkins] Clarify docs for scheduler.run(blocking=False) (GH-129575)
serhiy-storchaka
2026/05/31
[Python-checkins] gh-150636: Clarify difference between copy.copy() and the copy() methods (GH-150637)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.14] gh-150372: Add missing null check on completer_word_break_characters in readline.c (GH-150251) (GH-150629)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.13] gh-150372: Add missing null check on completer_word_break_characters in readline.c (GH-150251) (GH-150630)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.15] Correct frexp() docs for zero and non-finite numbers (GH-149753) (GH-150652)
serhiy-storchaka
2026/05/31
[Python-checkins] gh-148605: Remove irepeat() thread test from test_bytes (#150576)
kumaraditya303
2026/05/31
[Python-checkins] [3.15] gh-131178: Fix mimetypes CLI docs, mention that errors go to stdout (GH-149683) (#150655)
sobolevn
2026/05/31
[Python-checkins] [3.14] gh-131178: Fix mimetypes CLI docs, mention that errors go to stdout (GH-149683) (#150656)
sobolevn
2026/05/31
[Python-checkins] gh-140553: Mark `*gettext` parameters as positionaly only in documentation (#140598)
StanFromIreland
2026/05/31
[Python-checkins] [3.14] Correct frexp() docs for zero and non-finite numbers (GH-149753) (GH-150653)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.13] Correct frexp() docs for zero and non-finite numbers (GH-149753) (GH-150654)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.14] gh-150524: Remove outdated note in binascii.a2b_hex() documentation (GH-150525) (GH-150632)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.15] gh-150524: Remove outdated note in binascii.a2b_hex() documentation (GH-150525) (GH-150627)
serhiy-storchaka
2026/05/31
[Python-checkins] gh-131178: Fix mimetypes CLI docs, mention that errors go to stdout (#149683)
sobolevn
2026/05/31
[Python-checkins] Correct frexp() docs for zero and non-finite numbers (GH-149753)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.14] gh-117291: Explain usage of null bytes in Array(c_char).value (GH-117292) (GH-150650)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.15] gh-117291: Explain usage of null bytes in Array(c_char).value (GH-117292) (GH-150649)
serhiy-storchaka
2026/05/31
[Python-checkins] [3.13] gh-117291: Explain usage of null bytes in Array(c_char).value (GH-117292) (GH-150651)
serhiy-storchaka
2026/05/31
[Python-checkins] gh-149609: Raise deprecation warnings for `abc.{abstractclassmethod,abstractstaticmethod,abstractproperty}` (#149636)
sobolevn
2026/05/31
[Python-checkins] gh-117291: Explain usage of null bytes in Array(c_char).value (GH-117292)
serhiy-storchaka
2026/05/30
[Python-checkins] [3.15] gh-149857: Clarify multiprocessing Process argument wording (GH-149919) (#149933)
gpshead
2026/05/30
[Python-checkins] [3.13] gh-149857: Clarify multiprocessing Process argument wording (GH-149919) (#149935)
gpshead
2026/05/30
[Python-checkins] [3.14] gh-149857: Clarify multiprocessing Process argument wording (GH-149919) (#149934)
gpshead
2026/05/30
[Python-checkins] [3.14] gh-141444:fix broken URLs and examples in urllib.request.rst (GH-144863) (#150643)
orsenthil
2026/05/30
[Python-checkins] [3.15] gh-141444:fix broken URLs and examples in urllib.request.rst (GH-144863) (#150642)
orsenthil
2026/05/30
[Python-checkins] gh-141444:fix broken URLs and examples in urllib.request.rst (#144863)
orsenthil
2026/05/30
[Python-checkins] Add @itamaro to CODEOWNERS (#150635)
itamaro
2026/05/30
[Python-checkins] gh-150372: Add missing null check on completer_word_break_characters in readline.c (GH-150251)
serhiy-storchaka
2026/05/30
[Python-checkins] gh-150524: Remove outdated note in binascii.a2b_hex() documentation (GH-150525)
serhiy-storchaka
2026/05/30
[Python-checkins] gh-123138: Updated email.headerregistry docs to include required keyword parse_tree (GH-134450)
serhiy-storchaka
2026/05/30
[Python-checkins] [3.13] gh-129851: Fix the documentation for -m command (GH-129862) (GH-150619) (GH-150620)
serhiy-storchaka
2026/05/30
[Python-checkins] [3.14] gh-129851: Fix the documentation for -m command (GH-129862) (GH-150619)
serhiy-storchaka
2026/05/30
[Python-checkins] [3.15] gh-150406: Check result of PyThread_allocate_lock() for netdb_lock (GH-150407) (GH-150616)
serhiy-storchaka
2026/05/30
[Python-checkins] [3.15] gh-129851: Fix the documentation for -m command (GH-129862) (GH-150614)
serhiy-storchaka
2026/05/30
[Python-checkins] [3.13] gh-150406: Check result of PyThread_allocate_lock() for netdb_lock (GH-150407) (GH-150618)
serhiy-storchaka
2026/05/30
[Python-checkins] [3.14] gh-150406: Check result of PyThread_allocate_lock() for netdb_lock (GH-150407) (GH-150617)
serhiy-storchaka
2026/05/30
[Python-checkins] gh-150406: Check result of PyThread_allocate_lock() for netdb_lock (GH-150407)
serhiy-storchaka
2026/05/30
[Python-checkins] gh-129851: Fix the documentation for -m command (GH-129862)
serhiy-storchaka
2026/05/30
[Python-checkins] gh-144774: Add critical section in `BaseException.__setstate__` (#150578)
kumaraditya303
2026/05/30
[Python-checkins] Remove unneeded LaTeX code from latex_elements['preamble'] (GH-124630)
serhiy-storchaka
2026/05/30
[Python-checkins] gh-109503: Fix document for shutil.move() on usage of os.rename() since it's inaccurate (GH-109507)
serhiy-storchaka
2026/05/30
[Python-checkins] [3.13] gh-149489: Fix ElementTree serialization to HTML (GH-149490) (GH-150596) (GH-150609)
serhiy-storchaka
2026/05/30
[Python-checkins] [3.14] gh-149489: Fix ElementTree serialization to HTML (GH-149490) (GH-150596)
serhiy-storchaka
2026/05/30
[Python-checkins] [3.14] gh-135898: Add section to free-threading howto about memory usage (GH-143279) (#150608)
kumaraditya303
2026/05/30
[Python-checkins] [3.15] gh-135898: Add section to free-threading howto about memory usage (GH-143279) (#150607)
kumaraditya303
2026/05/30
[Python-checkins] gh-135898: Add section to free-threading howto about memory usage (#143279)
kumaraditya303
2026/05/30
[Python-checkins] [3.13] gh-150501: Correct `inspect.getattr_static` docs signature (GH-150504) (#150603)
picnixz
2026/05/30
[Python-checkins] [3.14] gh-150501: Correct `inspect.getattr_static` docs signature (GH-150504) (#150602)
picnixz
2026/05/30
[Python-checkins] [3.15] gh-150501: Correct `inspect.getattr_static` docs signature (GH-150504) (#150601)
picnixz
2026/05/30
[Python-checkins] gh-121109: Fix performance of tarfile reading with "r|*" (GH-121296)
serhiy-storchaka
2026/05/30
[Python-checkins] gh-150501: Correct `inspect.getattr_static` docs signature (#150504)
picnixz
2026/05/29
[Python-checkins] [3.15] gh-149489: Fix ElementTree serialization to HTML (GH-149490) (GH-150595)
serhiy-storchaka
2026/05/29
[Python-checkins] [3.15] gh-149056: Properly pass array_hook in json.load() to json.loads() (GH-149057) (GH-150591)
serhiy-storchaka
2026/05/29
[Python-checkins] gh-150560: Fix crash in XML parser on invalid XML with multi-byte encoding (GH-150568)
serhiy-storchaka
2026/05/29
[Python-checkins] gh-149489: Fix ElementTree serialization to HTML (GH-149490)
serhiy-storchaka
2026/05/29
[Python-checkins] gh-149056: Properly pass array_hook in json.load() to json.loads() (GH-149057)
serhiy-storchaka
2026/05/29
[Python-checkins] [3.15] gh-150403: Document frozendict in language reference Mappings section (GH-150404) (GH-150590)
serhiy-storchaka
2026/05/29
[Python-checkins] gh-150403: Document frozendict in language reference Mappings section (GH-150404)
serhiy-storchaka
2026/05/29
[Python-checkins] [3.14] Add a security warning about `pydoc`'s HTTP server (GH-150409)
StanFromIreland
2026/05/29
[Python-checkins] [3.13] Add a security warning about `pydoc`'s HTTP server (GH-150409)
StanFromIreland
2026/05/29
[Python-checkins] [3.15] Add a security warning about `pydoc`'s HTTP server (#150573)
StanFromIreland
2026/05/29
[Python-checkins] gh-132372: Speed up logging.config existing logger handling (GH-150242)
vsajip
2026/05/29
[Python-checkins] [3.14] gh-150107: Fix asyncio sendfile fallback ignoring non-zero offset (GH-150270) (#150569)
kumaraditya303
2026/05/29
[Python-checkins] [3.15] gh-150107: Fix asyncio sendfile fallback ignoring non-zero offset (GH-150270) (#150570)
kumaraditya303
2026/05/29
[Python-checkins] [3.13] gh-150107: Fix asyncio sendfile fallback ignoring non-zero offset (GH-150270) (#150571)
kumaraditya303
2026/05/29
[Python-checkins] Add a security warning about `pydoc`'s HTTP server (#150409)
StanFromIreland
2026/05/29
[Python-checkins] Fix typos in InternalDocs/compiler.md (#149915)
kumaraditya303
2026/05/29
[Python-checkins] gh-150454: Fix wrong-interpreter return in import_run_extension error path (#150455)
kumaraditya303
2026/05/29
[Python-checkins] gh-150345: Fix incorrect reference in BaseSelectorEventLoop docstring (#150538)
kumaraditya303
2026/05/29
[Python-checkins] gh-150107: Fix asyncio sendfile fallback ignoring non-zero offset (#150270)
kumaraditya303
2026/05/29
[Python-checkins] [3.15] gh-141984: Reword docs on "enclosed" atom grammar (GH-148622) (GH-150552)
encukou
2026/05/28
[Python-checkins] gh-148587: Make sys.lazy_modules match PEP and keep internal lazy submodules tracking internal (#150086)
DinoV
2026/05/28
[Python-checkins] [3.15] gh-149029: Update SQLite to 3.53.1 for binary releases (GH-149767) (#150559)
ned-deily
2026/05/28
[Python-checkins] gh-139398: [Enum] Add supported sunder names to `__dir__` for REPL completions (GH-139985)
ethanfurman
2026/05/28
[Python-checkins] [3.15] gh-150046: Fix `test_add_python_opts` to ignore `PYTHON*` env vars (GH-150089) (#150561)
vstinner
2026/05/28
[Python-checkins] [3.14] gh-150046: Fix `test_add_python_opts` to ignore `PYTHON*` env vars (GH-150089) (#150562)
vstinner
2026/05/28
[Python-checkins] [3.13] gh-139808: Add branch protections for aarch64 in asm_trampoline.S (GH-130864) (GH-150189) (#150194)
vstinner
2026/05/28
[Python-checkins] [3.13] gh-150046: Fix `test_add_python_opts` to ignore `PYTHON*` env vars (GH-150089) (#150563)
vstinner
2026/05/28
[Python-checkins] gh-150046: Fix `test_add_python_opts` to ignore `PYTHON*` env vars (#150089)
vstinner
2026/05/28
[Python-checkins] gh-115988: Add ARM64 and RISCV BCJ filters constants in lzma module (GH-115989)
gpshead
2026/05/28
[Python-checkins] [3.13] Add a prominent crash warning to the `ctypes` docs (GH-150410)
StanFromIreland
2026/05/28
[Python-checkins] gh-150311: Fix minor issues in configure.ac for Cygwin (#150328)
vstinner
Earlier messages
Later messages