October 2020 Archives by subject
Starting: Thu Oct 1 00:50:48 EDT 2020
Ending: Sat Oct 31 16:25:53 EDT 2020
Messages: 480
- [Python-checkins] 3.9 whatsnew: fix bpo issue for AST change (GH-22742)
Shantanu
- [Python-checkins] 3.9 whatsnew: fix bpo issue for AST change (GH-22742) (GH-22749)
Miss Skeleton (bot)
- [Python-checkins] [3.6] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22891)
larryhastings
- [Python-checkins] [3.7] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598). (GH-22601)
Pablo Galindo
- [Python-checkins] [3.7] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22890)
larryhastings
- [Python-checkins] [3.8] [doc] Fix link to abc.collections.Iterable (GH-22502) (#22504)
Andre Delfino
- [Python-checkins] [3.8] bpo-32498: Improve exception message on passing bytes to urllib.parse.unquote (GH-22746)
Irit Katriel
- [Python-checkins] [3.8] bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) (GH-22683)
Dong-hee Na
- [Python-checkins] [3.8] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22902)
miss-islington
- [Python-checkins] [3.8] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22861)
miss-islington
- [Python-checkins] [3.8] bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) (GH-22857)
miss-islington
- [Python-checkins] [3.8] bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) (GH-22913)
miss-islington
- [Python-checkins] [3.8] bpo-41490: Bump vendored pip to version 20.2.3 (GH-22527). (GH-22545)
Pablo Galindo
- [Python-checkins] [3.8] bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391). (GH-22529)
Pablo Galindo
- [Python-checkins] [3.8] bpo-41855: Fix duplicate results in FastPath.zip_children() (#22404)
Jason R. Coombs
- [Python-checkins] [3.8] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-22551)
Serhiy Storchaka
- [Python-checkins] [3.8] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (GH-22866)
miss-islington
- [Python-checkins] [3.8] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598). (GH-22600)
Pablo Galindo
- [Python-checkins] [3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889)
larryhastings
- [Python-checkins] [3.9] bpo-27032, bpo-37328: Document removing HTMLParser.unescape() (GH-22288)
Łukasz Langa
- [Python-checkins] [3.9] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22901)
miss-islington
- [Python-checkins] [3.9] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22860)
miss-islington
- [Python-checkins] [3.9] bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619) (#22624)
Saiyang Gou
- [Python-checkins] [3.9] bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) (GH-22912)
miss-islington
- [Python-checkins] [3.9] bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
Miss Skeleton (bot)
- [Python-checkins] [3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870). (GH-22963)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-41192: Clarify the sys module's description of the auditing feature (GH-22821)
akuchling
- [Python-checkins] [3.9] bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734) (GH-22039)
Karthikeyan Singaravelan
- [Python-checkins] [3.9] bpo-41490: Bump vendored pip to version 20.2.3 (GH-22527). (GH-22544)
Pablo Galindo
- [Python-checkins] [3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)
lysnikolaou
- [Python-checkins] [3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016)
miss-islington
- [Python-checkins] [3.9] bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391). (GH-22528)
Pablo Galindo
- [Python-checkins] [3.9] bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418)
Miss Skeleton (bot)
- [Python-checkins] [3.9] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-22550)
Serhiy Storchaka
- [Python-checkins] [3.9] bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported (GH-22595) (GH-22609)
Karthikeyan Singaravelan
- [Python-checkins] [3.9] bpo-41979: Accept star-unpacking on with-item targets (GH-22611) (GH-22612)
Batuhan Taskaya
- [Python-checkins] [3.9] bpo-42010: [docs] Clarify subscription of types (GH-22822) (GH-22840)
miss-islington
- [Python-checkins] [3.9] bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) (GH-23011)
lysnikolaou
- [Python-checkins] [3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966) (GH-22980)
miss-islington
- [Python-checkins] [3.9] bpo-42198: Document __new__ for types.GenericAlias (GH-23039) (GH-23061)
miss-islington
- [Python-checkins] [3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) (GH-23051)
pablogsal
- [Python-checkins] [3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (GH-23066)
miss-islington
- [Python-checkins] [3.9] Fix incorrect parameter name (GH-22613) (GH-22628)
Xie Yanbo
- [Python-checkins] [3.9] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22888)
larryhastings
- [Python-checkins] [3.9] Remove git conflict lines from test_parse_directory in peg_generator (GH-23007)
lysnikolaou
- [Python-checkins] [doc] Add link to Generic in typing (GH-22125)
Miss Skeleton (bot)
- [Python-checkins] [doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733)
Andre Delfino
- [Python-checkins] [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
tirkarthi
- [Python-checkins] [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
miss-islington
- [Python-checkins] [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
miss-islington
- [Python-checkins] [doc] Fix link to abc.collections.Iterable (GH-22502)
Andre Delfino
- [Python-checkins] [doc] Fix link to abc.collections.Iterable (GH-22502)
Miss Skeleton (bot)
- [Python-checkins] [doc] Fix link to abc.collections.Iterable (GH-22520)
Andre Delfino
- [Python-checkins] [doc] Fix link to abc.collections.Iterable (GH-22520)
Miss Skeleton (bot)
- [Python-checkins] [doc] Fix link to abc.collections.Iterable (GH-22520)
Miss Skeleton (bot)
- [Python-checkins] [doc] Fix typo in the graphlib docs (GH-22661)
linchiwei123
- [Python-checkins] [doc] Fix typo in the graphlib docs (GH-22661) (GH-22669)
Miss Skeleton (bot)
- [Python-checkins] [doc] Remove mention of async and await as soft keywords (GH-22144)
Andre Delfino
- [Python-checkins] [doc] Update references to NumPy (GH-22458)
Andre Delfino
- [Python-checkins] [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)
Andre Delfino
- [Python-checkins] [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)
Miss Skeleton (bot)
- [Python-checkins] _testmultiphase: Fix possible ref leak (GH-22881)
miss-islington
- [Python-checkins] Add a link to buffer protocol in bytearray() doc (GH-22675)
methane
- [Python-checkins] Add a link to buffer protocol in bytearray() doc (GH-22675)
miss-islington
- [Python-checkins] Add a link to buffer protocol in bytearray() doc (GH-22675)
miss-islington
- [Python-checkins] Add CODEOWNERS for the Grammar file (GH-22898)
lysnikolaou
- [Python-checkins] Added some makefile generated files to .gitignore (GH-22435)
methane
- [Python-checkins] Added some makefile generated files to .gitignore (GH-22435)
miss-islington
- [Python-checkins] Added some makefile generated files to .gitignore (GH-22435)
methane
- [Python-checkins] Add GitHub sponsor info for Python (GH-22887)
Mariatta
- [Python-checkins] Add Mark Shannon to CODEOWNERS. (#22914)
markshannon
- [Python-checkins] Add recipe for a version of random() with a larger population (GH-22664)
Raymond Hettinger
- [Python-checkins] Add recipe for a version of random() with a larger population (GH-22664) (GH-22684)
Miss Skeleton (bot)
- [Python-checkins] Allow dependabot to check GitHub actions monthly (GH-22787)
miss-islington
- [Python-checkins] Automatically add skip news and skip issue label to dependabot PRs (GH-22927)
Mariatta
- [Python-checkins] bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
vstinner
- [Python-checkins] bpo-1635741: Add a global module state to unicodedata (GH-22712)
Victor Stinner
- [Python-checkins] bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880)
miss-islington
- [Python-checkins] bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Jason R. Coombs
- [Python-checkins] bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Miss Skeleton (bot)
- [Python-checkins] bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Miss Skeleton (bot)
- [Python-checkins] bpo-19072: Update descriptor howto for decorator chaining (GH-22934)
rhettinger
- [Python-checkins] bpo-19072: Update descriptor howto for decorator chaining (GH-22934) (GH-22935)
rhettinger
- [Python-checkins] bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729)
Bar Harel
- [Python-checkins] bpo-20184: Convert termios to Argument Clinic. (GH-22693)
Serhiy Storchaka
- [Python-checkins] bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481)
Victor Stinner
- [Python-checkins] bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22420)
miss-islington
- [Python-checkins] bpo-25655: Improve Win DLL loading failures doc (GH-22372)
zooba
- [Python-checkins] bpo-25655: Improve Win DLL loading failures doc (GH-22372)
miss-islington
- [Python-checkins] bpo-25655: Improve Win DLL loading failures doc (GH-22372)
miss-islington
- [Python-checkins] bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)
Robert Smallshire
- [Python-checkins] bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074)
Mark Sapiro
- [Python-checkins] bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074)
Miss Skeleton (bot)
- [Python-checkins] bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074)
Miss Skeleton (bot)
- [Python-checkins] bpo-28660: Make TextWrapper break long words on hyphens (GH-22721)
Irit Katriel
- [Python-checkins] bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
akuchling
- [Python-checkins] bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
miss-islington
- [Python-checkins] bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
miss-islington
- [Python-checkins] bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Zackery Spytz
- [Python-checkins] bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Miss Skeleton (bot)
- [Python-checkins] bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
miss-islington
- [Python-checkins] bpo-30681: Support invalid date format or value in email Date header (GH-22090)
miss-islington
- [Python-checkins] bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
terryjreedy
- [Python-checkins] bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
miss-islington
- [Python-checkins] bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
miss-islington
- [Python-checkins] bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433)
terryjreedy
- [Python-checkins] bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22899)
terryjreedy
- [Python-checkins] bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22900)
terryjreedy
- [Python-checkins] bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
terryjreedy
- [Python-checkins] bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
miss-islington
- [Python-checkins] bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
miss-islington
- [Python-checkins] bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
terryjreedy
- [Python-checkins] bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
miss-islington
- [Python-checkins] bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
miss-islington
- [Python-checkins] bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
miss-islington
- [Python-checkins] bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
miss-islington
- [Python-checkins] bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
miss-islington
- [Python-checkins] bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
miss-islington
- [Python-checkins] bpo-35823: Allow setsid() after vfork() on Linux. (GH-22945)
gpshead
- [Python-checkins] bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944)
gpshead
- [Python-checkins] bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671)
gpshead
- [Python-checkins] bpo-36876: Fix the C analyzer tool. (GH-22841)
ericsnowcurrently
- [Python-checkins] bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045)
ericsnowcurrently
- [Python-checkins] bpo-38144: Re-add accidentally removed audition for glob. (GH-22805)
serhiy-storchaka
- [Python-checkins] bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (GH-16334)
Ma Lin
- [Python-checkins] bpo-38320: Clarify that expectedFailure is satisfied by either failure or error of the test. (GH-22740)
Irit Katriel
- [Python-checkins] bpo-38324: Fix test__locale.py Windows failures (GH-20529)
TIGirardi
- [Python-checkins] bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
- [Python-checkins] bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
- [Python-checkins] bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miro Hrončok
- [Python-checkins] bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
miss-islington
- [Python-checkins] bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
miss-islington
- [Python-checkins] bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817)
zooba
- [Python-checkins] bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817)
miss-islington
- [Python-checkins] bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817)
miss-islington
- [Python-checkins] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239)
miss-islington
- [Python-checkins] bpo-38605: bump the magic number for 'annotations' future (#22630)
Batuhan Taskaya
- [Python-checkins] bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
- [Python-checkins] bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)
Justin Turner Arthur
- [Python-checkins] bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)
Miss Skeleton (bot)
- [Python-checkins] bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)
Miss Skeleton (bot)
- [Python-checkins] bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
orsenthil
- [Python-checkins] bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862)
pablogsal
- [Python-checkins] bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892)
encukou
- [Python-checkins] bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
lisroach
- [Python-checkins] bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405)
Steve Dower
- [Python-checkins] bpo-39108: Document threading issues for random.gauss() (GH-22928)
rhettinger
- [Python-checkins] bpo-39108: Document threading issues for random.gauss() (GH-22928) (GH-22972)
rhettinger
- [Python-checkins] bpo-39337: Add a test case for normalizing of codec names (GH-19069)
Hai Shi
- [Python-checkins] bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (GH-22219)
Hai Shi
- [Python-checkins] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111)
miss-islington
- [Python-checkins] bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619)
Saiyang Gou
- [Python-checkins] bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
akuchling
- [Python-checkins] bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
akuchling
- [Python-checkins] bpo-39871: Fix an error in a news entry (GH-21749)
methane
- [Python-checkins] bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH-22726)
Zackery Spytz
- [Python-checkins] bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH-22726) (GH-22727)
Miss Skeleton (bot)
- [Python-checkins] bpo-40422: create a common _Py_closerange API (GH-19754)
Kyle Evans
- [Python-checkins] bpo-40422: Move _Py_*_SUPPRESS_IPH bits into _Py_closerange (GH-22672)
Kyle Evans
- [Python-checkins] bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans
- [Python-checkins] bpo-40423: Optimization: use close_range(2) if available (GH-22651)
Kyle Evans
- [Python-checkins] bpo-40484: Document compiler flags under AST module (GH-19885)
Batuhan Taskaya
- [Python-checkins] bpo-40484: Document compiler flags under AST module (GH-19885) (GH-22758)
Miss Skeleton (bot)
- [Python-checkins] bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)
Anthony Sottile
- [Python-checkins] bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)
Anthony Sottile
- [Python-checkins] bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)
Anthony Sottile
- [Python-checkins] bpo-40564: Avoid copying state from extant ZipFile. (GH-22371)
Jason R. Coombs
- [Python-checkins] bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088)
zooba
- [Python-checkins] bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
Ram Rachum
- [Python-checkins] bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
Miss Skeleton (bot)
- [Python-checkins] bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Jakub Stasiak
- [Python-checkins] bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Miss Skeleton (bot)
- [Python-checkins] bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Miss Skeleton (bot)
- [Python-checkins] bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484)
corona10
- [Python-checkins] bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)
serhiy-storchaka
- [Python-checkins] bpo-41192: Add documentation of undocumented audit events (GH-21308)
akuchling
- [Python-checkins] bpo-41192: Add documentation of undocumented audit events (GH-22831)
akuchling
- [Python-checkins] bpo-41192: Add documentation of undocumented audit events (GH-22832)
akuchling
- [Python-checkins] bpo-41192: Clarify the sys module's description of the auditing feature (GH-22768)
akuchling
- [Python-checkins] bpo-41192: Clarify the sys module's description of the auditing feature (GH-22820)
akuchling
- [Python-checkins] bpo-41192: Fix some broken anchors for audit event entries (#21310)
Saiyang Gou
- [Python-checkins] bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22767)
Miss Skeleton (bot)
- [Python-checkins] bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22770)
Miss Skeleton (bot)
- [Python-checkins] bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
Zackery Spytz
- [Python-checkins] bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
Miss Skeleton (bot)
- [Python-checkins] bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
Miss Skeleton (bot)
- [Python-checkins] bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
Michel Samia
- [Python-checkins] bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
Miss Skeleton (bot)
- [Python-checkins] bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
Miss Skeleton (bot)
- [Python-checkins] bpo-41306: Allow scale value to not be rounded (GH-21715)
E-Paine
- [Python-checkins] bpo-41306: Allow scale value to not be rounded (GH-21715)
Miss Skeleton (bot)
- [Python-checkins] bpo-41306: Allow scale value to not be rounded (GH-21715)
Miss Skeleton (bot)
- [Python-checkins] bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
miss-islington
- [Python-checkins] bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
miss-islington
- [Python-checkins] bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
Phil Elson
- [Python-checkins] bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602)
Miss Skeleton (bot)
- [Python-checkins] bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602) (GH-22592)
Miss Skeleton (bot)
- [Python-checkins] bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner
- [Python-checkins] bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762)
Ronald Oussoren
- [Python-checkins] bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762) (GH-22773)
Miss Skeleton (bot)
- [Python-checkins] bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762) (GH-22774)
Miss Skeleton (bot)
- [Python-checkins] bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
vstinner
- [Python-checkins] bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
miss-islington
- [Python-checkins] bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
jaraco
- [Python-checkins] bpo-41490: Bump vendored pip to version 20.2.3 (#22527)
Pablo Galindo
- [Python-checkins] bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764)
Ronald Oussoren
- [Python-checkins] bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) (GH-22806)
Miss Skeleton (bot)
- [Python-checkins] bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) (GH-22807)
Miss Skeleton (bot)
- [Python-checkins] bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)
Erlend Egeberg Aasland
- [Python-checkins] bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)
Miss Skeleton (bot)
- [Python-checkins] bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) (GH-22560)
Miss Skeleton (bot)
- [Python-checkins] bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
Erlend Egeberg Aasland
- [Python-checkins] bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
Miss Skeleton (bot)
- [Python-checkins] bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
Miss Skeleton (bot)
- [Python-checkins] bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (#22505)
Brett Cannon
- [Python-checkins] bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (GH-22505)
Miss Skeleton (bot)
- [Python-checkins] bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (GH-22505)
Miss Skeleton (bot)
- [Python-checkins] bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921)
Ruben Vorderman
- [Python-checkins] bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839)
gpshead
- [Python-checkins] bpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208)
methane
- [Python-checkins] bpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208)
methane
- [Python-checkins] bpo-41659: Disallow curly brace directly after primary (GH-22996)
lysnikolaou
- [Python-checkins] bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
methane
- [Python-checkins] bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
Victor Stinner
- [Python-checkins] bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) (GH-22808)
encukou
- [Python-checkins] bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655)
Victor Stinner
- [Python-checkins] bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) (GH-22656)
Victor Stinner
- [Python-checkins] bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) (GH-22656) (GH-22662)
Miss Skeleton (bot)
- [Python-checkins] bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
methane
- [Python-checkins] bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864)
lysnikolaou
- [Python-checkins] bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)
ericvsmith
- [Python-checkins] bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
- [Python-checkins] bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
Vladimir Matveev
- [Python-checkins] bpo-41774: Tweak new programming FAQ entry (GH-22562)
Terry Jan Reedy
- [Python-checkins] bpo-41774: Tweak new programming FAQ entry (GH-22562)
Miss Skeleton (bot)
- [Python-checkins] bpo-41774: Tweak new programming FAQ entry (GH-22562)
Miss Skeleton (bot)
- [Python-checkins] bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor
- [Python-checkins] bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Campbell Barton
- [Python-checkins] bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Miss Islington (bot)
- [Python-checkins] bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Miss Islington (bot)
- [Python-checkins] bpo-41805: Documentation for PEP 585 (GH-22615)
gvanrossum
- [Python-checkins] bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
methane
- [Python-checkins] bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455)
Pablo Galindo
- [Python-checkins] bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354)
Serhiy Storchaka
- [Python-checkins] bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354)
Miss Skeleton (bot)
- [Python-checkins] bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354) (GH-22617)
Miss Skeleton (bot)
- [Python-checkins] bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)
Serhiy Storchaka
- [Python-checkins] bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)
Miss Skeleton (bot)
- [Python-checkins] bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)
Miss Skeleton (bot)
- [Python-checkins] bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391)
Pablo Galindo
- [Python-checkins] bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)
Zackery Spytz
- [Python-checkins] bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478)
Erlend Egeberg Aasland
- [Python-checkins] bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)
Erlend Egeberg Aasland
- [Python-checkins] bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418)
Ram Rachum
- [Python-checkins] bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418)
Miss Skeleton (bot)
- [Python-checkins] bpo-41870: Avoid the test when nargs=0 (GH-22462)
Dong-hee Na
- [Python-checkins] bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)
Anatoliy Platonov
- [Python-checkins] bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)
Batuhan Taskaya
- [Python-checkins] bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464)
scoder
- [Python-checkins] bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464)
Miss Skeleton (bot)
- [Python-checkins] bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464) (GH-22554)
Miss Skeleton (bot)
- [Python-checkins] bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Kevin Adler
- [Python-checkins] bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Miss Skeleton (bot)
- [Python-checkins] bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Miss Skeleton (bot)
- [Python-checkins] bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526)
Irit Katriel
- [Python-checkins] bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526) (GH-22537)
Miss Skeleton (bot)
- [Python-checkins] bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526) (GH-22540)
Miss Skeleton (bot)
- [Python-checkins] bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474)
scoder
- [Python-checkins] bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) (GH-22507)
Miss Skeleton (bot)
- [Python-checkins] bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474) (GH-22508)
Miss Skeleton (bot)
- [Python-checkins] bpo-41902: Micro optimization for compute_item of range (GH-22492)
methane
- [Python-checkins] bpo-41902: Micro optimization for range.index if step is 1 (GH-22479)
corona10
- [Python-checkins] bpo-41905: Add abc.update_abstractmethods() (GH-22485)
Ben Avrahami
- [Python-checkins] bpo-41909: Enable previously disabled recursion checks. (GH-22536)
Serhiy Storchaka
- [Python-checkins] bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874)
miss-islington
- [Python-checkins] bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22876)
terryjreedy
- [Python-checkins] bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22877)
terryjreedy
- [Python-checkins] bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
Hai Shi
- [Python-checkins] bpo-41919: Avoid resource leak in test_io (GH-22973)
pablogsal
- [Python-checkins] bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523)
Dong-hee Na
- [Python-checkins] bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
Mikhail Golubev
- [Python-checkins] bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
- [Python-checkins] bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Ned Deily
- [Python-checkins] bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Miss Skeleton (bot)
- [Python-checkins] bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Miss Skeleton (bot)
- [Python-checkins] bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)
Victor Stinner
- [Python-checkins] bpo-41939: Fix test_site.test_license_exists_at_url() (GH-22559)
Miss Skeleton (bot)
- [Python-checkins] bpo-41939: Fix test_site.test_license_exists_at_url() (GH-22559) (#22567)
Miss Skeleton (bot)
- [Python-checkins] bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566)
Serhiy Storchaka
- [Python-checkins] bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566)
Miss Skeleton (bot)
- [Python-checkins] bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22577)
Miss Skeleton (bot)
- [Python-checkins] bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22578)
Miss Skeleton (bot)
- [Python-checkins] bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22579)
Miss Skeleton (bot)
- [Python-checkins] bpo-41944: No longer call eval() on content received via HTTP in the UnicodeNames tests (GH-22575)
Florian Bruhin
- [Python-checkins] bpo-41950: Typo in Python 3.9 what's new page (GH-22573)
gvanrossum
- [Python-checkins] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580)
miss-islington
- [Python-checkins] bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (#22865)
asvetlov
- [Python-checkins] bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)
scaramallion
- [Python-checkins] bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747)
Miss Skeleton (bot)
- [Python-checkins] bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22748)
Miss Skeleton (bot)
- [Python-checkins] bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported (GH-22595)
Pablo Galindo
- [Python-checkins] bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating global state (GH-22652)
Pablo Galindo
- [Python-checkins] bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating global state (GH-22652) (GH-22653)
Miss Skeleton (bot)
- [Python-checkins] bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Serhiy Storchaka
- [Python-checkins] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598)
Pablo Galindo
- [Python-checkins] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598)
Miss Skeleton (bot)
- [Python-checkins] bpo-41979: Accept star-unpacking on with-item targets (GH-22611)
Batuhan Taskaya
- [Python-checkins] bpo-41984: GC track all user classes (GH-22701)
Brandt Bucher
- [Python-checkins] bpo-41984: GC track all user classes (GH-22701/GH-22702)
Miss Skeleton (bot)
- [Python-checkins] bpo-41984: GC track all user classes (GH-22701/GH-22707)
Miss Skeleton (bot)
- [Python-checkins] bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
Serhiy Storchaka
- [Python-checkins] bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621)
Serhiy Storchaka
- [Python-checkins] bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621)
Miss Skeleton (bot)
- [Python-checkins] bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621)
Miss Skeleton (bot)
- [Python-checkins] bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Serhiy Storchaka
- [Python-checkins] bpo-41993: Fix possible issues in remove_module() (GH-22631)
Serhiy Storchaka
- [Python-checkins] bpo-41993: Fix possible issues in remove_module() (GH-22631) (GH-22647)
Miss Skeleton (bot)
- [Python-checkins] bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)
Yunlongs
- [Python-checkins] bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)
Miss Skeleton (bot)
- [Python-checkins] bpo-42000: Cleanup the AST related C-code (GH-22641)
Batuhan Taskaya
- [Python-checkins] bpo-42002: Clean up initialization of the sys module. (GH-22642)
Serhiy Storchaka
- [Python-checkins] bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
serhiy-storchaka
- [Python-checkins] bpo-42010: [docs] Clarify subscription of types (GH-22822)
gvanrossum
- [Python-checkins] bpo-42011: Update documentation of logging.Filter.filter() (GH-22692)
Necdet Can Atesman
- [Python-checkins] bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) (GH-22724)
Miss Skeleton (bot)
- [Python-checkins] bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) (GH-22725)
Miss Skeleton (bot)
- [Python-checkins] bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670)
Yannick Jadoul
- [Python-checkins] bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670)
Miss Skeleton (bot)
- [Python-checkins] bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673)
Erlend Egeberg Aasland
- [Python-checkins] bpo-42029: Remove IRIX code (GH-23023)
vstinner
- [Python-checkins] bpo-42041: Clarify how subprocess searches for the executable (GH-22715)
pfmoore
- [Python-checkins] bpo-42043: Add support for zipfile.Path subclasses (#22716)
jaraco
- [Python-checkins] bpo-42051: Reject XML entity declarations in plist files (#22760)
Ronald Oussoren
- [Python-checkins] bpo-42051: Reject XML entity declarations in plist files (#22760) (GH-22801)
Ned Deily
- [Python-checkins] bpo-42051: Reject XML entity declarations in plist files (GH-22760)
Miss Skeleton (bot)
- [Python-checkins] bpo-42051: Reject XML entity declarations in plist files (GH-22760)
Miss Skeleton (bot)
- [Python-checkins] bpo-42051: Reject XML entity declarations in plist files (GH-22760) (GH-22801) (GH-22804)
Miss Skeleton (bot)
- [Python-checkins] bpo-42057: Add a test case (GH-22878)
methane
- [Python-checkins] bpo-42057: Add regression test to master. (GH-22893)
corona10
- [Python-checkins] bpo-42057: Fix peephole optimizer (GH-22802)
methane
- [Python-checkins] bpo-42061: Document __format__ for IP addresses (GH-23018)
miss-islington
- [Python-checkins] bpo-42061: Document __format__ for IP addresses (GH-23018)
miss-islington
- [Python-checkins] bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)
Max Bernstein
- [Python-checkins] bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)
Miss Skeleton (bot)
- [Python-checkins] bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)
Miss Skeleton (bot)
- [Python-checkins] bpo-42084: Language aware diff headers (GH-22776)
Raymond Hettinger
- [Python-checkins] bpo-42086: Document AST operator nodes acts as a singleton (GH-22896)
miss-islington
- [Python-checkins] bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)
Barry Warsaw
- [Python-checkins] bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo
- [Python-checkins] bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829)
markshannon
- [Python-checkins] bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111)
lysnikolaou
- [Python-checkins] bpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930)
rhettinger
- [Python-checkins] bpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930) (GH-22955)
rhettinger
- [Python-checkins] bpo-42139: Update What's New 3.9 for master (#22936)
gvanrossum
- [Python-checkins] bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953)
serhiy-storchaka
- [Python-checkins] bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953)
miss-islington
- [Python-checkins] bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) (GH-23021)
serhiy-storchaka
- [Python-checkins] bpo-42144: Add a missing "goto error; " in the _ssl module (GH-22959)
miss-islington
- [Python-checkins] bpo-42144: Add a missing "goto error; " in the _ssl module (GH-22959)
miss-islington
- [Python-checkins] bpo-42144: Add a missing "goto error; " in the _ssl module (GH-22959)
miss-islington
- [Python-checkins] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966)
gpshead
- [Python-checkins] bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
pablogsal
- [Python-checkins] bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
miss-islington
- [Python-checkins] bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
serhiy-storchaka
- [Python-checkins] bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
vstinner
- [Python-checkins] bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
vstinner
- [Python-checkins] bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
vstinner
- [Python-checkins] bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)
methane
- [Python-checkins] bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
vstinner
- [Python-checkins] bpo-42161: Micro-optimize _collections._count_elements() (GH-23008)
vstinner
- [Python-checkins] bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
vstinner
- [Python-checkins] bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
vstinner
- [Python-checkins] bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
vstinner
- [Python-checkins] bpo-42172: Correct typo for test_socket.py (GH-23013)
corona10
- [Python-checkins] bpo-42180: fix plural in arguments and control (GH-23015)
pablogsal
- [Python-checkins] bpo-42198: Document __new__ for types.GenericAlias (GH-23039)
miss-islington
- [Python-checkins] bpo-42198: Improve consistency of Union docs (GH-23029)
miss-islington
- [Python-checkins] bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
miss-islington
- [Python-checkins] bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
miss-islington
- [Python-checkins] bpo-42198: New section in stdtypes for type annotation types (GH-23063)
gvanrossum
- [Python-checkins] bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035)
pablogsal
- [Python-checkins] bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
vstinner
- [Python-checkins] bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
vstinner
- [Python-checkins] bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044)
vstinner
- [Python-checkins] bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041)
vstinner
- [Python-checkins] bpo-42208: GitHub Action: Add gdb to posix dependencies (GH-23043) (GH-23047)
vstinner
- [Python-checkins] bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040)
vstinner
- [Python-checkins] bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038)
vstinner
- [Python-checkins] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048)
pablogsal
- [Python-checkins] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
lysnikolaou
- [Python-checkins] bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger
- [Python-checkins] bpo-6761: Enhance __call__ documentation (GH-7987)
vstinner
- [Python-checkins] bpo-6761: Enhance __call__ documentation (GH-7987)
miss-islington
- [Python-checkins] bpo-6761: Enhance __call__ documentation (GH-7987)
miss-islington
- [Python-checkins] build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
miss-islington
- [Python-checkins] build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
miss-islington
- [Python-checkins] build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
miss-islington
- [Python-checkins] build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
miss-islington
- [Python-checkins] build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
miss-islington
- [Python-checkins] build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
miss-islington
- [Python-checkins] closes bpo-42029: Remove dynload_dl (GH-22687)
Kevin Adler
- [Python-checkins] closes bpo-42030: Remove legacy AIX dynload support (GH-22717)
Kevin Adler
- [Python-checkins] Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960)
pablogsal
- [Python-checkins] Correct name of bytecode in change note. (GH-22723)
Mark Shannon
- [Python-checkins] Correct name of bytecode in change note. (GH-22723) (#22765)
Miss Skeleton (bot)
- [Python-checkins] Create a primer section for the descriptor howto guide (GH-22906)
rhettinger
- [Python-checkins] Create a primer section for the descriptor howto guide (GH-22906) (GH0-22918)
rhettinger
- [Python-checkins] Delete extra 'the' from `Formatter` class docstring (GH-22530)
Hansraj Das
- [Python-checkins] Delete extra 'the' from `Formatter` class docstring (GH-22530) (GH-22542)
Miss Skeleton (bot)
- [Python-checkins] Delete extra 'the' from `Formatter` class docstring (GH-22530) (GH-22543)
Miss Skeleton (bot)
- [Python-checkins] Delete PyGen_Send (#22663)
Vladimir Matveev
- [Python-checkins] Delete TaskWakeupMethWrapper_Type and use PyCFunction instead (#22875)
1st1
- [Python-checkins] Disable macOS CI tests in azure-pipelines (GH-22639)
Ned Deily
- [Python-checkins] Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
Tomer Cohen
- [Python-checkins] Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
miss-islington
- [Python-checkins] Doc: Add missing spaces after period for `posix_spawn` (GH-22730)
miss-islington
- [Python-checkins] DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036)
pablogsal
- [Python-checkins] Doc: Do not encourage using a base class name in a derived class (GH-22177)
methane
- [Python-checkins] Doc: Do not encourage using a base class name in a derived class (GH-22177)
methane
- [Python-checkins] Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
methane
- [Python-checkins] Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
miss-islington
- [Python-checkins] Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
miss-islington
- [Python-checkins] Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
methane
- [Python-checkins] Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
miss-islington
- [Python-checkins] Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
miss-islington
- [Python-checkins] Doc: Remove old Python version from future stmt (GH-21802)
methane
- [Python-checkins] Doc: Remove old Python version from future stmt (GH-21802)
miss-islington
- [Python-checkins] Doc: Remove old Python version from future stmt (GH-21802)
miss-islington
- [Python-checkins] Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618)
Saiyang Gou
- [Python-checkins] Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) (GH-22761)
Miss Skeleton (bot)
- [Python-checkins] Fix .. code-block :: directives in decimal.rst (GH-22571)
Anthony Sottile
- [Python-checkins] Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867)
miss-islington
- [Python-checkins] Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867)
miss-islington
- [Python-checkins] Fix comment about PyObject_IsTrue. (GH-22343)
Stefan Pochmann
- [Python-checkins] Fix incorrect parameter name (GH-22613)
Xie Yanbo
- [Python-checkins] Fix incorrect parameter name (GH-22613)
Miss Skeleton (bot)
- [Python-checkins] Fix is_typeddict markup (#22501)
Andre Delfino
- [Python-checkins] Fix the attribute names in the docstring of GenericAlias (GH-22594)
Mikhail Golubev
- [Python-checkins] Fix the attribute names in the docstring of GenericAlias (GH-22594)
Miss Skeleton (bot)
- [Python-checkins] Fix typo (GH-22582)
Gaurav Kamath
- [Python-checkins] Fix typo (GH-22582)
Miss Skeleton (bot)
- [Python-checkins] Fix typo in "Context manager types" section in typing.rst (GH-22676)
Saiyang Gou
- [Python-checkins] Fix typo in "Context manager types" section in typing.rst (GH-22676)
Miss Skeleton (bot)
- [Python-checkins] Fix typo in listobject.h (GH-22588)
chilaxan
- [Python-checkins] Fix typo in typing.rst (GH-22625)
abdo
- [Python-checkins] Fix typo in typing.rst (GH-22625)
Miss Skeleton (bot)
- [Python-checkins] GitHub Action: Add gdb to posix dependencies (GH-23043)
vstinner
- [Python-checkins] GitHub Action: Add gdb to posix dependencies (GH-23043)
miss-islington
- [Python-checkins] Improve recipe readability (GH-22685)
Raymond Hettinger
- [Python-checkins] Improve recipe readability (GH-22685) (GH-22686)
Miss Skeleton (bot)
- [Python-checkins] Link to the msvcrt module from the Windows FAQ (#22268)
abdo
- [Python-checkins] Link to the msvcrt module from the Windows FAQ (GH-22268)
Miss Skeleton (bot)
- [Python-checkins] Link to the msvcrt module from the Windows FAQ (GH-22268)
Miss Skeleton (bot)
- [Python-checkins] md5module: Fix doc strings variable names (GH-22722)
Jakub Jelen
- [Python-checkins] Mention in "What's New" that the import system is starting to be cleaned up (GH-22931)
miss-islington
- [Python-checkins] Minor clarification (GH-22708)
Raymond Hettinger
- [Python-checkins] Minor clarification (GH-22708) (GH-22709)
Miss Skeleton (bot)
- [Python-checkins] Minor tweaks to typing union objects doc (GH-22741)
miss-islington
- [Python-checkins] Python 3.10.0a1
Pablo Galindo
- [Python-checkins] Remove 3.5 from Doc version switcher in master. (#22886)
larryhastings
- [Python-checkins] Remove extra pip package (GH-22778)
Steve Dower
- [Python-checkins] Remove extra pip package (GH-22778)
Miss Skeleton (bot)
- [Python-checkins] Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584)
Raymond Hettinger
- [Python-checkins] Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)"
methane
- [Python-checkins] Second round of updates to the descriptor howto guide (GH-22946)
rhettinger
- [Python-checkins] Second round of updates to the descriptor howto guide (GH-22946) (GH-22958)
rhettinger
- [Python-checkins] Split-out a fourth section in the descriptor HowTo guide (GH-22965)
rhettinger
- [Python-checkins] Split-out a fourth section in the descriptor HowTo guide (GH-22965) (GH-22969)
rhettinger
- [Python-checkins] Typo fix (GH-22496)
Manan Kumar Garg
- [Python-checkins] Typo fix (GH-22496)
Miss Skeleton (bot)
- [Python-checkins] Typo fix - "mesasge" should be "message" (GH-22498)
Hansraj Das
- [Python-checkins] Typo fix - "mesasge" should be "message" (GH-22498)
Miss Skeleton (bot)
- [Python-checkins] Typo fix - "mesasge" should be "message" (GH-22498)
Miss Skeleton (bot)
- [Python-checkins] Updated README for python 3.10 (GH-22605)
Nishit
- [Python-checkins] Update idlelib/help.html to current Sphinx output (GH-22833)
terryjreedy
- [Python-checkins] Update idlelib/help.html to current Sphinx output (GH-22833)
miss-islington
- [Python-checkins] Update link to supporting references (GH-22488)
Raymond Hettinger
- [Python-checkins] Update timings for the final release (GH-22697)
Raymond Hettinger
- [Python-checkins] Update timings for the final release (GH-22697) (GH-22698)
Miss Skeleton (bot)
- [Python-checkins] Update tzdata to 2020.3 (GH-22856)
miss-islington
Last message date:
Sat Oct 31 16:25:53 EDT 2020
Archived on: Sat Oct 31 16:25:53 EDT 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).