Messages by Thread
-
[Python-checkins] [3.15] Use `time.monotonic` in OrderedDict LRU cache example (GH-150986) (#150991)
sobolevn
-
[Python-checkins] Use `time.monotonic` in OrderedDict LRU cache example (#150986)
sobolevn
-
[Python-checkins] gh-110631: Fix wrong blocks indentation in difflib.rst (GH-110885)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-149977: Fix extra output of `-m test test_lazy_import`, again (GH-150965) (#150975)
pablogsal
-
[Python-checkins] gh-150436: Check returncode in Win32ProcessTestCase (#150972)
vstinner
-
[Python-checkins] gh-149977: Fix extra output of `-m test test_lazy_import`, again (#150965)
sobolevn
-
[Python-checkins] gh-150818: Wire logger parent before publishing it in getLogger() (GH-150941)
vsajip
-
[Python-checkins] [3.15] gh-146527: Fix memory leak in _PyGC_Fini() (GH-150969) (#150970)
vstinner
-
[Python-checkins] gh-146527: Fix memory leak in _PyGC_Fini() (#150969)
vstinner
-
[Python-checkins] [3.15] gh-53144: Improve charset support in the email package (GH-149942) (GH-150967)
serhiy-storchaka
-
[Python-checkins] gh-53144: Improve charset support in the email package (GH-149942)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-149891: Add more encoding aliases (GH-149892) (GH-150961)
serhiy-storchaka
-
[Python-checkins] gh-84649: Fix unstable test_rollover_based_on_st_birthtime_only (GH-150954)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-150907: Fix dynamic_annotations.h when built with C++ and Valgrind (GH-150914) (#150962)
vstinner
-
[Python-checkins] [3.14] gh-150907: Fix dynamic_annotations.h when built with C++ and Valgrind (GH-150914) (#150963)
vstinner
-
[Python-checkins] [3.13] gh-150907: Fix dynamic_annotations.h when built with C++ and Valgrind (GH-150914) (#150964)
vstinner
-
[Python-checkins] gh-150907: Fix dynamic_annotations.h when built with C++ and Valgrind (#150914)
vstinner
-
[Python-checkins] [3.15] gh-129011: Update docs for Raw I/O read, readinto, and write (GH-135328) (#150957)
vstinner
-
[Python-checkins] [3.14] gh-129011: Update docs for Raw I/O read, readinto, and write (GH-135328) (#150958)
vstinner
-
[Python-checkins] gh-149891: Add more encoding aliases (GH-149892)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-129011: Update docs for Raw I/O read, readinto, and write (GH-135328) (#150959)
vstinner
-
[Python-checkins] gh-129011: Update docs for Raw I/O read, readinto, and write (#135328)
vstinner
-
[Python-checkins] [3.15] gh-62825: Fix encoding aliases "KS_C_5601-1987", "KS X 1001", etc (GH-150933) (GH-150946)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-149144: Use decodeURIComponent() for UTF-8 support in js_output() (GH-149157)
StanFromIreland
-
[Python-checkins] [3.15] gh-150899: Do not reset custom `-Xlazy_imports` mode in `test_lazy_imports` (GH-150900) (#150947)
sobolevn
-
[Python-checkins] gh-150899: Do not reset custom `-Xlazy_imports` mode in `test_lazy_imports` (#150900)
sobolevn
-
[Python-checkins] gh-62825: Fix encoding aliases "KS_C_5601-1987", "KS X 1001", etc (GH-150933)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-145177: Bump emscripten version to 4.0.19 (GH-150926) (#150939)
freakboy3742
-
[Python-checkins] gh-145177: Bump emscripten version to 4.0.19 (#150926)
freakboy3742
-
[Python-checkins] [3.15] Add shebang documentation for PyManager 26.3b1 (GH-150931)
zooba
-
[Python-checkins] [3.14] Add shebang documentation for PyManager 26.3b1 (GH-150931)
zooba
-
[Python-checkins] Add shebang documentation for PyManager 26.3b1 (GH-150931)
zooba
-
[Python-checkins] gh-150886: Remove unused importlib._bootstrap._object_name (#150884)
brettcannon
-
[Python-checkins] gh-150817: Speed up Flag bitwise operations (GH-150824)
ethanfurman
-
[Python-checkins] gh-150818: Speed up logging.getLogger() for existing loggers (GH-150825)
vsajip
-
[Python-checkins] GH-148960: Ensure that asserts are ignored if `NDEBUG` is set (#150916)
markshannon
-
[Python-checkins] [3.15] gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915) (GH-150923)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915) (GH-150924)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915) (GH-150925)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-150750: Fix a race condition in `deque.index` with free-threading (GH-150779) (#150920)
sobolevn
-
[Python-checkins] [3.14] gh-150750: Fix a race condition in `deque.index` with free-threading (GH-150779) (#150921)
sobolevn
-
[Python-checkins] gh-84649: Make TimedRotatingFileHandler use CTIME instead of MTIME (GH-24660)
serhiy-storchaka
-
[Python-checkins] gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915)
serhiy-storchaka
-
[Python-checkins] gh-150750: Fix a race condition in `deque.index` with free-threading (#150779)
sobolevn
-
[Python-checkins] [3.15] gh-106318: Add doctest role and a 'See also' to the `str.split()` docs (GH-144367)
StanFromIreland
-
[Python-checkins] [3.14] gh-106318: Add doctest role and a 'See also' to the `str.split()` docs (GH-144367)
StanFromIreland
-
[Python-checkins] [3.13] gh-106318: Add doctest role and a 'See also' to the `str.split()` docs (GH-144367)
StanFromIreland
-
[Python-checkins] gh-106318: Add doctest role and a 'See also' to the `str.split()` docs (#144367)
StanFromIreland
-
[Python-checkins] bpo-38131: Improve messages when generating AST nodes from objects with wrong field values (GH-17715)
serhiy-storchaka
-
[Python-checkins] [3.15] Fix 2 broken links in documentation (GH-150892)
StanFromIreland
-
[Python-checkins] [3.15] Correct Stable ABI documentation for METH_FASTCALL (GH-149593) (GH-150853)
encukou
-
[Python-checkins] [3.13] Correct Stable ABI documentation for METH_FASTCALL (GH-149593) (GH-150851)
encukou
-
[Python-checkins] [3.14] Correct Stable ABI documentation for METH_FASTCALL (GH-149593) (GH-150852)
encukou
-
[Python-checkins] Fix 2 broken links in documentation (#150892)
StanFromIreland
-
[Python-checkins] gh-119670: Add `force` keyword only argument to `shlex.quote` (#148846)
vstinner
-
[Python-checkins] [3.15] gh-149473: Emit audit event on calling os.environ.clear() (GH-149768) (#150094)
vstinner
-
[Python-checkins] [3.15] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (GH-150704) (#150713)
vstinner
-
[Python-checkins] [3.15] gh-149521: Do not update `last_profiled_frame` if it's not changed (GH-149522) (#149542)
hugovk
-
[Python-checkins] [3.13] gh-140553: Mark `*gettext` parameters as positionaly only in documentation (GH-140598)
StanFromIreland
-
[Python-checkins] [3.14] gh-140553: Mark `*gettext` parameters as positionaly only in documentation (GH-140598)
StanFromIreland
-
[Python-checkins] Manpage formatting tweaks & lint (GH-132338)
encukou
-
[Python-checkins] [3.15] gh-148613: Fix race in `gc_set_threshold` and `gc_get_threshold` (GH-150356) (#150841)
kumaraditya303
-
[Python-checkins] [3.14] gh-145177: Fix Emscripten help text (GH-150874) (#150895)
freakboy3742
-
[Python-checkins] [3.15] gh-145177: Fix Emscripten help text (GH-150874) (#150894)
freakboy3742
-
[Python-checkins] gh-145177: Fix Emscripten help text (#150874)
freakboy3742
-
[Python-checkins] [3.15] gh-132467: Document and test that generic aliases are not classes (GH-133504) (#150854)
JelleZijlstra
-
[Python-checkins] [3.15] gh-146636: Add Free-threaded Stable ABI migration guide (GH-150580) (#150844)
hugovk
-
[Python-checkins] gh-150032: Tidy up 3.15 pending removals (#149594)
hugovk
-
[Python-checkins] [3.13] Docs: Replace hardcoded `SOURCE_URI` with `patchlevel` check (GH-150850) (#150857)
hugovk
-
[Python-checkins] [3.14] Docs: Replace hardcoded `SOURCE_URI` with `patchlevel` check (GH-150850) (#150856)
hugovk
-
[Python-checkins] [3.15] Docs: Replace hardcoded `SOURCE_URI` with `patchlevel` check (GH-150850) (#150855)
hugovk
-
[Python-checkins] Docs: Replace hardcoded `SOURCE_URI` with `patchlevel` check (#150850)
hugovk
-
[Python-checkins] gh-132467: Document and test that generic aliases are not classes (#133504)
JelleZijlstra
-
[Python-checkins] Correct Stable ABI documentation for METH_FASTCALL (GH-149593)
encukou
-
[Python-checkins] gh-105812: Make use of the Sphinx `deco` role in documentation (#139598)
JelleZijlstra
-
[Python-checkins] [3.15] gh-91099: fix[imaplib]: call Exception with string instance (GH-31823) (#150811)
bitdancer
-
[Python-checkins] [3.14] gh-91099: fix[imaplib]: call Exception with string instance (GH-31823) (#150810)
bitdancer
-
[Python-checkins] [3.13] gh-91099: fix[imaplib]: call Exception with string instance (GH-31823) (#150809)
bitdancer
-
[Python-checkins] [3.15] gh-141004: Document unstable perf map functions in `ceval.h` (GH-143492) (GH-150849)
ZeroIntensity
-
[Python-checkins] gh-141004: Document unstable perf map functions in `ceval.h` (GH-143492)
ZeroIntensity
-
[Python-checkins] [3.15] Fix a typo in `SSLSocket` docs (GH-150839) (GH-150848)
ZeroIntensity
-
[Python-checkins] [3.14] Fix a typo in `SSLSocket` docs (GH-150839) (GH-150846)
ZeroIntensity
-
[Python-checkins] [3.13] Fix a typo in `SSLSocket` docs (GH-150839) (GH-150847)
ZeroIntensity
-
[Python-checkins] Fix a typo in `SSLSocket` docs (GH-150839)
ZeroIntensity
-
[Python-checkins] gh-146636: Add Free-threaded Stable ABI migration guide (GH-150580)
encukou
-
[Python-checkins] [3.14] gh-148613: Fix race in `gc_set_threshold` and `gc_get_threshold` (GH-150356) (#150842)
kumaraditya303
-
[Python-checkins] gh-148613: Fix race in `gc_set_threshold` and `gc_get_threshold` (#150356)
kumaraditya303
-
[Python-checkins] [3.15] gh-149805: Fix `SystemError` when compiling `__classdict__` class annotation (GH-149806)
StanFromIreland
-
[Python-checkins] [3.14] gh-149805: Fix `SystemError` when compiling `__classdict__` class annotation (GH-149806)
StanFromIreland
-
[Python-checkins] [3.15] gh-148587: Document `sys.lazy_modules` (GH-150742)
StanFromIreland
-
[Python-checkins] [3.15] gh-150723: Fix perf jitdump files on macOS (GH-150728) (#150832)
pablogsal
-
[Python-checkins] gh-150723: Fix perf jitdump files on macOS (#150728)
pablogsal
-
[Python-checkins] [3.13] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814)
AlexWaygood
-
[Python-checkins] [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813)
AlexWaygood
-
[Python-checkins] gh-91099: fix[imaplib]: call Exception with string instance (#31823)
bitdancer
-
[Python-checkins] [3.15] gh-150319: Replace all documentation which says "See PEP 585" (GH-150325) (#150808)
AlexWaygood
-
[Python-checkins] gh-150319: Replace all documentation which says "See PEP 585" (#150325)
AlexWaygood
-
[Python-checkins] [3.15] gh-141627: Fix BufferedRandom inheritance documentation (GH-141629) (GH-150801)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-141627: Fix BufferedRandom inheritance documentation (GH-141629) (GH-150802)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-141627: Fix BufferedRandom inheritance documentation (GH-141629) (GH-150803)
serhiy-storchaka
-
[Python-checkins] [3.15] Fix description of the function parameter of shutil.register_archive_format() (GH-145087) (GH-150804)
serhiy-storchaka
-
[Python-checkins] [3.14] Fix description of the function parameter of shutil.register_archive_format() (GH-145087) (GH-150805)
serhiy-storchaka
-
[Python-checkins] [3.13] Fix description of the function parameter of shutil.register_archive_format() (GH-145087) (GH-150806)
serhiy-storchaka
-
[Python-checkins] Fix description of the function parameter of shutil.register_archive_format() (GH-145087)
serhiy-storchaka
-
[Python-checkins] Add link to new security policy (#150800)
ned-deily
-
[Python-checkins] gh-141627: Fix BufferedRandom inheritance documentation (GH-141629)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-101913: changed wording of docstring for _parsedate_tz (GH-134446) (#150798)
bitdancer
-
[Python-checkins] [3.14] gh-101913: changed wording of docstring for _parsedate_tz (GH-134446) (#150797)
bitdancer
-
[Python-checkins] Python 3.15.0b2
hugovk
-
[Python-checkins] [3.13] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080) (#150780)
encukou
-
[Python-checkins] [3.15] gh-101913: changed wording of docstring for _parsedate_tz (GH-134446) (#150796)
bitdancer
-
[Python-checkins] [3.15] Silence experimental coroutine deprecation warnings (GH-150788) (#150794)
hugovk
-
[Python-checkins] gh-101913: changed wording of docstring for _parsedate_tz (#134446)
bitdancer
-
[Python-checkins] gh-148587: Document `sys.lazy_modules` (#150742)
pablogsal
-
[Python-checkins] Silence experimental coroutine deprecation warnings (#150788)
hugovk
-
[Python-checkins] [3.15] gh-149187: Document `frozendict()` under 'Built-in Functions' (GH-149185)
StanFromIreland
-
[Python-checkins] gh-149187: Document `frozendict()` under 'Built-in Functions' (#149185)
StanFromIreland
-
[Python-checkins] [3.15] gh-150766: export `_PyGC_VisitFrameStack` and `_PyGC_VisitStackRef` functions (GH-150767) (#150787)
kumaraditya303
-
[Python-checkins] [3.13] gh-89554: Document _thread.LockType as a class (#150684) (#150786)
vstinner
-
[Python-checkins] gh-150766: export `_PyGC_VisitFrameStack` and `_PyGC_VisitStackRef` functions (#150767)
kumaraditya303
-
[Python-checkins] [3.15] gh-89554: Document _thread.LockType as a class (GH-150684) (#150785)
vstinner
-
[Python-checkins] [3.14] gh-89554: Document _thread.LockType as a class (GH-150684) (#150784)
vstinner
-
[Python-checkins] gh-89554: Document _thread.LockType as a class (#150684)
vstinner
-
[Python-checkins] [3.13] gh-149738: Fix segmentation fault bug in sqllite3 (#149754) (#150770)
vstinner
-
[Python-checkins] [3.14] gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754) (#150769)
vstinner
-
[Python-checkins] [3.15] Update `SOURCE_URI` for `3.15` branch (#150783)
hugovk
-
[Python-checkins] [3.15] gh-150720: Remove '-d 1' in test_script_error_treatment (GH-150736) (#150746)
hugovk
-
[Python-checkins] [3.15] Fix typos in C API documentation (GH-149588) (#149662)
hugovk
-
[Python-checkins] [3.14] Fix a typo in 'Exception Handling' C-API documentation (GH-150674)
StanFromIreland
-
[Python-checkins] [3.13] Fix a typo in 'Exception Handling' C-API documentation (GH-150674)
StanFromIreland
-
[Python-checkins] [3.14] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080)
StanFromIreland
-
[Python-checkins] [3.15] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080) (#150776)
StanFromIreland
-
[Python-checkins] gh-115119: Fix libmpdec detection when pkg-config files are missing (#150502)
vstinner
-
[Python-checkins] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080)
encukou
-
[Python-checkins] [3.15] gh-149738: Fix segmentation fault bug in sqllite3 (GH-149754) (#150768)
vstinner
-
[Python-checkins] [3.13] gh-123138: Updated email.headerregistry docs to include required keyword parse_tree (GH-134450) (GH-150625)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-123138: Updated email.headerregistry docs to include required keyword parse_tree (GH-134450) (GH-150624)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-123138: Updated email.headerregistry docs to include required keyword parse_tree (GH-134450) (GH-150623)
serhiy-storchaka
-
[Python-checkins] [3.15] Fix two typos in 'Exception Handling' C-API documentation (GH-150674) (#150772)
StanFromIreland
-
[Python-checkins] gh-149805: Fix `SystemError` when compiling `__classdict__` class annotation (#149806)
StanFromIreland
-
[Python-checkins] Fix two typos in 'Exception Handling' C-API documentation (#150674)
StanFromIreland
-
[Python-checkins] gh-149738: Fix segmentation fault bug in sqllite3 (#149754)
vstinner
-
[Python-checkins] gh-150052: Resolve un-loaded lazily loaded submodules via `module.__getattr__` instead of publishing lazy values (#150055) (#150744)
pablogsal
-
[Python-checkins] [3.15] gh-89554: Document typing.ParamSpecArgs and ParamSpecKwargs as classes (GH-150677) (GH-150763)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-89554: Document typing.ParamSpecArgs and ParamSpecKwargs as classes (GH-150677) (GH-150764)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-89554: Document typing.ParamSpecArgs and ParamSpecKwargs as classes (GH-150677) (GH-150765)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-89554: Document standard type objects in types as classes (GH-150676) (GH-150761)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-89554: Document weakref type objects as classes (GH-150678) (GH-150760)
serhiy-storchaka
-
[Python-checkins] gh-89554: Document typing.ParamSpecArgs and ParamSpecKwargs as classes (GH-150677)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-89554: Document weakref type objects as classes (GH-150678) (GH-150759)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-89554: Document weakref type objects as classes (GH-150678) (GH-150758)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682) (GH-150755)
serhiy-storchaka
-
[Python-checkins] gh-89554: Document standard type objects in types as classes (GH-150676)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682) (GH-150756)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682) (GH-150757)
serhiy-storchaka
-
[Python-checkins] gh-89554: Document weakref type objects as classes (#150678)
serhiy-storchaka
-
[Python-checkins] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682)
serhiy-storchaka
-
[Python-checkins] gh-150717: Avoid mark-array allocation for groupless regex patterns (GH-150719)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-150228: Improve the PEP 829 batch processing APIs (GH-150542) (#150748)
warsaw
-
[Python-checkins] gh-150228: Improve the PEP 829 batch processing APIs (#150542)
warsaw
-
[Python-checkins] gh-150720: Remove '-d 1' in test_script_error_treatment (#150736)
pablogsal
-
[Python-checkins] [3.15] gh-150644: Tag Apple system log messages as public. (GH-150645) (#150738)
freakboy3742
-
[Python-checkins] [3.14] gh-150644: Tag Apple system log messages as public. (GH-150645) (#150739)
freakboy3742
-
[Python-checkins] [3.13] gh-150644: Tag Apple system log messages as public. (GH-150645) (#150740)
freakboy3742
-
[Python-checkins] [3.14] gh-148508: Add another common pattern for iOS SSL failures to test_ssl (GH-150442) (#150698)
vstinner
-
[Python-checkins] gh-150644: Tag Apple system log messages as public. (#150645)
freakboy3742
-
[Python-checkins] [3.15] gh-148508: Add another common pattern for iOS SSL failures to test_ssl (GH-150442) (#150697)
vstinner
-
[Python-checkins] [3.13] gh-148508: Add another common pattern for iOS SSL failures to test_ssl (GH-150442) (#150699)
vstinner
-
[Python-checkins] [3.15] gh-150429: Fix sampling profiler generator stack test (GH-150433) (#150734)
pablogsal
-
[Python-checkins] gh-150429: Fix sampling profiler generator stack test (#150433)
pablogsal
-
[Python-checkins] gh-93417: Improve test_mimetypes (GH-150725)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-148672: Document namespace subpackages inside regular packages (GH-150056) (#150729)
brettcannon
-
[Python-checkins] [3.14] gh-148672: Document namespace subpackages inside regular packages (GH-150056) (#150730)
brettcannon
-
[Python-checkins] [3.13] gh-148672: Document namespace subpackages inside regular packages (GH-150056) (#150731)
brettcannon
-
[Python-checkins] gh-148672: Document namespace subpackages inside regular packages (#150056)
brettcannon
-
[Python-checkins] gh-115119: Remove superfluous TEST_COVERAGE private macro from _decimal module (GH-149756)
zware
-
[Python-checkins] [3.15] gh-121109: Fix performance of tarfile reading with "r|*" (GH-121296) (GH-150604)
serhiy-storchaka
-
[Python-checkins] GH-150478: Add "show_jit" option to `dis.dis` to show jit entry points (GH-150554)
markshannon
-
[Python-checkins] [3.15] gh-149534: Fix unification of `defaultdict` and `frozendict` with `|` (GH-149539) (#150709)
sobolevn
-
[Python-checkins] [3.13] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (#150704) (#150721)
vstinner
-
[Python-checkins] [3.14] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (#150704) (#150715)
vstinner
-
[Python-checkins] [3.15] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158) (#150711)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158) (GH-150710)
serhiy-storchaka
-
[Python-checkins] gh-150436: Skip subprocess test on STATUS_DLL_INIT_FAILED (#150704)
vstinner
-
[Python-checkins] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-149046: fix: correctly handle `str` subclasses in `io.StringIO` (GH-149047) (#150706)
vstinner
-
[Python-checkins] gh-149534: Fix unification of `defaultdict` and `frozendict` with `|` (#149539)
sobolevn
-
[Python-checkins] [3.14] gh-149046: fix: correctly handle `str` subclasses in `io.StringIO` (GH-149047) (#150707)
vstinner
-
[Python-checkins] gh-149046: fix: correctly handle `str` subclasses in `io.StringIO` (#149047)
vstinner
-
[Python-checkins] [3.15] gh-150368: Change Windows user group to secure identifier in test_tempfile (GH-150369) (#150701)
vstinner
-
[Python-checkins] [3.14] gh-150368: Change Windows user group to secure identifier in test_tempfile (GH-150369) (#150702)
vstinner
-
[Python-checkins] gh-80480: Remove deprecated 'u' array type code (#149535)
vstinner
-
[Python-checkins] gh-150368: Change Windows user group to secure identifier in test_tempfile (#150369)
vstinner
-
[Python-checkins] [3.15] gh-150372: Add missing null check on completer_word_break_characters in readline.c (GH-150251) (GH-150628)
serhiy-storchaka
-
[Python-checkins] gh-148508: Add another common pattern for iOS SSL failures to test_ssl (#150442)
vstinner
-
[Python-checkins] [3.15] gh-148605: Remove irepeat() thread test from test_bytes (GH-150576) (#150660)
kumaraditya303
-
[Python-checkins] [3.14] gh-148605: Remove irepeat() thread test from test_bytes (GH-150576) (#150661)
kumaraditya303
-
[Python-checkins] [3.13] gh-150685: update bundled pip to 26.1.2 (gh-150686) (gh-150689)
pfmoore
-
[Python-checkins] [3.14] gh-150685: update bundled pip to 26.1.2 (gh-150686) (gh-150688)
pfmoore
-
[Python-checkins] [3.15] gh-150685: update bundled pip to 26.1.2 (gh-150686) (gh-150687)
pfmoore