June 2021 Archives by date
Starting: Tue Jun 1 06:47:42 EDT 2021
Ending: Wed Jun 30 21:20:32 EDT 2021
Messages: 408
- [Python-checkins] bpo-42972: Track sqlite3 statement objects (GH-26475)
vstinner
- [Python-checkins] bpo-44273: Improve syntax error message for assigning to "..." (GH-26477)
pablogsal
- [Python-checkins] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428)
iritkatriel
- [Python-checkins] Fix typo in block comment in Include/internal/pycore_condvar.h (GH-26457)
nanjekyejoannah
- [Python-checkins] bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)
vstinner
- [Python-checkins] [3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (GH-26480)
iritkatriel
- [Python-checkins] [3.9] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (GH-26481)
iritkatriel
- [Python-checkins] bpo-44165: Optimise sqlite3 statement preparation by passing string size (GH-26206)
pablogsal
- [Python-checkins] Remove duplicate address in CommonTestMixin_v4.test_leading_zeros() (GH-26326)
pablogsal
- [Python-checkins] bpo-17792: more accurate error message for unbound variable access exceptions (GH-24976)
iritkatriel
- [Python-checkins] bpo-44165: pysqlite_statement_create now returns a Py object, not an int (GH-26484)
pablogsal
- [Python-checkins] bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486)
encukou
- [Python-checkins] Typo fix in asyncio-eventloop.rst (GH-26482)
nanjekyejoannah
- [Python-checkins] build(deps): bump actions/cache from 2.1.5 to 2.1.6 (GH-26476)
nanjekyejoannah
- [Python-checkins] bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
vstinner
- [Python-checkins] bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
miss-islington
- [Python-checkins] bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486)
miss-islington
- [Python-checkins] bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486) (GH-26496)
vstinner
- [Python-checkins] bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-26491)
vstinner
- [Python-checkins] bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-26491) (GH-26499)
vstinner
- [Python-checkins] [3.9] bpo-43568: Relax distutils MACOSX_DEPLOYMENT_TARGET check (GH-25827) (GH-26001)
ned-deily
- [Python-checkins] bpo-44022: Improve the regression test. (GH-26503)
gpshead
- [Python-checkins] Add bpo-42914 to What's New (GH-25124)
miss-islington
- [Python-checkins] bpo-44022: Improve the regression test. (GH-26503)
miss-islington
- [Python-checkins] Add bpo-42914 to What's New (GH-25124)
miss-islington
- [Python-checkins] bpo-44022: Improve the regression test. (GH-26503)
miss-islington
- [Python-checkins] [3.9] bpo-43776: Remove list call from args in Popen repr (GH-25338) (GH-26510)
gpshead
- [Python-checkins] bpo-44022: Improve the regression test. (GH-26503) (GH-26507)
ned-deily
- [Python-checkins] bpo-44022: Improve the regression test. (GH-26503) (GH-26508)
ned-deily
- [Python-checkins] bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)
miss-islington
- [Python-checkins] bpo-39560: Document PyUnicode_FromKindAndData() kind transformation (GH-23848)
nanjekyejoannah
- [Python-checkins] bpo-44298: Fix line numbers for early exits in with statements. (GH-26513)
markshannon
- [Python-checkins] bpo-42213: Check connection in sqlite3.Connection.__enter__ (GH-26512)
vstinner
- [Python-checkins] bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502)
vstinner
- [Python-checkins] bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388)
ericsnowcurrently
- [Python-checkins] [3.10] bpo-42972: Track sqlite3 statement objects (GH-26475) (GH-26515)
vstinner
- [Python-checkins] bpo-42213: Remove redundant cyclic GC hack in sqlite3 (GH-26517)
miss-islington
- [Python-checkins] bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
vstinner
- [Python-checkins] [3.10] bpo-44298: Backport #26513 to 3.10 (#26516)
pablogsal
- [Python-checkins] bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-24203)
pablogsal
- [Python-checkins] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
pablogsal
- [Python-checkins] bpo-43921: Cleanup test_ssl.test_wrong_cert_tls13() (GH-26520)
vstinner
- [Python-checkins] bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) (GH-26518)
vstinner
- [Python-checkins] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
miss-islington
- [Python-checkins] [3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-26477) (GH-26478)
pablogsal
- [Python-checkins] [3.9] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) (GH-26522)
pablogsal
- [Python-checkins] bpo-44042: Optimize sqlite3 begin transaction (GH-25908)
pablogsal
- [Python-checkins] bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523)
pablogsal
- [Python-checkins] [3.10] bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523) (GH-26524)
pablogsal
- [Python-checkins] bpo-32280: Store _PyRuntime in a named section (GH-4802)
pablogsal
- [Python-checkins] bpo-43693: Compute deref offsets in compiler (gh-25152)
ericsnowcurrently
- [Python-checkins] Removing myself from ssl code ownership (GH-26529)
tiran
- [Python-checkins] bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470)
pablogsal
- [Python-checkins] bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2bc1ece673d387341e06c8d3c2bc6e259747 (GH-26530)
pablogsal
- [Python-checkins] bpo-44041: Add test for sqlite3 column count (GH-25907)
pablogsal
- [Python-checkins] bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
pablogsal
- [Python-checkins] bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470) (GH-26531)
pablogsal
- [Python-checkins] bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
miss-islington
- [Python-checkins] bpo-44315: Remove unused connection argument from pysqlite_step() (GH-26535)
pablogsal
- [Python-checkins] Align comment for better readability. (GH-26192)
nanjekyejoannah
- [Python-checkins] bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492)
iritkatriel
- [Python-checkins] bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492) (GH-26539)
iritkatriel
- [Python-checkins] bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492) (GH-26538)
iritkatriel
- [Python-checkins] Update nonstandard variable names (GH-26540)
rhettinger
- [Python-checkins] bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)
pablogsal
- [Python-checkins] bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)
miss-islington
- [Python-checkins] bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) (GH-26544)
pablogsal
- [Python-checkins] Improve speed and accuracy for correlation() (GH-26135) (GH-26151)
rhettinger
- [Python-checkins] Update nonstandard variable names (GH-26540) (GH-26546)
rhettinger
- [Python-checkins] bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545)
pablogsal
- [Python-checkins] bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545)
miss-islington
- [Python-checkins] bpo-44304: Ensure the sqlite3 destructor callback is always called with the GIL held (GH-26551)
pablogsal
- [Python-checkins] bpo-44304: Ensure the sqlite3 destructor callback is always called with the GIL held (GH-26551) (GH_26552)
pablogsal
- [Python-checkins] bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
corona10
- [Python-checkins] bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
miss-islington
- [Python-checkins] bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
miss-islington
- [Python-checkins] Update bisect docstrings (GH-26548)
rhettinger
- [Python-checkins] bpo-44227: Update bisect docstrings (GH-26548) (GH-26563)
rhettinger
- [Python-checkins] bpo-44327: Remove unused members from pysqlite_Connection (GH-26565)
pablogsal
- [Python-checkins] bpo-44326: Remove unused members from pysqlite_Statement (GH-26564)
pablogsal
- [Python-checkins] bpo-44322: Document more SyntaxError details. (GH-26562)
terryjreedy
- [Python-checkins] bpo-44322: Document more SyntaxError details. (GH-26562)
terryjreedy
- [Python-checkins] bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659)
jaraco
- [Python-checkins] [3.9] bpo-44322: Document more SyntaxError details. (GH-26562)
terryjreedy
- [Python-checkins] bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)
mdickinson
- [Python-checkins] bpo-44187: Quickening infrastructure (GH-26264)
markshannon
- [Python-checkins] bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
ericsnowcurrently
- [Python-checkins] bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568)
zooba
- [Python-checkins] Use absolute imports in IDLE tests (GH-26581)
terryjreedy
- [Python-checkins] Use absolute imports in IDLE tests (GH-26581)
miss-islington
- [Python-checkins] bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-26396)
ericsnowcurrently
- [Python-checkins] bpo-43693: Silence some compiler warnings. (gh-26588)
ericsnowcurrently
- [Python-checkins] fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
pablogsal
- [Python-checkins] fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
miss-islington
- [Python-checkins] bpo-42238: Doc CI: Disable suspicious checks. (GH-26575)
JulienPalard
- [Python-checkins] Use `from` imports (GH-26594)
nanjekyejoannah
- [Python-checkins] bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26493)" (GH-26596)
pablogsal
- [Python-checkins] bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589)
pablogsal
- [Python-checkins] bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589)
miss-islington
- [Python-checkins] Fix compiler errors for unused variables (GH-26601)
pablogsal
- [Python-checkins] Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-26396)" (GH-26597)
pablogsal
- [Python-checkins] bpo-44329: Refactor sqlite3 statement creation (GH-26566)
pablogsal
- [Python-checkins] bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
encukou
- [Python-checkins] bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603)
encukou
- [Python-checkins] bpo-11105: reduce the recursion limit for tests (GH-26550)
isidentical
- [Python-checkins] bpo-11105: document the new test.support.infinite_recursion context manager (GH-26604)
isidentical
- [Python-checkins] [3.10] bpo-11105: reduce the recursion limit for tests. (GH-26607)
isidentical
- [Python-checkins] [3.9] bpo-11105: reduce the recursion limit for tests. (GH-26605)
isidentical
- [Python-checkins] bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH-26608)
pablogsal
- [Python-checkins] bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH-26608)
miss-islington
- [Python-checkins] bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
terryjreedy
- [Python-checkins] bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
miss-islington
- [Python-checkins] bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
terryjreedy
- [Python-checkins] bpo-43693: Un-revert commit f3fa63e. (#26609)
ericsnowcurrently
- [Python-checkins] bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
miss-islington
- [Python-checkins] bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
miss-islington
- [Python-checkins] bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611)
pablogsal
- [Python-checkins] bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611) (GH-26616)
pablogsal
- [Python-checkins] bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
terryjreedy
- [Python-checkins] bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
miss-islington
- [Python-checkins] bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
miss-islington
- [Python-checkins] bpo-44345: Fix 'generated by' comment in parser.c (GH-26615)
lysnikolaou
- [Python-checkins] Delete line that was accidentally copied. (GH-26624)
markshannon
- [Python-checkins] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586)
ethanfurman
- [Python-checkins] bpo-43693: Do not check co_cell2arg if a non-cell offset. (gh-26626)
ericsnowcurrently
- [Python-checkins] bpo-40468: Split IDLE settings General tab (GH-26621)
terryjreedy
- [Python-checkins] bpo-40468: Split IDLE settings General tab (GH-26621)
miss-islington
- [Python-checkins] bpo-40468: Split IDLE settings General tab (GH-26621)
miss-islington
- [Python-checkins] bpo-21760: fix __file__ description (GH-19097)
miss-islington
- [Python-checkins] bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630)
pablogsal
- [Python-checkins] bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630)
miss-islington
- [Python-checkins] bpo-35800: Remove smtpd.MailmanProxy since 3.11 (GH-26617)
corona10
- [Python-checkins] bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
markshannon
- [Python-checkins] bpo-44348: Move trace-info to thread-state (GH-26623)
markshannon
- [Python-checkins] bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
pablogsal
- [Python-checkins] bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
miss-islington
- [Python-checkins] bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
miss-islington
- [Python-checkins] [3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586) (GH-26635)
ethanfurman
- [Python-checkins] bpo-44364:Add non integral tests for `sqrt()` (#26625)
mdickinson
- [Python-checkins] bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
mdickinson
- [Python-checkins] Run address sanitiser in the GitHub CI (GH-26640)
pablogsal
- [Python-checkins] bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
terryjreedy
- [Python-checkins] bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
miss-islington
- [Python-checkins] bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
terryjreedy
- [Python-checkins] bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649)
ethanfurman
- [Python-checkins] bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180)
iritkatriel
- [Python-checkins] bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26650)
iritkatriel
- [Python-checkins] bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26651)
iritkatriel
- [Python-checkins] bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26653)
ethanfurman
- [Python-checkins] bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26652)
ethanfurman
- [Python-checkins] bpo-44385: Remove unused grammar rules (GH-26655)
miss-islington
- [Python-checkins] bpo-44385: Remove unused grammar rules (GH-26655)
miss-islington
- [Python-checkins] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632)
pablogsal
- [Python-checkins] bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658)
ethanfurman
- [Python-checkins] [3.9] bpo-44385: Remove unused grammar rules (GH-26655) (GH-26659)
miss-islington
- [Python-checkins] bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658) (GH-26660)
ethanfurman
- [Python-checkins] Doc: Prettier exception hierarchy. (GH-26533)
JulienPalard
- [Python-checkins] bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
tiran
- [Python-checkins] bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
miss-islington
- [Python-checkins] bpo-44342: [Enum] fix data type search (GH-26667)
ethanfurman
- [Python-checkins] [Enum] improve pickle support (#26666)
ethanfurman
- [Python-checkins] bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
vstinner
- [Python-checkins] bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
miss-islington
- [Python-checkins] bpo-44242: [Enum] improve error messages (GH-26669)
ethanfurman
- [Python-checkins] bpo-44242: [Enum] improve error messages (GH-26669)
ethanfurman
- [Python-checkins] bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637)
encukou
- [Python-checkins] bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646)
iritkatriel
- [Python-checkins] bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26674)
iritkatriel
- [Python-checkins] bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26675)
iritkatriel
- [Python-checkins] bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
zooba
- [Python-checkins] bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
zooba
- [Python-checkins] bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
miss-islington
- [Python-checkins] bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568)
miss-islington
- [Python-checkins] bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
terryjreedy
- [Python-checkins] bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
terryjreedy
- [Python-checkins] bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
terryjreedy
- [Python-checkins] bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
mdickinson
- [Python-checkins] bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
serhiy-storchaka
- [Python-checkins] Add more const modifiers. (GH-26691)
serhiy-storchaka
- [Python-checkins] bpo-44376 - reduce pow() overhead for small exponents (GH-26662)
tim-one
- [Python-checkins] [3.10] Add more const modifiers. (GH-26691). (GH-26692)
pablogsal
- [Python-checkins] bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) (GH-26670)
pablogsal
- [Python-checkins] bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676)
miss-islington
- [Python-checkins] bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
nanjekyejoannah
- [Python-checkins] bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676) (GH-26695)
pablogsal
- [Python-checkins] bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693)
corona10
- [Python-checkins] Fix typos in multiple files (GH-26689)
terryjreedy
- [Python-checkins] Fix a potential reference-counting bug in long_pow (GH-26690)
mdickinson
- [Python-checkins] Fix a potential reference-counting bug in long_pow (GH-26690) (#26702)
mdickinson
- [Python-checkins] [3.10] Fix a potential reference-counting bug in long_pow (GH-26690) (GH-26703)
mdickinson
- [Python-checkins] bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
miss-islington
- [Python-checkins] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)
tiran
- [Python-checkins] [3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705)
miss-islington
- [Python-checkins] bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
miss-islington
- [Python-checkins] bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693)
miss-islington
- [Python-checkins] bpo-44310: Note that lru_cache keep references to both arguments and results (GH-26715)
rhettinger
- [Python-checkins] bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
markshannon
- [Python-checkins] Remove accidentally duplicated STAT_INC (GH-26718)
markshannon
- [Python-checkins] bpo-44310: Note that lru_cache keep references to both arguments and results (GH-26715) (GH-26716)
rhettinger
- [Python-checkins] bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
gvanrossum
- [Python-checkins] Fix typo in lnotab_notes.txt (GH-26711)
nanjekyejoannah
- [Python-checkins] bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
miss-islington
- [Python-checkins] bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
miss-islington
- [Python-checkins] bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712)
pablogsal
- [Python-checkins] bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712)
miss-islington
- [Python-checkins] [3.9] bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712). (GH-26723)
pablogsal
- [Python-checkins] Fix a typo in _make_class_unpicklable() docstring (GH-26729)
ethanfurman
- [Python-checkins] Add extra stats for attribute misses (GH-26732)
markshannon
- [Python-checkins] bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637) (GH-26673)
encukou
- [Python-checkins] bpo-42064: Move sqlite3 types to global state (GH-26537)
encukou
- [Python-checkins] bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
vstinner
- [Python-checkins] bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
miss-islington
- [Python-checkins] bpo-44422: Fix threading.enumerate() reentrant call (GH-26727)
vstinner
- [Python-checkins] bpo-44422: Fix threading.enumerate() reentrant call (GH-26727)
miss-islington
- [Python-checkins] bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) (GH-26738)
vstinner
- [Python-checkins] Fix a typo in _make_class_unpicklable() docstring (GH-26729)
miss-islington
- [Python-checkins] [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
ethanfurman
- [Python-checkins] bpo-43475: Add what's new entry for NaN hash changes (GH-26725)
mdickinson
- [Python-checkins] [3.10] bpo-43475: Add what's new entry for NaN hash changes (GH-26725) (GH-26743)
mdickinson
- [Python-checkins] bpo-44342: [Enum] fix data type search (GH-26667)
ethanfurman
- [Python-checkins] bpo-43693: Eliminate unused "fast locals". (gh-26587)
ericsnowcurrently
- [Python-checkins] [3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
ethanfurman
- [Python-checkins] bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)
ethanfurman
- [Python-checkins] bpo-43795: Don't list private names in the limited API (GH-26740)
encukou
- [Python-checkins] bpo-44422: threading.Thread reuses the _delete() method (GH-26741)
vstinner
- [Python-checkins] bpo-43795: Don't list private names in the limited API (GH-26740)
miss-islington
- [Python-checkins] bpo-38211: Clean up type_init() (GH-16257)
markshannon
- [Python-checkins] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
gvanrossum
- [Python-checkins] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
miss-islington
- [Python-checkins] [3.9] bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) (GH-26757)
miss-islington
- [Python-checkins] bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744)
mdickinson
- [Python-checkins] bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26760)
mdickinson
- [Python-checkins] bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26761)
mdickinson
- [Python-checkins] bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
miss-islington
- [Python-checkins] bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
miss-islington
- [Python-checkins] bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
pablogsal
- [Python-checkins] bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (GH-26766)
pablogsal
- [Python-checkins] Python 3.10.0b3
pablogsal
- [Python-checkins] Do not clear globals or builtins when calling clear() on a frame object. Reverts behavior to that of 3.10 and earlier. (GH-26768)
markshannon
- [Python-checkins] bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-24331)
miss-islington
- [Python-checkins] bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-24331) (GH-26773)
iritkatriel
- [Python-checkins] bpo-44310: Add a FAQ entry for caching method calls (GH-26731)
rhettinger
- [Python-checkins] bpo-44310: Add a FAQ entry for caching method calls (GH-26731) (GH-26777)
rhettinger
- [Python-checkins] bpo-44032: Move pointer to code object from frame-object to frame specials array. (GH-26771)
markshannon
- [Python-checkins] Reorganize the pattern matching suite (GH-26661)
brandtbucher
- [Python-checkins] [3.10] Reorganize the pattern matching suite (GH-26661) (GH-26787)
miss-islington
- [Python-checkins] bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_points_by_index (GH-26784)
jaraco
- [Python-checkins] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
ethanfurman
- [Python-checkins] bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_points_by_index (GH-26784)
miss-islington
- [Python-checkins] [3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632) (GH-26792)
pablogsal
- [Python-checkins] [3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
ethanfurman
- [Python-checkins] Add a note about NameError/AttributeError suggestions with custom error functions (GH-26794)
pablogsal
- [Python-checkins] Remove dubious suggestion (GH-26789)
rhettinger
- [Python-checkins] Remove dubious suggestion (GH-26789) (#26797)
rhettinger
- [Python-checkins] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
tiran
- [Python-checkins] [3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799)
miss-islington
- [Python-checkins] bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800)
zooba
- [Python-checkins] bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798)
mdickinson
- [Python-checkins] bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (GH-26804)
mdickinson
- [Python-checkins] bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (GH-26805)
mdickinson
- [Python-checkins] bpo-38291: DeprecationWarning when importing typing.{io, re} (#26719)
gvanrossum
- [Python-checkins] Add a note about NameError/AttributeError suggestions with custom error functions (GH-26794) (GH-26796)
pablogsal
- [Python-checkins] bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-24421)
pablogsal
- [Python-checkins] bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567)
pablogsal
- [Python-checkins] bpo-44430: Refactor `sqlite3` threading tests (GH-26748)
pablogsal
- [Python-checkins] Fix typos and grammatical changes in the 3.10 what's new document (GH-26319)
pablogsal
- [Python-checkins] Fix typos and grammatical changes in the 3.10 what's new document (GH-26319) (GH-26814)
pablogsal
- [Python-checkins] bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
pablogsal
- [Python-checkins] bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26498)
pablogsal
- [Python-checkins] bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568) (GH-26580)
pablogsal
- [Python-checkins] bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) (GH-26802)
pablogsal
- [Python-checkins] bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
miss-islington
- [Python-checkins] [3.10] bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567) (GH-26816)
pablogsal
- [Python-checkins] bpo-44469: Fix tests for "async with" with bad object (GH-26817)
serhiy-storchaka
- [Python-checkins] bpo-44469: Fix tests for "async with" with bad object (GH-26817)
miss-islington
- [Python-checkins] bpo-44469: Fix tests for "async with" with bad object (GH-26817)
miss-islington
- [Python-checkins] bpo-44297: Fix missing line number in generator expressions (GH-26801)
markshannon
- [Python-checkins] bpo-44297: Fix missing line number in generator expressions (GH-26821)
markshannon
- [Python-checkins] bpo-44337: Improve LOAD_ATTR specialization (GH-26759)
markshannon
- [Python-checkins] bpo-44466: Faulthandler now detects the GC (GH-26823)
vstinner
- [Python-checkins] bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758)
vstinner
- [Python-checkins] bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26825)
vstinner
- [Python-checkins] bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826)
vstinner
- [Python-checkins] bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26824)
vstinner
- [Python-checkins] bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
corona10
- [Python-checkins] bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
miss-islington
- [Python-checkins] bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
miss-islington
- [Python-checkins] bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)
pablogsal
- [Python-checkins] Reset DeprecationWarning filters in test_typing io and re (#26811)
gvanrossum
- [Python-checkins] bpo-43693: Turn localspluskinds into an object (GH-26749)
gvanrossum
- [Python-checkins] bpo-13814: Explain why generators are not context managers (GH-26835)
terryjreedy
- [Python-checkins] bpo-13814: Explain why generators are not context managers (GH-26835)
terryjreedy
- [Python-checkins] bpo-13814: Explain why generators are not context managers (GH-26835)
terryjreedy
- [Python-checkins] bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
vstinner
- [Python-checkins] bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
miss-islington
- [Python-checkins] bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
miss-islington
- [Python-checkins] bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808)
gpshead
- [Python-checkins] bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly (GH-26764)
serhiy-storchaka
- [Python-checkins] bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808) (GH-26844)
gpshead
- [Python-checkins] bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)
serhiy-storchaka
- [Python-checkins] bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly (GH-26846)
serhiy-storchaka
- [Python-checkins] bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly (GH-26764) (GH-26845)
serhiy-storchaka
- [Python-checkins] bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
terryjreedy
- [Python-checkins] bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
miss-islington
- [Python-checkins] bpo-40528: Implement a metadata system for ASDL Generator (GH-20193)
isidentical
- [Python-checkins] [doc] Improve punctuation atexit doc
iritkatriel
- [Python-checkins] [doc] Improve punctuation atexit doc (GH-25629) (GH-26856)
iritkatriel
- [Python-checkins] [doc] Improve punctuation atexit doc (GH-25629) (GH-26857)
iritkatriel
- [Python-checkins] bpo-43918: document signature and default argument of `anext` builtin (#25551)
gvanrossum
- [Python-checkins] Fix typo in test_typing.py (GH-26853)
gvanrossum
- [Python-checkins] bpo-44486: Make sure that modules always have a dictionary. (GH-26847)
markshannon
- [Python-checkins] bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
corona10
- [Python-checkins] bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848) (GH-26852)
serhiy-storchaka
- [Python-checkins] bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843)
serhiy-storchaka
- [Python-checkins] bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
miss-islington
- [Python-checkins] bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
miss-islington
- [Python-checkins] bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843) (GH-26872)
serhiy-storchaka
- [Python-checkins] bpo-44404: tkinter `after` support callable classes (GH-26812)
serhiy-storchaka
- [Python-checkins] bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)
corona10
- [Python-checkins] bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
vstinner
- [Python-checkins] bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)
miss-islington
- [Python-checkins] bpo-43770: Cleanup PyModuleDef_Init() (GH-26879)
vstinner
- [Python-checkins] bpo-39947: Remove old private trashcan C API functions (GH-26869)
vstinner
- [Python-checkins] bpo-42862: Strip stale sqlite3 cache ignores from c-analyzer (GH-26876)
corona10
- [Python-checkins] bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
terryjreedy
- [Python-checkins] bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)
vstinner
- [Python-checkins] bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)
vstinner
- [Python-checkins] bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
gvanrossum
- [Python-checkins] [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885)
miss-islington
- [Python-checkins] bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)
miss-islington
- [Python-checkins] bpo-43553: Improve `sqlite3` test coverage (GH-26886)
pablogsal
- [Python-checkins] bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
pablogsal
- [Python-checkins] bpo-44297: Add a regression test for line numbers in with statements (GH-26891)
pablogsal
- [Python-checkins] bpo-43916: Use test.support.check_disallow_instantiation() in test_tcl (GH-26412) (GH-26888)
vstinner
- [Python-checkins] bpo-40528: move asdl identifier collection to the new metadata system (GH-26858)
isidentical
- [Python-checkins] bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
miss-islington
- [Python-checkins] bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)
miss-islington
- [Python-checkins] bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
encukou
- [Python-checkins] Fix typo in whatsnew 3.10.rst (GH-26854)
nanjekyejoannah
- [Python-checkins] Make sure that line number is set correctly for call to __exit__ when handling exception in body of a with statement. (GH-26890)
markshannon
- [Python-checkins] bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) (GH-26895)
pablogsal
- [Python-checkins] bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)
pablogsal
- [Python-checkins] bpo-44456: Improve the syntax error when mixing keyword and positional patterns (GH-26793)
pablogsal
- [Python-checkins] bpo-44456: Improve the syntax error when mixing keyword and positional patterns (GH-26793)
miss-islington
- [Python-checkins] bpo-44321: Adds `os.EX_OK` for Windows (GH-26559)
zooba
- [Python-checkins] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (#26882)
warsaw
- [Python-checkins] [3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (GH-26882) (GH-26904)
miss-islington
- [Python-checkins] bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905)
iritkatriel
- [Python-checkins] bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905) (GH-26907)
iritkatriel
- [Python-checkins] bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864)
brandtbucher
- [Python-checkins] bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864)
miss-islington
- [Python-checkins] Update vendored pip to 21.1.3 (GH-26912)
pfmoore
- [Python-checkins] [3.9] Update vendored pip to 21.1.3 (GH-26912). (GH-26915)
pfmoore
- [Python-checkins] [3.10] Update vendored pip to 21.1.3 (GH-26912) (gh-26917)
pfmoore
- [Python-checkins] bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid `.__module__`. (GH-26862)
gvanrossum
- [Python-checkins] [3.10] bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid `.__module__`. (GH-26862) (GH-26920)
miss-islington
- [Python-checkins] bpo-44404: tkinter `after` support callable classes (GH-26812)
miss-islington
- [Python-checkins] [3.9] bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843). (GH-26916)
serhiy-storchaka
- [Python-checkins] bpo-44110: Improve string's __getitem__ error message (GH-26042)
serhiy-storchaka
- [Python-checkins] Add missing arg to DICT_MERGE opcode (GH-26859)
markshannon
- [Python-checkins] FIX rst issue in NEWS.d (GH-26923)
JulienPalard
- [Python-checkins] bpo-40528: fix is_simple(sum)s behavior for attributes (GH-26918)
isidentical
- [Python-checkins] Clarify the order of a stacked `abstractmethod` (GH-26892)
taleinat
- [Python-checkins] Clarify the order of a stacked `abstractmethod` (GH-26892)
miss-islington
- [Python-checkins] Clarify the order of a stacked `abstractmethod` (GH-26892)
miss-islington
- [Python-checkins] bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919)
iritkatriel
- [Python-checkins] bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26927)
iritkatriel
- [Python-checkins] bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26928)
iritkatriel
- [Python-checkins] bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (#26807)
jaraco
- [Python-checkins] [3.9] bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) (GH-26500)
jaraco
- [Python-checkins] bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (GH-26807) (GH-26929)
jaraco
- [Python-checkins] bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) (GH-26898)
encukou
- [Python-checkins] [3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277)
ambv
- [Python-checkins] Python 3.9.6
ambv
- [Python-checkins] Python 3.8.11
ambv
- [Python-checkins] 3.7.11
ned-deily
- [Python-checkins] 3.6.14
ned-deily
- [Python-checkins] [doc] Fix typo in what's new in 3.10 (GH-26911)
iritkatriel
- [Python-checkins] bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)
vstinner
- [Python-checkins] bpo-12022: Change error type for bad objects in "with" and "async with" (GH-26809)
serhiy-storchaka
- [Python-checkins] bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH-26820)
serhiy-storchaka
- [Python-checkins] bpo-42588: Update the docs for the TopologicalSorter.static_order() method (GH-26834)
pablogsal
- [Python-checkins] [doc] Fix typo in what's new in 3.10 (GH-26911) (GH-26940)
iritkatriel
- [Python-checkins] bpo-42588: Update the docs for the TopologicalSorter.static_order() method (GH-26834)
miss-islington
- [Python-checkins] Doc: Remove trailing whitespaces. (GH-26953)
JulienPalard
- [Python-checkins] bpo-42588: Update the docs for the TopologicalSorter.static_order() method (GH-26834) (GH-26952)
pablogsal
- [Python-checkins] bpo-44531: Fix type_repr() if tp_name is NULL (GH-26948)
vstinner
- [Python-checkins] bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (GH-26935)
iritkatriel
- [Python-checkins] bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (GH-26935) (GH-26956)
iritkatriel
- [Python-checkins] bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (GH-26935) (GH-26957)
iritkatriel
- [Python-checkins] bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950)
pablogsal
- [Python-checkins] bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950)
miss-islington
- [Python-checkins] bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950) (GH-26960)
pablogsal
- [Python-checkins] bpo-43232: Remove previously deprecated methods on TransportSocket (GH-24538)
serhiy-storchaka
- [Python-checkins] Doc: fix a rst tag. (GH-26965)
JulienPalard
- [Python-checkins] bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26961)
zooba
- [Python-checkins] bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26970)
zooba
- [Python-checkins] bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and marshal.dumps (GH-26971)
zooba
- [Python-checkins] bpo-41180: Fixes documentation to specify correct event name and add versionchanged (GH-26972)
zooba
- [Python-checkins] bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
zooba
- [Python-checkins] bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
miss-islington
- [Python-checkins] bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
miss-islington
- [Python-checkins] Fix compiler errors for unused variables in marshal.c (GH-26977)
pablogsal
- [Python-checkins] bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (GH-26677)
markshannon
- [Python-checkins] bpo-44531: Add _PyType_AllocNoTrack() function (GH-26947)
vstinner
- [Python-checkins] bpo-43425: Update _osx_support not to use distutils.log (GH-26968)
corona10
- [Python-checkins] bpo-43770: Cleanup _PyObject_GetMethod() (GH-26946)
vstinner
- [Python-checkins] bpo-43425: Update _osx_support not to use distutils.log (GH-26968)
miss-islington
Last message date:
Wed Jun 30 21:20:32 EDT 2021
Archived on: Wed Jun 30 21:20:32 EDT 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).