February 2022 Archives by subject
Starting: Tue Feb 1 04:59:00 EST 2022
Ending: Mon Feb 28 20:45:36 EST 2022
Messages: 476
- [Python-checkins] "Own" pattern matching and peepholing (GH-31412)
ambv
- [Python-checkins] [3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257)
pablogsal
- [Python-checkins] [3.10] Become a CODEOWNER for typing (GH-31374) (GH-31382)
miss-islington
- [Python-checkins] [3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31506)
miss-islington
- [Python-checkins] [3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504)
miss-islington
- [Python-checkins] [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030)
JelleZijlstra
- [Python-checkins] [3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-31084)
miss-islington
- [Python-checkins] [3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)
miss-islington
- [Python-checkins] [3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262)
encukou
- [Python-checkins] [3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213)
pablogsal
- [Python-checkins] [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089)
gpshead
- [Python-checkins] [3.10] bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024) (GH-31054)
miss-islington
- [Python-checkins] [3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
terryjreedy
- [Python-checkins] [3.10] bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078) (GH-31182)
serhiy-storchaka
- [Python-checkins] [3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186) (GH-31189)
miss-islington
- [Python-checkins] [3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175)
gvanrossum
- [Python-checkins] [3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203) (GH-31210)
serhiy-storchaka
- [Python-checkins] [3.10] bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241). (GH-31242)
pablogsal
- [Python-checkins] [3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354)
markshannon
- [Python-checkins] [3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350)
corona10
- [Python-checkins] [3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473)
miss-islington
- [Python-checkins] [3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (GH-31329)
sweeneyde
- [Python-checkins] [3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420)
gpshead
- [Python-checkins] [3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) (GH-31255)
asvetlov
- [Python-checkins] [3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443)
asvetlov
- [Python-checkins] [3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (GH-31446)
asvetlov
- [Python-checkins] [3.10] Update html.parser.rst (GH-30678) (GH-31385)
miss-islington
- [Python-checkins] [3.8] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803). (#30829)
ambv
- [Python-checkins] [3.9] [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) (GH-31093)
miss-islington
- [Python-checkins] [3.9] Become a CODEOWNER for typing (GH-31374) (GH-31381)
miss-islington
- [Python-checkins] [3.9] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31507)
miss-islington
- [Python-checkins] [3.9] bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) (GH-31048)
miss-islington
- [Python-checkins] [3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) (GH-31076)
miss-islington
- [Python-checkins] [3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) (GH-31299)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
terryjreedy
- [Python-checkins] [3.9] bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821) (GH-31045)
miss-islington
- [Python-checkins] [3.9] bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024) (GH-31053)
miss-islington
- [Python-checkins] [3.9] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
terryjreedy
- [Python-checkins] [3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31441)
asvetlov
- [Python-checkins] [3.9] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293). (GH-31356)
corona10
- [Python-checkins] [3.9] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31474)
miss-islington
- [Python-checkins] [3.9] Corrections to format precision description. (GH-31291) (GH-31321)
ericvsmith
- [Python-checkins] [3.9] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253). (GH-31256)
asvetlov
- [Python-checkins] [3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442) (GH-31444)
asvetlov
- [Python-checkins] [doc] Add a note in howto/logging.rst about "do not log to root logger in libraries" (GH-31271)
vsajip
- [Python-checkins] [doc] Enhance readability by avoiding big blocks for small numbers. (GH-31157)
JulienPalard
- [Python-checkins] [docs] Correct typos in SSLContext.sni_callback (GH-30623)
JelleZijlstra
- [Python-checkins] [docs] Correct typos in SSLContext.sni_callback (GH-30623)
miss-islington
- [Python-checkins] [docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421)
JelleZijlstra
- [Python-checkins] Add (undocumented) _co_quickened attribute for code object. (GH-31552)
markshannon
- [Python-checkins] Add missing "to" to two tp_flags notes (GH-31624)
brandtbucher
- [Python-checkins] Add missing "to" to two tp_flags notes (GH-31624)
miss-islington
- [Python-checkins] Add miss stats for specialized instructions. (GH-31108)
markshannon
- [Python-checkins] Add more tests for variable substitution in generics (GH-31170)
serhiy-storchaka
- [Python-checkins] Add more tests for variable substitution in generics (GH-31170)
miss-islington
- [Python-checkins] Add pair counts to stats output and summary. (GH-31324)
markshannon
- [Python-checkins] Add recipe for subslices (GH-31028)
rhettinger
- [Python-checkins] Add recipe for subslices (GH-31095)
rhettinger
- [Python-checkins] Add specialization stats for FOR_ITER. (GH-31079)
markshannon
- [Python-checkins] Add stats for PRECALL_FUNCTION. (GH-31250)
markshannon
- [Python-checkins] Allows to specify the port on which serve documentation (GH-31145)
JulienPalard
- [Python-checkins] Allow the parser to avoid nested processing of invalid rules (GH-31252)
pablogsal
- [Python-checkins] Become a CODEOWNER for typing (#31374)
JelleZijlstra
- [Python-checkins] bpo-14916: use specified tokenizer fd for file input (GH-31006)
miss-islington
- [Python-checkins] bpo-1635741: Fix winreg reference leaks (GH-31560)
vstinner
- [Python-checkins] bpo-1635741: test_embed cheks that Python does not leak (GH-31555)
vstinner
- [Python-checkins] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413)
iritkatriel
- [Python-checkins] bpo-23952: Document cgi module's maxlen variable (GH-30338)
ethanfurman
- [Python-checkins] bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
JelleZijlstra
- [Python-checkins] bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
miss-islington
- [Python-checkins] bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
miss-islington
- [Python-checkins] bpo-29418: Add inspect.ismethodwrapper to whatsnew (GH-31377)
isidentical
- [Python-checkins] bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for cases where methodwrapper is given (GH-19261)
miss-islington
- [Python-checkins] bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)
ethanfurman
- [Python-checkins] bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547)
iritkatriel
- [Python-checkins] bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547)
miss-islington
- [Python-checkins] bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547)
miss-islington
- [Python-checkins] bpo-36557: Updated wording for using/windows (GH-31457)
iritkatriel
- [Python-checkins] bpo-36557: Updated wording for using/windows (GH-31457)
miss-islington
- [Python-checkins] bpo-36876: Make sure the c-analyzer is checking all the source files.' (gh-31264)
ericsnowcurrently
- [Python-checkins] bpo-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239)
ericsnowcurrently
- [Python-checkins] bpo-36876: Update the c-analyzer whitelist. (gh-31225)
ericsnowcurrently
- [Python-checkins] bpo-37705: Remove orphaned PC/errmap.mak (GH-29724)
miss-islington
- [Python-checkins] bpo-38415: Remove redundant AsyncContextDecorator.__call__ override from _AsyncGeneratorContextManager (GH-30233)
serhiy-storchaka
- [Python-checkins] bpo-38619: Update the documentation for UUID.hex (GH-29830)
Mariatta
- [Python-checkins] bpo-38619: Update the documentation for UUID.hex (GH-29830)
miss-islington
- [Python-checkins] bpo-38619: Update the documentation for UUID.hex (GH-29830)
miss-islington
- [Python-checkins] bpo-39277: Fix PY_TIMEOUT_MAX cast in _threadmodule.c (GH-31195)
vstinner
- [Python-checkins] bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
serhiy-storchaka
- [Python-checkins] bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
miss-islington
- [Python-checkins] bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
miss-islington
- [Python-checkins] bpo-40280: Address more test failures on Emscripten (GH-31050)
tiran
- [Python-checkins] bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
vstinner
- [Python-checkins] bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
miss-islington
- [Python-checkins] bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
miss-islington
- [Python-checkins] bpo-40421: What's New in Python 3.11: PyFrameObject.f_lasti (GH-31536)
vstinner
- [Python-checkins] bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
miss-islington
- [Python-checkins] bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
miss-islington
- [Python-checkins] bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
miss-islington
- [Python-checkins] bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344)
ambv
- [Python-checkins] bpo-41086: Add exception for uninstantiated interpolation (configparser) (GH-21062)
ambv
- [Python-checkins] bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)
JulienPalard
- [Python-checkins] bpo-43012: remove `pathlib._Accessor` (GH-25701)
miss-islington
- [Python-checkins] bpo-43532: add version added to KW_ONLY (GH-31235)
miss-islington
- [Python-checkins] bpo-43532: add version added to KW_ONLY (GH-31235)
miss-islington
- [Python-checkins] bpo-44011: Document ssl_shutdown_timeout added by revisited asyncio SSL implementation (GH-31597)
asvetlov
- [Python-checkins] bpo-44011: New asyncio ssl implementation (#31275)
asvetlov
- [Python-checkins] bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014)
iritkatriel
- [Python-checkins] bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014)
miss-islington
- [Python-checkins] bpo-44289: Keep argument file object's current position in tarfile.is_tarfile (GH-26488)
gvanrossum
- [Python-checkins] bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
brandtbucher
- [Python-checkins] bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
vstinner
- [Python-checkins] bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
miss-islington
- [Python-checkins] bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
miss-islington
- [Python-checkins] bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-31118)
ambv
- [Python-checkins] bpo-44953: Add newline at end of NEWS entry (GH-31265)
sweeneyde
- [Python-checkins] bpo-44953: Add vectorcall for itemgetter and attrgetter instances (GH-27828)
sweeneyde
- [Python-checkins] bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
serhiy-storchaka
- [Python-checkins] bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
markshannon
- [Python-checkins] bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
gpshead
- [Python-checkins] bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
vstinner
- [Python-checkins] bpo-45316: Move private functions to internal C API (GH-31579)
vstinner
- [Python-checkins] bpo-45316: Move private PyCode C API to internal C API (GH-31576)
vstinner
- [Python-checkins] bpo-45316: Move private PyDict functions to internal C API (GH-31577)
vstinner
- [Python-checkins] bpo-45390: Propagate CancelledError's message from cancelled task to its awaiter (GH-31383)
asvetlov
- [Python-checkins] bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
vstinner
- [Python-checkins] bpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)
vstinner
- [Python-checkins] bpo-45447: Add entry to What's new 3.10 (GH-31304)
terryjreedy
- [Python-checkins] bpo-45447: Add entry to What's new 3.10 (GH-31304)
miss-islington
- [Python-checkins] bpo-45447: Add entry to What's new 3.9 (GH-31305)
terryjreedy
- [Python-checkins] bpo-45447: Add entry to What's new 3.9 (GH-31305)
miss-islington
- [Python-checkins] bpo-45447: Add entry to What's new 3.9 (GH-31305)
miss-islington
- [Python-checkins] bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
terryjreedy
- [Python-checkins] bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
terryjreedy
- [Python-checkins] bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
miss-islington
- [Python-checkins] bpo-45447: Fix entry in What's New 3.11 (GH-31307)
terryjreedy
- [Python-checkins] bpo-45459: Add Py_buffer to limited API (GH-29991)
miss-islington
- [Python-checkins] bpo-45459: Add pytypedefs.h header file (GH-31527)
vstinner
- [Python-checkins] bpo-45459: C API uses type names rather than structure names (GH-31528)
vstinner
- [Python-checkins] bpo-45459: Rename buffer.h to pybuffer.h (#31201)
vstinner
- [Python-checkins] bpo-45490: Rename static inline functions (GH-31217)
vstinner
- [Python-checkins] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-31476)
ned-deily
- [Python-checkins] bpo-45629: Improve test.support.skip_if_buildbot (GH-31094)
gpshead
- [Python-checkins] bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
tim-one
- [Python-checkins] bpo-45773: Remove invalid peephole optimizations (GH-31066)
markshannon
- [Python-checkins] bpo-45773: Remove invalid peephole optimizations (GH-31066)
miss-islington
- [Python-checkins] bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
vstinner
- [Python-checkins] bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
miss-islington
- [Python-checkins] bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
miss-islington
- [Python-checkins] bpo-45885: Add more stats for COMPARE_OP in specialize.c (GH-31040)
markshannon
- [Python-checkins] bpo-45885: Don't un-adapt `COMPARE_OP` when collecting stats (GH-31516)
markshannon
- [Python-checkins] bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791)
tiran
- [Python-checkins] bpo-45923: Add `RESUME_QUICK` (GH-31244)
markshannon
- [Python-checkins] bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)
ned-deily
- [Python-checkins] bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057)
ned-deily
- [Python-checkins] bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057) (GH-31059)
ned-deily
- [Python-checkins] bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152)
serhiy-storchaka
- [Python-checkins] bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152)
miss-islington
- [Python-checkins] bpo-45952: Get the C analyzer tool working again. (gh-31219)
ericsnowcurrently
- [Python-checkins] bpo-45952: Get the C analyzer tool working again. (gh-31220)
ericsnowcurrently
- [Python-checkins] bpo-45953: Preserve backward compatibility on some PyThreadState field names. (GH-31038)
miss-islington
- [Python-checkins] bpo-45975: IDLE - Remove extraneous parens (GH-31107)
terryjreedy
- [Python-checkins] bpo-45975: IDLE - Remove extraneous parens (GH-31107)
miss-islington
- [Python-checkins] bpo-45975: IDLE - Remove extraneous parens (GH-31107)
miss-islington
- [Python-checkins] bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
terryjreedy
- [Python-checkins] bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
miss-islington
- [Python-checkins] bpo-46066: Check DeprecationWarning in test_typing (GH-31428)
JelleZijlstra
- [Python-checkins] bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
JelleZijlstra
- [Python-checkins] bpo-46072: Add detailed failure stats for BINARY_OP (GH-31289)
brandtbucher
- [Python-checkins] bpo-46072: Add some frame stats. (GH-31060)
markshannon
- [Python-checkins] bpo-46072: Add some object layout and allocation stats (GH-31051)
markshannon
- [Python-checkins] bpo-46072: Improve LOAD_METHOD stats (GH-31104)
markshannon
- [Python-checkins] bpo-46072: Merge dxpairs into py_stats. (GH-31197)
markshannon
- [Python-checkins] bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)
markshannon
- [Python-checkins] bpo-46166: Fix compiler warnings in What's New in Python 3.11 (GH-31198)
vstinner
- [Python-checkins] bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
tiran
- [Python-checkins] bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
miss-islington
- [Python-checkins] bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
miss-islington
- [Python-checkins] bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
miss-islington
- [Python-checkins] bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188)
vstinner
- [Python-checkins] bpo-46323: Allow alloca(0) for python callback function of ctypes (GH-31249)
corona10
- [Python-checkins] bpo-46323: Fix double-free issue for borrowed refs (GH-31272)
corona10
- [Python-checkins] bpo-46323: Reduce stack usage of ctypes python callback function. (GH-31224)
corona10
- [Python-checkins] bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function (GH-31138)
corona10
- [Python-checkins] bpo-46323 Fix ref leak if ctypes.CFuncPtr raises an error. (GH-31209)
corona10
- [Python-checkins] bpo-46329: Change calling sequence (again) (GH-31373)
markshannon
- [Python-checkins] bpo-46329: Fix test failure when `Py_STATS` is enabled (GH-31511)
markshannon
- [Python-checkins] bpo-46329: Streamline calling sequence a bit. (GH-31465)
markshannon
- [Python-checkins] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
JelleZijlstra
- [Python-checkins] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
miss-islington
- [Python-checkins] bpo-46333: include `module` in `ForwardRef.__repr__` (#31283)
gvanrossum
- [Python-checkins] bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288)
vstinner
- [Python-checkins] bpo-46355: What's New: Note that PyFrameObject are private (GH-31032)
miss-islington
- [Python-checkins] bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)
corona10
- [Python-checkins] bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31295)
corona10
- [Python-checkins] bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296)
corona10
- [Python-checkins] bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31297)
ambv
- [Python-checkins] bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31298)
ned-deily
- [Python-checkins] bpo-46414: Add typing.reveal_type (#30646)
gvanrossum
- [Python-checkins] bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
vstinner
- [Python-checkins] bpo-46430: Intern strings in deep-frozen modules (GH-30683)
gvanrossum
- [Python-checkins] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
miss-islington
- [Python-checkins] bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
miss-islington
- [Python-checkins] bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
Mariatta
- [Python-checkins] bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
Mariatta
- [Python-checkins] bpo-46475: Add typing.Never and typing.assert_never (GH-30842)
gvanrossum
- [Python-checkins] bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821)
Fidget-Spinner
- [Python-checkins] bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821)
miss-islington
- [Python-checkins] bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281)
serhiy-storchaka
- [Python-checkins] bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281)
miss-islington
- [Python-checkins] bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH-31281)
miss-islington
- [Python-checkins] bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)
serhiy-storchaka
- [Python-checkins] bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958)
asvetlov
- [Python-checkins] bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958)
miss-islington
- [Python-checkins] bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958)
miss-islington
- [Python-checkins] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
pablogsal
- [Python-checkins] bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887)
asvetlov
- [Python-checkins] bpo-46528: Attempt SWAPs at compile-time (GH-30970)
brandtbucher
- [Python-checkins] bpo-46528: Check PyMem_Malloc for NULL (GH-30998)
brandtbucher
- [Python-checkins] bpo-46528: Simplify BUILD_TUPLE/UNPACK_SEQUENCE folding (GH-31039)
brandtbucher
- [Python-checkins] bpo-46532: Reduce number of memory writes to update call_shape.kwnames. (GH-31231)
markshannon
- [Python-checkins] bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)
gvanrossum
- [Python-checkins] bpo-46541: Discover the global strings. (gh-31346)
ericsnowcurrently
- [Python-checkins] bpo-46541: Drop the check for orphaned global strings. (gh-31363)
ericsnowcurrently
- [Python-checkins] bpo-46541: Remove unnecessary Py_VISIT (GH-31608)
tiran
- [Python-checkins] bpo-46541: Remove unneeded visits from sqlite3 (GH-31609)
corona10
- [Python-checkins] bpo-46541: Remove usage of _Py_IDENTIFIER from array module (GH-31376)
corona10
- [Python-checkins] bpo-46541: Remove usage of _Py_IDENTIFIER from csv module (GH-31372)
corona10
- [Python-checkins] bpo-46541: Remove usage of _Py_IDENTIFIER from dbms modules (GH-31358)
corona10
- [Python-checkins] bpo-46541: Remove usage of _Py_IDENTIFIER from mmap module (GH-31375)
corona10
- [Python-checkins] bpo-46541: Remove usage of _Py_IDENTIFIER from pyexpat (GH-31468)
corona10
- [Python-checkins] bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
corona10
- [Python-checkins] bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
ericsnowcurrently
- [Python-checkins] bpo-46541: Scan Fewer Files in generate_global_objects.py (gh-31364)
ericsnowcurrently
- [Python-checkins] bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971)
brettcannon
- [Python-checkins] bpo-46564: do not create frame object for super object (GH-31002)
Fidget-Spinner
- [Python-checkins] bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
serhiy-storchaka
- [Python-checkins] bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574)
zooba
- [Python-checkins] bpo-46569: [Enum] fix typo in `StrEnum` docs (GH-31007)
ethanfurman
- [Python-checkins] bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)
JelleZijlstra
- [Python-checkins] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (#31015)
gpshead
- [Python-checkins] bpo-46583: remove unused `sys.version_info` check from `selectors` (GH-31023)
asvetlov
- [Python-checkins] bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024)
miss-islington
- [Python-checkins] bpo-46586: Fix documentation links (GH-31216)
ethanfurman
- [Python-checkins] bpo-46588: fix typo in test_calltip.py (GH-31119)
terryjreedy
- [Python-checkins] bpo-46588: fix typo in test_calltip.py (GH-31119)
miss-islington
- [Python-checkins] bpo-46588: fix typo in test_calltip.py (GH-31119)
miss-islington
- [Python-checkins] bpo-46589: Improve documentation for typing._GenericAlias (GH-31026)
gvanrossum
- [Python-checkins] bpo-46591: Make About IDLE doc link label clickable (GH-30251)
terryjreedy
- [Python-checkins] bpo-46591: Make About IDLE doc link label clickable (GH-30251)
miss-islington
- [Python-checkins] bpo-46591: Make About IDLE doc link label clickable (GH-30251)
miss-islington
- [Python-checkins] bpo-46600: ./configure --with-pydebug uses -Og with clang (GH-31052)
vstinner
- [Python-checkins] bpo-46600: Fix test_gdb.test_pycfunction() for clang -Og (GH-31058)
vstinner
- [Python-checkins] bpo-46602: Do not append conftest.c (GH-31062)
ned-deily
- [Python-checkins] bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063)
JelleZijlstra
- [Python-checkins] bpo-46603: improve coverage of `typing._strip_annotations` (GH-31063)
miss-islington
- [Python-checkins] bpo-46606: os.getgroups() doesn't overallocate (GH-31569)
vstinner
- [Python-checkins] bpo-46606: Reduce stack usage of getgroups and setgroups (GH-31073)
methane
- [Python-checkins] bpo-46606: Remove redundant +1. (GH-31561)
methane
- [Python-checkins] bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space (GH-31074)
miss-islington
- [Python-checkins] bpo-46608: Fix argument parsing in freeze_modules.py (GH-31131)
gvanrossum
- [Python-checkins] bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078)
gvanrossum
- [Python-checkins] bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
encukou
- [Python-checkins] bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
sweeneyde
- [Python-checkins] bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
miss-islington
- [Python-checkins] bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312)
serhiy-storchaka
- [Python-checkins] bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086)
zooba
- [Python-checkins] bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086)
miss-islington
- [Python-checkins] bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086)
miss-islington
- [Python-checkins] bpo-46623: Skip two test_zlib tests on s390x (GH-31096)
vstinner
- [Python-checkins] bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" (GH-31098)
rhettinger
- [Python-checkins] bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111)
zooba
- [Python-checkins] bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111)
miss-islington
- [Python-checkins] bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111)
miss-islington
- [Python-checkins] bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
terryjreedy
- [Python-checkins] bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
miss-islington
- [Python-checkins] bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
miss-islington
- [Python-checkins] bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)
zooba
- [Python-checkins] bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)
miss-islington
- [Python-checkins] bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)
zooba
- [Python-checkins] bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)
vstinner
- [Python-checkins] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)
vstinner
- [Python-checkins] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)
miss-islington
- [Python-checkins] bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
vstinner
- [Python-checkins] bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
miss-islington
- [Python-checkins] bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
miss-islington
- [Python-checkins] bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) (GH-31173)
ambv
- [Python-checkins] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)
gvanrossum
- [Python-checkins] bpo-46656: Building Python now requires a C11 compiler (GH-31557)
vstinner
- [Python-checkins] bpo-46656: Remove Py_NO_NAN macro (GH-31160)
vstinner
- [Python-checkins] bpo-46659: calendar uses locale.getlocale() (GH-31166)
vstinner
- [Python-checkins] bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)
vstinner
- [Python-checkins] bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214)
vstinner
- [Python-checkins] bpo-46659: Fix the MBCS codec alias on Windows (GH-31218)
vstinner
- [Python-checkins] bpo-46659: test.support avoids locale.getdefaultlocale() (GH-31167)
vstinner
- [Python-checkins] bpo-46659: Update the test on the mbcs codec alias (GH-31168)
vstinner
- [Python-checkins] bpo-46670: Define all macros for stringlib (GH-31176)
vstinner
- [Python-checkins] bpo-46670: Fix #ifdef in sha3module.c (GH-31180)
vstinner
- [Python-checkins] bpo-46670: Remove unused get_frame_state() function (GH-31177)
vstinner
- [Python-checkins] bpo-46670: Remove unused macros in ceval.c (GH-31196)
markshannon
- [Python-checkins] bpo-46670: Remove unused macros in the Modules directory (GH-31194)
vstinner
- [Python-checkins] bpo-46670: Remove unused macros in the Objects directory (GH-31193)
vstinner
- [Python-checkins] bpo-46670: Remove unused macros in the Python directory (GH-31192)
vstinner
- [Python-checkins] bpo-46670: Test if a macro is defined, not its value (GH-31178)
vstinner
- [Python-checkins] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
asvetlov
- [Python-checkins] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440)
asvetlov
- [Python-checkins] bpo-46675: Allow object value arrays and split key dictionaries larger than 16 (GH-31191)
markshannon
- [Python-checkins] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203)
serhiy-storchaka
- [Python-checkins] bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py (GH-31204)
miss-islington
- [Python-checkins] bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py (GH-31204) (GH-31207)
brettcannon
- [Python-checkins] bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
corona10
- [Python-checkins] bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
miss-islington
- [Python-checkins] bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
miss-islington
- [Python-checkins] bpo-46685: improve test coverage of `Self` and `Never` in `typing` (GH-31222)
JelleZijlstra
- [Python-checkins] bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
brandtbucher
- [Python-checkins] bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241)
pablogsal
- [Python-checkins] bpo-46709: check eval breaker in specialized `CALL` opcodes (GH-31404)
markshannon
- [Python-checkins] bpo-46712: Share global string identifiers in deepfreeze (GH-31261)
gvanrossum
- [Python-checkins] bpo-46724: Fix dis support for overflow args (GH-31285)
markshannon
- [Python-checkins] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)
markshannon
- [Python-checkins] bpo-46725: Document starred expressions in for statements (GH-31481)
miss-islington
- [Python-checkins] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293)
corona10
- [Python-checkins] bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31294)
iritkatriel
- [Python-checkins] bpo-46730: Add more info to @property AttributeError messages (GH-31311)
sweeneyde
- [Python-checkins] bpo-46730: Fix refleak and tighten NULL checks (GH-31389)
sweeneyde
- [Python-checkins] bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
rhettinger
- [Python-checkins] bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)
asvetlov
- [Python-checkins] bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)
miss-islington
- [Python-checkins] bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-31327) (GH-31362)
asvetlov
- [Python-checkins] bpo-46745: Fix typo in PositionsIterator (#31322)
JelleZijlstra
- [Python-checkins] bpo-46747: Add missing key parameters in the bisect docs (GH-31323)
sweeneyde
- [Python-checkins] bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
encukou
- [Python-checkins] bpo-46748: Fix ctypes test_frozentable() (GH-31600)
vstinner
- [Python-checkins] bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
gvanrossum
- [Python-checkins] bpo-46752: Slight improvements to TaskGroup API (GH-31398)
gvanrossum
- [Python-checkins] bpo-46752: Uniform TaskGroup.__repr__ (GH-31409)
asvetlov
- [Python-checkins] bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
ericsnowcurrently
- [Python-checkins] bpo-46756: Fix authorization check in urllib.request (GH-31353)
serhiy-storchaka
- [Python-checkins] bpo-46756: Fix authorization check in urllib.request (GH-31353)
miss-islington
- [Python-checkins] bpo-46756: Fix authorization check in urllib.request (GH-31353)
miss-islington
- [Python-checkins] bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31573)
ned-deily
- [Python-checkins] bpo-46757: Add a test to verify dataclass's __post_init__ isn't being automatically added. (GH-31523)
ericvsmith
- [Python-checkins] bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (#31365)
ericvsmith
- [Python-checkins] bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365)
miss-islington
- [Python-checkins] bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365)
miss-islington
- [Python-checkins] bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
ericsnowcurrently
- [Python-checkins] bpo-46771: Implement task cancel requests counter (GH-31513)
gvanrossum
- [Python-checkins] bpo-46771: Remove two controversial lines from Task.cancel() (GH-31623)
gvanrossum
- [Python-checkins] bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
serhiy-storchaka
- [Python-checkins] bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
miss-islington
- [Python-checkins] bpo-46778: Enable multiprocess compilation for source files when building on Windows (GH-31390)
zooba
- [Python-checkins] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)
miss-islington
- [Python-checkins] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)
miss-islington
- [Python-checkins] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31418)
ned-deily
- [Python-checkins] bpo-46786: Make ElementTree write the HTML tags embed, source, track, wbr as empty tags (GH-31406)
scoder
- [Python-checkins] bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
corona10
- [Python-checkins] bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
miss-islington
- [Python-checkins] bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
miss-islington
- [Python-checkins] bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31521)
ned-deily
- [Python-checkins] bpo-46796: Simplify handling of removed parameter "loop" in asyncio (GH-31431)
asvetlov
- [Python-checkins] bpo-46808: remove NEXT_BLOCK() from compile.c (GH-31448)
markshannon
- [Python-checkins] bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
ambv
- [Python-checkins] bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
ambv
- [Python-checkins] bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469)
ambv
- [Python-checkins] bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31471)
ned-deily
- [Python-checkins] bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472)
ambv
- [Python-checkins] bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466)
vstinner
- [Python-checkins] bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479)
serhiy-storchaka
- [Python-checkins] bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479) (GH-31493)
serhiy-storchaka
- [Python-checkins] bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494)
serhiy-storchaka
- [Python-checkins] bpo-46820: Refactor tests for ambiguous end of numerical literal (GH-31494)
miss-islington
- [Python-checkins] bpo-46822: Increase timeout for test_create_server_ssl_over_ssl to match underlying timeouts (GH-31502)
zooba
- [Python-checkins] bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
markshannon
- [Python-checkins] bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
asvetlov
- [Python-checkins] bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
miss-islington
- [Python-checkins] bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
vstinner
- [Python-checkins] bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
vstinner
- [Python-checkins] bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
markshannon
- [Python-checkins] bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
markshannon
- [Python-checkins] bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
markshannon
- [Python-checkins] bpo-46852: Remove the float.__set_format__() method (GH-31585)
vstinner
- [Python-checkins] bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558)
vstinner
- [Python-checkins] bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31578)
vstinner
- [Python-checkins] bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31581)
vstinner
- [Python-checkins] bpo-46852: Restore test_getformat() test (GH-31601)
vstinner
- [Python-checkins] bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
vstinner
- [Python-checkins] bpo-46857: Fix test_embed.test_no_memleak() on Windows (GH-31589)
vstinner
- [Python-checkins] build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.1 (GH-30325)
asvetlov
- [Python-checkins] closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)
benjaminp
- [Python-checkins] closes bpo-46736: SimpleHTTPRequestHandler now uses HTML5. (GH-31533)
benjaminp
- [Python-checkins] Close stale PRs without signed CLA (GH-30500)
ambv
- [Python-checkins] Collect stats for UNPACK_SEQUENCE. (GH-31105)
markshannon
- [Python-checkins] compiler: Merge except_table and cnotab (GH-31614)
methane
- [Python-checkins] Corrections to format precision description. (GH-31291)
miss-islington
- [Python-checkins] Corrections to format precision description. (GH-31291)
miss-islington
- [Python-checkins] Counter doc mentions three methods, but lists four (GH-30706)
JelleZijlstra
- [Python-checkins] Counter doc mentions three methods, but lists four (GH-30706)
miss-islington
- [Python-checkins] Counter doc mentions three methods, but lists four (GH-30706)
miss-islington
- [Python-checkins] dict: Add dk_log2_index_bytes (GH-31439)
markshannon
- [Python-checkins] dict: Use DK_LOG_SIZE in hot loop. (GH-31405)
methane
- [Python-checkins] doc: use colon for all color's rangs (GH-28998)
Mariatta
- [Python-checkins] doc: use colon for all color's rangs (GH-28998)
miss-islington
- [Python-checkins] doc: use colon for all color's rangs (GH-28998) (#31336)
Mariatta
- [Python-checkins] docs: Link `match` statement in tutorial (GH-31396)
miss-islington
- [Python-checkins] docs: Link `match` statement in tutorial (GH-31396)
terryjreedy
- [Python-checkins] Don't print rejected tokens when using the debug flags in the parser (GH-31258)
pablogsal
- [Python-checkins] fix __bool__ docstring (GH-31301)
JelleZijlstra
- [Python-checkins] Fix __init_subclass__ using self instead of class (#31135)
gvanrossum
- [Python-checkins] Fix a typo in Doc/faq/programming.rst (GH-31243)
Mariatta
- [Python-checkins] Fix a typo in Doc/faq/programming.rst (GH-31243)
miss-islington
- [Python-checkins] Fix copyright years in `README.rst` (#31347)
Mariatta
- [Python-checkins] Fix minor details in the Counter docs (GH-31029)
rhettinger
- [Python-checkins] Fix minor details in the Counter docs (GH-31029) (GH-31072)
rhettinger
- [Python-checkins] Fix minor grammar error (#31325)
Mariatta
- [Python-checkins] Fix minor grammar error (GH-31325)
miss-islington
- [Python-checkins] Fix minor grammar error (GH-31325)
miss-islington
- [Python-checkins] Fix missing import in dataclass code snippet (GH-29214)
Mariatta
- [Python-checkins] Fix missing spaces in os.walk example (GH-29918)
terryjreedy
- [Python-checkins] Fix mistake in barry_as_FLUFL test (GH-31392)
sweeneyde
- [Python-checkins] Fix mistake in barry_as_FLUFL test (GH-31392)
miss-islington
- [Python-checkins] Fix mistake in barry_as_FLUFL test (GH-31392)
miss-islington
- [Python-checkins] Fix reporting of specialization stats. (GH-31503)
markshannon
- [Python-checkins] Fix sphinx-lint after #31097 and b878b3a (GH-31248)
miss-islington
- [Python-checkins] Fix sys.getdxp() when configured with --enable-pystats. (GH-31251)
markshannon
- [Python-checkins] Fix the signature of multiprocessing.set_executable (GH-31276)
miss-islington
- [Python-checkins] Fix the signature of multiprocessing.set_executable (GH-31276)
miss-islington
- [Python-checkins] Fix the signature of multiprocessing.set_executable (GH-31276)
Mariatta
- [Python-checkins] Fix typo in compileall.py's docstring (GH-29865)
terryjreedy
- [Python-checkins] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253)
asvetlov
- [Python-checkins] Gather stats for PRECALL_METHOD. (GH-31259)
markshannon
- [Python-checkins] Improve discussion about how __getattr__ is invoked. (GH-31435)
rhettinger
- [Python-checkins] Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437)
rhettinger
- [Python-checkins] Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31438)
rhettinger
- [Python-checkins] Improve docstring for set.discard() (GH-31315)
rhettinger
- [Python-checkins] Include length in stats for UNPACK_SEQUENCE. (GH-31254)
markshannon
- [Python-checkins] Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (#31512)
asvetlov
- [Python-checkins] Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512)
miss-islington
- [Python-checkins] Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514)
asvetlov
- [Python-checkins] Minor fixes to C API docs (GH-31501)
JelleZijlstra
- [Python-checkins] Minor fixes to C API docs (GH-31501)
miss-islington
- [Python-checkins] Move call specializations from CALL to PRECALL. (GH-31496)
markshannon
- [Python-checkins] Optimize images by IMGbot (GH-21348)
methane
- [Python-checkins] Optimize images by IMGbot (GH-21348)
miss-islington
- [Python-checkins] Optimize images by IMGbot (GH-21348)
methane
- [Python-checkins] Pass reference to func, as well as args, when pushing frame. (GH-31100)
markshannon
- [Python-checkins] Print summary stats for overall success of specialization. (GH-31211)
markshannon
- [Python-checkins] Process more stale PRs, oldest first (GH-31407)
Mariatta
- [Python-checkins] Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
gvanrossum
- [Python-checkins] Python 3.11.0a5
pablogsal
- [Python-checkins] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442)
asvetlov
- [Python-checkins] Reduce flakiness of taskgroups test 13 (GH-31411)
gvanrossum
- [Python-checkins] Regen the global objects using PYTHON_FOR_REGEN. (gh-31344)
ericsnowcurrently
- [Python-checkins] Remove offsets from expected output in test.test_dis (GH-31369)
markshannon
- [Python-checkins] Remove pair-counts from specialization stats. (GH-31500)
markshannon
- [Python-checkins] Remove Python 3.3 compatibility code from overlapped.c (GH-31049)
asvetlov
- [Python-checkins] Remove unnecessary basic block from comprehensions (GH-31263)
markshannon
- [Python-checkins] replace `self` param with more appropriate `cls` in classmethods (GH-31402)
asvetlov
- [Python-checkins] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (#31445)
asvetlov
- [Python-checkins] Restrict use of Mock objects as specs (GH-31090)
gpshead
- [Python-checkins] Right justify numeric columns in stats summary script. (GH-31234)
markshannon
- [Python-checkins] Skip cron workflow for forks (GH-30748)
zware
- [Python-checkins] Statistics internals: Make fewer calls to _coerce() when data types are mixed (GH-31619)
rhettinger
- [Python-checkins] Taskgroup tweaks (GH-31559)
gvanrossum
- [Python-checkins] Update __main__.rst (GH-30896)
Mariatta
- [Python-checkins] Update __main__.rst (GH-30896)
Mariatta
- [Python-checkins] Update copyright year to 2022. (GH-30335) (GH-31477)
ned-deily
- [Python-checkins] Update dict/OrderedDict differences with code equivalents. (GH-31563)
rhettinger
- [Python-checkins] Update dict/OrderedDict differences with code equivalents. (GH-31563)
miss-islington
- [Python-checkins] Update further README references from 3.10 to 3.11 (GH-31009)
Mariatta
- [Python-checkins] Update html.parser.rst (GH-30678)
miss-islington
- [Python-checkins] Update html.parser.rst (GH-30678)
miss-islington
- [Python-checkins] Update the copyright symbols in README.rst (GH-25514)
Mariatta
- [Python-checkins] Update the OMG link (GH-30383)
Mariatta
- [Python-checkins] Update the OMG link (GH-30383)
miss-islington
- [Python-checkins] Update the OMG link (GH-30383)
Mariatta
- [Python-checkins] Use raw string to avoid deprecation warning (GH-31427)
sweeneyde
Last message date:
Mon Feb 28 20:45:36 EST 2022
Archived on: Mon Feb 28 20:45:37 EST 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).