November 2022 Archives by author
Starting: Tue Nov 1 00:10:24 EDT 2022
Ending: Wed Nov 30 18:31:54 EST 2022
Messages: 586
- [Python-checkins] Doc: use "unnumbered" footnotes (#98954)
AlexWaygood
- [Python-checkins] [3.10] gh-92871: Postpone the removal of typing.{io, re} to 3.13 (GH-98958) (#98986)
AlexWaygood
- [Python-checkins] gh-98884: [pathlib] remove `hasattr` check for `lru_cache` (#98885)
AlexWaygood
- [Python-checkins] `test_typing`: use all pickle protocols (#99154)
AlexWaygood
- [Python-checkins] gh-99281: [csv] remove try/except, `complex` always exists (#99282)
AlexWaygood
- [Python-checkins] gh-99320: remove tests for old-style class from `test_complex` (#99321)
AlexWaygood
- [Python-checkins] gh-99325: Remove unused `NameError` handling (#99326)
AlexWaygood
- [Python-checkins] Fix typo in `__match_args__` doc (#99785)
AlexWaygood
- [Python-checkins] `fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (#99819)
AlexWaygood
- [Python-checkins] whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853)
AlexWaygood
- [Python-checkins] gh-98253: Break potential reference cycles in external code worsened by typing.py lru_cache (#98591)
AlexWaygood
- [Python-checkins] gh-98139: enhance namespace package repr
FFY00
- [Python-checkins] CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)
FFY00
- [Python-checkins] gh-99201: fix IndexError when initializing sysconfig config variables
FFY00
- [Python-checkins] gh-98658: Add __class_getitem__ to array.array (#98661)
JelleZijlstra
- [Python-checkins] gh-92871: Postpone the removal of typing.{io, re} to 3.13 (#98958)
JelleZijlstra
- [Python-checkins] gh-98989: configure: add 3.11 to list of Pythons (#98988)
JelleZijlstra
- [Python-checkins] GH-90699: Remove `_Py_IDENTIFIER` usage from `_asyncio` module (#99010)
JelleZijlstra
- [Python-checkins] argparse howto: Use f-string in preference to "...".format() (#98883)
JelleZijlstra
- [Python-checkins] gh-98512: Add more tests for `ValuesView` (#98515)
JelleZijlstra
- [Python-checkins] Docs: Add 'as, match statement' to the index (#99001)
JelleZijlstra
- [Python-checkins] gh-83004: Clean up refleak in _io initialisation (#98840)
JelleZijlstra
- [Python-checkins] minor edits to locale doc (#98537)
JelleZijlstra
- [Python-checkins] gh-98284: better error message for undefined abstractmethod (#97971)
JelleZijlstra
- [Python-checkins] gh-83004: Clean up refleak in _zoneinfo initialisation (#98842)
JelleZijlstra
- [Python-checkins] gh-83004: Clean up refleak in _pickle initialisation (#98841)
JelleZijlstra
- [Python-checkins] gh-99124: use concrete exception types in `test_builtin` (#99125)
JelleZijlstra
- [Python-checkins] gh-98513: Test abstract methods of some `collections` types (#98516)
JelleZijlstra
- [Python-checkins] [3.11] gh-98513: Test abstract methods of some `collections` types (GH-98516) (#99226)
JelleZijlstra
- [Python-checkins] gh-92119: ctypes: Print exception class name instead of its representation (#98302)
JelleZijlstra
- [Python-checkins] gh-80448: argparse: Fix IndexError on store_true action (#15656)
JelleZijlstra
- [Python-checkins] Fix misspelling in docs for http.HTTPMethod (#99376)
JelleZijlstra
- [Python-checkins] [3.10] gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) (#99452)
JelleZijlstra
- [Python-checkins] gh-96192: fix os.ismount() to use a path that is str or bytes (#96194)
JelleZijlstra
- [Python-checkins] gh-99662: fix typo in typing.TypeVarTuple docs (#99672)
JelleZijlstra
- [Python-checkins] Doc: Make functions.html readable again. (GH-99476)
JulienPalard
- [Python-checkins] Doc: Fix broken link to emscripten networking website (#99531)
Mariatta
- [Python-checkins] Doc: Replace question mark with fullstop (#99558)
Mariatta
- [Python-checkins] gh-85073: Add some missing links to source (GH-99363)
Mariatta
- [Python-checkins] Python 3.12.0a2
Yhg1s
- [Python-checkins] [3.8] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (GH-99231)
ambv
- [Python-checkins] [3.9] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (#99230)
ambv
- [Python-checkins] [3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132)
ambv
- [Python-checkins] [3.9] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) (GH-99493)
ambv
- [Python-checkins] gh-99659: Use correct exceptions in sqlite3 bigmem tests (#99660)
ambv
- [Python-checkins] [3.8] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) (GH-99661)
ambv
- [Python-checkins] closes gh-99508: fix `TypeError` in `Lib/importlib/_bootstrap_external.py` (GH-99635)
benjaminp
- [Python-checkins] GH-98686: Quicken everything (GH-98687)
brandtbucher
- [Python-checkins] GH-98686: Fix compiler warning for HAS_ARG (GH-99106)
brandtbucher
- [Python-checkins] GH-93143: Don't turn LOAD_FAST into LOAD_FAST_CHECK (GH-99075)
brandtbucher
- [Python-checkins] GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
brandtbucher
- [Python-checkins] GH-99205: Mark new interpreters and threads as non-static (GH-99268)
brandtbucher
- [Python-checkins] [3.11] GH-99257: Check the owner's type when specializing slots (GH-99324)
brandtbucher
- [Python-checkins] GH-99298: Don't perform jumps before error handling (GH-99299)
brandtbucher
- [Python-checkins] Remove old comment (GH-99489)
brandtbucher
- [Python-checkins] Add a macro for "inlining" new frames (GH-99490)
brandtbucher
- [Python-checkins] GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
brandtbucher
- [Python-checkins] GH-99298: Clean up attribute specializations (GH-99398)
brandtbucher
- [Python-checkins] [3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979)
brettcannon
- [Python-checkins] gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)
brettcannon
- [Python-checkins] [3.10] gh-97731: Specify the full path to the docs for `make docclean` (GH-98982) (#99025)
brettcannon
- [Python-checkins] gh-64019: Have attribute table in `inspect` docs link to module attributes instead of listing them (GH-98116)
brettcannon
- [Python-checkins] gh-99029: Fix handling of `PureWindowsPath('C:\<blah>').relative_to('C:')` (GH-99031)
brettcannon
- [Python-checkins] gh-91803: Mock - fix error when using autospec methods with seal (#92213)
cjw296
- [Python-checkins] gh-98086: Now ``patch.dict`` can decorate async functions (#98095)
cjw296
- [Python-checkins] [3.11] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (#99365)
cjw296
- [Python-checkins] gh-98999: Raise `ValueError` in `_pyio` on closed buffers (gh-99009)
corona10
- [Python-checkins] GH-90699: fix refleak in `_testcapimodule.c` (gh-99236)
corona10
- [Python-checkins] gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)
corona10
- [Python-checkins] gh-97909: PyMemberDef & PyGetSetDef members are not marked up (GH-98810)
encukou
- [Python-checkins] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99002)
encukou
- [Python-checkins] [3.11] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99002) (GH-99212)
encukou
- [Python-checkins] [3.10] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99002) (GH-99213)
encukou
- [Python-checkins] gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014)
encukou
- [Python-checkins] gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
encukou
- [Python-checkins] gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
encukou
- [Python-checkins] gh-98627: Add the _testsinglephase Module (gh-99039)
ericsnowcurrently
- [Python-checkins] gh-90868: Adjust the Generated Objects (gh-99223)
ericsnowcurrently
- [Python-checkins] gh-90110: Update the C-analyzer Tool (gh-99307)
ericsnowcurrently
- [Python-checkins] gh-81057: Generate a Separate Initializer For Each Part of the Global Objects Initializer (gh-99389)
ericsnowcurrently
- [Python-checkins] gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
ericsnowcurrently
- [Python-checkins] gh-81057: Add PyInterpreterState.static_objects (gh-99397)
ericsnowcurrently
- [Python-checkins] gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
ericsnowcurrently
- [Python-checkins] gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
ericsnowcurrently
- [Python-checkins] gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
ericsnowcurrently
- [Python-checkins] gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)
ericsnowcurrently
- [Python-checkins] gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
ericsnowcurrently
- [Python-checkins] gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
ericsnowcurrently
- [Python-checkins] gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
ericsnowcurrently
- [Python-checkins] gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
ericsnowcurrently
- [Python-checkins] GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916)
ericvsmith
- [Python-checkins] [3.11] GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916) (GH-99912)
ericvsmith
- [Python-checkins] [3.10] GH-98906 ```re``` module: ```search() vs. match()``` section should mention ```fullmatch()``` (GH-98916) (GH-99913)
ericvsmith
- [Python-checkins] Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (#99078)
erlend-aasland
- [Python-checkins] gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SCOPE_SYSTEM (#99085)
erlend-aasland
- [Python-checkins] [3.11] gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SCOPE_SYSTEM (GH-99085) (#99118)
erlend-aasland
- [Python-checkins] [3.10] gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SCOPE_SYSTEM (GH-99085) (#99119)
erlend-aasland
- [Python-checkins] gh-98586: Add What's New entry and update docs (#99056)
erlend-aasland
- [Python-checkins] Docs: add argument spec to sqlite3 CLI docs (#99200)
erlend-aasland
- [Python-checkins] gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)
erlend-aasland
- [Python-checkins] gh-98707: configure --with-system-libmpdec and --with-system-expat no longer include vendored headers (#98711)
erlend-aasland
- [Python-checkins] GH-81057: Remove static state from arraymodule (#99409)
erlend-aasland
- [Python-checkins] gh-99392: Fix sqlite3 converter recipes (#99393)
erlend-aasland
- [Python-checkins] gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (#93823)
erlend-aasland
- [Python-checkins] [3.11] gh-98707: configure --with-system-libmpdec and --with-system-expat no longer include vendored headers (GH-98711) (#99391)
erlend-aasland
- [Python-checkins] gh-93649: Split getargs tests from _testcapimodule.c (#99346)
erlend-aasland
- [Python-checkins] gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)
erlend-aasland
- [Python-checkins] gh-96269: static and shared ext need different deps (#96316)
erlend-aasland
- [Python-checkins] gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517)
erlend-aasland
- [Python-checkins] gh-99518: Fix escape symbol in `test_enum` (#99519)
erlend-aasland
- [Python-checkins] gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
erlend-aasland
- [Python-checkins] gh-96002: Add functional test for Argument Clinic (#96178)
erlend-aasland
- [Python-checkins] gh-91053: Add an optional callback that is invoked whenever a function is modified (#98175)
erlend-aasland
- [Python-checkins] gh-64490: Fix bugs in argument clinic varargs processing (#32092)
erlend-aasland
- [Python-checkins] gh-96168: Add sqlite3 row factory how-to (#99507)
erlend-aasland
- [Python-checkins] Docs: both sqlite3 "point examples" now adapt to str (#99823)
erlend-aasland
- [Python-checkins] Docs: improve accuracy of socketserver reference (#24767)
erlend-aasland
- [Python-checkins] gh-99824: Document that sqlite3.connect implicitly open a transaction if autocommit=False (#99825)
erlend-aasland
- [Python-checkins] gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
ethanfurman
- [Python-checkins] [Enum] add built-in property to test_test_simple_enum (GH-98453)
ethanfurman
- [Python-checkins] gh-99248: [Enum] fix negative number infinite loop (GH-99256)
ethanfurman
- [Python-checkins] [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)
ethanfurman
- [Python-checkins] gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395)
ethanfurman
- [Python-checkins] [3.11] gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395) (GH-99415)
ethanfurman
- [Python-checkins] [Enum] update version TODO comment (GH-99458)
ethanfurman
- [Python-checkins] gh-92647: [Enum] use final status to determine lookup or create (GH-99500)
ethanfurman
- [Python-checkins] gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)
ethanfurman
- [Python-checkins] bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
ethanfurman
- [Python-checkins] gh-96265: Formatting changes for faq/programming (#98242)
ezio-melotti
- [Python-checkins] [3.10] gh-96265: Formatting changes for faq/programming (GH-98242) (#98994)
ezio-melotti
- [Python-checkins] gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (#98437)
ezio-melotti
- [Python-checkins] Upload NEWS file as artifact (#30419)
ezio-melotti
- [Python-checkins] gh-73691: Increase size limits in _xxtestfuzz (#99070)
gpshead
- [Python-checkins] gh-90716: bugfixes and more tests for _pylong. (#99073)
gpshead
- [Python-checkins] gh-98433: Fix quadratic time idna decoding. (#99092)
gpshead
- [Python-checkins] [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (#99222)
gpshead
- [Python-checkins] gh-99238: clarify the type of the env dict. (#99253)
gpshead
- [Python-checkins] Update reference to the size of PyPI (#99076)
gpshead
- [Python-checkins] Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)
gpshead
- [Python-checkins] gh-99305: Speed up secrets.token_hex() ~2x (#99306)
gpshead
- [Python-checkins] gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an alphabetical ASCII character. (#99421)
gpshead
- [Python-checkins] gh-99430: Remove duplicated tests for old-styled classes (#99432)
gpshead
- [Python-checkins] gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (#99283)
gpshead
- [Python-checkins] gh-98930: improve the docstring of signal.strsignal (#99290)
gpshead
- [Python-checkins] [3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449)
gpshead
- [Python-checkins] gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-99285)
gpshead
- [Python-checkins] gh-61460: Add a comment describing the multiprocessing.connection protocol (gh-99623)
gpshead
- [Python-checkins] gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
gpshead
- [Python-checkins] gh-82836: fix private network check (#97733)
gpshead
- [Python-checkins] gh-92679: Clarify asyncio.loop.start_tls parameters (#92682)
gvanrossum
- [Python-checkins] GH-98831: "Generate" the interpreter (#98830)
gvanrossum
- [Python-checkins] GH-98831: Remove redundant extract_cases.py script (GH-99065)
gvanrossum
- [Python-checkins] GH-98831: Add `regen-cases` to `regen-all` (#99107)
gvanrossum
- [Python-checkins] GH-98831: Auto-generate PREDICTED() macro calls (#99102)
gvanrossum
- [Python-checkins] GH-98831: Add some macros definitions to bytecodes.c to reduce IDE warnings. (#99093)
gvanrossum
- [Python-checkins] GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112)
gvanrossum
- [Python-checkins] GH-98831: Implement super-instruction generation (#99084)
gvanrossum
- [Python-checkins] GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
gvanrossum
- [Python-checkins] gh-99277: remove older version of `get_write_buffer_limits` (#99280)
gvanrossum
- [Python-checkins] [3.11] gh-99277: remove older version of `get_write_buffer_limits` (GH-99280) (#99338)
gvanrossum
- [Python-checkins] GH-98831: Remove all remaining DISPATCH() calls from bytecodes.c (#99271)
gvanrossum
- [Python-checkins] GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#99386)
gvanrossum
- [Python-checkins] gh-99357: Close the event loop when it is no longer used in test_uncancel_structured_blocks (#99414)
gvanrossum
- [Python-checkins] GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)
gvanrossum
- [Python-checkins] [3.11] gh-99357: Close the event loop when it is no longer used in test_uncancel_structured_blocks (GH-99414) (#99424)
gvanrossum
- [Python-checkins] GH-98219: reduce sleep time in `asyncio` subprocess test (#99464)
gvanrossum
- [Python-checkins] gh-99460 Emscripten trampolines on optimized METH_O and METH_NOARGS code paths (#99461)
gvanrossum
- [Python-checkins] GH-98831: Implement basic cache effects (#99313)
gvanrossum
- [Python-checkins] [3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS code paths (gh-99461) (#99514)
gvanrossum
- [Python-checkins] gh-99443: `descr_set_trampoline_call` return type should be `int` not `PyObject*` (#99444)
gvanrossum
- [Python-checkins] GH-98831: Refactor and fix cases generator (#99526)
gvanrossum
- [Python-checkins] [3.10] gh-85073: Add some missing links to source (GH-99363) (#99589)
gvanrossum
- [Python-checkins] [3.10] Remove trailing space to fix azure failures (#99611)
gvanrossum
- [Python-checkins] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raises (#95739)
gvanrossum
- [Python-checkins] GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)
gvanrossum
- [Python-checkins] [3.11] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raises (GH-95739) (#99721)
gvanrossum
- [Python-checkins] [3.10] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raises (GH-95739) (#99722)
gvanrossum
- [Python-checkins] GH-79033: Fix asyncio.Server.wait_closed() (#98582)
gvanrossum
- [Python-checkins] GH-66285: skip asyncio fork tests for platforms without md5 hash (#99745)
gvanrossum
- [Python-checkins] Docs: Move .PHONY to each section to avoid copy/paste omissions (#99396)
hugovk
- [Python-checkins] gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
iritkatriel
- [Python-checkins] gh-87092: remove unused SET_LOC/UNSET_LOC macros (GH-98914)
iritkatriel
- [Python-checkins] gh-94808: Cover `LOAD_GLOBAL` for custom dict subtypes (GH-96767)
iritkatriel
- [Python-checkins] [3.11] gh-94808: Cover `LOAD_GLOBAL` for custom dict subtypes (GH-96767) (GH-99091)
iritkatriel
- [Python-checkins] gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
iritkatriel
- [Python-checkins] gh-94808: add tests covering `PySequence_{Set, Del}Slice` (GH-99123)
iritkatriel
- [Python-checkins] gh-94808: add tests covering `PyFunction_GetKwDefaults` and `PyFunction_SetKwDefaults` (GH-98809)
iritkatriel
- [Python-checkins] [doc] fix typo (GH-99143)
iritkatriel
- [Python-checkins] gh-99153: set location on SyntaxError for try with both except and except* (GH-99160)
iritkatriel
- [Python-checkins] gh-99051: remove duplicated test from `test_weakref` (GH-99052)
iritkatriel
- [Python-checkins] bpo-33964: IDLE macosx - removed unused local dict. (GH-7926)
iritkatriel
- [Python-checkins] gh-94286 Fix documentation of print default param (GH-94297)
iritkatriel
- [Python-checkins] remove new line in pickle exception message (GH-31782)
iritkatriel
- [Python-checkins] bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)
iritkatriel
- [Python-checkins] gh-99181: fix except* on unhashable exceptions (GH-99192)
iritkatriel
- [Python-checkins] gh-94445: add compiler test for another case of excessive stack use (GH-99237)
iritkatriel
- [Python-checkins] gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
iritkatriel
- [Python-checkins] gh-99254: remove all unused consts from code objects (GH-99255)
iritkatriel
- [Python-checkins] gh-98762: Fix locations of match sub-patterns (GH-98775)
iritkatriel
- [Python-checkins] gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
iritkatriel
- [Python-checkins] gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
iritkatriel
- [Python-checkins] gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)
iritkatriel
- [Python-checkins] gh-99708: fix bug where compiler crashes on if expression with an empty body block (GH-99732)
iritkatriel
- [Python-checkins] bpo-41260: C impl of datetime.date.strftime() takes different keyword arg (GH-21712)
iritkatriel
- [Python-checkins] bpo-38031: Fix a possible assertion failure in _io.FileIO() (#GH-5688)
iritkatriel
- [Python-checkins] gh-89682: [doc] reword docstring of __contains__ to clarify that it returns a bool (GH-29043)
iritkatriel
- [Python-checkins] gh-99815: remove unused 'invalid' sentinel value and code that checks for it in inspect.signature parsing (GH-21104)
iritkatriel
- [Python-checkins] bpo-41825: restructure docs for the os.wait*() family (GH-22356)
iritkatriel
- [Python-checkins] gh-87092: move all localsplus preparation into separate function called from assembler stage (GH-99869)
iritkatriel
- [Python-checkins] GH-99877)
iritkatriel
- [Python-checkins] gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343)
jaraco
- [Python-checkins] gh-98098: Create packages from zipfile and test_zipfile (gh-98103)
jaraco
- [Python-checkins] Fix zipfile packaging after GH-98103 (GH-99797)
jaraco
- [Python-checkins] gh-98108: Add limited pickleability to zipfile.Path (GH-98109)
jaraco
- [Python-checkins] [3.10] gh-99795: Fix typo in importlib.resources.abc (GH-99796) (GH-99800)
jaraco
- [Python-checkins] gh-88330: Add more detail about what is a resource. (#99801)
jaraco
- [Python-checkins] GH-66285: fix forking in `asyncio` (#99539)
kumaraditya303
- [Python-checkins] gh-94808: [coverage] Add an asynchronous generator test where the generator is already running (#97672)
kumaraditya303
- [Python-checkins] gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (#99233)
kumaraditya303
- [Python-checkins] GH-66285: Revert "fix forking in asyncio" (#99756)
kumaraditya303
- [Python-checkins] [3.11] gh-85073: Add some missing links to source (GH-99363) (#99586)
kumaraditya303
- [Python-checkins] GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (#95897)
kumaraditya303
- [Python-checkins] [3.10] gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512) (#99790)
kumaraditya303
- [Python-checkins] [3.11] gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512) (#99791)
kumaraditya303
- [Python-checkins] gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration warnings in configure.ac (#99406)
kumaraditya303
- [Python-checkins] GH-66285: fix forking in asyncio (#99769)
kumaraditya303
- [Python-checkins] bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)
kumaraditya303
- [Python-checkins] doc: Remove backslashes in doctest grammar docs (#29346)
kumaraditya303
- [Python-checkins] Remove unused local variables in inspect.py (#24218)
kumaraditya303
- [Python-checkins] gh-99677: Deduplicate self-type in `mro` in `inspect._getmembers` (#99678)
kumaraditya303
- [Python-checkins] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)
kumaraditya303
- [Python-checkins] [3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) (#99841)
kumaraditya303
- [Python-checkins] [3.10] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and s… (#99842)
kumaraditya303
- [Python-checkins] GH-91375: Port `_asyncio` static types to heap types and module state (#99122)
kumaraditya303
- [Python-checkins] Improve zip64 limit error message (#95892)
kumaraditya303
- [Python-checkins] GH-81057: remove static state from suggestions.c (#99411)
kumaraditya303
- [Python-checkins] Fix typo in exception message in `multiprocessing.pool` (#99900)
kumaraditya303
- [Python-checkins] [3.11] gh-99211: Point to except/except* on syntax errors when mixing them (GH-99215) (GH-99622)
lysnikolaou
- [Python-checkins] gh-90994: Improve error messages upon call arguments syntax errors (GH-96893)
lysnikolaou
- [Python-checkins] GH-96793: Implement PEP 479 in bytecode. (GH-99006)
markshannon
- [Python-checkins] Support comparing two sets of pystats (GH-98816)
markshannon
- [Python-checkins] GH-96793: Specialize FOR_ITER for generators. (GH-98772)
markshannon
- [Python-checkins] GH-99257: Check the owner's type when specializing slots (GH-99258)
markshannon
- [Python-checkins] GH-96421: Insert shim frame on entry to interpreter (GH-96319)
markshannon
- [Python-checkins] [3.11] GH-99298: Don't perform jumps before error handling (GH-99343)
markshannon
- [Python-checkins] GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)
markshannon
- [Python-checkins] gh-99146 struct module documentation should have more predictable examples/warnings (GH-99141)
mdickinson
- [Python-checkins] [3.11] gh-99146 struct module documentation should have more predictable examples/warnings (GH-99141) (GH-99702)
mdickinson
- [Python-checkins] [3.10] gh-99146 struct module documentation should have more predictable examples/warnings (GH-99141) (GH-99703)
mdickinson
- [Python-checkins] gh-85988: Change documentation for sys.float_info.rounds (GH-99675)
mdickinson
- [Python-checkins] gh-99706: unicodeobject: Fix padding in `PyASCIIObject.state` (GH-99707)
methane
- [Python-checkins] gh-98852: Fix subscription of type aliases (GH-98920)
miss-islington
- [Python-checkins] [3.11] Missing PS1 prompt in tutorial example (GH-98921) (GH-98944)
miss-islington
- [Python-checkins] Doc: use "unnumbered" footnotes (GH-98954)
miss-islington
- [Python-checkins] Doc: use "unnumbered" footnotes (GH-98954)
miss-islington
- [Python-checkins] gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
miss-islington
- [Python-checkins] gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
miss-islington
- [Python-checkins] gh-98925: Lower marshal recursion depth for WASI (GH-98938)
miss-islington
- [Python-checkins] gh-92871: Postpone the removal of typing.{io, re} to 3.13 (GH-98958)
miss-islington
- [Python-checkins] gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)
miss-islington
- [Python-checkins] gh-96265: Formatting changes for faq/programming (GH-98242)
miss-islington
- [Python-checkins] gh-92679: Clarify asyncio.loop.start_tls parameters (GH-92682)
miss-islington
- [Python-checkins] GH-90699: Remove `_Py_IDENTIFIER` usage from `_curses` module (GH-98957)
miss-islington
- [Python-checkins] GH-90699: Remove `_Py_IDENTIFIER` usage from `_json` module (GH-98956)
miss-islington
- [Python-checkins] gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)
miss-islington
- [Python-checkins] gh-98415: Fix uuid.getnode() ifconfig implementation (GH-98423)
miss-islington
- [Python-checkins] gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)
miss-islington
- [Python-checkins] GH-90699: Remove `_Py_IDENTIFIER` usage from `_elementtree` module (GH-99012)
miss-islington
- [Python-checkins] gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)
miss-islington
- [Python-checkins] gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)
miss-islington
- [Python-checkins] argparse howto: Use f-string in preference to "...".format() (GH-98883)
miss-islington
- [Python-checkins] argparse howto: Use f-string in preference to "...".format() (GH-98883)
miss-islington
- [Python-checkins] Docs: Add 'as, match statement' to the index (GH-99001)
miss-islington
- [Python-checkins] Docs: Add 'as, match statement' to the index (GH-99001)
miss-islington
- [Python-checkins] gh-65002: Make note that null bytes are used to pad bytes (GH-98635)
miss-islington
- [Python-checkins] gh-65002: Make note that null bytes are used to pad bytes (GH-98635)
miss-islington
- [Python-checkins] gh-98512: Add more tests for `ValuesView` (GH-98515)
miss-islington
- [Python-checkins] gh-98512: Add more tests for `ValuesView` (GH-98515)
miss-islington
- [Python-checkins] gh-98740: Fix validation of conditional expressions in RE (GH-98764)
miss-islington
- [Python-checkins] gh-83004: Clean up refleak in _io initialisation (GH-98840)
miss-islington
- [Python-checkins] gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066)
miss-islington
- [Python-checkins] GH-90699: Remove `_Py_IDENTIFIER` usage from `_ctypes` (GH-99054)
miss-islington
- [Python-checkins] Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (GH-99078)
miss-islington
- [Python-checkins] Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (GH-99078)
miss-islington
- [Python-checkins] minor edits to locale doc (GH-98537)
miss-islington
- [Python-checkins] minor edits to locale doc (GH-98537)
miss-islington
- [Python-checkins] [3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (GH-99071) (GH-99098)
miss-islington
- [Python-checkins] gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
miss-islington
- [Python-checkins] [3.11] gh-98706: Sync with importlib_metadata 4.13.0. (GH-98875)
miss-islington
- [Python-checkins] gh-94808: add tests covering `PySequence_{Set, Del}Slice` (GH-99123)
miss-islington
- [Python-checkins] gh-99134: Update bundled pip to 22.3.1 (gh-99135)
miss-islington
- [Python-checkins] gh-99134: Update bundled pip to 22.3.1 (gh-99135)
miss-islington
- [Python-checkins] [doc] fix typo (GH-99143)
miss-islington
- [Python-checkins] `test_typing`: use all pickle protocols (GH-99154)
miss-islington
- [Python-checkins] `test_typing`: use all pickle protocols (GH-99154)
miss-islington
- [Python-checkins] gh-83004: Clean up refleak in _io initialisation (GH-98840)
miss-islington
- [Python-checkins] gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
miss-islington
- [Python-checkins] gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)
miss-islington
- [Python-checkins] gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)
miss-islington
- [Python-checkins] gh-83004: Clean up refleak in _pickle initialisation (GH-98841)
miss-islington
- [Python-checkins] gh-83004: Clean up refleak in _pickle initialisation (GH-98841)
miss-islington
- [Python-checkins] Correct some typos in comments (GH-98194)
miss-islington
- [Python-checkins] gh-99051: remove duplicated test from `test_weakref` (GH-99052)
miss-islington
- [Python-checkins] gh-99051: remove duplicated test from `test_weakref` (GH-99052)
miss-islington
- [Python-checkins] gh-94286 Fix documentation of print default param (GH-94297)
miss-islington
- [Python-checkins] gh-94286 Fix documentation of print default param (GH-94297)
miss-islington
- [Python-checkins] gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
miss-islington
- [Python-checkins] gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
miss-islington
- [Python-checkins] [3.11] GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156). (GH-99188)
miss-islington
- [Python-checkins] bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)
miss-islington
- [Python-checkins] bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)
miss-islington
- [Python-checkins] doc: Formatting and typo fixes (GH-98974)
miss-islington
- [Python-checkins] doc: Formatting and typo fixes (GH-98974)
miss-islington
- [Python-checkins] GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)
miss-islington
- [Python-checkins] gh-94280: Require Python 3.9 or higher to compile CPython on Windows (GH-94281)
miss-islington
- [Python-checkins] gh-99124: use concrete exception types in `test_builtin` (GH-99125)
miss-islington
- [Python-checkins] gh-98513: Test abstract methods of some `collections` types (GH-98516)
miss-islington
- [Python-checkins] gh-99124: use concrete exception types in `test_builtin` (GH-99125)
miss-islington
- [Python-checkins] [3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222)
miss-islington
- [Python-checkins] gh-92119: ctypes: Print exception class name instead of its representation (GH-98302)
miss-islington
- [Python-checkins] gh-99181: fix except* on unhashable exceptions (GH-99192)
miss-islington
- [Python-checkins] Fix broken link in `asyncio-subprocesses` doc (GH-99214)
miss-islington
- [Python-checkins] Fix broken link in `asyncio-subprocesses` doc (GH-99214)
miss-islington
- [Python-checkins] Fix broken link in `asyncio-subprocesses` doc (GH-99214)
miss-islington
- [Python-checkins] gh-99248: [Enum] fix negative number infinite loop (GH-99256)
miss-islington
- [Python-checkins] gh-99238: clarify the type of the env dict. (GH-99253)
miss-islington
- [Python-checkins] gh-99238: clarify the type of the env dict. (GH-99253)
miss-islington
- [Python-checkins] gh-94445: add compiler test for another case of excessive stack use (GH-99237)
miss-islington
- [Python-checkins] [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)
miss-islington
- [Python-checkins] GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)
miss-islington
- [Python-checkins] Update reference to the size of PyPI (GH-99076)
miss-islington
- [Python-checkins] gh-98832: Change wording in docstring of `pathlib.Path.iterdir` (GH-98833)
miss-islington
- [Python-checkins] GH-99205: Mark new interpreters and threads as non-static (GH-99268)
miss-islington
- [Python-checkins] gh-99320: remove tests for old-style class from `test_complex` (GH-99321)
miss-islington
- [Python-checkins] gh-99320: remove tests for old-style class from `test_complex` (GH-99321)
miss-islington
- [Python-checkins] gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
miss-islington
- [Python-checkins] gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
miss-islington
- [Python-checkins] gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
miss-islington
- [Python-checkins] GH-99183: Document behavior of count() for empty substrings (GH-99339)
miss-islington
- [Python-checkins] GH-99183: Document behavior of count() for empty substrings (GH-99339)
miss-islington
- [Python-checkins] gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)
miss-islington
- [Python-checkins] gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)
miss-islington
- [Python-checkins] gh-84522: Add for-loop to apply-method-to-sequence FAQ (GH-94660)
miss-islington
- [Python-checkins] gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
miss-islington
- [Python-checkins] gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
miss-islington
- [Python-checkins] Fix typo in Tools/wasm/README.md (GH-99384)
miss-islington
- [Python-checkins] gh-80448: argparse: Fix IndexError on store_true action (GH-15656)
miss-islington
- [Python-checkins] gh-80448: argparse: Fix IndexError on store_true action (GH-15656)
miss-islington
- [Python-checkins] bpo-34272: Reorganize C API tests. (GH-8551)
miss-islington
- [Python-checkins] bpo-34272: Reorganize C API tests. (GH-8551)
miss-islington
- [Python-checkins] gh-99392: Fix sqlite3 converter recipes (GH-99393)
miss-islington
- [Python-checkins] gh-99392: Fix sqlite3 converter recipes (GH-99393)
miss-islington
- [Python-checkins] gh-99103: Normalize specialized traceback anchors against the current line (GH-99145)
miss-islington
- [Python-checkins] gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an alphabetical ASCII character. (GH-99421)
miss-islington
- [Python-checkins] gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
miss-islington
- [Python-checkins] gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
miss-islington
- [Python-checkins] [Enum] update version TODO comment (GH-99458)
miss-islington
- [Python-checkins] gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
miss-islington
- [Python-checkins] GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState` (GH-99385)
miss-islington
- [Python-checkins] gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)
miss-islington
- [Python-checkins] GH-98219: reduce sleep time in `asyncio` subprocess test (GH-99464)
miss-islington
- [Python-checkins] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)
miss-islington
- [Python-checkins] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)
miss-islington
- [Python-checkins] Update Windows readme.txt to clarify Visual Studio required versions (GH-99522)
miss-islington
- [Python-checkins] gh-98940: Fix Mac/Extras.install.py File filter bug (GH-98943)
miss-islington
- [Python-checkins] gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-99523)
miss-islington
- [Python-checkins] gh-99443: `descr_set_trampoline_call` return type should be `int` not `PyObject*` (GH-99444)
miss-islington
- [Python-checkins] gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
miss-islington
- [Python-checkins] Misc copyedits in docs on built-in types (GH-24466)
miss-islington
- [Python-checkins] gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (GH-99572)
miss-islington
- [Python-checkins] Doc: Replace question mark with fullstop (GH-99558)
miss-islington
- [Python-checkins] Doc: Replace question mark with fullstop (GH-99558)
miss-islington
- [Python-checkins] Doc: Make functions.html readable again. (GH-99476)
miss-islington
- [Python-checkins] gh-99211: Point to except/except* on syntax errors when mixing them (GH-99215)
miss-islington
- [Python-checkins] gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (GH-99605)
miss-islington
- [Python-checkins] gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
miss-islington
- [Python-checkins] gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
miss-islington
- [Python-checkins] Add more details in test_unittest (GH-99626)
miss-islington
- [Python-checkins] gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)
miss-islington
- [Python-checkins] gh-99662: fix typo in typing.TypeVarTuple docs (GH-99672)
miss-islington
- [Python-checkins] gh-99659: Use correct exceptions in sqlite3 bigmem tests (GH-99660)
miss-islington
- [Python-checkins] gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
miss-islington
- [Python-checkins] gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
miss-islington
- [Python-checkins] gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
miss-islington
- [Python-checkins] GH-97001: Release GIL in termios extension (GH-99503)
miss-islington
- [Python-checkins] gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
miss-islington
- [Python-checkins] GH-92892: Add section about variadic functions to ctypes documentation (GH-99529)
miss-islington
- [Python-checkins] GH-92892: Add section about variadic functions to ctypes documentation (GH-99529)
miss-islington
- [Python-checkins] GH-95283: Add note about compilers in Mac/README.txt (GH-99506)
miss-islington
- [Python-checkins] GH-95283: Add note about compilers in Mac/README.txt (GH-99506)
miss-islington
- [Python-checkins] gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)
miss-islington
- [Python-checkins] Use faster APIs to calculate paths at startup for Store packaged Python on Windows (GH-99345)
miss-islington
- [Python-checkins] Use faster APIs to calculate paths at startup for Store packaged Python on Windows (GH-99345)
miss-islington
- [Python-checkins] add Kumar Aditya as `asyncio` codeowner (GH-99744)
miss-islington
- [Python-checkins] gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
miss-islington
- [Python-checkins] gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
miss-islington
- [Python-checkins] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241)
miss-islington
- [Python-checkins] Fix rendering of audioop license in Doc/license.rst (GH-99752)
miss-islington
- [Python-checkins] Fix rendering of audioop license in Doc/license.rst (GH-99752)
miss-islington
- [Python-checkins] gh-96168: Add sqlite3 row factory how-to (GH-99507)
miss-islington
- [Python-checkins] bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
miss-islington
- [Python-checkins] bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
miss-islington
- [Python-checkins] gh-96168: Add sqlite3 row factory how-to (GH-99507)
miss-islington
- [Python-checkins] Fix typo on inline comment for email.generator (GH-98210)
miss-islington
- [Python-checkins] gh-64019: Have attribute table in `inspect` docs link to module attributes instead of listing them (GH-98116)
miss-islington
- [Python-checkins] Fix typo in `__match_args__` doc (GH-99785)
miss-islington
- [Python-checkins] Fix typo in `__match_args__` doc (GH-99785)
miss-islington
- [Python-checkins] gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512)
miss-islington
- [Python-checkins] GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH-95897)
miss-islington
- [Python-checkins] GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH-95897)
miss-islington
- [Python-checkins] gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343)
miss-islington
- [Python-checkins] gh-97966: Restore prior expectation that uname_result._fields and ._asdict would include the processor. (gh-98343)
miss-islington
- [Python-checkins] gh-99795: Fix typo in importlib.resources.abc (GH-99796)
miss-islington
- [Python-checkins] gh-99795: Fix typo in importlib.resources.abc (GH-99796)
miss-islington
- [Python-checkins] gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)
miss-islington
- [Python-checkins] bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)
miss-islington
- [Python-checkins] bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)
miss-islington
- [Python-checkins] doc: Remove backslashes in doctest grammar docs (GH-29346)
miss-islington
- [Python-checkins] doc: Remove backslashes in doctest grammar docs (GH-29346)
miss-islington
- [Python-checkins] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768)
miss-islington
- [Python-checkins] gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)
miss-islington
- [Python-checkins] gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)
miss-islington
- [Python-checkins] Docs: both sqlite3 "point examples" now adapt to str (GH-99823)
miss-islington
- [Python-checkins] Docs: both sqlite3 "point examples" now adapt to str (GH-99823)
miss-islington
- [Python-checkins] gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629)
miss-islington
- [Python-checkins] gh-51524: Fix bug when calling trace.CoverageResults with valid infile (GH-99629)
miss-islington
- [Python-checkins] bpo-41825: restructure docs for the os.wait*() family (GH-22356)
miss-islington
- [Python-checkins] gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
miss-islington
- [Python-checkins] gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
miss-islington
- [Python-checkins] `fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (GH-99819)
miss-islington
- [Python-checkins] gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and TypeVarTuple (GH-99412)
miss-islington
- [Python-checkins] gh-90717: Update the documentation for the altchars paremeter in base64 library (GH-94187)
miss-islington
- [Python-checkins] whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853)
miss-islington
- [Python-checkins] whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853)
miss-islington
- [Python-checkins] Docs: improve accuracy of socketserver reference (GH-24767)
miss-islington
- [Python-checkins] Docs: improve accuracy of socketserver reference (GH-24767)
miss-islington
- [Python-checkins] gh-82836: fix private network check (GH-97733)
miss-islington
- [Python-checkins] gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-99893)
miss-islington
- [Python-checkins] bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH-25491)
miss-islington
- [Python-checkins] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194)
miss-islington
- [Python-checkins] [3.7] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99232)
ned-deily
- [Python-checkins] gh-98931: Improve error message when the user types 'import x from y' instead of 'from y import x' (#98932)
pablogsal
- [Python-checkins] gh-96997: Clarify the contract of PyMem_SetAllocator() (#98977)
pablogsal
- [Python-checkins] gh-99139: Improve NameError error suggestion for instances (#99140)
pablogsal
- [Python-checkins] [3.11] gh-99153: set location on SyntaxError for try with both except and except* (GH-99160) (#99168)
pablogsal
- [Python-checkins] gh-91058: Add what's new entry for the improvement in commit 7cfbb49fcd4c85f9bab3797302eadf93df490344 (#99198)
pablogsal
- [Python-checkins] gh-98254: Add what's new entry for the improvement in commit bb56dead336357153a0c3b8cc9d9d6856d2c5a03 (#99197)
pablogsal
- [Python-checkins] gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (#99605)
pablogsal
- [Python-checkins] [3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (GH-99605). (#99630)
pablogsal
- [Python-checkins] [3.11] gh-99103: Normalize specialized traceback anchors against the current line (#99423)
pablogsal
- [Python-checkins] gh-99134: Update bundled pip to 22.3.1 (gh-99135)
pfmoore
- [Python-checkins] GH-98766: Modest speed-up from ChainMap.__iter__ (GH-98946)
rhettinger
- [Python-checkins] [3.10] [ GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-99156). (GH-99188) (GH-99190)
rhettinger
- [Python-checkins] GH-99183: Document behavior of count() for empty substrings (GH-99339)
rhettinger
- [Python-checkins] gh-84522: Add for-loop to apply-method-to-sequence FAQ (#94660)
rhettinger
- [Python-checkins] gh-99650 : Updated argparse docs (GH-99653)
rhettinger
- [Python-checkins] [3.11] gh-99650 : Updated argparse docs (GH-99653) (GH-99705)
rhettinger
- [Python-checkins] bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH-25491)
rhettinger
- [Python-checkins] gh-98940: Fix Mac/Extras.install.py File filter bug (#98943)
ronaldoussoren
- [Python-checkins] gh-99337: Fix compile errors with gcc 12 on macOS (#99470)
ronaldoussoren
- [Python-checkins] GH-95815: Document less specific error for os.remove (#99571)
ronaldoussoren
- [Python-checkins] [3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)
ronaldoussoren
- [Python-checkins] [3.11] GH-95815: Document less specific error for os.remove (GH-99571) (#99641)
ronaldoussoren
- [Python-checkins] [3.10] GH-95815: Document less specific error for os.remove (GH-99571) (#99639)
ronaldoussoren
- [Python-checkins] GH-97001: Release GIL in termios extension (#99503)
ronaldoussoren
- [Python-checkins] GH-92892: Add section about variadic functions to ctypes documentation (#99529)
ronaldoussoren
- [Python-checkins] [3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680)
ronaldoussoren
- [Python-checkins] GH-95283: Add note about compilers in Mac/README.txt (#99506)
ronaldoussoren
- [Python-checkins] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#99768)
ronaldoussoren
- [Python-checkins] gh-98852: Fix subscription of type aliases (GH-98920)
serhiy-storchaka
- [Python-checkins] [3.10] gh-98852: Fix subscription of types.GenericAlias instances (GH-98920) (GH-98969)
serhiy-storchaka
- [Python-checkins] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017)
serhiy-storchaka
- [Python-checkins] gh-98740: Fix validation of conditional expressions in RE (GH-98764)
serhiy-storchaka
- [Python-checkins] [3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (GH-99046)
serhiy-storchaka
- [Python-checkins] bpo-34272: Reorganize C API tests. (GH-8551)
serhiy-storchaka
- [Python-checkins] gh-99426: Use PyUnicode_FromFormat() and PyErr_Format() instead of sprintf (GH-99427)
serhiy-storchaka
- [Python-checkins] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicode (GH-99431)
serhiy-storchaka
- [Python-checkins] [3.11] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicode (GH-99431). (GH-99614)
serhiy-storchaka
- [Python-checkins] [3.10] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicode (GH-99431). (GH-99617)
serhiy-storchaka
- [Python-checkins] Add more details in test_unittest (GH-99626)
serhiy-storchaka
- [Python-checkins] [3.10] Add more details in test_unittest (GH-99626). (GH-99692)
serhiy-storchaka
- [Python-checkins] [3.11] gh-99016: Make build scripts compatible with Python 3.8 (GH-99017). (GH-99693)
serhiy-storchaka
- [Python-checkins] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646)
serhiy-storchaka
- [Python-checkins] [3.11] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646) (GH-99698)
serhiy-storchaka
- [Python-checkins] [3.10] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646) (GH-99699)
serhiy-storchaka
- [Python-checkins] gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if computed gotos aren't enabled (GH-98265)
serhiy-storchaka
- [Python-checkins] gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and TypeVarTuple (GH-99412)
serhiy-storchaka
- [Python-checkins] gh-99593: Add tests for Unicode C API (part 1) (GH-99651)
serhiy-storchaka
- [Python-checkins] gh-89189: More compact range iterator (GH-27986)
serhiy-storchaka
- [Python-checkins] [3.11] Fix misspelling in docs for http.HTTPMethod (GH-99376) (#99451)
terryjreedy
- [Python-checkins] gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629)
terryjreedy
- [Python-checkins] [3.10] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (GH-99366)
tirkarthi
- [Python-checkins] [doc] Update cookbook example for socket-based logging in a production sett… (GH-98922)
vsajip
- [Python-checkins] [3.11] [doc] Update cookbook example for socket-based logging in a production sett… (GH-98922) (GH-98980)
vsajip
- [Python-checkins] [3.10] [doc] Update cookbook example for socket-based logging in a production sett… (GH-98922) (GH-98981)
vsajip
- [Python-checkins] gh-99811: Use correct variable to search for time in format string (GH-99812)
vsajip
- [Python-checkins] [3.11] gh-99811: Use correct variable to search for time in format string (GH-99812) (GH-99851)
vsajip
- [Python-checkins] [3.10] gh-99811: Use correct variable to search for time in format string (GH-99812) (GH-99852)
vsajip
- [Python-checkins] gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)
vstinner
- [Python-checkins] gh-98415: Fix uuid.getnode() ifconfig implementation (#98423)
vstinner
- [Python-checkins] gh-98393: Update test_os for bytes-like types (#98487)
vstinner
- [Python-checkins] gh-94199: Remove ssl.wrap_socket() documentation (#99023)
vstinner
- [Python-checkins] gh-98948: Remove obsolete readelf dependency (#98949)
vstinner
- [Python-checkins] gh-97616: test_list_resize_overflow() uses sys.maxsize (#99057)
vstinner
- [Python-checkins] gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
vstinner
- [Python-checkins] gh-92584: Remove references to removed _bootsubprocess (#99062)
vstinner
- [Python-checkins] gh-90716: Remove _pylong._DEBUG flag (#99063)
vstinner
- [Python-checkins] gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
vstinner
- [Python-checkins] gh-98978: Fix Py_SetPythonHome(NULL) (#99066)
vstinner
- [Python-checkins] gh-92584: Remove the distutils package (#99061)
vstinner
- [Python-checkins] gh-90716: Fix pylong_int_from_string() refleak (#99094)
vstinner
- [Python-checkins] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071)
vstinner
- [Python-checkins] [3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071) (#99098)
vstinner
- [Python-checkins] gh-72719: Remove asyncore and asynchat modules (#96580)
vstinner
- [Python-checkins] gh-91248: Add PyFrame_GetVar() function (#95712)
vstinner
- [Python-checkins] gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)
vstinner
- [Python-checkins] gh-98724: Fix Py_CLEAR() macro side effects (#99100)
vstinner
- [Python-checkins] gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Python/ directory (#99302)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Python/ directory (#99317)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Parser/ directory (#99330)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Objects/dictobject.c (#99333)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Objects/listobject.c (#99336)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
vstinner
- [Python-checkins] gh-91248: Optimize PyFrame_GetVar() (#99252)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/_elementtree.c (#99438)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/itertoolsmodule.c (#99439)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/ directory (#99440)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/_ctypes/ (#99436)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/_asynciomodule.c (#99441)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/ directory (#99466)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/ directory (#99467)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/_datetimemodule.c (#99465)
vstinner
- [Python-checkins] gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Modules/ directory (#99473)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Doc/ directory (#99480)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in PC/ directory (#99479)
vstinner
- [Python-checkins] gh-99300: Use Py_NewRef() in Python/Python-ast.c (#99499)
vstinner
- [Python-checkins] gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
vstinner
- [Python-checkins] gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
vstinner
- [Python-checkins] gh-99578: Fix refleak in _imp.create_builtin() (#99642)
vstinner
- [Python-checkins] [3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573)
vstinner
- [Python-checkins] gh-99537: Use Py_SETREF() function in longobject C code (#99655)
vstinner
- [Python-checkins] gh-99537: Use Py_SETREF() function in C code (#99657)
vstinner
- [Python-checkins] gh-99537: Use Py_SETREF() function in C code (#99656)
vstinner
- [Python-checkins] gh-99537: Use Py_CLEAR() function in C code (#99686)
vstinner
- [Python-checkins] gh-99300: Replace Py_INCREF() with Py_NewRef() in _elementtree.c (#99696)
vstinner
- [Python-checkins] gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
vstinner
- [Python-checkins] gh-79315: Add Include/cpython/memoryobject.h header (#99723)
vstinner
- [Python-checkins] Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)
vstinner
- [Python-checkins] gh-98724: Fix warnings on Py_SETREF() usage (#99781)
vstinner
- [Python-checkins] gh-89653: PEP 670: Convert macros to functions (#99843)
vstinner
- [Python-checkins] Use _Py_RVALUE() in macros (#99844)
vstinner
- [Python-checkins] gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)
vstinner
- [Python-checkins] gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)
vstinner
- [Python-checkins] gh-99845: Use size_t type in __sizeof__() methods (#99846)
vstinner
- [Python-checkins] gh-99845: PEP 670: Convert PyObject macros to functions (#99850)
vstinner
- [Python-checkins] gh-98790: When DLLs directory is missing on Windows, assume executable_dir contains PYD files instead (GH-98936)
zooba
- [Python-checkins] gh-98790: When DLLs directory is missing on Windows, assume executable_dir contains PYD files instead (GH-98936)
zooba
- [Python-checkins] gh-98817: Remove PCbuild/lib.pyproj (GH-98818)
zooba
- [Python-checkins] gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
zooba
- [Python-checkins] gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
zooba
- [Python-checkins] gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
zooba
- [Python-checkins] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)
zooba
- [Python-checkins] gh-99370: fix test_zippath_from_non_installed_posix (GH-99483)
zooba
- [Python-checkins] gh-99377: Add audit events for thread creation and clear (GH-99378)
zooba
- [Python-checkins] gh-99370: Prefer LIBDIR from sysconfig when locating libpython for test (GH-99523)
zooba
- [Python-checkins] gh-99377: Revert audit events for thread state creation and free, because the GIL is not properly held at these times (GH-99543)
zooba
- [Python-checkins] gh-99442: Fix handling in py.exe launcher when argv[0] does not include a file extension (GH-99542)
zooba
- [Python-checkins] gh-99442: Fix handling in py.exe launcher when argv[0] does not include a file extension (GH-99542)
zooba
- [Python-checkins] gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)
zooba
- [Python-checkins] gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
zooba
- [Python-checkins] Update Visual Studio solution to build all extension modules on F5 (GH-99667)
zooba
- [Python-checkins] Use faster APIs to calculate paths at startup for Store packaged Python on Windows (GH-99345)
zooba
- [Python-checkins] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
zooba
- [Python-checkins] Grammatical improvements for ctypes 'winmode' documentation (GH-19167)
zooba
- [Python-checkins] gh-90717: Update the documentation for the altchars paremeter in base64 library (GH-94187)
zooba
- [Python-checkins] gh-90717: Update the documentation for the altchars paremeter in base64 library (GH-94187)
zooba
- [Python-checkins] gh-98689: Update Windows builds to zlib v1.2.13 (GH-98968)
zware
- [Python-checkins] Fix rendering of audioop license in Doc/license.rst (GH-99752)
zware
Last message date:
Wed Nov 30 18:31:54 EST 2022
Archived on: Wed Nov 30 18:31:55 EST 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).