October 2021 Archives by date
Starting: Fri Oct 1 03:36:33 EDT 2021
Ending: Sun Oct 31 16:51:43 EDT 2021
Messages: 535
- [Python-checkins] bpo-45229: Make datetime tests discoverable (GH-28615)
miss-islington
- [Python-checkins] bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
vstinner
- [Python-checkins] bpo-45310: Fix parrallel shared memory tests (GH-28661)
serhiy-storchaka
- [Python-checkins] Revert "Revert "bpo-45229: Make datetime tests discoverable (GH-28615)" (GH-28650)" (GH-28667)
serhiy-storchaka
- [Python-checkins] Revert "Revert "bpo-45229: Make datetime tests discoverable (GH-28615). (GH-28645)" (GH-28660)" (GH-28666)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28670)
serhiy-storchaka
- [Python-checkins] bpo-45310: Fix parrallel shared memory tests (GH-28661)
miss-islington
- [Python-checkins] bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
serhiy-storchaka
- [Python-checkins] bpo-41710: Fix PY_TIMEOUT_MAX on Windows (GH-28673)
vstinner
- [Python-checkins] bpo-41710: gc_collect_main() uses _PyTime_GetPerfCounter() (GH-28676)
vstinner
- [Python-checkins] bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
vstinner
- [Python-checkins] sqlite3: Modernize documentation around unicode and bytes. (GH-28652)
JulienPalard
- [Python-checkins] hashlib: Fix old message about unicode objects. (GH-28653)
JulienPalard
- [Python-checkins] hashlib: Fix old message about unicode objects. (GH-28653)
miss-islington
- [Python-checkins] bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
miss-islington
- [Python-checkins] [3.9] hashlib: Fix old message about unicode objects. (GH-28653) (GH-28679)
miss-islington
- [Python-checkins] bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
corona10
- [Python-checkins] bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
miss-islington
- [Python-checkins] Fix a couple of compiler warnings. (GH-28677)
markshannon
- [Python-checkins] bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)
vstinner
- [Python-checkins] bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671) (GH-28683)
vstinner
- [Python-checkins] bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457)
zooba
- [Python-checkins] bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457)
miss-islington
- [Python-checkins] bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457)
zooba
- [Python-checkins] bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (#28687)
terryjreedy
- [Python-checkins] bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687)
miss-islington
- [Python-checkins] Makefile: Fix missing slashes (GH-28659)
JulienPalard
- [Python-checkins] bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
serhiy-storchaka
- [Python-checkins] bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
miss-islington
- [Python-checkins] bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687) (GH-28689)
terryjreedy
- [Python-checkins] bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
rhettinger
- [Python-checkins] Fix spelling error in comment (GH-28696)
rhettinger
- [Python-checkins] bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698)
rhettinger
- [Python-checkins] Fix spelling error in comment (GH-28696) (GH-28699)
rhettinger
- [Python-checkins] Remove trailing spaces. (GH-28706)
serhiy-storchaka
- [Python-checkins] Remove news entry without bpo issue number. (GH-28703)
miss-islington
- [Python-checkins] [3.10] Remove trailing spaces (GH-28709)
serhiy-storchaka
- [Python-checkins] [3.9] Remove trailing spaces (GH-28710)
serhiy-storchaka
- [Python-checkins] bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711)
serhiy-storchaka
- [Python-checkins] bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28707)
pablogsal
- [Python-checkins] bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28708)
pablogsal
- [Python-checkins] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089)
njsmith
- [Python-checkins] bpo-28206: Document signals Handlers, Sigmasks and Signals enums (GH-28628)
JulienPalard
- [Python-checkins] bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
serhiy-storchaka
- [Python-checkins] Fix compiler warning in ceval.c regarding signed comparison (GH-28716)
pablogsal
- [Python-checkins] [3.10] bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711). (GH-28718)
serhiy-storchaka
- [Python-checkins] [3.10] bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720). (GH-28721)
serhiy-storchaka
- [Python-checkins] Fix minor typo in 3.10.rst (GH-28253) (GH-28259)
pablogsal
- [Python-checkins] Restore configure changes for pkg-config
pablogsal
- [Python-checkins] [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28730)
miss-islington
- [Python-checkins] [3.9] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH-28731)
miss-islington
- [Python-checkins] bpo-45371: Fix distutils' rpath support for clang (GH-28732)
miss-islington
- [Python-checkins] bpo-43760: Check for tracing using 'bitwise or' instead of branch in dispatch. (GH-28723)
markshannon
- [Python-checkins] bpo-45163: Restrict added libnetwork check to builds on Haiku. (GH-28729)
pablogsal
- [Python-checkins] [3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733)
miss-islington
- [Python-checkins] bpo-45371: Fix distutils' rpath support for clang (GH-28732)
miss-islington
- [Python-checkins] bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
zooba
- [Python-checkins] bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised paths (GH-28735)
zooba
- [Python-checkins] bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
zooba
- [Python-checkins] bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)
miss-islington
- [Python-checkins] bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794)
miss-islington
- [Python-checkins] bpo-45324: Capture data in FrozenImporter.find_spec() to use in exec_module(). (gh-28633)
ericsnowcurrently
- [Python-checkins] bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28738)
ambv
- [Python-checkins] Rearrage the finder tests. (gh-28740)
ericsnowcurrently
- [Python-checkins] Update macOS installer ReadMe for 3.9.8. (GH-28701)
ambv
- [Python-checkins] [doc] Fix gethostbyname_ex description (GH-28700)
ambv
- [Python-checkins] Python 3.11.0a1
pablogsal
- [Python-checkins] [doc] Fix gethostbyname_ex description (GH-28700) (GH-28742)
ambv
- [Python-checkins] [doc] Fix gethostbyname_ex description (GH-28700) (GH-28743)
ambv
- [Python-checkins] bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
ericsnowcurrently
- [Python-checkins] [3.9] bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28741)
ambv
- [Python-checkins] sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28695)
ambv
- [Python-checkins] sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694)
ambv
- [Python-checkins] [Tools/peg_generator/pegen/parser.py] Fix typo: s/wether/whether/ (GH-28739)
ambv
- [Python-checkins] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684)
ambv
- [Python-checkins] [doc] Fix typos found using codespell (GH-28744)
ambv
- [Python-checkins] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (GH-28746)
ambv
- [Python-checkins] [3.9] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (GH-28747)
ambv
- [Python-checkins] bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)
orsenthil
- [Python-checkins] Normalize jumps in compiler. All forward jumps to use JUMP_FORWARD. (GH-28755)
markshannon
- [Python-checkins] bpo-40116: Add insertion order bit-vector to dict values to allow dicts to share keys more freely. (GH-28520)
markshannon
- [Python-checkins] [doc] Update references to NumPy (GH-22458) (GH-28749)
ambv
- [Python-checkins] [3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)
ambv
- [Python-checkins] [3.9] [doc] Fix typos found using codespell (GH-28744) (GH-28759)
ambv
- [Python-checkins] bpo-34804: [doc] Rephrase section on side effects in functional.rst for clarity (GH-27989)
ambv
- [Python-checkins] Remove test_nntplib from quicktest (GH-28754)
ambv
- [Python-checkins] bpo-34804: [doc] Rephrase section on side effects in functional.rst for clarity (GH-27989) (GH-28762)
ambv
- [Python-checkins] bpo-34804: [doc] Rephrase section on side effects in functional.rst for clarity (GH-27989) (GH-28763)
ambv
- [Python-checkins] bpo-40321: Add missing test, slightly expand documentation (GH-28760)
ambv
- [Python-checkins] [Misc] [Mac] Fix typos found using codespell (GH-28756)
ambv
- [Python-checkins] bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)
ambv
- [Python-checkins] Fix typos in the Tools directory (GH-28769)
miss-islington
- [Python-checkins] [doc] Mention __slots__ behavior in weakref.rst (GH-21061)
ambv
- [Python-checkins] bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28771)
ambv
- [Python-checkins] bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28770)
ambv
- [Python-checkins] Fix typos in the Include directory (GH-28745)
gpshead
- [Python-checkins] [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28772)
ambv
- [Python-checkins] [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28773)
ambv
- [Python-checkins] bpo-45375: Fix off by one error in buffer allocation (GH-28764)
zooba
- [Python-checkins] Fix typos in the Python directory (GH-28767)
gpshead
- [Python-checkins] Fix typos in the Lib directory (GH-28775)
gpshead
- [Python-checkins] bpo-29505: Add fuzzer for ast.literal_eval (GH-28777)
miss-islington
- [Python-checkins] Fix typos in the Objects directory (GH-28766)
gpshead
- [Python-checkins] bpo-45385: Fix reference leak from descr_check (#28719)
corona10
- [Python-checkins] bpo-35970: Add help flag to base64 module (GH-28774)
miss-islington
- [Python-checkins] [3.9] bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28780)
corona10
- [Python-checkins] bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28779)
corona10
- [Python-checkins] Fix typos in the Modules directory (GH-28761)
gpshead
- [Python-checkins] [3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)
miss-islington
- [Python-checkins] bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH-28509)
pablogsal
- [Python-checkins] [3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782)
miss-islington
- [Python-checkins] bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
vstinner
- [Python-checkins] bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
miss-islington
- [Python-checkins] [3.10] Fix typos in the Include directory (GH-28745) (GH-28789)
miss-islington
- [Python-checkins] [3.9] Fix typos in the Include directory (GH-28745) (GH-28788)
miss-islington
- [Python-checkins] [3.9] Fix typos in the Modules directory (GH-28761). (GH-28791)
miss-islington
- [Python-checkins] [3.9] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28793)
miss-islington
- [Python-checkins] [3.9] Fix typos in the Objects directory (GH-28766) (GH-28795)
miss-islington
- [Python-checkins] [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797)
miss-islington
- [Python-checkins] [3.9] Fix typos in the Python directory (GH-28767) (GH-28798)
miss-islington
- [Python-checkins] [3.10] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28794)
JulienPalard
- [Python-checkins] [3.10] Fix typos in the Python directory (GH-28767) (GH-28799)
JulienPalard
- [Python-checkins] [3.9] Fix typos in the Tools directory (GH-28769) (GH-28800)
JulienPalard
- [Python-checkins] [3.10] Fix typos in the Tools directory (GH-28769) (GH-28801)
JulienPalard
- [Python-checkins] [3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
miss-islington
- [Python-checkins] [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
terryjreedy
- [Python-checkins] Remove draft notice on the 3.10 What's new document (GH-28806)
miss-islington
- [Python-checkins] [3.10] Remove draft notice on the 3.10 What's new document (GH-28806) (GH-28807)
miss-islington
- [Python-checkins] bpo-45402: Fix test_tools.test_sundry() (GH-28786)
vstinner
- [Python-checkins] bpo-45403: Fix test_sys.test_stdlib_dir() (GH-28785)
vstinner
- [Python-checkins] bpo-16379: Fix SQLite version checks in test_module_constants() (GH-28809)
miss-islington
- [Python-checkins] bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663)
zooba
- [Python-checkins] bpo-45408: Don't override previous tokenizer errors in the second parser pass (GH-28812)
pablogsal
- [Python-checkins] bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
vstinner
- [Python-checkins] bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663)
miss-islington
- [Python-checkins] bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663)
miss-islington
- [Python-checkins] bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
miss-islington
- [Python-checkins] [3.10] bpo-45408: Don't override previous tokenizer errors in the second parser pass (GH-28812). (GH-28813)
pablogsal
- [Python-checkins] bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805)
corona10
- [Python-checkins] bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)
vstinner
- [Python-checkins] bpo-45410: libregrtest -jN writes stderr into stdout (GH-28819)
vstinner
- [Python-checkins] Replace usage of List[...] with list[...] in typing docs (GH-28821)
Fidget-Spinner
- [Python-checkins] bpo-10716: Migrating pydoc to html5. (GH-28651)
JulienPalard
- [Python-checkins] [doc]: update susp-ignored.csv after a98b273c. (GH-28827)
JulienPalard
- [Python-checkins] Bump MAGIC_NUMBER to reflect change in JUMP_ABSOLUTE semantics. (GH-28829)
markshannon
- [Python-checkins] bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
corona10
- [Python-checkins] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832)
corona10
- [Python-checkins] bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
miss-islington
- [Python-checkins] bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
miss-islington
- [Python-checkins] bpo-45256: Remove the usage of the C stack in Python to Python calls (GH-28488)
pablogsal
- [Python-checkins] [3.10] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832) (GH-28834)
corona10
- [Python-checkins] [3.9] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832) (GH-28835)
corona10
- [Python-checkins] bpo-27580: Add support of null characters in the csv module. (GH-28808)
serhiy-storchaka
- [Python-checkins] bpo-45256: Small cleanups for the code that inlines Python-to-Python calls in ceval.c (GH-28836)
pablogsal
- [Python-checkins] Fix the "Finding all Adverbs" example (GH-21420)
serhiy-storchaka
- [Python-checkins] Fix dataclassses spelling (GH-28837)
ericvsmith
- [Python-checkins] bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)
gpshead
- [Python-checkins] Fix dataclassses spelling (GH-28837) (GH-28841)
ericvsmith
- [Python-checkins] bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)
miss-islington
- [Python-checkins] Fix EncodingWarning in test_tools. (GH-28846)
JulienPalard
- [Python-checkins] bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
methane
- [Python-checkins] Remove repeated 'the' in docs (GH-28852)
Fidget-Spinner
- [Python-checkins] Fix class pattern docs to refer to class patterns (GH-28849)
Fidget-Spinner
- [Python-checkins] [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)
miss-islington
- [Python-checkins] Fix class pattern docs to refer to class patterns (GH-28849)
miss-islington
- [Python-checkins] bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822)
miss-islington
- [Python-checkins] bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
serhiy-storchaka
- [Python-checkins] bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
miss-islington
- [Python-checkins] Fix the "Finding all Adverbs" example (GH-21420) (#28839)
Mariatta
- [Python-checkins] Fix the "Finding all Adverbs" example (GH-21420) (#28840)
Mariatta
- [Python-checkins] bpo-45401: Fix a resource warning in test_logging (GH-28864)
serhiy-storchaka
- [Python-checkins] Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)
serhiy-storchaka
- [Python-checkins] Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)
miss-islington
- [Python-checkins] Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)
miss-islington
- [Python-checkins] bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822) (#28866)
vstinner
- [Python-checkins] bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822) (#28867)
vstinner
- [Python-checkins] Restore PEP 523 functionality. (GH-28871)
markshannon
- [Python-checkins] bpo-42253: Update xml.dom.minidom.rst (GH-23126)
serhiy-storchaka
- [Python-checkins] bpo-45411: Update mimetypes.py (GH-28792)
JulienPalard
- [Python-checkins] bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)
corona10
- [Python-checkins] Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
corona10
- [Python-checkins] Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
miss-islington
- [Python-checkins] Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
miss-islington
- [Python-checkins] bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
vstinner
- [Python-checkins] bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
vstinner
- [Python-checkins] bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
miss-islington
- [Python-checkins] bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
miss-islington
- [Python-checkins] bpo-45434: Cleanup Python.h header file (GH-28883)
vstinner
- [Python-checkins] bpo-45410: Add test.support.flush_std_streams() (GH-28885)
vstinner
- [Python-checkins] bpo-45412: Update _Py_ADJUST_ERANGE1() comment (GH-28884)
vstinner
- [Python-checkins] bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h (GH-28882)
vstinner
- [Python-checkins] bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888)
vstinner
- [Python-checkins] bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)
vstinner
- [Python-checkins] bpo-45412: Move copysign() define to pycore_pymath.h (GH-28889)
vstinner
- [Python-checkins] bpo-45439: _PyObject_Call() only checks tp_vectorcall_offset once (GH-28890)
vstinner
- [Python-checkins] bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
vstinner
- [Python-checkins] bpo-45433: Do not link libpython against libcrypt (GH-28881)
vstinner
- [Python-checkins] bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
vstinner
- [Python-checkins] bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28874)
serhiy-storchaka
- [Python-checkins] bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28875)
serhiy-storchaka
- [Python-checkins] bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28873)
serhiy-storchaka
- [Python-checkins] bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28872)
serhiy-storchaka
- [Python-checkins] Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
serhiy-storchaka
- [Python-checkins] Slight correct grammar (GH-28860)
serhiy-storchaka
- [Python-checkins] bpo-45441: Update some moved URLs in documentation (GH-28861)
serhiy-storchaka
- [Python-checkins] bpo-44991: Normalise function and collation callback naming (GH-28209)
encukou
- [Python-checkins] bpo-45441: Update some moved URLs in documentation (GH-28861)
miss-islington
- [Python-checkins] bpo-45441: Update some moved URLs in documentation (GH-28861)
miss-islington
- [Python-checkins] Slight correct grammar (GH-28860)
Mariatta
- [Python-checkins] Slight correct grammar (GH-28860)
Mariatta
- [Python-checkins] Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
Mariatta
- [Python-checkins] Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
Mariatta
- [Python-checkins] bpo-45421: Remove dead code from html.parser (GH-28847)
Mariatta
- [Python-checkins] Fix spelling in Misc (GH-28858)
Mariatta
- [Python-checkins] bpo-45410: Enhance libregrtest -W/--verbose3 option (GH-28908)
vstinner
- [Python-checkins] bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (#28845)
ned-deily
- [Python-checkins] [3.10] bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (GH-28845) (GH-28911)
miss-islington
- [Python-checkins] [3.9] bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (GH-28845) (GH-28910)
miss-islington
- [Python-checkins] bpo-45434: Convert Py_GETENV() macro to a function (GH-28912)
vstinner
- [Python-checkins] bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)
vstinner
- [Python-checkins] bpo-45453: Fix test_embed.StdPrinterTests (GH-28916)
vstinner
- [Python-checkins] bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
terryjreedy
- [Python-checkins] bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
miss-islington
- [Python-checkins] bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
miss-islington
- [Python-checkins] bpo-45453: Fix test_embed.StdPrinterTests (GH-28916) (GH-28917)
vstinner
- [Python-checkins] bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)
vstinner
- [Python-checkins] pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
vstinner
- [Python-checkins] bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
vstinner
- [Python-checkins] bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
markshannon
- [Python-checkins] bpo-45434: Remove pystrhex.h header file (GH-28923)
vstinner
- [Python-checkins] bpo-45256: Fix cleanup of stolen locals for Python-to-Python calls (GH-28905)
markshannon
- [Python-checkins] bpo-45434: Mark the PyTokenizer C API as private (GH-28924)
vstinner
- [Python-checkins] bpo-45410: regrtest replaces print_warning.orig_stderr (GH-28926)
vstinner
- [Python-checkins] bpo-45229: Make tkinter tests discoverable (GH-28637)
ambv
- [Python-checkins] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)
ambv
- [Python-checkins] bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050)
ambv
- [Python-checkins] [docs] lexical_analysis: Expand the text on ``_`` (GH-28903)
ambv
- [Python-checkins] bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765)
ambv
- [Python-checkins] [docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933)
ambv
- [Python-checkins] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (GH-28928)
ambv
- [Python-checkins] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927)
ambv
- [Python-checkins] bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
pablogsal
- [Python-checkins] [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929)
ambv
- [Python-checkins] [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (GH-28930)
ambv
- [Python-checkins] bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050) (GH-28931)
ambv
- [Python-checkins] bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
vstinner
- [Python-checkins] bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28934)
ambv
- [Python-checkins] bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28935)
ambv
- [Python-checkins] [3.9] bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050) (GH-28932)
ambv
- [Python-checkins] bpo-45440: Require math.h isinf() to build (GH-28894)
vstinner
- [Python-checkins] Ensure that instruction cases are self-contained (GH-28938)
brandtbucher
- [Python-checkins] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
serhiy-storchaka
- [Python-checkins] bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
markshannon
- [Python-checkins] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
corona10
- [Python-checkins] [3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) (GH-28951)
corona10
- [Python-checkins] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
miss-islington
- [Python-checkins] [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945)
serhiy-storchaka
- [Python-checkins] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944)
serhiy-storchaka
- [Python-checkins] [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952)
serhiy-storchaka
- [Python-checkins] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953)
serhiy-storchaka
- [Python-checkins] bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h (GH-28893)
vstinner
- [Python-checkins] bpo-45471: Do not set PyConfig.stdlib_dir in Py_SetPythonHome(). (gh-28954)
ericsnowcurrently
- [Python-checkins] bpo-45417: [Enum] fix quadratic behavior during creation (GH-28907)
ethanfurman
- [Python-checkins] bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
ericsnowcurrently
- [Python-checkins] bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
vstinner
- [Python-checkins] bpo-45474: Fix the limited C API of marshal.h (GH-28956)
vstinner
- [Python-checkins] bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)
vstinner
- [Python-checkins] bpo-41710: Fix What's New Entry credit (GH-28962)
vstinner
- [Python-checkins] bpo-45434: Remove useless space in includes (GH-28963)
vstinner
- [Python-checkins] po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
vstinner
- [Python-checkins] bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
vstinner
- [Python-checkins] closes bpo-45479: Degunkify Py_UniversalNewlineFgets. (GH-28965)
benjaminp
- [Python-checkins] bpo-45479: Futher simplify Py_UniversalNewlineFgets. (GH-28967)
benjaminp
- [Python-checkins] bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
vstinner
- [Python-checkins] bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
serhiy-storchaka
- [Python-checkins] bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
vstinner
- [Python-checkins] bpo-45434: Remove Include/eval.h header file (GH-28973)
vstinner
- [Python-checkins] bpo-45445: Remove incorrectly commited test file (GH-28972)
pablogsal
- [Python-checkins] bpo-44113: Move the What's New entry to Deprecate section (GH-28974)
vstinner
- [Python-checkins] bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
miss-islington
- [Python-checkins] bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
vstinner
- [Python-checkins] bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
vstinner
- [Python-checkins] bpo-30459: Use (void) in macros setting variables (GH-28982)
vstinner
- [Python-checkins] bpo-45440: Remove pymath.c fallbacks (GH-28977)
vstinner
- [Python-checkins] bpo-45442: Add deactivate step to venv tutorial. (GH-28981)
miss-islington
- [Python-checkins] bpo-45463: Clarify that global statements allows multiple names (GH-28851)
terryjreedy
- [Python-checkins] [3.9]bpo-45463: Clarify that global statements allows multiple names (GH-28851) (GH-28990)
terryjreedy
- [Python-checkins] [3.10]bpo-45463: Clarify that global statements allows multiple names (GH-28851) (GH-28989)
terryjreedy
- [Python-checkins] bpo-45489: Update ForwardRef to support | operator. (GH-28991)
corona10
- [Python-checkins] bpo-42222: Remove deprecated support for non-integer values (GH-28983)
rhettinger
- [Python-checkins] bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
miss-islington
- [Python-checkins] bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
miss-islington
- [Python-checkins] bpo-45020: Default to using frozen modules unless running from source tree. (gh-28940)
ericsnowcurrently
- [Python-checkins] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)
terryjreedy
- [Python-checkins] [3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000) (GH-29001)
miss-islington
- [Python-checkins] Fix contributor person name in rst files (GH-29005)
corona10
- [Python-checkins] bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
serhiy-storchaka
- [Python-checkins] bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
miss-islington
- [Python-checkins] bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
miss-islington
- [Python-checkins] Improve multiserver queue recipe (GH-29012)
rhettinger
- [Python-checkins] Improve multiserver queue recipe (GH-29012) (GH-29013)
rhettinger
- [Python-checkins] Improve multiserver queue recipe (GH-29012) (GH-29014)
rhettinger
- [Python-checkins] bpo-45434: Include stdlib.h for specialize stat (GH-29015)
corona10
- [Python-checkins] bpo-45256: Avoid C calls for most Python to Python calls. (GH-28937)
markshannon
- [Python-checkins] bpo-43760: Rename _PyThreadState_DisableTracing() (GH-29032)
vstinner
- [Python-checkins] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031)
ned-deily
- [Python-checkins] [3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031) (GH-29037)
miss-islington
- [Python-checkins] bpo-45516: add protocol description to the Traversable documentation (#29039)
jaraco
- [Python-checkins] bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
vstinner
- [Python-checkins] bpo-35134: Add Include/cpython/longobject.h (GH-29044)
vstinner
- [Python-checkins] bpo-45516: use documentation links in TraversableResources' description (GH-29045)
jaraco
- [Python-checkins] bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016)
methane
- [Python-checkins] bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile. (GH-29016)
miss-islington
- [Python-checkins] bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
vstinner
- [Python-checkins] bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows (GH-25414)
zooba
- [Python-checkins] bpo-42064: Add module backref to `sqlite3` callback context (GH-28242)
encukou
- [Python-checkins] Record cache hits for BINARY_SUBSCR specializations (GH-29060)
markshannon
- [Python-checkins] Add zoneinfo to the datetime documentation (GH-29038)
ambv
- [Python-checkins] bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047)
ambv
- [Python-checkins] bpo-40360: Make the 2to3 deprecation more obvious. (GH-29064)
ambv
- [Python-checkins] bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065)
ambv
- [Python-checkins] bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29066)
ambv
- [Python-checkins] bpo-42222: Improve tests for invalid argument types in randrange() (GH-29021)
ambv
- [Python-checkins] bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047) (GH-29067)
ambv
- [Python-checkins] bpo-42174: fallback to sane values if the columns or lines are 0 in get_terminal_size (GH-29046)
ambv
- [Python-checkins] [3.9] bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047) (GH-29068)
ambv
- [Python-checkins] bpo-45500: Rewrite test_dbm (GH-29002)
ambv
- [Python-checkins] [doc]: Fix missing space in c-api/init.rst and add rstlint rule (GH-28988)
ambv
- [Python-checkins] bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28984)
ambv
- [Python-checkins] bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28979)
ambv
- [Python-checkins] bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) (GH-28978)
ambv
- [Python-checkins] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993)
ambv
- [Python-checkins] bpo-45506: Go back to not running most of test_embed in out-of-tree builds. (gh-29063)
ericsnowcurrently
- [Python-checkins] [3.10] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29069)
ambv
- [Python-checkins] bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-29034)
ambv
- [Python-checkins] [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (GH-29070)
ambv
- [Python-checkins] bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-29034) (GH-29072)
ambv
- [Python-checkins] bpo-25625: add contextlib.chdir (GH-28271)
ambv
- [Python-checkins] bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls (GH-26934)
markshannon
- [Python-checkins] bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077)
zware
- [Python-checkins] bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082)
zware
- [Python-checkins] [3.9] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29074)
corona10
- [Python-checkins] bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061)
miss-islington
- [Python-checkins] bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29081)
ambv
- [Python-checkins] bpo-25625: [doc] fix async/aync typo (GH-29091)
ambv
- [Python-checkins] bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29093)
ambv
- [Python-checkins] bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29080)
ambv
- [Python-checkins] bpo-45229: Make doctest tests discoverable (GH-28986)
ambv
- [Python-checkins] bpo-44525: Specialize simple Python calls. (GH-29033)
markshannon
- [Python-checkins] Add a comment about how to fix bogus test_host_resolution_bad_address failures (#29085)
warsaw
- [Python-checkins] Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
Fidget-Spinner
- [Python-checkins] bpo-45536: Check OpenSSL APIs in configure (GH-29088)
tiran
- [Python-checkins] Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
miss-islington
- [Python-checkins] bpo-45536: Check OpenSSL APIs in configure (GH-29088)
miss-islington
- [Python-checkins] Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
gpshead
- [Python-checkins] Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
miss-islington
- [Python-checkins] Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
miss-islington
- [Python-checkins] [3.9] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (#29071)
ambv
- [Python-checkins] bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095)
ambv
- [Python-checkins] bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29096)
ambv
- [Python-checkins] bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094)
ambv
- [Python-checkins] bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
corona10
- [Python-checkins] bpo-41374: Remove obsolete exclusion of netinet/tcp.h on Cygwin (GH-21649)
iritkatriel
- [Python-checkins] bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
miss-islington
- [Python-checkins] bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
miss-islington
- [Python-checkins] bpo-45320: Remove long-deprecated inspect methods (GH-28618)
ambv
- [Python-checkins] bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29104)
ambv
- [Python-checkins] bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29105)
ambv
- [Python-checkins] bpo-45527: Don't count cache hits, just misses. (GH-29092)
ambv
- [Python-checkins] bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323)
ambv
- [Python-checkins] bpo-35673: Add a public alias for namespace package __loader__ attribute (#29049)
warsaw
- [Python-checkins] bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29112)
ambv
- [Python-checkins] bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29111)
ambv
- [Python-checkins] [3.9] bpo-42517: [ENUM] update docs for changes coming in 3.11 (GH-29113)
ethanfurman
- [Python-checkins] bpo-45548: add some missing entries to `Modules/Setup` (GH-29115)
miss-islington
- [Python-checkins] bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)
ethanfurman
- [Python-checkins] bpo-44174: [Enum] add reference to name mangling (GH-29116)
ethanfurman
- [Python-checkins] bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331)
encukou
- [Python-checkins] bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory for its name (GH-29103)
encukou
- [Python-checkins] bpo-44019: Add operator.call() to __all__ for the operator module (GH-29110)
corona10
- [Python-checkins] bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105)
encukou
- [Python-checkins] bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29119)
encukou
- [Python-checkins] bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29120)
encukou
- [Python-checkins] bpo-45522: Allow to disable freelists on build time (GH-29056)
miss-islington
- [Python-checkins] bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051)
nascheme
- [Python-checkins] bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051) (GH-29122)
nascheme
- [Python-checkins] [3.10] bpo-44174: [Enum] add reference to name mangling (GH-29117)
ethanfurman
- [Python-checkins] [3.9] bpo-44174: [Enum] add name-mangling reference (GH-29128)
ethanfurman
- [Python-checkins] Move several typing tests to a proper class, refs GH-28563 (GH-29126)
ambv
- [Python-checkins] bpo-45160: Ttk optionmenu only set variable once (GH-28291)
ambv
- [Python-checkins] Add workflow_dispatch trigger to GHA workflows (GH-27873)
ambv
- [Python-checkins] bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129)
ericvsmith
- [Python-checkins] bpo-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853)
ambv
- [Python-checkins] bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29132)
ambv
- [Python-checkins] bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29131)
ambv
- [Python-checkins] bpo-45526: obmalloc radix use 64 addr bits (GH-29062)
ambv
- [Python-checkins] bpo-41983: add availability info to socket docs (GH-27519)
ambv
- [Python-checkins] bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129)
miss-islington
- [Python-checkins] bpo-41983: add availability info to socket docs (GH-27519) (GH-29136)
ambv
- [Python-checkins] bpo-41983: add availability info to socket docs (GH-27519) (GH-29137)
ambv
- [Python-checkins] bpo-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853) (GH-29135)
ambv
- [Python-checkins] bpo-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853) (GH-29134)
ambv
- [Python-checkins] bpo-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851)
ambv
- [Python-checkins] bpo-44019: Add test_all_exported_names for operator module (GH-29124)
corona10
- [Python-checkins] bpo-43706: Use PEP 590 vectorcall to speed up enumerate() (GH-25154)
corona10
- [Python-checkins] bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141)
zware
- [Python-checkins] bpo-45548: Make `Modules/Setup` easier to read (GH-29143)
brettcannon
- [Python-checkins] bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
gpshead
- [Python-checkins] bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
miss-islington
- [Python-checkins] bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
miss-islington
- [Python-checkins] bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354)
encukou
- [Python-checkins] bpo-45562: Only show debug output from the parser in debug builds (GH-29140)
miss-islington
- [Python-checkins] bpo-45562: Only show debug output from the parser in debug builds (GH-29140) (#29149)
pablogsal
- [Python-checkins] bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857)
miss-islington
- [Python-checkins] bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
tiran
- [Python-checkins] bpo-45502: Fix test_shelve (GH-29003)
ambv
- [Python-checkins] bpo-45570: Simplify setup macros for pyexpat (GH-29159)
miss-islington
- [Python-checkins] bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
tiran
- [Python-checkins] bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
miss-islington
- [Python-checkins] bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
miss-islington
- [Python-checkins] bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
gpshead
- [Python-checkins] bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
miss-islington
- [Python-checkins] bpo-45574: fix warning about `print_escape` being unused (GH-29172)
miss-islington
- [Python-checkins] bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
iritkatriel
- [Python-checkins] bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)
ericsnowcurrently
- [Python-checkins] bpo-45574: fix warning about `print_escape` being unused (GH-29172) (#29176)
pablogsal
- [Python-checkins] bpo-45516: add protocol description to the TraversableResources documentation (#29173)
jaraco
- [Python-checkins] Expand about soft keywords in the docs for keyword.py (GH-29139)
miss-islington
- [Python-checkins] bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150)
miss-islington
- [Python-checkins] bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150)
miss-islington
- [Python-checkins] bpo-45530: speed listobject.c's unsafe_tuple_compare() (GH-29076)
tim-one
- [Python-checkins] bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
miss-islington
- [Python-checkins] bpo-45548: Remove checks for finite and gamma (GH-29206)
tiran
- [Python-checkins] bpo-45595: Make extensions depend on header files (GH-29198)
tiran
- [Python-checkins] bpo-45548: Add missing extensions to Modules/Setup (GH-29199)
tiran
- [Python-checkins] bpo-45548: FreeBSD doesn't like auto vars in makesetup (GH-29216)
tiran
- [Python-checkins] bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
ericsnowcurrently
- [Python-checkins] bpo-45548: makesetup improvements (GH-29225)
tiran
- [Python-checkins] bpo-40915: Fix mmap resize bugs on Windows (GH-29213)
tjguk
- [Python-checkins] Remove unused variables. (GH-29231)
benjaminp
- [Python-checkins] bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
markshannon
- [Python-checkins] bpo-42064: Convert `sqlite3` global state to module state (GH-29073)
encukou
- [Python-checkins] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230)
ned-deily
- [Python-checkins] Don't make a call at the C level when calling bound-methods from Python code. (GH-29238)
markshannon
- [Python-checkins] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29240)
ned-deily
- [Python-checkins] [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241)
ned-deily
- [Python-checkins] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)
ambv
- [Python-checkins] bpo-45562: Print tokenizer debug messages to stderr (GH-29250)
miss-islington
- [Python-checkins] bpo-45438: format of inspect.Signature with generic builtins (#29212)
gvanrossum
- [Python-checkins] bpo-45562: Print tokenizer debug messages to stderr (GH-29250) (GH-29252)
pablogsal
- [Python-checkins] bpo-45438: format of inspect.Signature with generic builtins (GH-29212)
miss-islington
- [Python-checkins] bpo-45438: format of inspect.Signature with generic builtins (GH-29212)
miss-islington
- [Python-checkins] bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
serhiy-storchaka
- [Python-checkins] bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
miss-islington
- [Python-checkins] bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
miss-islington
- [Python-checkins] bpo-45548: Fix out-of-tree and Debian builds (GH-29263)
tiran
- [Python-checkins] bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258)
pablogsal
- [Python-checkins] Fix typo in Counter documentation (GH-29223)
Fidget-Spinner
- [Python-checkins] Fix typo in Counter documentation (GH-29223)
miss-islington
- [Python-checkins] bpo-45637: Store the frame pointer in the cframe (GH-29267)
pablogsal
- [Python-checkins] bpo-44525: Add recursive checks for `CALL_FUNCTION_BUILTIN_O` (GH-29271)
markshannon
- [Python-checkins] bpo-45256: Rationalize code around Python-to-Python calls a bit. (GH-29235)
markshannon
- [Python-checkins] [3.9] bpo-39679: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29087)
ambv
- [Python-checkins] bpo-45629: Add a test for the "freeze" tool. (gh-29222)
ericsnowcurrently
- [Python-checkins] Store actual ints, not pointers to them in the interpreter state. (GH-29274)
markshannon
- [Python-checkins] bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270)
pablogsal
- [Python-checkins] bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)
ned-deily
- [Python-checkins] bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)
miss-islington
- [Python-checkins] bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)
miss-islington
- [Python-checkins] [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241) (GH-29245)
ambv
- [Python-checkins] bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) (GH-29279)
ambv
- [Python-checkins] [3.10] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29249)
ambv
- [Python-checkins] bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29248)
ambv
- [Python-checkins] bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219)
ambv
- [Python-checkins] bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226)
ambv
- [Python-checkins] Fixed typos (GH-29211)
ambv
- [Python-checkins] bpo-45583: Correct datamodel documentation of int() (GH-29182)
ambv
- [Python-checkins] bpo-45612: Add sqlite3 module docstring (GH-29224)
ambv
- [Python-checkins] bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280)
ambv
- [Python-checkins] bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) (GH-29281)
ambv
- [Python-checkins] bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) (GH-29282)
ambv
- [Python-checkins] bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29283)
ambv
- [Python-checkins] bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233)
ambv
- [Python-checkins] bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287)
ambv
- [Python-checkins] bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29284)
ambv
- [Python-checkins] bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29285)
ambv
- [Python-checkins] bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29286)
ambv
- [Python-checkins] bpo-45379: add custom error string for FROZEN_DISABLED (GH-29190)
ambv
- [Python-checkins] bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167)
ambv
- [Python-checkins] bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29288)
ambv
- [Python-checkins] bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29289)
ambv
- [Python-checkins] bpo-45395: Make custom frozen modules additions instead of replacements. (gh-28778)
ericsnowcurrently
- [Python-checkins] bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29292)
ambv
- [Python-checkins] bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29293)
ambv
- [Python-checkins] [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297)
ambv
- [Python-checkins] bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295)
ambv
- [Python-checkins] bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296)
ambv
- [Python-checkins] bpo-45621: Small changes to mmap (GH-29247)
tjguk
- [Python-checkins] [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305)
serhiy-storchaka
- [Python-checkins] [3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)
Fidget-Spinner
- [Python-checkins] [3.9] [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) (GH-29306)
serhiy-storchaka
- [Python-checkins] bpo-45628: Check all parts of the suffix for an extension match. (GH-29310)
vsajip
- [Python-checkins] bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309)
Fidget-Spinner
- [Python-checkins] bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309)
miss-islington
- [Python-checkins] [3.9] bpo-45628: Check all parts of the suffix for an extension match. (GH-29310) (GH-29313)
vsajip
- [Python-checkins] [3.10] bpo-45628: Check all parts of the suffix for an extension match. (GH-29310) (GH-29314)
vsajip
- [Python-checkins] bpo-45548: Some test modules must be built as shared libs (GH-29268)
tiran
- [Python-checkins] bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270)
miss-islington
- [Python-checkins] bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200)
ambv
- [Python-checkins] bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204)
ambv
- [Python-checkins] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171)
ambv
- [Python-checkins] bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) (GH-29319)
ambv
- [Python-checkins] bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) (GH-29320)
ambv
- [Python-checkins] bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) (GH-29322)
ambv
- [Python-checkins] bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) (GH-29321)
ambv
- [Python-checkins] [3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) (GH-29323)
ambv
- [Python-checkins] bpo-45379: clarify FROZEN_EXCLUDED and FROZEN_INVALID documentation (GH-29189)
ambv
- [Python-checkins] [3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) (GH-29324)
ambv
- [Python-checkins] bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
miss-islington
- [Python-checkins] Fix docs source link for importlib.metadata (GH-29025)
miss-islington
- [Python-checkins] Fix docs source link for importlib.metadata (GH-29025)
miss-islington
- [Python-checkins] bpo-45666: fixes warning with `swprintf` and `%s` (GH-29307)
Fidget-Spinner
- [Python-checkins] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)
serhiy-storchaka
- [Python-checkins] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)
miss-islington
- [Python-checkins] bpo-45634: Don't combine error checks when adding `sqlite3` int constants (GH-29251)
corona10
- [Python-checkins] [3.10] bpo-45634: Don't combine error checks when adding `sqlite3` int constants (GH-29251). (GH-29343)
corona10
- [Python-checkins] bpo-45516: fix Traversable.name documentation (GH-29194)
miss-islington
- [Python-checkins] Move field width to the right field (GH-29344)
miss-islington
- [Python-checkins] bpo-45516: add protocol description to the Traversable documentation (GH-29039)
miss-islington
- [Python-checkins] bpo-45516: add protocol description to the Traversable documentation (GH-29039)
miss-islington
- [Python-checkins] Updated README with Python 3.11 release info (GH-29338)
Mariatta
- [Python-checkins] [3.9] Move field width to the right field (GH-29344) (GH-29350)
vsajip
- [Python-checkins] [3.10] Move field width to the right field (GH-29344) (GH-29351)
vsajip
- [Python-checkins] bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 (GH-29256)
miss-islington
Last message date:
Sun Oct 31 16:51:43 EDT 2021
Archived on: Sun Oct 31 16:51:45 EDT 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).