python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/07/08
[Python-checkins] gh-153083: Defer GC tracking of an array to the end of construction. (gh-153284)
corona10
2026/07/08
[Python-checkins] [3.15] gh-88574: Do not swallow the line after a terminating literal in imaplib (GH-153317) (GH-153324)
serhiy-storchaka
2026/07/08
[Python-checkins] [3.14] gh-88574: Do not swallow the line after a terminating literal in imaplib (GH-153317) (GH-153325)
serhiy-storchaka
2026/07/08
[Python-checkins] gh-143990: Do not assume the requested font size in test_font (GH-153322)
serhiy-storchaka
2026/07/08
[Python-checkins] [3.15] gh-86017: Document displayof for Font.actual() and clarify Font.copy() (GH-153288) (GH-153329)
serhiy-storchaka
2026/07/08
[Python-checkins] [3.14] gh-86017: Document displayof for Font.actual() and clarify Font.copy() (GH-153288) (GH-153330)
serhiy-storchaka
2026/07/08
[Python-checkins] [3.13] gh-86017: Document displayof for Font.actual() and clarify Font.copy() (GH-153288) (GH-153331)
serhiy-storchaka
2026/07/08
[Python-checkins] gh-86017: Document displayof for Font.actual() and clarify Font.copy() (GH-153288)
serhiy-storchaka
2026/07/08
[Python-checkins] gh-66788: Add the utf-7-imap codec (GH-153149)
serhiy-storchaka
2026/07/08
[Python-checkins] gh-150191: temporarily skip two openssl tests which have internal data races under TSAN (#153320)
kumaraditya303
2026/07/08
[Python-checkins] gh-88574: Do not swallow the line after a terminating literal in imaplib (GH-153317)
serhiy-storchaka
2026/07/08
[Python-checkins] [3.13] gh-152157: Reject empty fractions in `_datetime.{date}time.fromisoformat` (GH-152161) (#152766)
StanFromIreland
2026/07/08
[Python-checkins] [3.14] gh-152157: Reject empty fractions in `_datetime.{date}time.fromisoformat` (GH-152161) (#152765)
StanFromIreland
2026/07/08
[Python-checkins] [3.15] gh-153292: Fix data race in `threading.RLock.__repr__` in FT builds (GH-153299) (#153314)
sobolevn
2026/07/08
[Python-checkins] gh-149740: Remove redundant self.empty() check in asyncio.Queue.get() (#149741)
kumaraditya303
2026/07/08
[Python-checkins] [3.14] gh-153292: Fix data race in `threading.RLock.__repr__` in FT builds (GH-153299) (#153315)
sobolevn
2026/07/08
[Python-checkins] gh-153292: Fix data race in `threading.RLock.__repr__` in FT builds (#153299)
sobolevn
2026/07/08
[Python-checkins] gh-150358: Remove unused _complete_fut attribute from asyncio.StreamWriter (#150359)
kumaraditya303
2026/07/08
[Python-checkins] [3.14] gh-150191: Avoid data race in test_sni_callback_race (GH-150193) (#153270)
kumaraditya303
2026/07/08
[Python-checkins] gh-143990: Preserve the size when creating a Font from a named font (GH-153267)
serhiy-storchaka
2026/07/07
[Python-checkins] [3.15] gh-153056: Fix a data race compiling the string.Template pattern in free-threading builds (GH-153057) (#153302)
warsaw
2026/07/07
[Python-checkins] gh-152586: Make `tempfile.TemporaryFileWrapper` public (#152646)
sobolevn
2026/07/07
[Python-checkins] gh-153133: Fix socket leak in error path of asyncio create_connection (#153134)
kumaraditya303
2026/07/07
[Python-checkins] [3.13] gh-143921: Reject NUL, CR and LF in IMAP commands (GH-143922, GH-153067) (GH-153137) (GH-153287)
serhiy-storchaka
2026/07/07
[Python-checkins] [3.14] gh-153252: Fix error handling in `_PyCompile_CodeGen` (GH-153253) (#153282)
sobolevn
2026/07/07
[Python-checkins] [3.15] gh-153252: Fix error handling in `_PyCompile_CodeGen` (GH-153253) (#153281)
sobolevn
2026/07/07
[Python-checkins] [3.15] gh-153210: Restore accidental `array.ArrayType` removal (GH-153261) (#153274)
sobolevn
2026/07/07
[Python-checkins] [3.14] gh-153210: Restore accidental `array.ArrayType` removal (GH-153261) (#153275)
sobolevn
2026/07/07
[Python-checkins] [3.14] gh-143921: Reject NUL, CR and LF in IMAP commands (GH-143922, GH-153067) (GH-153137)
serhiy-storchaka
2026/07/07
[Python-checkins] [3.13] gh-153252: Fix error handling in `_PyCompile_CodeGen` (GH-153253) (#153283)
sobolevn
2026/07/07
[Python-checkins] [3.14] gh-83274: Don't crash when a Tcl interpreter is deallocated in the wrong thread (GH-152323) (GH-153277)
serhiy-storchaka
2026/07/07
[Python-checkins] gh-153252: Fix error handling in `_PyCompile_CodeGen` (#153253)
sobolevn
2026/07/07
[Python-checkins] [3.13] gh-83274: Don't crash when a Tcl interpreter is deallocated in the wrong thread (GH-152323) (GH-153278)
serhiy-storchaka
2026/07/07
[Python-checkins] [3.15] gh-153205: Set `MemoryError` in stackref array conversion (GH-153206) (#153272)
sobolevn
2026/07/07
[Python-checkins] [3.14] gh-153205: Set `MemoryError` in stackref array conversion (GH-153206) (#153273)
sobolevn
2026/07/07
[Python-checkins] [3.15] Temporarily allow the TSan (free-threading) job to fail (GH-152173) (#153268)
StanFromIreland
2026/07/07
[Python-checkins] On Unix, avoid a conversion to wchar_t in getpath.c (#153230)
vstinner
2026/07/07
[Python-checkins] [3.15] gh-83274: Don't crash when a Tcl interpreter is deallocated in the wrong thread (GH-152323) (GH-153271)
serhiy-storchaka
2026/07/07
[Python-checkins] [3.15] gh-150191: Avoid data race in test_sni_callback_race (GH-150193) (#153269)
kumaraditya303
2026/07/07
[Python-checkins] gh-152798: update sys.thread_info.lock documentation to match implementation (#153263)
kumaraditya303
2026/07/07
[Python-checkins] gh-153210: Restore accidental `array.ArrayType` removal (#153261)
sobolevn
2026/07/07
[Python-checkins] gh-153205: Set `MemoryError` in stackref array conversion (#153206)
sobolevn
2026/07/07
[Python-checkins] gh-150191: Avoid data race in test_sni_callback_race (#150193)
kumaraditya303
2026/07/07
[Python-checkins] Temporarily allow the TSan (free-threading) job to fail (#152173)
kumaraditya303
2026/07/07
[Python-checkins] [3.15] gh-153210: Fix `array` module import crash under a memory pressure (GH-153238) (#153249)
sobolevn
2026/07/07
[Python-checkins] [3.14] gh-153210: Fix `array` module import crash under a memory pressure (GH-153238) (#153250)
sobolevn
2026/07/07
[Python-checkins] [3.14] Use `soft-deprecated` in more places (GH-148769) (#152938)
StanFromIreland
2026/07/07
[Python-checkins] gh-143990: Allow tkinter.font.Font to wrap a font description (GH-152025)
serhiy-storchaka
2026/07/07
[Python-checkins] [3.14] Seed pip caches for docs on `main`/`3.x` branches (GH-153127) (#153232)
hugovk
2026/07/07
[Python-checkins] [3.13] Seed pip caches for docs on `main`/`3.x` branches (GH-153127) (#153233)
hugovk
2026/07/07
[Python-checkins] [3.15] Seed pip caches for docs on `main`/`3.x` branches (GH-153127) (#153231)
hugovk
2026/07/07
[Python-checkins] [3.15] gh-153227: Use a development version of Pygments (GH-153228) (#153254)
hugovk
2026/07/07
[Python-checkins] gh-153227: Use a development version of Pygments (#153228)
hugovk
2026/07/07
[Python-checkins] [3.13] gh-153210: Fix `array` module import crash under a memory pressure (GH-153238) (#153251)
sobolevn
2026/07/07
[Python-checkins] gh-153210: Fix `array` module import crash under a memory pressure (#153238)
sobolevn
2026/07/06
[Python-checkins] [3.13] gh-82151: Update and improve urlsplit docstring (#152985) (#153156)
orsenthil
2026/07/06
[Python-checkins] [3.15] gh-82151: Update and improve urlsplit docstring (GH-152985) (#153154)
orsenthil
2026/07/06
[Python-checkins] [3.14] gh-82151: Update and improve urlsplit docstring (#152985) (#153155)
orsenthil
2026/07/06
[Python-checkins] [3.15] gh-153068: Preserve cprofile enable errors (GH-153070) (#153241)
pablogsal
2026/07/06
[Python-checkins] [3.15] gh-140729: Fix the cProfile module when the executed script contains calls to multiprocessing.Process (GH-144715) (#153243)
pablogsal
2026/07/06
[Python-checkins] [3.13] gh-153068: Preserve cprofile enable errors (GH-153070) (#153240)
pablogsal
2026/07/06
[Python-checkins] [3.14] gh-153068: Preserve cprofile enable errors (GH-153070) (#153242)
pablogsal
2026/07/06
[Python-checkins] gh-145177: Update Emscripten to 6.0.2 (#153235)
freakboy3742
2026/07/06
[Python-checkins] gh-140729: Fix the cProfile module when the executed script contains calls to multiprocessing.Process (#144715)
pablogsal
2026/07/06
[Python-checkins] gh-153068: Preserve cprofile enable errors (#153070)
pablogsal
2026/07/06
[Python-checkins] gh-150479: reject CR and LF in email.utils.formataddr (#150480)
bitdancer
2026/07/06
[Python-checkins] gh-150490: Raise PyType_Modified for insertion into split dictionary (take 2) (#152914)
DinoV
2026/07/06
[Python-checkins] Seed pip caches for docs on `main`/`3.x` branches (#153127)
hugovk
2026/07/06
[Python-checkins] [3.10] gh-149486: tarfile.data_filter: validate written link target (GH-149487) (#153180)
pablogsal
2026/07/06
[Python-checkins] [3.15] gh-153200: Fix math.isqrt() for int subclasses with overridden comparison operators (GH-153203) (GH-153223)
serhiy-storchaka
2026/07/06
[Python-checkins] [3.13] gh-153200: Fix math.isqrt() for int subclasses with overridden comparison operators (GH-153203) (GH-153225) (GH-153226)
serhiy-storchaka
2026/07/06
[Python-checkins] [3.14] gh-153200: Fix math.isqrt() for int subclasses with overridden comparison operators (GH-153203) (GH-153225)
serhiy-storchaka
2026/07/06
[Python-checkins] gh-153200: Fix math.isqrt() for int subclasses with overridden comparison operators (GH-153203)
serhiy-storchaka
2026/07/06
[Python-checkins] [3.15] gh-150880: Clarify DirEntry.path construction semantics (GH-153218) (GH-153219)
zooba
2026/07/06
[Python-checkins] [3.13] gh-150880: Clarify DirEntry.path construction semantics (GH-153218) (GH-153221)
zooba
2026/07/06
[Python-checkins] [3.14] gh-150880: Clarify DirEntry.path construction semantics (GH-153218) (GH-153220)
zooba
2026/07/06
[Python-checkins] [3.14] gh-150641: Fix evaluating forward references in STRING format can 'leak' internal names (GH-150648) (#153016)
JelleZijlstra
2026/07/06
[Python-checkins] gh-150880: Clarify DirEntry.path construction semantics (GH-153218)
zooba
2026/07/06
[Python-checkins] [3.13] gh-152682: Fix NULL dereference on OOM in `symtable_visit_type_param_bound_or_default` (GH-152684) (#152697)
JelleZijlstra
2026/07/06
[Python-checkins] [3.15] gh-152682: Fix NULL dereference on OOM in `symtable_visit_type_param_bound_or_default` (GH-152684) (#152695)
JelleZijlstra
2026/07/06
[Python-checkins] [3.14] gh-152682: Fix NULL dereference on OOM in `symtable_visit_type_param_bound_or_default` (GH-152684) (#152696)
JelleZijlstra
2026/07/06
[Python-checkins] gh-152433: Allow _ssl module to build for Windows UWP API set (GH-152791)
zooba
2026/07/06
[Python-checkins] [3.15] Docs: Link to the `contextlib.chdir` context manager in the `os.chdir` docs (GH-153152) (#153212)
StanFromIreland
2026/07/06
[Python-checkins] [3.14] Docs: Link to the `contextlib.chdir` context manager in the `os.chdir` docs (GH-153152) (#153213)
StanFromIreland
2026/07/06
[Python-checkins] [3.13] Docs: Link to the `contextlib.chdir` context manager in the `os.chdir` docs (GH-153152) (#153214)
StanFromIreland
2026/07/06
[Python-checkins] gh-152785: Upgrade Ubuntu from 24.04 to 26.04 in GitHub Actions (#152717)
vstinner
2026/07/06
[Python-checkins] Docs: Link to the `contextlib.chdir` context manager in the `os.chdir` docs (#153152)
StanFromIreland
2026/07/06
[Python-checkins] [3.15] gh-152849: Fix `OverflowError` message for out-of-range timestamps in the `time` module (GH-152850) (#153209)
StanFromIreland
2026/07/06
[Python-checkins] [3.15] gh-148286: Remove invalid test in `test_decodeescape` (GH-153187) (#153204)
StanFromIreland
2026/07/06
[Python-checkins] [3.14] gh-152849: Fix `OverflowError` message for out-of-range timestamps in the `time` module (GH-152850) (#153208)
StanFromIreland
2026/07/06
[Python-checkins] [3.13] gh-152849: Fix `OverflowError` message for out-of-range timestamps in the `time` module (GH-152850) (#153207)
StanFromIreland
2026/07/06
[Python-checkins] gh-152849: Fix `OverflowError` message for out-of-range timestamps in the `time` module (#152850)
StanFromIreland
2026/07/06
[Python-checkins] gh-148286: Remove invalid test in `test_decodeescape` (#153187)
StanFromIreland
2026/07/06
[Python-checkins] gh-145098: Use `macos-26[-intel]` instead of `macos-15[-intel]` in `{jit,tail-call}.yml` (#153194)
hugovk
2026/07/06
[Python-checkins] [3.15] Add tests for syntax error messages that had no test coverage (GH-153192) (GH-153196)
serhiy-storchaka
2026/07/06
[Python-checkins] Add tests for syntax error messages that had no test coverage (GH-153192)
serhiy-storchaka
2026/07/06
[Python-checkins] [3.15] gh-146531: Skip hanging `wm iconbitmap` test on macOS 26 Intel (GH-148032) (#153190)
hugovk
2026/07/06
[Python-checkins] [3.14] gh-146531: Skip hanging `wm iconbitmap` test on macOS 26 Intel (GH-148032) (#153191)
hugovk
2026/07/06
[Python-checkins] [3.13] gh-146531: Skip hanging `wm iconbitmap` test on macOS 26 Intel (GH-148032) (#153189)
hugovk
2026/07/06
[Python-checkins] [3.13] gh-145098: Use `macos-26-intel` instead of `macos-15-intel` (GH-149991) (#153185)
hugovk
2026/07/06
[Python-checkins] [3.12] gh-146531: Skip hanging `wm iconbitmap` test on macOS 26 Intel (GH-148032) (#153188)
hugovk
2026/07/06
[Python-checkins] [3.12] gh-145098: Use `macos-26-intel` instead of `macos-15-intel` (GH-149991) (#153186)
hugovk
2026/07/06
[Python-checkins] [3.14] gh-145098: Use `macos-26-intel` instead of `macos-15-intel` (GH-149991) (#153181)
hugovk
2026/07/06
[Python-checkins] [3.14] RTD Previews: Get correct base branch for backports (GH-150690) (#153163)
hugovk
2026/07/06
[Python-checkins] gh-153171: Produce specialized syntax errors for 'not' after an operator in more positions (GH-153175)
serhiy-storchaka
2026/07/06
[Python-checkins] [3.13] RTD Previews: Get correct base branch for backports (GH-150690) (#153164)
hugovk
2026/07/06
[Python-checkins] [3.15] gh-145098: Use `macos-26-intel` instead of `macos-15-intel` (GH-149991) (#153179)
hugovk
2026/07/06
[Python-checkins] gh-145855: Remove the DELETE_ATTR bytecode (GH-146216)
markshannon
2026/07/06
[Python-checkins] [3.15] gh-148765: Fix description of *include_hidden* parameter in `glob.glob()` docs (GH-148768) (#153173)
StanFromIreland
2026/07/06
[Python-checkins] [3.13] gh-148765: Fix description of *include_hidden* parameter in `glob.glob()` docs (GH-148768) (#153172)
StanFromIreland
2026/07/06
[Python-checkins] [3.14] gh-148765: Fix description of *include_hidden* parameter in `glob.glob()` docs (GH-148768) (#153174)
StanFromIreland
2026/07/06
[Python-checkins] gh-148765: Fix description of *include_hidden* parameter in `glob.glob()` docs (#148768)
StanFromIreland
2026/07/05
[Python-checkins] gh-152026: Track mark-saving contexts with a counter (GH-153160)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-82151: Update and improve urlsplit docstring (#152985)
orsenthil
2026/07/05
[Python-checkins] gh-151640: Track sharing of `BytesIO` buffer in free-threaded builds (GH-151651)
ZeroIntensity
2026/07/05
[Python-checkins] bpo-45706: Add imaplib.IMAP4.login_plain (GH-29398)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-153141: Fix mutable default argument in _SharedMemoryTracker.__init__ (GH-153142) (#153145)
gpshead
2026/07/05
[Python-checkins] [3.13] gh-153141: Fix mutable default argument in _SharedMemoryTracker.__init__ (GH-153142) (#153147)
gpshead
2026/07/05
[Python-checkins] [3.14] gh-153141: Fix mutable default argument in _SharedMemoryTracker.__init__ (GH-153142) (#153146)
gpshead
2026/07/05
[Python-checkins] gh-153141: Fix mutable default argument in _SharedMemoryTracker.__init__ (GH-153142)
gpshead
2026/07/05
[Python-checkins] [3.13] gh-105708: 'V' could be case insensitive for IPvFuture hostnames (#5709) (#153140)
orsenthil
2026/07/05
[Python-checkins] [3.14] gh-105708: 'V' could be case insensitive for IPvFuture hostnames (GH-105709) (#153139)
orsenthil
2026/07/05
[Python-checkins] [3.15] gh-105708: 'V' could be case insensitive for IPvFuture hostnames (GH-105709) (#153138)
orsenthil
2026/07/05
[Python-checkins] gh-98092: Add imaplib.IMAP4.id method (GH-153136)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-105708: 'V' could be case insensitive for IPvFuture hostnames (#105709)
orsenthil
2026/07/05
[Python-checkins] gh-77508: Add imaplib.IMAP4.move method (GH-153121)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-143921: Narrow the control character check in imaplib commands (GH-153067) (GH-153135)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-60055: Allow passing a Request instance for RobotParser URLs (#103753)
orsenthil
2026/07/05
[Python-checkins] gh-143921: Narrow the control character check in imaplib commands (GH-153067)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-68147: Fix RFC references in imaplib (GH-153126) (GH-153130)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-68147: Fix RFC references in imaplib (GH-153126) (GH-153131)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-68147: Fix RFC references in imaplib (GH-153126) (GH-153132)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-68147: Fix RFC references in imaplib (GH-153126)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-149930: Clarify imaplib response helper types (GH-149963) (GH-153125)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-149930: Clarify imaplib response helper types (GH-149963) (GH-153124)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-149930: Clarify imaplib response helper types (GH-149963) (GH-153123)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-149930: Clarify imaplib response helper types (GH-149963)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-43699: Defer the drag cursor in tkinter.dnd until the pointer moves (GH-152371)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] Fix various typos in the `http.server` docs (GH-153089) (#153118)
StanFromIreland
2026/07/05
[Python-checkins] [3.15] gh-79638: Restore "Treat an unreachable robots.txt as disallow all" (GH-152525) (GH-153107)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-69134: Wait until mapped in SimpleDialog keyboard tests (GH-152690) (GH-153104)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-79638: Restore "Treat an unreachable robots.txt as disallow all" (GH-152525) (GH-153108)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-69134: Wait until mapped in SimpleDialog keyboard tests (GH-152690) (GH-153105)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-79638: Restore "Treat an unreachable robots.txt as disallow all" (GH-152525) (GH-153109)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-69134: Wait until mapped in SimpleDialog keyboard tests (GH-152690) (GH-153106)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] Fix minor typos in 'Compound statements' docs (GH-149666) (#153113)
StanFromIreland
2026/07/05
[Python-checkins] [3.14] Fix minor typos in 'Compound statements' docs (GH-149666) (#153114)
StanFromIreland
2026/07/05
[Python-checkins] [3.13] Fix minor typos in 'Compound statements' docs (GH-149666) (#153115)
StanFromIreland
2026/07/05
[Python-checkins] gh-59396: Use themed widgets in tkinter.filedialog (GH-152036)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-76607: Improve documentation of the tkinter cursor option (GH-152481) (GH-153111)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-76607: Improve documentation of the tkinter cursor option (GH-152481) (GH-153110)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-76607: Improve documentation of the tkinter cursor option (GH-152481) (GH-153112)
serhiy-storchaka
2026/07/05
[Python-checkins] Fix minor typos in 'Compound statements' docs (#149666)
StanFromIreland
2026/07/05
[Python-checkins] [3.15] gh-54930: Send a status line in error responses to malformed request lines (GH-152980) (GH-153092)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-75952: Document negative offsets in tkinter geometry strings (GH-152531) (GH-153102)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-75952: Document negative offsets in tkinter geometry strings (GH-152531) (GH-153101)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-54930: Send a status line in error responses to malformed request lines (GH-152980) (GH-153093)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-75952: Document negative offsets in tkinter geometry strings (GH-152531) (GH-153103)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-123193: Document tkinter Variable lifetime (GH-152625) (GH-153098)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-76607: Improve documentation of the tkinter cursor option (GH-152481)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-123193: Document tkinter Variable lifetime (GH-152625) (GH-153099)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-54930: Send a status line in error responses to malformed request lines (GH-152980) (GH-153094)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-123193: Document tkinter Variable lifetime (GH-152625) (GH-153100)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-79638: Restore "Treat an unreachable robots.txt as disallow all" (GH-152525)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] Fix various typos in the `http.server` docs (GH-153089) (#153097)
StanFromIreland
2026/07/05
[Python-checkins] gh-75952: Document negative offsets in tkinter geometry strings (GH-152531)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] Fix various typos in the `http.server` docs (GH-153089) (#153096)
StanFromIreland
2026/07/05
[Python-checkins] gh-123193: Document tkinter Variable lifetime (GH-152625)
serhiy-storchaka
2026/07/05
[Python-checkins] Fix various typos in the `http.server` docs (#153089)
StanFromIreland
2026/07/05
[Python-checkins] gh-69134: Wait until mapped in SimpleDialog keyboard tests (GH-152690)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-54930: Send a status line in error responses to malformed request lines (GH-152980)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-150459: Fix `SyntaxError` message for `from x lazy import y` (GH-150877) (#153090)
sobolevn
2026/07/05
[Python-checkins] [3.13] gh-151945: fix Sphinx reference warnings in `http.server` docs (GH-153084) (#153088)
picnixz
2026/07/05
[Python-checkins] [3.14] gh-151945: fix Sphinx reference warnings in `http.server` docs (GH-153084) (#153087)
picnixz
2026/07/05
[Python-checkins] [3.15] gh-151945: fix Sphinx reference warnings in `http.server` docs (GH-153084) (#153085)
picnixz
2026/07/05
[Python-checkins] gh-151945: fix Sphinx reference warnings in `http.server` docs (#153084)
picnixz
2026/07/05
[Python-checkins] [3.15] gh-153030: Fix quadratic complexity in incremental parsing in HTMLParser (GH-153031) (GH-153038)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-66335: Test uppercase IMAP4 command names (GH-152876) (GH-153081)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-66335: Test uppercase IMAP4 command names (GH-152876) (GH-153080)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-66335: Test uppercase IMAP4 command names (GH-152876) (GH-153082)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] Remove PDF images (GH-145977) (#153065)
StanFromIreland
2026/07/05
[Python-checkins] [3.15] Remove PDF images (GH-145977) (#153064)
StanFromIreland
2026/07/05
[Python-checkins] [3.15] gh-151819: Clarify the conditional-pattern email example in re docs (GH-153072) (GH-153073)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-151819: Clarify the conditional-pattern email example in re docs (GH-153072) (GH-153074)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-151819: Clarify the conditional-pattern email example in re docs (GH-153072) (GH-153075)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-66335: Test uppercase IMAP4 command names (GH-152876)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.15] gh-67512: Document IMAP4.append() flags argument (GH-149907) (GH-153078)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-67512: Document IMAP4.append() flags argument (GH-149907) (GH-153076)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-67512: Document IMAP4.append() flags argument (GH-149907) (GH-153077)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-40038: Quote imaplib command arguments when necessary (GH-152703) (GH-153071)
serhiy-storchaka
2026/07/05
[Python-checkins] gh-151819: Clarify the conditional-pattern email example in re docs (GH-153072)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.14] gh-40038: Quote imaplib command arguments when necessary (GH-152703) (GH-153069)
serhiy-storchaka
2026/07/05
[Python-checkins] [3.13] gh-63121: Refresh imaplib capabilities on state changes (GH-152752) (GH-152865)
serhiy-storchaka
2026/07/04
[Python-checkins] [3.15] gh-40038: Quote imaplib command arguments when necessary (GH-152703) (GH-153066)
serhiy-storchaka
2026/07/04
[Python-checkins] gh-40038: Quote imaplib command arguments when necessary (GH-152703)
serhiy-storchaka
2026/07/04
[Python-checkins] Remove PDF images (#145977)
hugovk
2026/07/04
[Python-checkins] [3.15] Add "new in 3.15" comments to idlelib (GH-153052) (#153054)
terryjreedy
2026/07/04
[Python-checkins] Add "new in 3.15" comments to idlelib (#153052)
terryjreedy
2026/07/04
[Python-checkins] Add "new in 3.16" to idlelib line (GH-152788) (#153049)
terryjreedy
2026/07/04
[Python-checkins] [3.15] gh-152718: Reject oversized table counts in the profiling binary reader (GH-152719) (#153050)
pablogsal
Earlier messages
Later messages