August 2021 Archives by subject
Starting: Sun Aug 1 17:36:15 EDT 2021
Ending: Tue Aug 31 16:42:19 EDT 2021
Messages: 475
- [Python-checkins] [3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27943)
pablogsal
- [Python-checkins] [3.10] bpo-33930: Fix typo in the test name. (GH-27736)
miss-islington
- [Python-checkins] [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)
ammaraskar
- [Python-checkins] [3.10] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-27893)
ambv
- [Python-checkins] [3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953)
pablogsal
- [Python-checkins] [3.10] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27666)
ambv
- [Python-checkins] [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616)
miss-islington
- [Python-checkins] [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784)
ambv
- [Python-checkins] [3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743)
pablogsal
- [Python-checkins] [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)
miss-islington
- [Python-checkins] [3.10] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) (GH-27958)
pablogsal
- [Python-checkins] [3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28039)
ambv
- [Python-checkins] [3.6] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038)
ned-deily
- [Python-checkins] [3.6] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) (GH-28080)
ned-deily
- [Python-checkins] [3.7] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037)
ned-deily
- [Python-checkins] [3.7] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042)
ned-deily
- [Python-checkins] [3.8] bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27721)
ambv
- [Python-checkins] [3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description (GH-27825)
ambv
- [Python-checkins] [3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-27801)
ambv
- [Python-checkins] [3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036)
ambv
- [Python-checkins] [3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063)
ambv
- [Python-checkins] [3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28041)
ambv
- [Python-checkins] [3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005). (GH-28028)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) (GH-28023)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28017)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27944)
pablogsal
- [Python-checkins] [3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734)
miss-islington
- [Python-checkins] [3.9] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)
ammaraskar
- [Python-checkins] [3.9] bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) (GH-27788)
ambv
- [Python-checkins] [3.9] bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) (GH-27629)
ambv
- [Python-checkins] [3.9] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-27896)
ambv
- [Python-checkins] [3.9] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922) (GH-27952)
pablogsal
- [Python-checkins] [3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422). (GH-27627)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) (GH-28071)
ambv
- [Python-checkins] [3.9] bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866) (GH-27900)
ambv
- [Python-checkins] [3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569)
ambv
- [Python-checkins] [3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588). (GH-27639)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27785)
ambv
- [Python-checkins] [3.9] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27744)
pablogsal
- [Python-checkins] [3.9] bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) (GH-27817)
ambv
- [Python-checkins] [3.9] bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) (GH-27910)
ambv
- [Python-checkins] [3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062)
ambv
- [Python-checkins] [3.9] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28040)
ambv
- [Python-checkins] [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970)
ambv
- [Python-checkins] [3.9] Fix the test suite for the old parser (GH-27749)
ambv
- [Python-checkins] [3.9] Upgrade bundled pip and setuptools (GH-27625) (GH-27658)
ambv
- [Python-checkins] [doc] Added mailing list link for comp.lang.python (GH-27852)
ambv
- [Python-checkins] [doc] Added mailing list link for comp.lang.python (GH-27852)
miss-islington
- [Python-checkins] [doc] Added mailing list link for comp.lang.python (GH-27852) (GH-27916)
ambv
- [Python-checkins] [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899)
ambv
- [Python-checkins] [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899)
miss-islington
- [Python-checkins] [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899) (GH-27606)
ambv
- [Python-checkins] [doc] Fix typo c-api/exceptions.rst (GH-27847)
ambv
- [Python-checkins] [doc] Fix typo c-api/exceptions.rst (GH-27847)
miss-islington
- [Python-checkins] [doc] Fix typo c-api/exceptions.rst (GH-27847) (GH-27919)
ambv
- [Python-checkins] [doc] Fix typo in idle.rst (GH-27903)
ambv
- [Python-checkins] [doc] Fix typo in idle.rst (GH-27903)
miss-islington
- [Python-checkins] [doc] Fix typo in idle.rst (GH-27903)
miss-islington
- [Python-checkins] Add .DS_Store on ignore (GH-27711)
ambv
- [Python-checkins] Add .DS_Store on ignore (GH-27711) (GH-27723)
ambv
- [Python-checkins] Add .DS_Store on ignore (GH-27711) (GH-27724)
ambv
- [Python-checkins] Added test case based on recommended test cases from RFC 4648 (GH-27747)
ambv
- [Python-checkins] Added test case based on recommended test cases from RFC 4648 (GH-27747)
miss-islington
- [Python-checkins] Add missing DISPATCH() (GH-27715)
markshannon
- [Python-checkins] Add option to write specialization stats to files and script to summarize. (GH-27575)
markshannon
- [Python-checkins] Add tests for the C tokenizer and expose it as a private module (GH-27924)
pablogsal
- [Python-checkins] bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)
iritkatriel
- [Python-checkins] bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)
miss-islington
- [Python-checkins] bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694) (GH-27698)
ambv
- [Python-checkins] bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)
pablogsal
- [Python-checkins] bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)
mdickinson
- [Python-checkins] bpo-24234: Implement bytes.__bytes__ (GH-27901)
corona10
- [Python-checkins] bpo-24234: implement complex.__complex__ (GH-27887)
mdickinson
- [Python-checkins] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
serhiy-storchaka
- [Python-checkins] bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)
serhiy-storchaka
- [Python-checkins] bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)
miss-islington
- [Python-checkins] bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002)
serhiy-storchaka
- [Python-checkins] bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28016)
serhiy-storchaka
- [Python-checkins] bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626)
ambv
- [Python-checkins] bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626)
miss-islington
- [Python-checkins] bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) (GH-27707)
ambv
- [Python-checkins] bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
ambv
- [Python-checkins] bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
miss-islington
- [Python-checkins] bpo-26228: Fix pty EOF handling (GH-12049)
ambv
- [Python-checkins] bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)
ambv
- [Python-checkins] bpo-27275: Change popitem() and pop() methods of collections.OrderedDict (GH-27530)
ambv
- [Python-checkins] bpo-27334: Fix reference leak introduced by GH-26202 (GH-27942)
ambv
- [Python-checkins] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202)
pablogsal
- [Python-checkins] bpo-27752: improve documentation of csv.Dialect (GH-26795)
ambv
- [Python-checkins] bpo-27752: improve documentation of csv.Dialect (GH-26795)
miss-islington
- [Python-checkins] bpo-27752: improve documentation of csv.Dialect (GH-26795) (GH-27644)
ambv
- [Python-checkins] bpo-30077: Add support for Apple aifc/sowt pseudo-compression (GH-24449)
ambv
- [Python-checkins] bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
iritkatriel
- [Python-checkins] bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470)
ambv
- [Python-checkins] bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470)
miss-islington
- [Python-checkins] bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) (GH-27674)
ambv
- [Python-checkins] bpo-33479: Add architecture and threading model sections to Tkinter module docs (GH-27717)
ambv
- [Python-checkins] bpo-33479: Add architecture and threading model sections to Tkinter module docs (GH-27717)
miss-islington
- [Python-checkins] bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)
ambv
- [Python-checkins] bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)
miss-islington
- [Python-checkins] bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990) (GH-27705)
ambv
- [Python-checkins] bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678)
pablogsal
- [Python-checkins] bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719)
vstinner
- [Python-checkins] bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27720)
vstinner
- [Python-checkins] bpo-33930: Fix typo in the test name. (#27733)
benjaminp
- [Python-checkins] bpo-33930: Fix typo in the test name. (GH-27735)
benjaminp
- [Python-checkins] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)
serhiy-storchaka
- [Python-checkins] bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)
ambv
- [Python-checkins] bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563)
ambv
- [Python-checkins] bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27564)
ambv
- [Python-checkins] bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
ambv
- [Python-checkins] bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
miss-islington
- [Python-checkins] bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824) (GH-27827)
ambv
- [Python-checkins] bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
ambv
- [Python-checkins] bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
miss-islington
- [Python-checkins] bpo-37596: Clean up the set/frozenset marshalling code (GH-28068)
brandtbucher
- [Python-checkins] bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)
ambv
- [Python-checkins] bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27872)
ambv
- [Python-checkins] bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27872)
miss-islington
- [Python-checkins] bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
ambv
- [Python-checkins] bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
miss-islington
- [Python-checkins] bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) (GH-27684)
ambv
- [Python-checkins] bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
ambv
- [Python-checkins] bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
miss-islington
- [Python-checkins] bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) (GH-28079)
ned-deily
- [Python-checkins] bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572)
ambv
- [Python-checkins] bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27573)
ambv
- [Python-checkins] bpo-39218: Improve accuracy of variance calculation (GH-27960)
rhettinger
- [Python-checkins] bpo-39452: Rewrite and expand __main__.rst (#26883)
ambv
- [Python-checkins] bpo-39452: Rewrite and expand __main__.rst (GH-26883)
miss-islington
- [Python-checkins] bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
ambv
- [Python-checkins] bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
miss-islington
- [Python-checkins] bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) (GH-27699)
ambv
- [Python-checkins] bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
ambv
- [Python-checkins] bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
miss-islington
- [Python-checkins] bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
miss-islington
- [Python-checkins] bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783)
ambv
- [Python-checkins] bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783)
miss-islington
- [Python-checkins] bpo-41117: Cleanup subtract_refs() (GH-27593)
vstinner
- [Python-checkins] bpo-41322: added deprecation warning for tests returning value!=None (GH-27748)
ambv
- [Python-checkins] bpo-41322: Add unit tests for deprecation of test return values (GH-27846)
serhiy-storchaka
- [Python-checkins] bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
ambv
- [Python-checkins] bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
miss-islington
- [Python-checkins] bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) (GH-27687)
ambv
- [Python-checkins] bpo-41576: document BaseException in favor of bare except (GH-21917)
ambv
- [Python-checkins] bpo-41576: document BaseException in favor of bare except (GH-21917)
miss-islington
- [Python-checkins] bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030)
ambv
- [Python-checkins] bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030)
miss-islington
- [Python-checkins] bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) (GH-28065)
ambv
- [Python-checkins] bpo-41706: Fix special method invocation docs to mention using type() (GH-22084)
brettcannon
- [Python-checkins] bpo-41737: expand doc for NotADirectoryError (GH-27471)
ambv
- [Python-checkins] bpo-41737: expand doc for NotADirectoryError (GH-27471)
miss-islington
- [Python-checkins] bpo-41737: expand doc for NotADirectoryError (GH-27471) (GH-27577)
ambv
- [Python-checkins] bpo-41818: ++ termios versionadded markers. (GH-27987)
gpshead
- [Python-checkins] bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686)
gpshead
- [Python-checkins] bpo-41886: Fix documented type of PyType_Type (GH-22454)
ammaraskar
- [Python-checkins] bpo-41886: Fix documented type of PyType_Type (GH-22454)
miss-islington
- [Python-checkins] bpo-41886: Fix documented type of PyType_Type (GH-22454)
miss-islington
- [Python-checkins] bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
encukou
- [Python-checkins] bpo-42035: Enhance test_get_type_name() of _testcapi (GH-27649)
encukou
- [Python-checkins] bpo-42053: Remove misleading check in os.fwalk() (GH-27669)
serhiy-storchaka
- [Python-checkins] bpo-42064: Offset arguments for PyObject_Vectorcall in the _sqlite module (GH-27931)
encukou
- [Python-checkins] bpo-42064: Pass module state to `sqlite3` UDF callbacks (GH-27456)
miss-islington
- [Python-checkins] bpo-42238: [doc] Some more make suspicious false positives. (GH-27945)
JulienPalard
- [Python-checkins] bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200)
ambv
- [Python-checkins] bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200)
miss-islington
- [Python-checkins] bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) (GH-28025)
ambv
- [Python-checkins] bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) (GH-28026)
ambv
- [Python-checkins] bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online (GH-27836)
ambv
- [Python-checkins] bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online (GH-27836)
miss-islington
- [Python-checkins] bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)
ambv
- [Python-checkins] bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)
miss-islington
- [Python-checkins] bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840) (GH-27895)
ambv
- [Python-checkins] bpo-42560: rework external references in Tkinter docs (GH-27838)
ambv
- [Python-checkins] bpo-42560: rewrite of Tkinter docs "life preserver" (GH-27842)
ambv
- [Python-checkins] bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)
ambv
- [Python-checkins] bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)
miss-islington
- [Python-checkins] bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835)
ambv
- [Python-checkins] bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835)
miss-islington
- [Python-checkins] bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835) (GH-27892)
ambv
- [Python-checkins] bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
ambv
- [Python-checkins] bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
miss-islington
- [Python-checkins] bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) (GH-27608)
ambv
- [Python-checkins] bpo-42971: Add errno.EQFULL (macOS) (GH-24419)
ambv
- [Python-checkins] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
ambv
- [Python-checkins] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
miss-islington
- [Python-checkins] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035)
ambv
- [Python-checkins] bpo-43392: Optimize repeated calls to `__import__()` (GH-24735)
miss-islington
- [Python-checkins] bpo-43398: Add test for defect connection factories (GH-27966)
pablogsal
- [Python-checkins] bpo-43826: Fix resource warning due to unclosed objects. (GH-25381)
tirkarthi
- [Python-checkins] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922)
pablogsal
- [Python-checkins] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)
ambv
- [Python-checkins] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)
miss-islington
- [Python-checkins] bpo-44079: Strip superfluous statement cache from sqlite3.Connection (GH-25998)
pablogsal
- [Python-checkins] bpo-44135: [docs] Fix inline markup (GH-28095)
ambv
- [Python-checkins] bpo-44135: [docs] Fix inline markup (GH-28095)
miss-islington
- [Python-checkins] bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193)
ambv
- [Python-checkins] bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193)
miss-islington
- [Python-checkins] bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193) (GH-28094)
ambv
- [Python-checkins] bpo-44206: Make sure that dict-keys's version is set to zero when value is popped (GH-27542)
pablogsal
- [Python-checkins] bpo-44291: Fix reconnection in logging.handlers.SysLogHandler (GH-26490)
vsajip
- [Python-checkins] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)
ambv
- [Python-checkins] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)
miss-islington
- [Python-checkins] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032)
ambv
- [Python-checkins] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033)
ambv
- [Python-checkins] bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866)
ambv
- [Python-checkins] bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866)
miss-islington
- [Python-checkins] bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
vstinner
- [Python-checkins] bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
miss-islington
- [Python-checkins] bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)
ambv
- [Python-checkins] bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)
miss-islington
- [Python-checkins] bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688) (GH-27805)
ambv
- [Python-checkins] bpo-44522: Fix inaccurate information in open() function (GH-27650)
ambv
- [Python-checkins] bpo-44522: Fix inaccurate information in open() function (GH-27650)
miss-islington
- [Python-checkins] bpo-44522: Fix inaccurate information in open() function (GH-27650) (GH-27682)
ambv
- [Python-checkins] bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)
serhiy-storchaka
- [Python-checkins] bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)
miss-islington
- [Python-checkins] bpo-44524: Do not set _name of _SpecialForm without need (GH-27861)
serhiy-storchaka
- [Python-checkins] bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871)
serhiy-storchaka
- [Python-checkins] bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614)
ambv
- [Python-checkins] bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710)
ambv
- [Python-checkins] bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710)
miss-islington
- [Python-checkins] bpo-44564 Move formatted assertion under deprecation warning context (GH-27090)
ambv
- [Python-checkins] bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
vstinner
- [Python-checkins] bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
miss-islington
- [Python-checkins] bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633)
rhettinger
- [Python-checkins] bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640)
rhettinger
- [Python-checkins] bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27641)
rhettinger
- [Python-checkins] bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500)
ambv
- [Python-checkins] bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27501)
ambv
- [Python-checkins] bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
miss-islington
- [Python-checkins] bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
miss-islington
- [Python-checkins] bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) (GH-27619)
ambv
- [Python-checkins] bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (#27251)
ned-deily
- [Python-checkins] bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251)
miss-islington
- [Python-checkins] bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28053)
ambv
- [Python-checkins] bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28054)
ambv
- [Python-checkins] bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode (GH-27272)
gpshead
- [Python-checkins] bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772)
mdickinson
- [Python-checkins] bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796)
mdickinson
- [Python-checkins] bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27797)
mdickinson
- [Python-checkins] bpo-44702: Remove ambiguity in sentence (GH-27676)
miss-islington
- [Python-checkins] bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635)
ambv
- [Python-checkins] bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635)
miss-islington
- [Python-checkins] bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635) (GH-27636)
ambv
- [Python-checkins] bpo-44756: Remove misleading NEWS entries of a change that was reverted before release (GH-28075)
ambv
- [Python-checkins] bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485)
ambv
- [Python-checkins] bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540)
ambv
- [Python-checkins] bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
rhettinger
- [Python-checkins] bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
miss-islington
- [Python-checkins] bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536) (GH-27567)
rhettinger
- [Python-checkins] bpo-44785: Silence deprecation warnings in test_pickle (#27538)
ambv
- [Python-checkins] bpo-44785: Silence deprecation warnings in test_pickle (GH-27538)
miss-islington
- [Python-checkins] bpo-44785: Silence deprecation warnings in test_pickle (GH-27538) (#27557)
ambv
- [Python-checkins] bpo-44792: Improve syntax errors for if expressions (GH-27506)
pablogsal
- [Python-checkins] bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)
pablogsal
- [Python-checkins] bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515)
serhiy-storchaka
- [Python-checkins] bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515)
miss-islington
- [Python-checkins] bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
ambv
- [Python-checkins] bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
miss-islington
- [Python-checkins] bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
ambv
- [Python-checkins] bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
miss-islington
- [Python-checkins] bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) (GH-27559)
ambv
- [Python-checkins] bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)
ambv
- [Python-checkins] bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)
miss-islington
- [Python-checkins] bpo-44808: Fix test_inspect in refleak mode (GH-27544)
ambv
- [Python-checkins] bpo-44808: Fix test_inspect in refleak mode (GH-27544)
miss-islington
- [Python-checkins] bpo-44821: Eagerly assign __dict__ for new objects. (GH-27589)
markshannon
- [Python-checkins] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588)
serhiy-storchaka
- [Python-checkins] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588)
miss-islington
- [Python-checkins] bpo-44826: Specialize STORE_ATTR (GH-27590)
markshannon
- [Python-checkins] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664)
orsenthil
- [Python-checkins] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27665)
orsenthil
- [Python-checkins] bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)
ambv
- [Python-checkins] bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)
miss-islington
- [Python-checkins] bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818) (GH-27821)
ambv
- [Python-checkins] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615)
pablogsal
- [Python-checkins] bpo-44839: Raise more specific errors in sqlite3 (GH-27613)
serhiy-storchaka
- [Python-checkins] bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656)
markshannon
- [Python-checkins] bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) (#27673)
pablogsal
- [Python-checkins] bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
vstinner
- [Python-checkins] bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
miss-islington
- [Python-checkins] bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
miss-islington
- [Python-checkins] bpo-44852: Support filtering over warnings without a set message (GH-27793)
ambv
- [Python-checkins] bpo-44852: Support filtering over warnings without a set message (GH-27793)
miss-islington
- [Python-checkins] bpo-44852: Support filtering over warnings without a set message (GH-27793) (GH-27810)
ambv
- [Python-checkins] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634)
ambv
- [Python-checkins] bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638)
ambv
- [Python-checkins] bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638)
miss-islington
- [Python-checkins] bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638) (GH-27713)
ambv
- [Python-checkins] bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638) (GH-27714)
ambv
- [Python-checkins] bpo-44854: Remove trailing whitespaces (GH-27689)
serhiy-storchaka
- [Python-checkins] bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)
ambv
- [Python-checkins] bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)
miss-islington
- [Python-checkins] bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27651)
ambv
- [Python-checkins] bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27652)
ambv
- [Python-checkins] bpo-44859: Improve error handling in sqlite3 and and raise more accurate exceptions. (GH-27654)
serhiy-storchaka
- [Python-checkins] bpo-44872: use new trashcan macros in framobject.c (#27683)
iritkatriel
- [Python-checkins] bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690)
ambv
- [Python-checkins] bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27691)
ambv
- [Python-checkins] bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27692)
ambv
- [Python-checkins] bpo-44874: deprecate Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SAFE_END (GH-27693)
ambv
- [Python-checkins] bpo-44878: _PyEval_EvalFrameDefault readability improvements (GH-27725)
markshannon
- [Python-checkins] bpo-44878: Remove loop from interpreter. All dispatching is done by gotos. (GH-27727)
markshannon
- [Python-checkins] bpo-44878: Remove the switch from the main interpreter loop when using computed gotos. (GH-27726)
markshannon
- [Python-checkins] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729)
pablogsal
- [Python-checkins] bpo-44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter (GH-27722)
markshannon
- [Python-checkins] bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
markshannon
- [Python-checkins] bpo-44890: Fix AMD build error (GH-27740)
iritkatriel
- [Python-checkins] bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
ambv
- [Python-checkins] bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
miss-islington
- [Python-checkins] bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)
corona10
- [Python-checkins] bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761)
ambv
- [Python-checkins] bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761)
miss-islington
- [Python-checkins] bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)
ambv
- [Python-checkins] bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)
miss-islington
- [Python-checkins] bpo-44900: Add five superinstructions. (GH-27741)
markshannon
- [Python-checkins] bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
ambv
- [Python-checkins] bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
miss-islington
- [Python-checkins] bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762) (GH-27790)
ambv
- [Python-checkins] bpo-44907: Update error messages in tutorial examples (GH-27755)
terryjreedy
- [Python-checkins] bpo-44907: Update error messages in tutorial examples (GH-27755)
terryjreedy
- [Python-checkins] bpo-44907: Update error messages in tutorial examples (GH-27755)
terryjreedy
- [Python-checkins] bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765)
ambv
- [Python-checkins] bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765)
miss-islington
- [Python-checkins] bpo-44914: Add tests for some invariants of tp_version_tag (GH-27774)
markshannon
- [Python-checkins] bpo-44914: Maintain invariants of type version tags. (GH-27773)
markshannon
- [Python-checkins] bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004)
Fidget-Spinner
- [Python-checkins] bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (#27859)
gvanrossum
- [Python-checkins] bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (GH-27859) (GH-27860)
ambv
- [Python-checkins] bpo-44929: [Enum] Fix global repr (GH-27789)
ethanfurman
- [Python-checkins] bpo-44935: enable posix_spawn() on Solaris (GH-27795)
gpshead
- [Python-checkins] bpo-44940: Clarify the documentation of re.findall() (GH-27849)
serhiy-storchaka
- [Python-checkins] bpo-44940: Clarify the documentation of re.findall() (GH-27849)
miss-islington
- [Python-checkins] bpo-44940: Clarify the documentation of re.findall() (GH-27849) (GH-27880)
serhiy-storchaka
- [Python-checkins] bpo-44945: Specialize BINARY_ADD (GH-27967)
markshannon
- [Python-checkins] bpo-44946: Streamline operators and creation of ints for common case of single 'digit'. (GH-27832)
markshannon
- [Python-checkins] bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814)
ambv
- [Python-checkins] bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814)
miss-islington
- [Python-checkins] bpo-44949: Fix test_readline auto history tests (#27813)
ambv
- [Python-checkins] bpo-44949: Fix test_readline auto history tests (GH-27813)
miss-islington
- [Python-checkins] bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-27822)
ambv
- [Python-checkins] bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
mdickinson
- [Python-checkins] bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
miss-islington
- [Python-checkins] bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) (GH-27855)
mdickinson
- [Python-checkins] bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831)
serhiy-storchaka
- [Python-checkins] bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831)
miss-islington
- [Python-checkins] bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831) (GH-27882)
serhiy-storchaka
- [Python-checkins] bpo-44957: Promote PEP 604 syntax in typing docs (GH-27833)
ambv
- [Python-checkins] bpo-44960: add regression test for geometric_mean with mixed int/floa… (#27856)
iritkatriel
- [Python-checkins] bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921)
ambv
- [Python-checkins] bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921)
miss-islington
- [Python-checkins] bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) (GH-28014)
ambv
- [Python-checkins] bpo-44965: Early exit for non-DML statements in sqlite3.Cursor.executemany() (GH-27865)
pablogsal
- [Python-checkins] bpo-44966: Fix out-of-date traceback message (GH-27867)
rhettinger
- [Python-checkins] bpo-44966: Fix out-of-date traceback message (GH-27867)
miss-islington
- [Python-checkins] bpo-44966: Fix out-of-date traceback message (GH-27867) (GH-27876)
rhettinger
- [Python-checkins] bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)
ambv
- [Python-checkins] bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
serhiy-storchaka
- [Python-checkins] bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
miss-islington
- [Python-checkins] bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
miss-islington
- [Python-checkins] bpo-44976: Lazy creation of sqlite3 result rows (GH-27884)
pablogsal
- [Python-checkins] bpo-44978: allow Argument Clinic to handle __complex__ special methods (GH-27886)
mdickinson
- [Python-checkins] bpo-44980: fix test_constructor to return None value (GH-27898)
ambv
- [Python-checkins] bpo-44980: fix test_constructor to return None value (GH-27898)
miss-islington
- [Python-checkins] bpo-44980: fix test_constructor to return None value (GH-27898) (GH-27914)
ambv
- [Python-checkins] bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
ambv
- [Python-checkins] bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
miss-islington
- [Python-checkins] bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
markshannon
- [Python-checkins] bpo-44991: Make GIL handling more explicit in `sqlite3` callbacks (GH-27934)
miss-islington
- [Python-checkins] bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)
ambv
- [Python-checkins] bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)
miss-islington
- [Python-checkins] bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) (GH-27995)
ambv
- [Python-checkins] bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) (GH-27996)
ambv
- [Python-checkins] bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947)
miss-islington
- [Python-checkins] bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)
pablogsal
- [Python-checkins] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956)
corona10
- [Python-checkins] bpo-45001: Make email date parsing more robust against malformed input (GH-27946)
ambv
- [Python-checkins] bpo-45001: Make email date parsing more robust against malformed input (GH-27946)
miss-islington
- [Python-checkins] bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27973)
ambv
- [Python-checkins] bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27974)
ambv
- [Python-checkins] bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27975)
ned-deily
- [Python-checkins] bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27976)
ned-deily
- [Python-checkins] bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951)
serhiy-storchaka
- [Python-checkins] bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) (GH-27962)
serhiy-storchaka
- [Python-checkins] bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) (GH-27963)
serhiy-storchaka
- [Python-checkins] bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l (GH-28051) (GH-28059)
ambv
- [Python-checkins] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
miss-islington
- [Python-checkins] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
miss-islington
- [Python-checkins] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)
ambv
- [Python-checkins] bpo-45010: Remove support of special method __div__ in unittest.mock (GH-27965)
ambv
- [Python-checkins] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
ambv
- [Python-checkins] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
miss-islington
- [Python-checkins] bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
ambv
- [Python-checkins] bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
miss-islington
- [Python-checkins] bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) (GH-27991)
ambv
- [Python-checkins] bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980)
ericsnowcurrently
- [Python-checkins] bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982)
zooba
- [Python-checkins] bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982)
miss-islington
- [Python-checkins] bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982)
miss-islington
- [Python-checkins] bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST, ...) (GH-28015)
serhiy-storchaka
- [Python-checkins] bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST, ...) (GH-28015)
miss-islington
- [Python-checkins] bpo-45041: Increase coverage for sqlite3.Cursor.executescript() (GH-28074)
pablogsal
- [Python-checkins] bpo-45045: Optimize mapping patterns of structural pattern matching (GH-28043)
corona10
- [Python-checkins] bpo-45057: Simplify RegressionTestResult (GH-28081)
serhiy-storchaka
- [Python-checkins] bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
terryjreedy
- [Python-checkins] bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
miss-islington
- [Python-checkins] bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
miss-islington
- [Python-checkins] bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
terryjreedy
- [Python-checkins] bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
miss-islington
- [Python-checkins] bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
miss-islington
- [Python-checkins] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
serhiy-storchaka
- [Python-checkins] bpo-45061: Detect Py_DECREF(Py_True) bug (GH-28089)
vstinner
- [Python-checkins] bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)
vstinner
- [Python-checkins] bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)
miss-islington
- [Python-checkins] bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
ned-deily
- [Python-checkins] bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
miss-islington
- [Python-checkins] bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
miss-islington
- [Python-checkins] build(deps): bump actions/stale from 3 to 4 (#27526)
ambv
- [Python-checkins] Classify specialization failures. Provides more useful stats, with lower overhead. (GH-27701)
markshannon
- [Python-checkins] closes bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (#17658)
benjaminp
- [Python-checkins] doc: "Mac OS " -> "macOS" (GH-27534)
ambv
- [Python-checkins] doc: "Mac OS " -> "macOS" (GH-27534)
miss-islington
- [Python-checkins] doc: "Mac OS " -> "macOS" (GH-27534) (GH-27549)
ambv
- [Python-checkins] doc: "Mac OS X" -> "macOS" (GH-27535)
ambv
- [Python-checkins] doc: "Mac OS X" -> "macOS" (GH-27535)
miss-islington
- [Python-checkins] doc: "Mac OS X" -> "macOS" (GH-27535) (GH-27547)
ambv
- [Python-checkins] Document PyMember_GetOne and PyMember_SetOne (GH-27555)
ambv
- [Python-checkins] Document PyMember_GetOne and PyMember_SetOne (GH-27555)
miss-islington
- [Python-checkins] Document PyMember_GetOne and PyMember_SetOne (GH-27555) (GH-27561)
ambv
- [Python-checkins] Ensure LICENSE.txt file is generated even in PGO builds (GH-27580)
zooba
- [Python-checkins] Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) (GH-27582)
pablogsal
- [Python-checkins] Fix 404 link to the pyporting mailing list (GH-27320)
ambv
- [Python-checkins] Fix 404 link to the pyporting mailing list (GH-27320)
miss-islington
- [Python-checkins] Fix 404 link to the pyporting mailing list (GH-27320) (GH-27601)
ambv
- [Python-checkins] Fix a SystemError in code.replace() (#27771)
gvanrossum
- [Python-checkins] Fix bytes.__bytes__ to not truncate at a zero byte (GH-27902)
mdickinson
- [Python-checkins] Fix hyperlink conflict in turtle docs (GH-27592)
ambv
- [Python-checkins] Fix hyperlink conflict in turtle docs (GH-27592)
miss-islington
- [Python-checkins] Fix hyperlink conflict in turtle docs (GH-27592) (GH-27595)
ambv
- [Python-checkins] Fix reST markup in dataclasses.rst (GH-27843)
ericvsmith
- [Python-checkins] Fix reST markup in dataclasses.rst (GH-27843) (GH-27845)
ericvsmith
- [Python-checkins] Fix stats for STORE_ATTR specialization. (GH-27708)
markshannon
- [Python-checkins] Fix typo in 'xml.dom.minidom' documentation (GH-27602)
ambv
- [Python-checkins] Fix typo in 'xml.dom.minidom' documentation (GH-27602)
miss-islington
- [Python-checkins] Fix typo in 'xml.dom.minidom' documentation (GH-27602) (GH-27604)
ambv
- [Python-checkins] Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993)
ambv
- [Python-checkins] Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27998)
ambv
- [Python-checkins] Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27999)
ambv
- [Python-checkins] Format the Python-tokenize module and fix exit path (GH-27935)
ambv
- [Python-checkins] introduce omitted index default before using it (GH-27775)
ambv
- [Python-checkins] introduce omitted index default before using it (GH-27775) (GH-27802)
ambv
- [Python-checkins] introduce omitted index default before using it (GH-27775) (GH-27803)
ambv
- [Python-checkins] make lib2to3 parse async generators everywhere (GH-6588)
ambv
- [Python-checkins] make lib2to3 parse async generators everywhere (GH-6588)
miss-islington
- [Python-checkins] make lib2to3 parse async generators everywhere (GH-6588) (GH-27703)
ambv
- [Python-checkins] Move susp-ignored locations
miss-islington
- [Python-checkins] Note that tp_clear and m_clear are not always called (GH-27581)
ambv
- [Python-checkins] Note that tp_clear and m_clear are not always called (GH-27581)
miss-islington
- [Python-checkins] Note that tp_clear and m_clear are not always called (GH-27581) (GH-27597)
ambv
- [Python-checkins] platform: Import subprocess in function. (GH-27610)
methane
- [Python-checkins] Python 3.10.0rc1
pablogsal
- [Python-checkins] Python 3.8.12
ambv
- [Python-checkins] Python 3.9.7
ambv
- [Python-checkins] Refine specialization stats (GH-27992)
markshannon
- [Python-checkins] Remove beta release note from macOS installer displays (GH-27531)
ned-deily
- [Python-checkins] Remove unused UNKNOWN macros from cursor.h and prepare_protocol.h (GH-27885)
corona10
- [Python-checkins] Remove unused variable. (GH-27677)
markshannon
- [Python-checkins] Remove unused variable. (GH-27677) (#27680)
pablogsal
- [Python-checkins] Update ACKS (GH-27988)
Fidget-Spinner
- [Python-checkins] Update pegen to use the latest upstream developments (GH-27586)
pablogsal
- [Python-checkins] Update susp-ignored.csv line numbers
miss-islington
- [Python-checkins] Update test__opcode and _Py_GetSpecializationStats with recent specialization stat changes (GH-27728)
iritkatriel
- [Python-checkins] Upgrade bundled pip and setuptools (#27625)
ambv
- [Python-checkins] Upgrade bundled pip and setuptools (GH-27625)
miss-islington
Last message date:
Tue Aug 31 16:42:19 EDT 2021
Archived on: Tue Aug 31 16:42:20 EDT 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).