Showing content from http://mail.python.org/pipermail/python-checkins/2022-October/thread.html below:
The Python-checkins October 2022 Archive by thread
October 2022 Archives by thread
Starting: Sat Oct 1 13:42:45 EDT 2022
Ending: Mon Oct 31 22:57:49 EDT 2022
Messages: 835
- [Python-checkins] gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95253) gvanrossum
- [Python-checkins] gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (GH-95253) miss-islington
- [Python-checkins] Fix capitalization of Unix in documentation (#96913) JelleZijlstra
- [Python-checkins] Fix capitalization of Unix in documentation (GH-96913) miss-islington
- [Python-checkins] gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919) gpshead
- [Python-checkins] gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919) miss-islington
- [Python-checkins] gh-97591: In `Exception.__setstate__()` acquire strong references before calling `tp_hash` slot (#97700) gvanrossum
- [Python-checkins] gh-97591: In `Exception.__setstate__()` acquire strong references before calling `tp_hash` slot (GH-97700) miss-islington
- [Python-checkins] gh-95975: Move except/*/finally ref labels to more precise locations (#95976) ezio-melotti
- [Python-checkins] gh-97607: Fix content parsing in the impl-detail reST directive (#97652) ezio-melotti
- [Python-checkins] gh-95975: Move except/*/finally ref labels to more precise locations (GH-95976) miss-islington
- [Python-checkins] gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652) miss-islington
- [Python-checkins] [docs] Update logging cookbook with recipe for using a logger like an output… (GH-97730) vsajip
- [Python-checkins] [3.11] [docs] Update logging cookbook with recipe for using a logger like an output… (GH-97730) (GH-97735) vsajip
- [Python-checkins] GH-85447: Clarify docs about awaiting future multiple times (#97738) gvanrossum
- [Python-checkins] GH-85447: Clarify docs about awaiting future multiple times (GH-97738) miss-islington
- [Python-checkins] gh-97706: multiprocessing tests: Delete unused variable `rand` (#97707) JelleZijlstra
- [Python-checkins] gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512 (#96890) JelleZijlstra
- [Python-checkins] gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512 (GH-96890) miss-islington
- [Python-checkins] gh-97740: Fix bang in Sphinx C domain ref target syntax (#97741) ezio-melotti
- [Python-checkins] gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741) miss-islington
- [Python-checkins] gh-95913: Copyedit/improve New Modules What's New section (#97721) ezio-melotti
- [Python-checkins] gh-95913: Copyedit/improve New Modules What's New section (GH-97721) miss-islington
- [Python-checkins] gh-95913: Fix PEP number in PEP 678 What's New ref label (#97739) ezio-melotti
- [Python-checkins] gh-95913: Fix PEP number in PEP 678 What's New ref label (GH-97739) miss-islington
- [Python-checkins] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) serhiy-storchaka
- [Python-checkins] [3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97757) serhiy-storchaka
- [Python-checkins] [3.10] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515) jaraco
- [Python-checkins] Fix typo in unittest docs (#97742) JelleZijlstra
- [Python-checkins] Fix typo in unittest docs (GH-97742) miss-islington
- [Python-checkins] [3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) (GH-97760) serhiy-storchaka
- [Python-checkins] gh-97681: Remove Tools/demo/ directory (#97682) vstinner
- [Python-checkins] gh-94808: `_PyLineTable_StartsLine` was not used (GH-96609) markshannon
- [Python-checkins] Fix typos in `bltinmodule.c`. (GH-97766) benjaminp
- [Python-checkins] [3.11] Fix typos in `bltinmodule.c`. (GH-97789) benjaminp
- [Python-checkins] gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (#97765) gvanrossum
- [Python-checkins] gh-94808: Add test coverage for PyObject_HasAttrString (#96627) orsenthil
- [Python-checkins] gh-94808: Coverage: Check picklablability of calliter (#95923) orsenthil
- [Python-checkins] gh-96512: Move int_max_str_digits setting to PyConfig (#96944) gpshead
- [Python-checkins] gh-94808: Coverage: Check picklablability of calliter (GH-95923) miss-islington
- [Python-checkins] gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (GH-97765) miss-islington
- [Python-checkins] Document that MozillaCookieJar works for curl's cookie files (#91852) orsenthil
- [Python-checkins] gh-96526: Clarify format and __format__ docstrings (gh-96648) ericvsmith
- [Python-checkins] multiprocessing docs: Remove extra option ELLIPSIS from section with code (#96625) JelleZijlstra
- [Python-checkins] gh-97799: use inspect.get_annotations in dataclass (#97800) larryhastings
- [Python-checkins] Document that MozillaCookieJar works for curl's cookie files (GH-91852) miss-islington
- [Python-checkins] multiprocessing docs: Remove extra option ELLIPSIS from section with code (GH-96625) miss-islington
- [Python-checkins] Update http.client.rst (#24803) orsenthil
- [Python-checkins] Minor grammar changes to http.client docs (#96221) orsenthil
- [Python-checkins] Minor grammar changes to http.client docs (GH-96221) miss-islington
- [Python-checkins] Update http.client.rst (GH-24803) miss-islington
- [Python-checkins] GH-97752: Clear the `previous` member of newly-created generator/coroutine frames (GH-97795) markshannon
- [Python-checkins] Add `sprint` issues to the Sprint 2022 project. (#97788) ezio-melotti
- [Python-checkins] Remove space. (GH-97807) miss-islington
- [Python-checkins] Add comment to subtle dataclass code (gh-96133) ericvsmith
- [Python-checkins] gh-97639: Remove `tokenize.NL` check from `tabnanny` (#97640) orsenthil
- [Python-checkins] gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (#97771) ezio-melotti
- [Python-checkins] gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771) miss-islington
- [Python-checkins] gh-97639: Remove `tokenize.NL` check from `tabnanny` (GH-97640) miss-islington
- [Python-checkins] [3.11] GH-97752: Clear the previous member of newly-created generator/coroutine frames (GH-97812) brandtbucher
- [Python-checkins] gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817) gpshead
- [Python-checkins] gh-97709: Included newline separator in Mandelbrot set (#97737) gpshead
- [Python-checkins] gh-97709: Included newline separator in Mandelbrot set (GH-97737) miss-islington
- [Python-checkins] gh-97669: Remove outdated example scripts (#97675) vstinner
- [Python-checkins] Adjust stable ABI internal documentation (GH-96896) miss-islington
- [Python-checkins] gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671) vstinner
- [Python-checkins] gh-97731: fix distclean target to clean docs (#97732) orsenthil
- [Python-checkins] gh-97754: Update doc for default location of per-user installs on Windows (GH-97756) zooba
- [Python-checkins] GH-82604: fix docs about configuring selector (#97755) gvanrossum
- [Python-checkins] GH-82604: fix docs about configuring selector (GH-97755) miss-islington
- [Python-checkins] gh-96142: add missing params to `dataclass._DataclassParams` (gh-96382) ericvsmith
- [Python-checkins] [3.9] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515) (GH-97761) ambv
- [Python-checkins] [3.9] gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685) (GH-97688) ambv
- [Python-checkins] [3.9] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (GH-97632) ambv
- [Python-checkins] [3.9] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97627) ambv
- [Python-checkins] [3.9] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97012) ambv
- [Python-checkins] [3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874) (#96877) ambv
- [Python-checkins] [3.9] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96657) ambv
- [Python-checkins] [3.8] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (GH-97633) ambv
- [Python-checkins] [3.8] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97628) ambv
- [Python-checkins] gh-93357: Start porting asyncio server test cases to IsolatedAsyncioTestCase (#93369) gvanrossum
- [Python-checkins] [3.8] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97013) ambv
- [Python-checkins] [3.8] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96658) ambv
- [Python-checkins] GH-95913: Update what's new in 3.11 for asyncio (#97806) gvanrossum
- [Python-checkins] GH-95913: Update what's new in 3.11 for asyncio (GH-97806) miss-islington
- [Python-checkins] [3.8] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97575) ambv
- [Python-checkins] [3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97574) ambv
- [Python-checkins] [3.8] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97835) ambv
- [Python-checkins] [3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97836) ambv
- [Python-checkins] [3.10] gh-97709: Included newline separator in Mandelbrot set (GH-97737) (#97823) JelleZijlstra
- [Python-checkins] [3.11] gh-97731: fix distclean target to clean docs GH-97732 (#97844) orsenthil
- [Python-checkins] [3.10] gh-97731: fix distclean target to clean docs GH-97732 (#97846) orsenthil
- [Python-checkins] gh-90301: Doc: Add references to PEP 686 (#96816) orsenthil
- [Python-checkins] gh-90301: Doc: Add references to PEP 686 (GH-96816) miss-islington
- [Python-checkins] gh-96448: fix documentation for _thread.lock.acquire (#96449) orsenthil
- [Python-checkins] [3.11] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) (#97851) orsenthil
- [Python-checkins] [3.10] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) (#97852) orsenthil
- [Python-checkins] gh-97008: Add a Python implementation of AttributeError and NameError suggestions (#97022) ambv
- [Python-checkins] gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97015) zooba
- [Python-checkins] gh-95913: Move py.exe to appropriate What's New section & refine text (#97718) ezio-melotti
- [Python-checkins] gh-88355: Fix backslashes in AF_PIPE (#96543) orsenthil
- [Python-checkins] [3.11] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97854) orsenthil
- [Python-checkins] [3.10] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97855) orsenthil
- [Python-checkins] gh-95913: Move py.exe to appropriate What's New section & refine text (GH-97718) miss-islington
- [Python-checkins] gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`) (#97784) ambv
- [Python-checkins] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`) (#97783) ambv
- [Python-checkins] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`) (#97782) ambv
- [Python-checkins] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupleObject*`) (#97780) ambv
- [Python-checkins] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`) (#97777) ambv
- [Python-checkins] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776) ambv
- [Python-checkins] gh-95913: Copyedit/improve Other Language Changes What's New section (#97719) ezio-melotti
- [Python-checkins] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`) (#97773) ambv
- [Python-checkins] gh-95913: Copyedit/improve Other Language Changes What's New section (GH-97719) miss-islington
- [Python-checkins] gh-93738: Documentation C syntax (Use `c:struct`) (#97772) ambv
- [Python-checkins] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (#97770) ambv
- [Python-checkins] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769) ambv
- [Python-checkins] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`) (GH-97784) (#97857) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`) (GH-97784) (#97858) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`) (GH-97783) (#97859) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`) (GH-97783) (#97860) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`) (GH-97782) (#97861) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`) (GH-97782) (#97862) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupleObject*`) (GH-97780) (#97863) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupleObject*`) (GH-97780) (#97864) ambv
- [Python-checkins] gh-95913: Copyedit/improve Implementation Changes What's New section (#97720) ezio-melotti
- [Python-checkins] gh-97837: Change deprecation warning message in `unittest` (#97838) orsenthil
- [Python-checkins] GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845) brandtbucher
- [Python-checkins] GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510) markshannon
- [Python-checkins] gh-97654: Add auto exception chaining example to tutorial (#97703) JelleZijlstra
- [Python-checkins] Add re.VERBOSE flag documentation example (#97678) JelleZijlstra
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (GH-97769) (#97871) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (GH-97769) (#97872) ambv
- [Python-checkins] gh-97825: fix AttributeError when calling subprocess.check_output(input=None) with encoding or errors args (#97826) gpshead
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (GH-97770) (#97870) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (GH-97770) (#97874) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`) (GH-97777) (#97865) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`) (GH-97773) (#97867) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`) (GH-97773) (#97868) ambv
- [Python-checkins] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (#97778) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`) (GH-97777) (#97877) ambv
- [Python-checkins] gh-95913: Copyedit/improve Implementation Changes What's New section (GH-97720) miss-islington
- [Python-checkins] Add re.VERBOSE flag documentation example (GH-97678) miss-islington
- [Python-checkins] gh-97825: fix AttributeError when calling subprocess.check_output(input=None) with encoding or errors args (GH-97826) miss-islington
- [Python-checkins] [3.11] gh-97837: Change deprecation warning message in `unittest` (GH-97838) (GH-97887) miss-islington
- [Python-checkins] [3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97886) brandtbucher
- [Python-checkins] GH-96704: Add {Task, Handle}.get_context(), use it in call_exception_handler() (#96756) gvanrossum
- [Python-checkins] gh-87092: bring compiler code closer to a preprocessing-opt-assembler organisation (GH-97644) iritkatriel
- [Python-checkins] gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (#97662) erlend-aasland
- [Python-checkins] gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (GH-97662) miss-islington
- [Python-checkins] gh-74696: Pass root_dir to custom archivers which support it (GH-94251) serhiy-storchaka
- [Python-checkins] gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759) serhiy-storchaka
- [Python-checkins] gh-95196: Disable incorrect pickling of the C implemented classmethod descriptors (GH-96383) serhiy-storchaka
- [Python-checkins] gh-93357: Port test cases to IsolatedAsyncioTestCase, part 2 (#97896) gvanrossum
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (GH-97776) (#97888) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (GH-97776) (#97889) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (GH-97775) (#97873) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (GH-97775) (#97891) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97869) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97893) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (GH-97778) (#97890) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (GH-97778) (#97892) ambv
- [Python-checkins] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (#97774) ambv
- [Python-checkins] gh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked (#32073) gvanrossum
- [Python-checkins] gh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked (GH-32073) miss-islington
- [Python-checkins] GH-95172 Make the same version `versionadded` oneline (#95172) orsenthil
- [Python-checkins] build(deps): bump actions/stale from 5 to 6 (#97701) ambv
- [Python-checkins] gh-91539: improve performance of get_proxies_environment (#91566) orsenthil
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97910) ambv
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (GH-97774) (#97911) ambv
- [Python-checkins] GH-95172 Make the same version `versionadded` oneline (GH-95172) miss-islington
- [Python-checkins] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768) ambv
- [Python-checkins] I changed my surname early this year (#96671) nanjekyejoannah
- [Python-checkins] gh-91539: improve performance of get_proxies_environment (GH-91566) miss-islington
- [Python-checkins] gh-97850: Remove all known instances of module_repr() (#97876) warsaw
- [Python-checkins] docs(typing): add "see PEP 675" to LiteralString (#97926) JelleZijlstra
- [Python-checkins] docs(typing): add "see PEP 675" to LiteralString (GH-97926) miss-islington
- [Python-checkins] [3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97925) ambv
- [Python-checkins] [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) ambv
- [Python-checkins] [3.11] gh-97654: Add auto exception chaining example to tutorial (GH-97703) (#97885) ambv
- [Python-checkins] [3.10] gh-97654: Add auto exception chaining example to tutorial (GH-97703) (#97884) ambv
- [Python-checkins] [3.7] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (#97014) ambv
- [Python-checkins] [3.7] gh-96848: Fix -X int_max_str_digits option parsing (#96988) (#97576) ambv
- [Python-checkins] [3.7] gh-97616: list_resize() checks for integer overflow (GH-97617) (#97629) ambv
- [Python-checkins] [3.7] gh-97612: Fix shell injection in get-remote-certificate.py (#97613) (#97634) ambv
- [Python-checkins] [3.11] Fix type annotation of `pstats.FunctionProfile.ncalls` (GH-96741) (#96835) ambv
- [Python-checkins] [3.10] Fix type annotation of `pstats.FunctionProfile.ncalls` (GH-96741) (#96836) ambv
- [Python-checkins] [3.11] gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (GH-96588) (#96591) ambv
- [Python-checkins] gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec__.parent` (#97879) brettcannon
- [Python-checkins] [3.11] gh-95987: Fix `repr` of `Any` type subclasses (GH-96412) (#96451) ambv
- [Python-checkins] [3.11] gh-96197: Fix expression when :func:`sys.breakpointhook is missing (gh-96293) (#96294) ambv
- [Python-checkins] [3.11] gh-96017: Fix some compiler warnings (GH-96018) (#96106) ambv
- [Python-checkins] gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528) ethanfurman
- [Python-checkins] GH-88968: Add notes about socket ownership transfers (#97936) gvanrossum
- [Python-checkins] GH-88968: Add notes about socket ownership transfers (GH-97936) miss-islington
- [Python-checkins] gh-95691: Doc BufferedWriter and BufferedReader (#95703) nanjekyejoannah
- [Python-checkins] [3.11] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#97947) nanjekyejoannah
- [Python-checkins] [3.10] gh-95691: Doc BufferedWriter and BufferedReader (GH-95703) (#97948) nanjekyejoannah
- [Python-checkins] gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (#96610) JelleZijlstra
- [Python-checkins] gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (GH-96610) miss-islington
- [Python-checkins] gh-94808: Cover `PyUnicode_Count` in CAPI (#96929) encukou
- [Python-checkins] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) ned-deily
- [Python-checkins] gh-95986: Fix the example using match keyword (#95989) nanjekyejoannah
- [Python-checkins] gh-93738: Disallow pre-v3 syntax in the C domain (#97962) ambv
- [Python-checkins] GH-88050: fix race in closing subprocess pipe in asyncio (#97951) gvanrossum
- [Python-checkins] gh-94808: Coverage: Test that maximum indentation level is handled (#95926) nanjekyejoannah
- [Python-checkins] [3.11] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97976) ambv
- [Python-checkins] [3.10] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97977) ambv
- [Python-checkins] [3.11] gh-94808: Coverage: Test that maximum indentation level is handled (GH-95926) (#97979) nanjekyejoannah
- [Python-checkins] [3.11] GH-88050: fix race in closing subprocess pipe in asyncio (GH-97951) (#97978) ambv
- [Python-checkins] [3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97969) ambv
- [Python-checkins] [3.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97967) ambv
- [Python-checkins] [3.9] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97968) ambv
- [Python-checkins] gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (#97949) pablogsal
- [Python-checkins] gh-86482: Document assignment expression need for ()s (#23291) JelleZijlstra
- [Python-checkins] gh-97781: Apply changes from importlib_metadata 5. (GH-97785) jaraco
- [Python-checkins] gh-86482: Document assignment expression need for ()s (GH-23291) miss-islington
- [Python-checkins] gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (GH-97949) miss-islington
- [Python-checkins] Add Pynche's move to the What's new in 3.11 (#97974) warsaw
- [Python-checkins] gh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (#94591) JelleZijlstra
- [Python-checkins] [3.11] Backport effc25f 3.11 (#97991) warsaw
- [Python-checkins] Docs: pin sphinx-lint (GH-97992) ned-deily
- [Python-checkins] gh-97850: Remove the open issues section from the import reference (#97935) brettcannon
- [Python-checkins] [3.11] Docs: pin sphinx-lint (GH-97992) (GH-97993) ned-deily
- [Python-checkins] gh-97850: Remove the open issues section from the import reference (GH-97935) miss-islington
- [Python-checkins] [3.11] gh-97850: Remove the open issues section from the import reference (GH-97935) (GH-97994) miss-islington
- [Python-checkins] gh-65961: Do not rely solely on `__cached__` (GH-97990) brettcannon
- [Python-checkins] fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965) benjaminp
- [Python-checkins] gh-97973: Return all necessary information from the tokenizer (GH-97984) lysnikolaou
- [Python-checkins] GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameObject` (GH-97996) markshannon
- [Python-checkins] bpo-38693: Use f-strings instead of str.format() within importlib (#17058) gpshead
- [Python-checkins] GH-91052: Add C API for watching dictionaries (GH-31787) markshannon
- [Python-checkins] bpo-35540 dataclasses.asdict now supports defaultdict fields (gh-32056) ericvsmith
- [Python-checkins] GH-90985: Revert "Deprecate passing a message into cancel()" (#97999) gvanrossum
- [Python-checkins] [3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFrameObject (GH-98002) brandtbucher
- [Python-checkins] Remove extra spaces in custom openSSL documentation. (#93568) nanjekyejoannah
- [Python-checkins] [3.11] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98007) nanjekyejoannah
- [Python-checkins] [3.10] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98008) nanjekyejoannah
- [Python-checkins] gh-97850: Remove deprecated functions from `importlib.utils` (#97898) warsaw
- [Python-checkins] [3.10] gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (GH-97949) (GH-97989) ambv
- [Python-checkins] Docs: Fix backtick errors found by sphinx-lint (#97998) ambv
- [Python-checkins] gh-82874: Convert remaining importlib format uses to f-str. (#98005) gpshead
- [Python-checkins] GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999) miss-islington
- [Python-checkins] gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (GH-97803) miss-islington
- [Python-checkins] Doc: sphinx-lint finds two other default roles. (GH-98019) JulienPalard
- [Python-checkins] Misc updates to the itertools recipes and tests (GH-98018) rhettinger
- [Python-checkins] gh-71316: Update dis documentation to include changes to jump arguments (GH-95798) iritkatriel
- [Python-checkins] gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams: port server cases to IsolatedAsyncioTestCase" (#98015) gvanrossum
- [Python-checkins] [3.10] gh-71316: Update dis documentation to include changes to jump arguments (GH-95798). (GH-98029) iritkatriel
- [Python-checkins] Fix memory leaks in test_capi (#98017) JelleZijlstra
- [Python-checkins] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (#96677) JelleZijlstra
- [Python-checkins] Add note on capture_output arg to subprocess.run() docstring (#98012) nanjekyejoannah
- [Python-checkins] Add more syslog tests (GH-97953) serhiy-storchaka
- [Python-checkins] gh-96415: Remove `types._cell_factory` from a module namespace (#96416) JelleZijlstra
- [Python-checkins] gh-64373: Convert `_functools` to Argument Clinic (#96640) ambv
- [Python-checkins] Fix a mistake in isSet() deprecated message doc (#95720) JelleZijlstra
- [Python-checkins] Make _symtable_entry.ste_type's comment consistent wit _Py_block_ty (#92414) JelleZijlstra
- [Python-checkins] Add note on capture_output arg to subprocess.run() docstring (GH-98012) miss-islington
- [Python-checkins] gh-97669: Move difflib examples to Doc/includes/ (#97964) ambv
- [Python-checkins] gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958) ambv
- [Python-checkins] gh-64921: Clarify wording for open()'s newline arg (#96171) JelleZijlstra
- [Python-checkins] gh-65496: Correct wording on csv's skipinitialspace argument (#96170) JelleZijlstra
- [Python-checkins] gh-64921: Clarify wording for open()'s newline arg (GH-96171) miss-islington
- [Python-checkins] GH-96073: Fix wild replacement in inspect.formatannotation (#96074) JelleZijlstra
- [Python-checkins] [3.9] gh-94208: Add even more TLS version/protocol checks for FreeBSD (#98037) ambv
- [Python-checkins] Add a warning message about PyOS_snprintf (#95993) JelleZijlstra
- [Python-checkins] gh-96959: Update HTTP links which are redirected to HTTPS (#98039) ambv
- [Python-checkins] gh-97956: Mention `generate_global_objects.py` in `AC How-To` (#97957) ambv
- [Python-checkins] gh-97923: Always run Ubuntu SSL tests with others in CI (#97940) ambv
- [Python-checkins] gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934) ambv
- [Python-checkins] [3.11] gh-96959: Update HTTP links which are redirected to HTTPS (GH-98039) (#98049) ambv
- [Python-checkins] [3.10] gh-96959: Update HTTP links which are redirected to HTTPS (GH-98039) (#98050) ambv
- [Python-checkins] gh-73196: Add namespace/scope clarification for inheritance section (#92840) nanjekyejoannah
- [Python-checkins] gh-96265: Fix some formatting in faq/design.rst (#96924) ambv
- [Python-checkins] gh-91708: Revert params note in urllib.parse.urlparse table (#96699) ambv
- [Python-checkins] gh-96346: Use double caching for re._compile() (#96347) ambv
- [Python-checkins] gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170) miss-islington
- [Python-checkins] GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074) miss-islington
- [Python-checkins] GH-88968: Reject socket that is already used as a transport (#98010) gvanrossum
- [Python-checkins] Add a warning message about PyOS_snprintf (GH-95993) miss-islington
- [Python-checkins] [3.11] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98052) ambv
- [Python-checkins] [3.9] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98054) ambv
- [Python-checkins] gh-97997: Add col_offset field to tokenizer and use that for AST nodes (#98000) pablogsal
- [Python-checkins] gh-92886: [clinic.py] raise exception on invalid input instead of assertion (GH-98051) miss-islington
- [Python-checkins] gh-96073: fix backticks in NEWS entry (GH-98056) miss-islington
- [Python-checkins] gh-96288: Add a sentence to `os.mkdir`'s docstring. (#96271) JelleZijlstra
- [Python-checkins] gh-61105: Add default param, note on using cookiejar subclass (#95427) JelleZijlstra
- [Python-checkins] GH-83901: Improve Signature.bind error message for missing keyword-only params (#95347) JelleZijlstra
- [Python-checkins] gh-90085: Remove vestigial -t and -c timeit options (#94941) JelleZijlstra
- [Python-checkins] gh-94808: Fix regex on exotic platforms (#98036) JelleZijlstra
- [Python-checkins] [3.10] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98032) JelleZijlstra
- [Python-checkins] gh-57179: Add note on symlinks for os.walk (#94799) JelleZijlstra
- [Python-checkins] [3.10] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98053) ambv
- [Python-checkins] gh-61105: Add default param, note on using cookiejar subclass (GH-95427) miss-islington
- [Python-checkins] gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060) miss-islington
- [Python-checkins] gh-92886: make test_ast pass with -O (assertions off) (GH-98058) miss-islington
- [Python-checkins] [3.11] gh-94808: Cover `%p` in `PyUnicode_FromFormat` (GH-96677) (#98033) JelleZijlstra
- [Python-checkins] GH-94182: Run the PidfdChildWatcher on the running loop (#94184) gvanrossum
- [Python-checkins] GH-98023: Change default child watcher to PidfdChildWatcher on supported systems (#98024) gvanrossum
- [Python-checkins] gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055) JelleZijlstra
- [Python-checkins] gh-57179: Add note on symlinks for os.walk (GH-94799) miss-islington
- [Python-checkins] [3.10] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98072) JelleZijlstra
- [Python-checkins] [3.11] gh-96073: Fix installed tests by adding to Makefile.pre.in (#98071) JelleZijlstra
- [Python-checkins] [3.10] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98066) JelleZijlstra
- [Python-checkins] [3.11] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98065) JelleZijlstra
- [Python-checkins] gh-97822: Fix http.server documentation reference to test() function (#98027) JelleZijlstra
- [Python-checkins] gh-97822: Fix http.server documentation reference to test() function (GH-98027) miss-islington
- [Python-checkins] [doc] Fix broken links to C extensions accelerating stdlib modules (#96914) ambv
- [Python-checkins] gh-97913 Docs: Add walrus operator to the index (#97921) ezio-melotti
- [Python-checkins] gh-97913 Docs: Add walrus operator to the index (GH-97921) miss-islington
- [Python-checkins] Add `@ezio-melotti` as codeowner for `.github/`. (#98079) ezio-melotti
- [Python-checkins] Add `@ezio-melotti` as codeowner for `.github/`. (GH-98079) miss-islington
- [Python-checkins] GitHub Workflows security hardening (#96492) ezio-melotti
- [Python-checkins] gh-97922: Run the GC only on eval breaker (#97920) pablogsal
- [Python-checkins] gh-68686: Retire eptag ptag scripts (#98064) nanjekyejoannah
- [Python-checkins] gh-95011: Migrate syslog module to Argument Clinic (GH-95012) serhiy-storchaka
- [Python-checkins] Auto-cancel old builds when new commit pushed to branch (#98009) ezio-melotti
- [Python-checkins] [3.11] Add more syslog tests (GH-97953). (GH-98096) serhiy-storchaka
- [Python-checkins] GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChildWatcher` child watchers (#98089) gvanrossum
- [Python-checkins] Fix link to Lifecycle of a Pull Request in CONTRIBUTING (#98102) ezio-melotti
- [Python-checkins] Fix link to Lifecycle of a Pull Request in CONTRIBUTING (GH-98102) miss-islington
- [Python-checkins] Minor edits to the Descriptor HowTo Guide (GH-24901) rhettinger
- [Python-checkins] [3.10] Minor edits to the Descriptor HowTo Guide (GH-24901) (GH-98114) rhettinger
- [Python-checkins] gh-97841: Add methoddef for _filters_mutated (gh-98115) corona10
- [Python-checkins] [3.10] Add more syslog tests (GH-97953). (GH-98101) serhiy-storchaka
- [Python-checkins] [3.10] gh-94808: Cover `PyObject_PyBytes` case with custom `__bytes__` method (GH-96610) (#98121) JelleZijlstra
- [Python-checkins] Update whatsnew instructions for GitHub (#98124) ezio-melotti
- [Python-checkins] gh-56133: copyreg docs: Clarify function/constructor parameter (#95497) JelleZijlstra
- [Python-checkins] Fix types in buffer/memoryview docs (#98118) JelleZijlstra
- [Python-checkins] gh-56133: copyreg docs: Clarify function/constructor parameter (GH-95497) miss-islington
- [Python-checkins] Fix types in buffer/memoryview docs (GH-98118) miss-islington
- [Python-checkins] gh-98083: Fix URLs in `README.rst` (#98082) JelleZijlstra
- [Python-checkins] gh-98083: Fix URLs in `README.rst` (GH-98082) miss-islington
- [Python-checkins] bpo-43564: preserve original exception in args of FTP URLError (#24938) orsenthil
- [Python-checkins] bpo-43564: preserve original exception in args of FTP URLError (GH-24938) miss-islington
- [Python-checkins] [3.10] bpo-43564: preserve original exception in args of FTP URLError (GH-24938) (#98138) orsenthil
- [Python-checkins] doc: remove a misleading statement. (GH-98093) JulienPalard
- [Python-checkins] gh-83940: os docs: Improve wording for getenv/getenvb (#98113) JelleZijlstra
- [Python-checkins] gh-83940: os docs: Improve wording for getenv/getenvb (GH-98113) miss-islington
- [Python-checkins] gh-94808: Add coverage for bytesarray_setitem (#95802) JelleZijlstra
- [Python-checkins] gh-96821: Fix undefined behaviour in `audioop.c` (#96923) mdickinson
- [Python-checkins] gh-88452: Add a warning about non-portability of environments. (GH-98155) vsajip
- [Python-checkins] ci: add GitHub token permissions (GH-92999) miss-islington
- [Python-checkins] [3.10] ci: add GitHub token permissions (GH-92999) (#98161) ezio-melotti
- [Python-checkins] [3.10] gh-88452: Add a warning about non-portability of environments. (GH-98155) (GH-98156) vsajip
- [Python-checkins] [3.11] gh-88452: Add a warning about non-portability of environments. (GH-98155) (GH-98157) vsajip
- [Python-checkins] Auto-cancel old builds when new commit pushed to branch (GH-98009) miss-islington
- [Python-checkins] [3.10] Auto-cancel old builds when new commit pushed to branch (GH-98009) (#98163) ezio-melotti
- [Python-checkins] gh-44098: Release the GIL during mmap on Unix (GH-98146) miss-islington
- [Python-checkins] gh-95756: Lazily created cached co_* attrs (GH-97791) Fidget-Spinner
- [Python-checkins] 3.7.15 ned-deily
- [Python-checkins] gh-97669: Remove outdated example scripts (#97675) (#98167) vstinner
- [Python-checkins] gh-71616: Add note to warn against general translation of saxutils.escape() (#93450) nanjekyejoannah
- [Python-checkins] gh-97669: Remove abitype.py and pep384_macrocheck.py (#98165) vstinner
- [Python-checkins] Upgrade ccache-action to one using Node 16 (#98166) ambv
- [Python-checkins] gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179) JulienPalard
- [Python-checkins] gh-95756: Free and NULL-out code caches when needed (GH-98181) Fidget-Spinner
- [Python-checkins] Python 3.9.15 ambv
- [Python-checkins] gh-97982: Remove asciilib_count() (#98164) vstinner
- [Python-checkins] gh-98172: Fix formatting in `except*` docs (#98173) JelleZijlstra
- [Python-checkins] gh-98172: Fix formatting in `except*` docs (GH-98173) miss-islington
- [Python-checkins] Python 3.10.8 pablogsal
- [Python-checkins] Python 3.8.15 ambv
- [Python-checkins] Post 3.8.15 ambv
- [Python-checkins] [3.7] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (GH-98191) ambv
- [Python-checkins] [3.9] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (#98190) ambv
- [Python-checkins] [3.8] gh-96710: Make the test timing more lenient for the int/str DoS regression test. (GH-96717) (#98197) ambv
- [Python-checkins] [3.9] gh-96710: Make the test timing more lenient for the int/str DoS regression test. (GH-96717) (#98196) ambv
- [Python-checkins] [3.7] gh-96710: Make the test timing more lenient for the int/str DoS regression test. (GH-96717) (#98195) ambv
- [Python-checkins] [3.8] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (#98192) ambv
- [Python-checkins] Fix some incorrect indentation around the main switch (#98177) gvanrossum
- [Python-checkins] gh-96130: Rephrase use of "typecheck" verb for clarity (#98144) JelleZijlstra
- [Python-checkins] gh-95276: Add callable entry to the glossary (#95738) JelleZijlstra
- [Python-checkins] gh-96130: Rephrase use of "typecheck" verb for clarity (GH-98144) miss-islington
- [Python-checkins] gh-95276: Add callable entry to the glossary (GH-95738) miss-islington
- [Python-checkins] Formatting fixes in contextlib docs (#98111) JelleZijlstra
- [Python-checkins] Formatting fixes in contextlib docs (GH-98111) miss-islington
- [Python-checkins] gh-65046: Link to logging cookbook from asyncio docs (#98207) gvanrossum
- [Python-checkins] gh-65046: Link to logging cookbook from asyncio docs (GH-98207) miss-islington
- [Python-checkins] gh-97669: Create Tools/patchcheck/ directory (#98186) vstinner
- [Python-checkins] gh-97669: Fix test_tools reference leak (#98216) vstinner
- [Python-checkins] signalmodule.c uses _PyErr_WriteUnraisableMsg() (#98217) vstinner
- [Python-checkins] gh-97669: Remove Tools/scripts/startuptime.py (#98214) vstinner
- [Python-checkins] tutorial: remove "with single quotes" (#98204) JelleZijlstra
- [Python-checkins] gh-96265: Formatting changes for faq/general (#98129) ezio-melotti
- [Python-checkins] tutorial: remove "with single quotes" (GH-98204) miss-islington
- [Python-checkins] gh-96265: Formatting changes for faq/general (GH-98129) miss-islington
- [Python-checkins] gh-97982: Factorize PyUnicode_Count() and unicode_count() code (#98025) vstinner
- [Python-checkins] [3.10] gh-86404: Doc CI: Disable suspicious checks. (GH-26575) (GH-98221) JulienPalard
- [Python-checkins] Mark all targets in `Doc/Makefile` as `PHONY` (GH-98189) JulienPalard
- [Python-checkins] [3.11] GH-93354: Fix PRECALL's adaptive backoff (GH-98011) brandtbucher
- [Python-checkins] gh-98178: syslog() is not thread-safe on macOS (#98213) ambv
- [Python-checkins] gh-98178: syslog() is not thread-safe on macOS (GH-98213) miss-islington
- [Python-checkins] bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596) gvanrossum
- [Python-checkins] bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596) miss-islington
- [Python-checkins] Bpo-41246: IOCP Proactor avoid callback code duplication (#21399) gvanrossum
- [Python-checkins] gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip when they do not impact path resolution (GH-98259) zooba
- [Python-checkins] gh-91485: Doc: Using Python syntax to document builtin Python functions. (GH-96579) JulienPalard
- [Python-checkins] gh-85525: Indicate supported sound header formats (#21575) nanjekyejoannah
- [Python-checkins] gh-85455: Add missing doc strings and improve docs (#21573) nanjekyejoannah
- [Python-checkins] gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259) JelleZijlstra
- [Python-checkins] gh-95971: Turn @writes_bytecode_files to skip when not running (#95972) JelleZijlstra
- [Python-checkins] gh-95731: Fix module docstring extraction in pygettext (#95732) JelleZijlstra
- [Python-checkins] gh-85525: Indicate supported sound header formats (GH-21575) miss-islington
- [Python-checkins] gh-94808: Cover `PyEval_GetFuncName` (#98246) JelleZijlstra
- [Python-checkins] gh-95971: Turn @writes_bytecode_files to skip when not running (GH-95972) miss-islington
- [Python-checkins] gh-95731: Fix module docstring extraction in pygettext (GH-95732) miss-islington
- [Python-checkins] gh-98227: executionmodel.rst: except* can also bind names (#98256) JelleZijlstra
- [Python-checkins] gh-98227: executionmodel.rst: except* can also bind names (GH-98256) miss-islington
- [Python-checkins] Faster sieve() recipe (#98287) rhettinger
- [Python-checkins] Faster sieve() recipe (GH-98287) miss-islington
- [Python-checkins] [3.11] Backport docstring improvement from 3.12 (#98288) rhettinger
- [Python-checkins] gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228) JelleZijlstra
- [Python-checkins] [3.11] gh-94808: Cover `PyEval_GetFuncName` (GH-98246). (#98283) JelleZijlstra
- [Python-checkins] Upgrade ccache-action to one using Node 16 (GH-98166) miss-islington
- [Python-checkins] docs(typing): harmonize "See PEP x for more details" (#97927) JelleZijlstra
- [Python-checkins] docs(typing): harmonize "See PEP x for more details" (GH-97927) miss-islington
- [Python-checkins] [doc] Update logging cookbook with an example of custom handling of levels. (GH-98290) vsajip
- [Python-checkins] [3.11] [doc] Update logging cookbook with an example of custom handli… (GH-98296) vsajip
- [Python-checkins] [3.10] [doc] Update logging cookbook with an example of custom handli… (GH-98299) vsajip
- [Python-checkins] Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294) rhettinger
- [Python-checkins] [3.11] Improve speed. Reduce auxiliary memory to 16.6% of the main array. (GH-98294) (GH-98303) rhettinger
- [Python-checkins] gh-98254: Include stdlib module names in error messages for NameErrors (#98255) pablogsal
- [Python-checkins] GH-94597: Deprecate child watcher getters and setters (#98215) gvanrossum
- [Python-checkins] [3.10] docs(typing): harmonize "See PEP x for more details" (GH-97927). (#98293) JelleZijlstra
- [Python-checkins] [3.11] gh-95731: Fix module docstring extraction in pygettext (GH-95732) (#98281) JelleZijlstra
- [Python-checkins] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_GetModule` (#98158) JelleZijlstra
- [Python-checkins] gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-98319) vsajip
- [Python-checkins] gh-97527: IDLE - fix buggy macosx patch (#98313) terryjreedy
- [Python-checkins] gh-97527: IDLE - fix buggy macosx patch (GH-98313) miss-islington
- [Python-checkins] gh-85299: Add note warning about entry point guard for asyncio example (#93457) gvanrossum
- [Python-checkins] gh-85299: Add note warning about entry point guard for asyncio example (GH-93457) miss-islington
- [Python-checkins] gh-85525: Remove extra row in doc (#98337) nanjekyejoannah
- [Python-checkins] [3.11] gh-98307: Add docstring and documentation for SysLogHandler.cr… (GH-98325) vsajip
- [Python-checkins] gh-97930: Merge with importlib_resources 5.9 (GH-97929) jaraco
- [Python-checkins] GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336) rhettinger
- [Python-checkins] gh-95913: Forward-port int/str security change to 3.11 What's New in main (#98344) gpshead
- [Python-checkins] gh-95534: Improve gzip reading speed by 10% (#97664) gpshead
- [Python-checkins] gh-97669: Create Tools/build/ directory (#97963) vstinner
- [Python-checkins] gh-93691: Compiler's code-gen passes location around instead of holding it on the global compiler state (GH-98001) iritkatriel
- [Python-checkins] GH-98327: Reduce scope of catch_warnings() in _make_subprocess_transport (#98333) gvanrossum
- [Python-checkins] gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_in_the_middle_of_receiving (#98316) gvanrossum
- [Python-checkins] gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_in_the_middle_of_receiving (GH-98316) miss-islington
- [Python-checkins] Remove unused arrange_output_buffer function from zlibmodule.c. (GH-98358) benjaminp
- [Python-checkins] gh-95914: Add What's New item describing PEP 670 changes (#98315) vstinner
- [Python-checkins] gh-95914: Add What's New item describing PEP 670 changes (GH-98315) miss-islington
- [Python-checkins] gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345) miss-islington
- [Python-checkins] gh-85525: Remove extra row in doc (GH-98337) miss-islington
- [Python-checkins] Move random selection recipes from itertools.rst to random.rst (GH-98369) rhettinger
- [Python-checkins] [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) ezio-melotti
- [Python-checkins] [3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373) ezio-melotti
- [Python-checkins] GH-98363: Add itertools.batched() (GH-98364) rhettinger
- [Python-checkins] Fix typos in comments (GH-98375) rhettinger
- [Python-checkins] gh-95913: Prepare remaining Whatsnew sections for editing (#98342) ezio-melotti
- [Python-checkins] gh-95913: Prepare remaining Whatsnew sections for editing (GH-98342) miss-islington
- [Python-checkins] gh-95913: Copyedit, xref and organize enum section (#98295) ezio-melotti
- [Python-checkins] gh-95913: Copyedit, xref and organize enum section (GH-98295) miss-islington
- [Python-checkins] Doc: missing underscore in hyperlink. (GH-98391) JulienPalard
- [Python-checkins] gh-98378: Add small format string example to strftime comments (GH-98379) miss-islington
- [Python-checkins] Doc: Found some remaining default roles. (GH-98392) JulienPalard
- [Python-checkins] gh-98331: Update bundled pip to 22.3 (#98332) pfmoore
- [Python-checkins] [3.11] gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_in_the_middle_of_receiving (GH-98316) (#98357) gvanrossum
- [Python-checkins] [3.10] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98399) pfmoore
- [Python-checkins] [3.11] gh-98331: Update bundled pip to 22.3 (GH-98332) (gh-98400) pfmoore
- [Python-checkins] [3.11] gh-93858: Prevent error when activating venv in nested fish instances (GH-93931) (GH-98402) vsajip
- [Python-checkins] [3.10] gh-93858: Prevent error when activating venv in nested fish instances (GH-93931) (GH-98403) vsajip
- [Python-checkins] gh-98393: os module reject bytes-like, only accept bytes (#98394) vstinner
- [Python-checkins] gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `test_sys_settrace.py` (GH-93234) iritkatriel
- [Python-checkins] gh-98390: Fix source locations of boolean sub-expressions (GH-98396) iritkatriel
- [Python-checkins] General improvements to the itertools docs (GH-98408) rhettinger
- [Python-checkins] gh-95914: Add links to 3.11 WhatsNew Summary items (#98416) ezio-melotti
- [Python-checkins] gh-95914: Add links to 3.11 WhatsNew Summary items (GH-98416) miss-islington
- [Python-checkins] [3.11] gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`,… (#98317) JelleZijlstra
- [Python-checkins] Fix markup indentation (GH-98424) rhettinger
- [Python-checkins] gh-95913: Add WhatsNew section for new logging APIs (#98320) ezio-melotti
- [Python-checkins] gh-95913: Edit zipfile Whatsnew section & add new APIs (#98314) ezio-melotti
- [Python-checkins] gh-95913: Add WhatsNew section for new logging APIs (GH-98320) miss-islington
- [Python-checkins] gh-95913: Edit zipfile Whatsnew section & add new APIs (GH-98314) miss-islington
- [Python-checkins] gh-97928: Add tests for tkinter.Text.count() (GH-98269) serhiy-storchaka
- [Python-checkins] gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436) serhiy-storchaka
- [Python-checkins] gh-98398: Fix source locations for 'assert' bytecode (GH-98405) iritkatriel
- [Python-checkins] gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test_py_compile.py` (GH-93235) iritkatriel
- [Python-checkins] gh-92886: Fix tests that fail when running with optimizations (`-O`) in `_test_multiprocessing.py` (GH-93233) iritkatriel
- [Python-checkins] gh-92886: Replace assertion statements in `handlers.BaseHandler` to support running with optimizations (`-O`) (GH-93231) iritkatriel
- [Python-checkins] Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441) ezio-melotti
- [Python-checkins] [3.11] Sync the batched() recipe with the 3.12 implementation (GH-98446) rhettinger
- [Python-checkins] [doc] Refresh the venv introduction documentation, and correct the statement about VIRTUAL_ENV (GH-98350) vsajip
- [Python-checkins] Doc: Remove title text from internal links (#98409) JelleZijlstra
- [Python-checkins] Doc: Remove title text from internal links (GH-98409) miss-islington
- [Python-checkins] gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418) miss-islington
- [Python-checkins] [3.11] [doc] Refresh the venv introduction documentation, and correct the st… (GH-98465) vsajip
- [Python-checkins] [3.10] [doc] Refresh the venv introduction documentation, and correct… (GH-98466) vsajip
- [Python-checkins] gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98460) zooba
- [Python-checkins] gh-98257: Make _PyEval_SetTrace() reentrant (#98258) vstinner
- [Python-checkins] gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-98412) miss-islington
- [Python-checkins] typing tests: `_overload_dummy` raises `NotImplementedError`, not `RuntimeError` (#98351) JelleZijlstra
- [Python-checkins] [3.11] gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (GH-98228) (#98291) JelleZijlstra
- [Python-checkins] typing tests: `_overload_dummy` raises `NotImplementedError`, not `RuntimeError` (GH-98351) miss-islington
- [Python-checkins] gh-98374: Suppress ImportError for invalid query for help() command. (gh-98450) corona10
- [Python-checkins] [3.11] gh-98374: Suppress ImportError for invalid query for help() co… (gh-98472) corona10
- [Python-checkins] GH-98363: Presize the list for batched() (GH-98419) rhettinger
- [Python-checkins] gh-95023: Added os.setns and os.unshare functions (#95046) vstinner
- [Python-checkins] Add more tkinter.Canvas tests (GH-98475) serhiy-storchaka
- [Python-checkins] [doc] Improve logging cookbook example. (GH-98481) vsajip
- [Python-checkins] [3.10] [doc] Improve logging cookbook example. (GH-98481) (GH-98482) vsajip
- [Python-checkins] [3.11] [doc] Improve logging cookbook example. (GH-98481) (GH-98483) vsajip
- [Python-checkins] [3.11] Docs: Bump sphinx-lint and use double backticks for inline literals (GH-98441) (#98445) ezio-melotti
- [Python-checkins] CODEOWNERS: Become a typing code owner (#98480) JelleZijlstra
- [Python-checkins] gh-98360: multiprocessing now spawns children on Windows with correct argv[0] in virtual environments (GH-98462) zooba
- [Python-checkins] gh-98421: Clean Up PyObject_Print (GH-98422) encukou
- [Python-checkins] CODEOWNERS: Become a typing code owner (GH-98480) miss-islington
- [Python-checkins] gh-98461: Fix source location in comprehensions bytecode (GH-98464) iritkatriel
- [Python-checkins] gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273) JelleZijlstra
- [Python-checkins] gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273) miss-islington
- [Python-checkins] gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952) sweeneyde
- [Python-checkins] gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501) Yhg1s
- [Python-checkins] [3.10] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501) (GH-98503) miss-islington
- [Python-checkins] [3.11] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501) (GH-98502) miss-islington
- [Python-checkins] gh-98172: [doc] mention that except* handles naked exceptions (GH-98496) iritkatriel
- [Python-checkins] gh-91051: allow setting a callback hook on PyType_Modified (GH-97875) markshannon
- [Python-checkins] gh-95027: Fix regrtest stdout encoding on Windows (#98492) vstinner
- [Python-checkins] gh-95027: Fix regrtest stdout encoding on Windows (GH-98492) miss-islington
- [Python-checkins] GH-98363: Fix exception handling in batched() (GH-98523) rhettinger
- [Python-checkins] [3.10] gh-98517: Fix buffer overflows in _sha3 module (#98519) gpshead
- [Python-checkins] gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values (GH-98455) ethanfurman
- [Python-checkins] bpo-2716: add license for audioop module (#19972) brettcannon
- [Python-checkins] gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (#94370) gvanrossum
- [Python-checkins] bpo-2716: add license for audioop module (GH-19972) miss-islington
- [Python-checkins] gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370) miss-islington
- [Python-checkins] GH-98363: Use better accessor macro (#98535) rhettinger
- [Python-checkins] [3.7] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (GH-98528) ned-deily
- [Python-checkins] [Enum docs]: fix order of arguments to isinstance() (#98542) AlexWaygood
- [Python-checkins] [Enum docs]: fix order of arguments to isinstance() (GH-98542) miss-islington
- [Python-checkins] Fix typo in news entry (#98361) AlexWaygood
- [Python-checkins] [3.11] gh-98378: Add small format string example to strftime comments (GH-98379) (#98395) AlexWaygood
- [Python-checkins] GH-98363: Slicing isn't necessary. A size reduction will suffice. (GH-98538) rhettinger
- [Python-checkins] GH-98543: Fix `asyncio.TaskGroup` to not keep reference to errors after raising ExceptionGroup (#98544) gvanrossum
- [Python-checkins] GH-98539: fix ref cycle in `_SSLProtocolTransport` after close (#98540) gvanrossum
- [Python-checkins] gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (#98304) pablogsal
- [Python-checkins] gh-95913: Edit & expand Optimizations in 3.11 WhatsNew (#98426) pablogsal
- [Python-checkins] [3.11] gh-95913: Edit & expand Optimizations in 3.11 WhatsNew (GH-98426) (#98554) pablogsal
- [Python-checkins] gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (GH-98304) miss-islington
- [Python-checkins] gh-98456: Replace deprecated `set-output` with up-to-date version (gh-98457) corona10
- [Python-checkins] no-issue: typo fix in c-api/tuple.rst (gh-98560) corona10
- [Python-checkins] gh-98561: Fix a typo in typing (GH-98562) Fidget-Spinner
- [Python-checkins] Update Mac installer messages to 3.12 alpha (GH-98575) ned-deily
- [Python-checkins] gh-91524: Speed up the regular expression substitution (#91525) gpshead
- [Python-checkins] gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section (#98584) pablogsal
- [Python-checkins] gh-95913 Add string section to Whatsnew with new Template methods (#98311) pablogsal
- [Python-checkins] gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (#98585) pablogsal
- [Python-checkins] gh-95913: Edit, link and sort 3.11 WhatsNew Build section (#98588) pablogsal
- [Python-checkins] gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (GH-98585) miss-islington
- [Python-checkins] gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section (GH-98584) miss-islington
- [Python-checkins] gh-95913 Add string section to Whatsnew with new Template methods (GH-98311) miss-islington
- [Python-checkins] gh-95913: Edit, link and sort 3.11 WhatsNew Build section (GH-98588) miss-islington
- [Python-checkins] gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew (GH-98559) iritkatriel
- [Python-checkins] gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew (#98581) JelleZijlstra
- [Python-checkins] gh-95913: Add io support for SpooledTemporaryFile in 3.11 Whatsnew (#98312) JelleZijlstra
- [Python-checkins] gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew (GH-98581) miss-islington
- [Python-checkins] gh-95913: Add io support for SpooledTemporaryFile in 3.11 Whatsnew (GH-98312) miss-islington
- [Python-checkins] gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583) encukou
- [Python-checkins] gh-97909: Mark up members of PyMemberDef (GH-98473) encukou
- [Python-checkins] [3.11] GH-98539: fix ref cycle in `_SSLProtocolTransport` after close (GH-98540) (#98551) gvanrossum
- [Python-checkins] gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604) JelleZijlstra
- [Python-checkins] gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (GH-98604) miss-islington
- [Python-checkins] gh-98500: Fix typing docs for `*View` classes (#98511) JelleZijlstra
- [Python-checkins] GH-98407: fix `test_kill_issue43884` to not leak child processes (#98491) gvanrossum
- [Python-checkins] GH-91635: clarify docs about closing of transport in asyncio (#98563) gvanrossum
- [Python-checkins] gh-98500: Fix typing docs for `*View` classes (GH-98511) miss-islington
- [Python-checkins] GH-91635: clarify docs about closing of transport in asyncio (GH-98563) miss-islington
- [Python-checkins] [3.11] GH-98543: Fix `asyncio.TaskGroup` to not keep reference to errors after raising ExceptionGroup (GH-98544) (#98550) gvanrossum
- [Python-checkins] gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscripting" (#98508) AlexWaygood
- [Python-checkins] gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscripting" (GH-98508) miss-islington
- [Python-checkins] Post 3.11.0rc2 pablogsal
- [Python-checkins] GH-98407: fix `test_kill_issue43884` to not leak child processes (GH-98491) miss-islington
- [Python-checkins] GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572) gvanrossum
- [Python-checkins] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) miss-islington
- [Python-checkins] [3.11] Fix v3.11.0 release merge problems (GH-98622) miss-islington
- [Python-checkins] Python 3.12.0a1 Yhg1s
- [Python-checkins] [3.10] gh-98456: Replace deprecated `set-output` with up-to-date vers… (gh-98564) corona10
- [Python-checkins] [3.11] gh-98456: Replace deprecated `set-output` with up-to-date vers… (gh-98565) corona10
- [Python-checkins] [3.11] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) (#98620) gvanrossum
- [Python-checkins] gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639) erlend-aasland
- [Python-checkins] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) miss-islington
- [Python-checkins] gh-98461: Fix location of RETURN_VALUE in async generator bytecode. compiler_jump_if no longer needs a pointer to the loc. (GH-98494) iritkatriel
- [Python-checkins] [3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) (#98647) erlend-aasland
- [Python-checkins] gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (#98631) JelleZijlstra
- [Python-checkins] gh-93696: Locate frozen module source with __file__ (#93697) JelleZijlstra
- [Python-checkins] gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (GH-98631) miss-islington
- [Python-checkins] Use more precise exception types in `assertRaises` in typing tests (#98650) JelleZijlstra
- [Python-checkins] gh-93696: Locate frozen module source with __file__ (GH-93697) miss-islington
- [Python-checkins] gh-98623: Fix base classes in `typing.rst` (#98626) JelleZijlstra
- [Python-checkins] Use more precise exception types in `assertRaises` in typing tests (GH-98650) miss-islington
- [Python-checkins] gh-98623: Fix base classes in `typing.rst` (GH-98626) miss-islington
- [Python-checkins] GH-87390: Add remaining tests for PEP 646 (#98267) JelleZijlstra
- [Python-checkins] gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple example (#98605) AlexWaygood
- [Python-checkins] gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple example (GH-98605) miss-islington
- [Python-checkins] Update link to supported versions table in security policy (GH-98670) zware
- [Python-checkins] Update build status links in contributing doc (GH-98672) zware
- [Python-checkins] gh-94328: Update Windows installer to use SQLite 3.39.4 (#98640) erlend-aasland
- [Python-checkins] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) miss-islington
- [Python-checkins] gh-96143: Move the perf trampoline files to the Python directory (#98675) pablogsal
- [Python-checkins] gh-91058: Add error suggestions to 'import from' import errors (#98305) pablogsal
- [Python-checkins] gh-97937: dis docs: add adaptive=False (#97939) JelleZijlstra
- [Python-checkins] gh-97937: dis docs: add adaptive=False (GH-97939) miss-islington
- [Python-checkins] Fix typos in deprecation section of 3.11 What's New (#98628) JelleZijlstra
- [Python-checkins] gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (#98648) JelleZijlstra
- [Python-checkins] fix a typo in whatsnew/3.11 (#98603) JelleZijlstra
- [Python-checkins] Fix typos in deprecation section of 3.11 What's New (GH-98628) miss-islington
- [Python-checkins] fix a typo in whatsnew/3.11 (GH-98603) miss-islington
- [Python-checkins] gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648) miss-islington
- [Python-checkins] [3.11] GH-87390: Add remaining tests for PEP 646 (GH-98267) (#98667) JelleZijlstra
- [Python-checkins] gh-84747: Add `async for` comment for StreamReader (#98633) JelleZijlstra
- [Python-checkins] gh-84747: Add `async for` comment for StreamReader (GH-98633) miss-islington
- [Python-checkins] gh-77753: Add example for values that compare equal in stdtypes (#98497) JelleZijlstra
- [Python-checkins] gh-77753: Add example for values that compare equal in stdtypes (GH-98497) miss-islington
- [Python-checkins] docs: Change links to label refs (#98454) JelleZijlstra
- [Python-checkins] gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355) JelleZijlstra
- [Python-checkins] gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355) miss-islington
- [Python-checkins] gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (#98486) JelleZijlstra
- [Python-checkins] gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486) miss-islington
- [Python-checkins] gh-90716: add _pylong.py module (#96673) nascheme
- [Python-checkins] gh-98713: Use `@cpython_only` for a test that fails on PyPy (#98714) AlexWaygood
- [Python-checkins] gh-98713: Use `@cpython_only` for a test that fails on PyPy (GH-98714) miss-islington
- [Python-checkins] gh-98644: point people to tomllib from configparser’s docs (#98645) JelleZijlstra
- [Python-checkins] gh-98644: point people to tomllib from configparser’s docs (GH-98645) miss-islington
- [Python-checkins] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (#98720) erlend-aasland
- [Python-checkins] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720) miss-islington
- [Python-checkins] Fix small typo in the removed/deprecated section of the 3.11 whats new (GH-98722) Fidget-Spinner
- [Python-checkins] gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-98609) ericsnowcurrently
- [Python-checkins] gh-98727: Remove old style classes from `test_cmath` (GH-98728) mdickinson
- [Python-checkins] [3.11] Change links to label refs (GH-98454) (#98725) JelleZijlstra
- [Python-checkins] [3.10] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720) (#98737) erlend-aasland
- [Python-checkins] [3.10] Change links to label refs (GH-98454) (#98726) JelleZijlstra
- [Python-checkins] gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743) vsajip
- [Python-checkins] [3.11] gh-98741: Remove useless check_home usage from is_python_build usage (GH-98743) (GH-98746) vsajip
- [Python-checkins] Fix readline.c compiler warning. (GH-98738) benjaminp
- [Python-checkins] gh-94808: cover `PyFunction_GetDefaults` and `PyFunction_SetDefaults` (#98449) JelleZijlstra
- [Python-checkins] gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times (GH-98704) Fidget-Spinner
- [Python-checkins] gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor event loop (GH-98730) Fidget-Spinner
- [Python-checkins] gh-98627: Use a Switch in PyModule_FromDefAndSpec2() (gh-98734) ericsnowcurrently
- [Python-checkins] Python documents state elsewhere that a comma is not an operator, so … (GH-98736) miss-islington
- [Python-checkins] gh-98586: Add vector call APIs to the Limited API (GH-98587) encukou
- [Python-checkins] GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801) markshannon
- [Python-checkins] gh-96143: Improve perf profiler docs (#96445) pablogsal
- [Python-checkins] obmalloc: Remove unused variable. (GH-98770) benjaminp
- [Python-checkins] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742) gpshead
- [Python-checkins] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) miss-islington
- [Python-checkins] gh-98789: Fix FOR_ITER assert on big-endian (GH-98792) Fidget-Spinner
- [Python-checkins] gh-98624 Add mutex to unittest.mock.NonCallableMock (#98688) cjw296
- [Python-checkins] gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on request (GH-98780) zooba
- [Python-checkins] [3.7] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98788) ambv
- [Python-checkins] [3.8] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98787) ambv
- [Python-checkins] [3.9] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98786) ambv
- [Python-checkins] [3.8] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98527) ambv
- [Python-checkins] [3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98526) ambv
- [Python-checkins] [3.9] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501) (#98504) ambv
- [Python-checkins] [3.10] Add more tkinter.Canvas tests (GH-98475) (#98477) ambv
- [Python-checkins] [3.10] bpo-2716: add license for audioop module (GH-19972) (#98532) ambv
- [Python-checkins] [3.11] gh-98548: Fix `-ne` shell operator spelling (#98556) ambv
- [Python-checkins] [3.10] gh-98548: Fix `-ne` shell operator spelling (#98555) ambv
- [Python-checkins] [3.10] GH-98671: bpo-46670: Fix #ifdef in sha3module.c (GH-90828) (#98677) ambv
- [Python-checkins] [3.11] Python documents state elsewhere that a comma is not an operator (GH-98736) (#98757) ambv
- [Python-checkins] [3.10] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98798) ambv
- [Python-checkins] [3.11] gh-98624 Add mutex to unittest.mock.NonCallableMock (GH-98688) (#98797) ambv
- [Python-checkins] gh-65002: Make note that null bytes are used to pad bytes (#98635) ambv
- [Python-checkins] gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729) nanjekyejoannah
- [Python-checkins] gh-98776: Fix make regen-test-levenshtein for out-of-tree builds (GH-98779) miss-islington
- [Python-checkins] `argparse` docs: normalize constant references (#98765) AlexWaygood
- [Python-checkins] [3.10] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640) (#98678) erlend-aasland
- [Python-checkins] `argparse` docs: normalize constant references (GH-98765) miss-islington
- [Python-checkins] [3.10] `argparse` docs: normalize constant references (#98765) (#98808) AlexWaygood
- [Python-checkins] gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS FFY00
- [Python-checkins] Fix typo in contextvars docs (#98823) AlexWaygood
- [Python-checkins] Fix typo in contextvars docs (GH-98823) miss-islington
- [Python-checkins] gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813) miss-islington
- [Python-checkins] gh-98240: Updated Path.rename docs, when it is atomic (GH-98245) miss-islington
- [Python-checkins] gh-98286: handle empty filename in ZipFile/ZipInfo properly (#98346) gpshead
- [Python-checkins] gh-98744: Prevent column-level decoding crashes on traceback module (#98824) pablogsal
- [Python-checkins] [3.11] gh-98744: Prevent column-level decoding crashes on traceback module (#98850) pablogsal
- [Python-checkins] GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#98844) gvanrossum
- [Python-checkins] dataclasses docs: consistent indentation (4 spaces) in examples (#98855) AlexWaygood
- [Python-checkins] dataclasses docs: consistent indentation (4 spaces) in examples (GH-98855) miss-islington
- [Python-checkins] Fix comment typos in `_operator.c` (#98853) AlexWaygood
- [Python-checkins] gh-93358: Fix python-config docs for how to embed Python (#98649) erlend-aasland
- [Python-checkins] gh-93358: Fix python-config docs for how to embed Python (GH-98649) miss-islington
- [Python-checkins] Fix typo in docs (GH-98863) rhettinger
- [Python-checkins] glossary.rst: Fix typo in package definition (GH-98865) miss-islington
- [Python-checkins] gh-98793: Fix typecheck in `overlapped.c` (#98835) gvanrossum
- [Python-checkins] gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#98806) sweeneyde
- [Python-checkins] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212) ncoghlan
- [Python-checkins] gh-97966: Update uname docs to clarify the special nature of the platform attribute and to indicate when it became late-bound. (#97972) jaraco
- [Python-checkins] [3.11] gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (GH-98806) (#98871) sweeneyde
- [Python-checkins] gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882) sweeneyde
- [Python-checkins] [3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874) ncoghlan
- [Python-checkins] gh-96151: Use a private name for passing builtins to dataclass. This now allows for a field named BUILTIN (gh-98143) ericvsmith
- [Python-checkins] gh-98811: use full source location to simplify __future__ imports error checking. This also fixes an incorrect error offset. (GH-98812) iritkatriel
- [Python-checkins] gh-98878: Use builtins from the bound frame when offering a suggestion (#98880) pablogsal
- [Python-checkins] gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158) encukou
- [Python-checkins] [3.11] gh-96151: Use a private name for passing builtins to dataclass. This now allows for a field named BUILTIN (gh-98143) (gh-98900) ericvsmith
- [Python-checkins] [3.10] gh-96151: Use a private name for passing builtins to dataclass. This now allows for a field named BUILTIN (gh-98143) (gh-98899) ericvsmith
- [Python-checkins] gh-98576: Fix types in dataclass.InitVar example (gh-98577) ericvsmith
- [Python-checkins] Doc: Fix sphinx-lint issues (GH-98911) JulienPalard
- [Python-checkins] Fix typo in sorting HOWTO (#98888) rhettinger
- [Python-checkins] Fix typo in sorting HOWTO (GH-98888) miss-islington
- [Python-checkins] [3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889) gvanrossum
- [Python-checkins] [3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890) gvanrossum
- [Python-checkins] gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618) miss-islington
- [Python-checkins] gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH-98732) zooba
- [Python-checkins] GH-98897: fix memory leak if `math.dist` raises exception (GH-98898) rhettinger
- [Python-checkins] Missing PS1 prompt in tutorial example (GH-98921) rhettinger
- [Python-checkins] Fix wording in Functional Programming HOWTO (GH-98939) rhettinger
- [Python-checkins] Rename JUMP_TO_INSTRUCTION to GO_TO_INSTRUCTION (#98934) gvanrossum
Last message date: Mon Oct 31 22:57:49 EDT 2022
Archived on: Mon Oct 31 22:57:50 EDT 2022
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4