March 2023 Archives by thread
Starting: Wed Mar 1 04:49:32 EST 2023
Ending: Fri Mar 31 17:24:10 EDT 2023
Messages: 422
- [Python-checkins] gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in tkinter module (#102319)
iritkatriel
- [Python-checkins] gh-102336: Ensure CancelIoEx result is not ignored (GH-102347)
zooba
- [Python-checkins] gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetValueEx (GH-102345)
zooba
- [Python-checkins] gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)
corona10
- [Python-checkins] gh-102088 Optimize iter_index itertools recipe (GH-102360)
rhettinger
- [Python-checkins] [3.11] gh-102088 Optimize iter_index itertools recipe (GH-102360) (GH-102363)
rhettinger
- [Python-checkins] [3.11] gh-90744: Fix erroneous doc links in the sys module (GH-101319) (#102321)
hugovk
- [Python-checkins] [3.10] gh-90744: Fix erroneous doc links in the sys module (GH-101319) (#102322)
hugovk
- [Python-checkins] gh-95672: Update memory_watchdog to use test.support.get_pagesize (gh-102365)
corona10
- [Python-checkins] gh-101101: Fix test_code_extra to reset value for refleak test (gh-102350)
corona10
- [Python-checkins] Fix typos in documentation and comments (GH-102374)
miss-islington
- [Python-checkins] [3.11] Fix typos in documentation and comments (GH-102374) (#102376)
AlexWaygood
- [Python-checkins] [3.10] Fix typos in documentation and comments (GH-102374) (#102377)
AlexWaygood
- [Python-checkins] gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)
iritkatriel
- [Python-checkins] gh-102324: Improve tests of `typing.override` (#102325)
JelleZijlstra
- [Python-checkins] gh-101754: Document that Windows converts keys in `os.environ` to uppercase (GH-101840)
zooba
- [Python-checkins] [3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#102235)
kumaraditya303
- [Python-checkins] gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390)
kumaraditya303
- [Python-checkins] Add import of `unittest.mock.Mock` in documentation (#102346)
kumaraditya303
- [Python-checkins] gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (GH-102390)
miss-islington
- [Python-checkins] gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
gvanrossum
- [Python-checkins] Remove unused internal macros (#102415)
mdickinson
- [Python-checkins] gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (#101896)
kumaraditya303
- [Python-checkins] gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
kumaraditya303
- [Python-checkins] gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (GH-101896)
miss-islington
- [Python-checkins] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180)
miss-islington
- [Python-checkins] gh-102302 Micro-optimize `inspect.Parameter.__hash__` (#102303)
AlexWaygood
- [Python-checkins] [3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (GH-101896) (#102422)
kumaraditya303
- [Python-checkins] [3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) (#102419)
kumaraditya303
- [Python-checkins] gh-101863: Fix wrong comments in EUC-KR codec (gh-102417)
corona10
- [Python-checkins] [3.8] GH-102306 Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK (GH-102307)
ned-deily
- [Python-checkins] gh-63301: Set exit code when tabnanny CLI exits on error (#7699)
hauntsaninja
- [Python-checkins] gh-101992: update pstlib module documentation (#102133)
hauntsaninja
- [Python-checkins] [3.11] Clarify re docs for byte pattern group names (GH-99308) (#101001)
hauntsaninja
- [Python-checkins] gh-96821: Add config option `--with-strict-overflow` (#96823)
hauntsaninja
- [Python-checkins] gh-101992: update pstlib module documentation (GH-102133)
miss-islington
- [Python-checkins] GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421)
kumaraditya303
- [Python-checkins] Move around example in to_bytes() to avoid confusion (#101595)
mdickinson
- [Python-checkins] [3.11] Move around example in to_bytes() to avoid confusion (GH-101595) (#102434)
mdickinson
- [Python-checkins] gh-102356: Add thrashcan macros to filter object dealloc (#102426)
pablogsal
- [Python-checkins] gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
miss-islington
- [Python-checkins] gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument() were dropped (#102318)
JelleZijlstra
- [Python-checkins] Fix unused classes in a typing test (GH-102437)
miss-islington
- [Python-checkins] gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument() were dropped (GH-102318)
miss-islington
- [Python-checkins] GH-102341: Improve the test function for pow (#102342)
terryjreedy
- [Python-checkins] GH-102341: Improve the test function for pow (GH-102342)
miss-islington
- [Python-checkins] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445)
AlexWaygood
- [Python-checkins] GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (#101665)
AlexWaygood
- [Python-checkins] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (GH-102445)
miss-islington
- [Python-checkins] [3.10] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445) (#102452)
AlexWaygood
- [Python-checkins] GH-101362: Check pathlib.Path flavour compatibility at import time (GH-101664)
miss-islington
- [Python-checkins] GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)
miss-islington
- [Python-checkins] gh-102416: Do not memoize incorrectly loop rules in the parser (#102467)
pablogsal
- [Python-checkins] gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)
corona10
- [Python-checkins] [3.10] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102467). (#102474)
pablogsal
- [Python-checkins] [3.11] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102467). (#102473)
pablogsal
- [Python-checkins] gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in sub interpreters module (#102472)
iritkatriel
- [Python-checkins] Add gettext support to tools/extensions/c_annotations.py (#101989)
hugovk
- [Python-checkins] Add gettext support to tools/extensions/c_annotations.py (GH-101989)
miss-islington
- [Python-checkins] Remove unused import of `warnings` from `unittest.loader` (#102479)
AlexWaygood
- [Python-checkins] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485)
ned-deily
- [Python-checkins] [3.11] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) (GH-102488)
ned-deily
- [Python-checkins] [3.10] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) (GH-102489)
ned-deily
- [Python-checkins] gh-90110: Fix the c-analyzer Tool (#102483)
ericsnowcurrently
- [Python-checkins] gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429)
Fidget-Spinner
- [Python-checkins] [3.11] gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429) (GH-102490)
Fidget-Spinner
- [Python-checkins] Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#102398)
kumaraditya303
- [Python-checkins] gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781)
encukou
- [Python-checkins] gh-87092: compiler's CFG construction moved to after codegen stage (#102320)
iritkatriel
- [Python-checkins] gh-102493: fix normalization in PyErr_SetObject (#102502)
Yhg1s
- [Python-checkins] [3.9] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101751)
ned-deily
- [Python-checkins] [3.8] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101752)
ned-deily
- [Python-checkins] gh-102381: don't call watcher callback with dead object (#102382)
carljm
- [Python-checkins] fix typo in async generator code field name `ag_code` (#102448)
kumaraditya303
- [Python-checkins] Python 3.12.0a6
Yhg1s
- [Python-checkins] Fix style in argparse.rst (#101733)
hauntsaninja
- [Python-checkins] Fix style in argparse.rst (GH-101733)
miss-islington
- [Python-checkins] GH-102397: Fix segfault from race condition in signal handling (#102399)
kumaraditya303
- [Python-checkins] gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (#102526)
AlexWaygood
- [Python-checkins] [3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102399) (#102527)
kumaraditya303
- [Python-checkins] GH-102397: Fix segfault from race condition in signal handling (GH-102399)
miss-islington
- [Python-checkins] gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526)
miss-islington
- [Python-checkins] Remove or update bitbucket links (GH-101963)
JulienPalard
- [Python-checkins] gh-102515: Remove unused imports in the `Lib/` directory (#102516)
pablogsal
- [Python-checkins] gh-102507 Remove invisible pagebreak characters (#102531)
AlexWaygood
- [Python-checkins] gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Objects/) (#102218)
iritkatriel
- [Python-checkins] gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
ericsnowcurrently
- [Python-checkins] gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)
ericsnowcurrently
- [Python-checkins] gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)
ericsnowcurrently
- [Python-checkins] GH-84783: Document GH-101264 (Make the slice object hashable) in What's New. (#102548)
Yhg1s
- [Python-checkins] gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
ericsnowcurrently
- [Python-checkins] gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
ericsnowcurrently
- [Python-checkins] gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505)
ericsnowcurrently
- [Python-checkins] gh-102255: Improve build support for Windows API partitions (GH-102256)
zooba
- [Python-checkins] gh-102378: don't bother stripping `/` from __text_signature__ (#102379)
JelleZijlstra
- [Python-checkins] gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in `_ctypes` (#102477)
kumaraditya303
- [Python-checkins] gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH-102544)
zooba
- [Python-checkins] gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824)
erlend-aasland
- [Python-checkins] gh-86509: Add link to Lib/_threading_local.py in threading docs (GH-101824)
miss-islington
- [Python-checkins] GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
miss-islington
- [Python-checkins] gh-102519: Add doc updates for os.listdrives, listvolumes and listmounts (GH-102585)
zooba
- [Python-checkins] GH-80486: Fix handling of NTFS alternate data streams in pathlib (GH-102454)
zooba
- [Python-checkins] gh-102578: Optimise setting and deleting mutable attributes on non-dataclass subclasses of frozen dataclasses (gh-102573)
ericvsmith
- [Python-checkins] gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)
carljm
- [Python-checkins] gh-88071: Update docstrings of dataclass' astuple and asdict (#101806)
carljm
- [Python-checkins] GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
brandtbucher
- [Python-checkins] gh-102433: Add tests for how classes with properties interact with `isinstance()` checks on `typing.runtime_checkable` protocols (#102449)
AlexWaygood
- [Python-checkins] gh-102433: Add tests for how classes with properties interact with `isinstance()` checks on `typing.runtime_checkable` protocols (GH-102449)
miss-islington
- [Python-checkins] gh-102213: Optimize the performance of `__getattr__` (GH-102248)
Fidget-Spinner
- [Python-checkins] gh-79940: add introspection API for asynchronous generators to `inspect` module (#11590)
kumaraditya303
- [Python-checkins] [3.11] gh-102493: backport unit test for PyErr_SetObject (#102602)
iritkatriel
- [Python-checkins] gh-79940: skip `TestGetAsyncGenState` on wasm as it requires working sockets (GH-102605)
miss-islington
- [Python-checkins] gh-101821: Test coverage for `ast.main` function (#101822)
hauntsaninja
- [Python-checkins] Fixes duplicated word (#102623)
gvanrossum
- [Python-checkins] [3.11] Fixes duplicated word (GH-102623) (#102624)
gvanrossum
- [Python-checkins] Optimize fmean() weighted average (#102626)
rhettinger
- [Python-checkins] Fix duplicated words in the docs (GH-102629)
miss-islington
- [Python-checkins] GH-101673: Fix pdb bug where local variable changes are lost after longlist (#101674)
iritkatriel
- [Python-checkins] GH-101673: Fix pdb bug where local variable changes are lost after longlist (GH-101674)
miss-islington
- [Python-checkins] gh-101100: Fix Sphinx warnings in `turtle` module (#102340)
hugovk
- [Python-checkins] GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. (GH-102301)
markshannon
- [Python-checkins] gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340)
miss-islington
- [Python-checkins] Fix broken link to MSDN (#102355)
hugovk
- [Python-checkins] Fix broken link to MSDN (GH-102355)
miss-islington
- [Python-checkins] [3.10] GH-101673: Fix pdb bug where local variable changes are lost after longlist (#101674) (#102633)
pablogsal
- [Python-checkins] [3.10] Fix duplicated words in the docs (#102645)
AlexWaygood
- [Python-checkins] [3.11] Fix duplicated words in the docs (#102644)
AlexWaygood
- [Python-checkins] gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102631)
iritkatriel
- [Python-checkins] gh-87092: refactor assemble() to a number of separate functions, which do not need the compiler struct (#102562)
iritkatriel
- [Python-checkins] GH-100987: Don't cache references to the names and consts array in `_PyEval_EvalFrameDefault`. (#102640)
markshannon
- [Python-checkins] gh-102650: Remove duplicate include directives from multiple source files (#102651)
carljm
- [Python-checkins] gh-98169 dataclasses.astuple support DefaultDict (#98170)
carljm
- [Python-checkins] gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (#102075)
carljm
- [Python-checkins] gh-101524: Fix the ChannelID tp_name (gh-102655)
ericsnowcurrently
- [Python-checkins] gh-101659: Avoid Allocation for Shared Exceptions in the _xxsubinterpreters Module (gh-102659)
ericsnowcurrently
- [Python-checkins] gh-98831: Use DECREF_INPUTS() more (#102409)
gvanrossum
- [Python-checkins] [3.11] gh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (GH-102075) (#102662)
carljm
- [Python-checkins] gh-102627: Replace address pointing toward malicious web page (#102630)
gpshead
- [Python-checkins] gh-102627: Replace address pointing toward malicious web page (GH-102630)
miss-islington
- [Python-checkins] [3.7] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102668)
ned-deily
- [Python-checkins] [3.9] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102666)
ned-deily
- [Python-checkins] [3.8] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102667)
ned-deily
- [Python-checkins] GH-102670: Use sumprod() to simplify, speed up, and improve accuracy of statistics functions (GH-102649)
rhettinger
- [Python-checkins] gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
pablogsal
- [Python-checkins] doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
corona10
- [Python-checkins] GH-100227: cleanup initialization of global interned dict (#102682)
kumaraditya303
- [Python-checkins] gh-100315: clarification to `__slots__` docs. (#102621)
AlexWaygood
- [Python-checkins] gh-100315: clarification to `__slots__` docs. (GH-102621)
miss-islington
- [Python-checkins] GH-94851: check unicode consistency of static strings in debug mode (#102684)
kumaraditya303
- [Python-checkins] gh-81057: Add a CI Check for New Unsupported C Global Variables (gh-102506)
ericsnowcurrently
- [Python-checkins] gh-102354: change python3 to python in docs examples (#102696)
carljm
- [Python-checkins] [3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102698)
carljm
- [Python-checkins] [3.11] gh-102354: change python3 to python in docs examples (GH-102696) (#102697)
carljm
- [Python-checkins] gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
ericsnowcurrently
- [Python-checkins] gh-102674: Remove _specialization_stats from Lib/opcode.py (#102685)
gvanrossum
- [Python-checkins] Rename redundant enum tests so that they run (#102535)
hauntsaninja
- [Python-checkins] gh-101578: mention in what's new in 3.12 that exceptions are now normalized before stored (#102702)
iritkatriel
- [Python-checkins] Rename redundant enum tests so that they run (GH-102535)
miss-islington
- [Python-checkins] gh-102703: Fix typo in modules tutorial documentation (GH-102707)
Mariatta
- [Python-checkins] gh-102519: Avoid failing tests due to inaccessible volumes (GH-102706)
zooba
- [Python-checkins] gh-102560 Add docstrings to asyncio.TaskGroup (#102565)
gvanrossum
- [Python-checkins] gh-101377: improving test_locale_calendar_formatweekday of calendar (#101378)
terryjreedy
- [Python-checkins] gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)
miss-islington
- [Python-checkins] Remove misformatted exclamation marks in docs (#102694)
hugovk
- [Python-checkins] [3.11] Remove misformatted exclamation marks in docs (GH-102694) (#102716)
hugovk
- [Python-checkins] [3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717)
hugovk
- [Python-checkins] gh-102560 Add docstrings to asyncio.TaskGroup (GH-102565)
miss-islington
- [Python-checkins] gh-102615: Use `list` instead of `tuple` in `repr` of paramspec (#102637)
AlexWaygood
- [Python-checkins] gh-102281: Fix potential nullptr dereference + use of uninitialized memory (gh-102282)
corona10
- [Python-checkins] gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
JulienPalard
- [Python-checkins] gh-102654: Insert #line directives in generated_cases.c.h (#102669)
gvanrossum
- [Python-checkins] Exclude `ceval.c` from the C-analyzer tool (#102735)
AlexWaygood
- [Python-checkins] Fix typo in code comment (#102726)
AlexWaygood
- [Python-checkins] Simplify and speed-up math.hypot() and math.dist() (GH-102734)
rhettinger
- [Python-checkins] gh-102738: remove from cases generator the code related to register instructions (#102739)
iritkatriel
- [Python-checkins] gh-102660: Fix Refleaks in import.c (#102744)
ericsnowcurrently
- [Python-checkins] gh-102690: Use Edge as fallback in webbrowser instead of IE (#102691)
merwok
- [Python-checkins] GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
kumaraditya303
- [Python-checkins] gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
gpshead
- [Python-checkins] gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)
miss-islington
- [Python-checkins] gh-102594: PyErr_SetObject adds note to exception raised on normalization error (#102675)
iritkatriel
- [Python-checkins] Add comments to `{typing, _collections_abc}._type_repr` about each other (#102752)
AlexWaygood
- [Python-checkins] GH-102653: Make recipe docstring show the correct distribution (#102742)
rhettinger
- [Python-checkins] GH-102653: Make recipe docstring show the correct distribution (GH-102742)
miss-islington
- [Python-checkins] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (#102722)
AlexWaygood
- [Python-checkins] GH-102748: remove legacy support for generator based coroutines from `asyncio.iscoroutine` (#102749)
kumaraditya303
- [Python-checkins] gh-102737: Un-ignore ceval.c in the CI globals check (gh-102745)
ericsnowcurrently
- [Python-checkins] gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102743)
iritkatriel
- [Python-checkins] gh-102192: remove redundant exception fields from ssl module socket (#102466)
iritkatriel
- [Python-checkins] gh-99726: Improves correctness of stat results for Windows, and uses faster API when available (GH-102149)
zooba
- [Python-checkins] gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102760)
iritkatriel
- [Python-checkins] Fix outdated note about 'int' rounding or truncating (#102736)
mdickinson
- [Python-checkins] [3.11] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102766)
mdickinson
- [Python-checkins] [3.10] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102767)
mdickinson
- [Python-checkins] gh-102755: Add PyErr_DisplayException(exc) (#102756)
iritkatriel
- [Python-checkins] Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102764)
zooba
- [Python-checkins] GH-78530: add support for generators in `asyncio.wait` (#102761)
kumaraditya303
- [Python-checkins] Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102776)
zooba
- [Python-checkins] gh-102701: Fix overflow in dictobject.c (GH-102750)
methane
- [Python-checkins] gh-102781: fix cwd dependence in cases generator (#102782)
carljm
- [Python-checkins] Simplify and improve accuracy for subnormals in hypot() (GH-102785)
rhettinger
- [Python-checkins] [3.11] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (GH-102788)
miss-islington
- [Python-checkins] [3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (GH-102790)
miss-islington
- [Python-checkins] gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)
iritkatriel
- [Python-checkins] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803)
markshannon
- [Python-checkins] gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value, sys.last_traceback (#102779)
iritkatriel
- [Python-checkins] gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102769)
iritkatriel
- [Python-checkins] Add more comments to hypot() (GH-102817)
rhettinger
- [Python-checkins] gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102816)
iritkatriel
- [Python-checkins] gh-102755: fix refleak (#102826)
iritkatriel
- [Python-checkins] gh-102778: revert changes to idlelib (#102825)
terryjreedy
- [Python-checkins] gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829)
iritkatriel
- [Python-checkins] gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (#102811)
AlexWaygood
- [Python-checkins] gh-102810: Add docstrings to the public-facing methods of `asyncio.Timeout` (GH-102811)
miss-islington
- [Python-checkins] gh-102491: Remove IronPython version check in sys_version (#102492)
hauntsaninja
- [Python-checkins] gh-102828: fix test failure (add missing skip instructions) (#102835)
iritkatriel
- [Python-checkins] gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
zware
- [Python-checkins] [3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803) (GH-102807)
markshannon
- [Python-checkins] gh-102255: Use GetVersionEx instead of GetVersionExW to match argument type (GH-102583)
zooba
- [Python-checkins] gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
ericsnowcurrently
- [Python-checkins] gh-102304: Add a What's New Entry About _Py_RefTotal (gh-102845)
ericsnowcurrently
- [Python-checkins] gh-102304: Fix Non-Debug Builds (gh-102846)
ericsnowcurrently
- [Python-checkins] Add itertool recipe for polynomial evaluation. (GH-102852)
rhettinger
- [Python-checkins] gh-102809: Remove `Misc/gdbinit` (#102854)
gpshead
- [Python-checkins] Remove itermediate list. Expand docstring. (GH-102862)
rhettinger
- [Python-checkins] The pow() variant further improves accuracy (GH-102866)
rhettinger
- [Python-checkins] gh-102598: Remove obsolete optimization from `FORMAT_VALUE` opcode (#102599)
hauntsaninja
- [Python-checkins] gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Display as well (GH-102849)
encukou
- [Python-checkins] gh-102799: Let pydoc use the exception instead of sys.exc_info (#102830)
iritkatriel
- [Python-checkins] gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850)
iritkatriel
- [Python-checkins] gh-102595: Document `PyObject_Format` c-api function (GH-102596)
miss-islington
- [Python-checkins] gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fatal (gh-102657)
ericsnowcurrently
- [Python-checkins] gh-102876: remove superfluous parens from itertools.batched recipe (GH-102877)
rhettinger
- [Python-checkins] gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
ericsnowcurrently
- [Python-checkins] Tweak polynomial itertool recipes (GH-102880)
rhettinger
- [Python-checkins] [3.11] Backport itertool recipe updates (GH-102881)
rhettinger
- [Python-checkins] gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)
ericsnowcurrently
- [Python-checkins] gh-102860: improve performance of compiler's instr_sequence_to_cfg (#102861)
iritkatriel
- [Python-checkins] gh-94673: Isolate the _io module to Each Interpreter (gh-102663)
ericsnowcurrently
- [Python-checkins] gh-102406: replace exception chaining by PEP-678 notes in codecs (#102407)
iritkatriel
- [Python-checkins] Add link to `sys.exit` function documentation (#102805)
ezio-melotti
- [Python-checkins] Add link to `sys.exit` function documentation (GH-102805)
miss-islington
- [Python-checkins] gh-102839: remove AC for math.log (GH-102863)
rhettinger
- [Python-checkins] [3.11] gh-102595: Document `PyObject_Format` c-api function (GH-102596) (GH-102879)
miss-islington
- [Python-checkins] Docs: improve accuracy of pdb alias example (#102892)
erlend-aasland
- [Python-checkins] GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)
corona10
- [Python-checkins] Docs: improve the accuracy of the sqlite3.connect() timeout param (#102900)
erlend-aasland
- [Python-checkins] Docs: improve accuracy of pdb alias example (GH-102892)
miss-islington
- [Python-checkins] gh-100989: Improve the accuracy of collections.deque docstrings (#100990)
erlend-aasland
- [Python-checkins] Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900)
miss-islington
- [Python-checkins] Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)
erlend-aasland
- [Python-checkins] Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)
miss-islington
- [Python-checkins] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)
Yhg1s
- [Python-checkins] gh-101313: Add -h and --help arguments to the webbrowser module (gh-101374)
corona10
- [Python-checkins] gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990)
miss-islington
- [Python-checkins] gh-101947: Remove size check from sqlite3 serialize test (#102914)
erlend-aasland
- [Python-checkins] gh-102027: Fix macro name (#102124)
Yhg1s
- [Python-checkins] gh-101947: Remove size check from sqlite3 serialize test (GH-102914)
miss-islington
- [Python-checkins] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
Yhg1s
- [Python-checkins] GH-89727: Fix pathlib.Path.walk RecursionError on deep trees (GH-100282)
barneygale
- [Python-checkins] GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
markshannon
- [Python-checkins] gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066)
miss-islington
- [Python-checkins] gh-102780: Fix uncancel() call in asyncio timeouts (#102815)
gvanrossum
- [Python-checkins] gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
iritkatriel
- [Python-checkins] gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plural (#102922)
iritkatriel
- [Python-checkins] gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plural (GH-102922)
miss-islington
- [Python-checkins] gh-102780: Fix uncancel() call in asyncio timeouts (GH-102815)
miss-islington
- [Python-checkins] [doc] Fix error in tutorial example: type(exc) is the type rather than the instance (#102751)
iritkatriel
- [Python-checkins] [doc] Fix error in tutorial example: type(exc) is the type rather than the instance (GH-102751)
miss-islington
- [Python-checkins] gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-102925)
ericsnowcurrently
- [Python-checkins] gh-102939: Fix "conversion from Py_ssize_t to long" warning in builtins (GH-102940)
markshannon
- [Python-checkins] Docs: fixup incorrect escape char in sqlite3 docs (#102945)
erlend-aasland
- [Python-checkins] gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102948)
AlexWaygood
- [Python-checkins] gh-102947: Improve traceback when calling `fields()` on a non-dataclass (GH-102948)
miss-islington
- [Python-checkins] [3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102948) (#102954)
AlexWaygood
- [Python-checkins] gh-88965: typing: fix type substitution of a list of types after initial `ParamSpec` substitution (#102808)
AlexWaygood
- [Python-checkins] gh-102943: Stop checking localized error text in socket tests on Windows (GH-102944)
zooba
- [Python-checkins] gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934)
AlexWaygood
- [Python-checkins] gh-102810 Improve the sphinx docs for `asyncio.Timeout` (GH-102934)
miss-islington
- [Python-checkins] gh-88965: typing: fix type substitution of a list of types after initial `ParamSpec` substitution (GH-102808)
miss-islington
- [Python-checkins] Move binomialvariate() to a section for discrete distributions (GH-102955)
rhettinger
- [Python-checkins] gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (#102937)
AlexWaygood
- [Python-checkins] gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (GH-102937)
miss-islington
- [Python-checkins] gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689)
AlexWaygood
- [Python-checkins] gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689)
miss-islington
- [Python-checkins] Minor readability improvement to the factor() recipe (GH-102971)
rhettinger
- [Python-checkins] [3.11] Minor readability improvement to the factor() recipe (GH-102971) (GH-102972)
rhettinger
- [Python-checkins] gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)
ethanfurman
- [Python-checkins] GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
brandtbucher
- [Python-checkins] gh-99726: Fix order of recently added fields for FILE_STAT_BASIC_INFORMATION (GH-102976)
zooba
- [Python-checkins] gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709)
JelleZijlstra
- [Python-checkins] GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-102979)
rhettinger
- [Python-checkins] GH-100989: remove annotation from docstring (GH-102991)
rhettinger
- [Python-checkins] gh-101100: Test docs in nit-picky mode (#102513)
hugovk
- [Python-checkins] [3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102918)
Yhg1s
- [Python-checkins] [3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102919)
Yhg1s
- [Python-checkins] [3.11] gh-102027: Fix macro name (GH-102124) (#102916)
Yhg1s
- [Python-checkins] [3.10] gh-102027: Fix macro name (GH-102124) (#102917)
Yhg1s
- [Python-checkins] gh-100372: Use BIO_eof to detect EOF for SSL_FILETYPE_ASN1 (GH-100373)
miss-islington
- [Python-checkins] gh-102873: logging.LogRecord docs: improve description of `msg` parameter (#102875)
AlexWaygood
- [Python-checkins] gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH-102875)
miss-islington
- [Python-checkins] gh-102980: Add tests for pdf's display, alias and where commands (#102981)
iritkatriel
- [Python-checkins] gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)
miss-islington
- [Python-checkins] gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() (#100132)
gpshead
- [Python-checkins] gh-101100: Test only Doc/ files in nit-picky mode (#103019)
hugovk
- [Python-checkins] GH-102833: Mention the key function in the docstrings (GH-103009)
rhettinger
- [Python-checkins] [3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.iscoroutine (#103001)
hugovk
- [Python-checkins] [3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002)
hugovk
- [Python-checkins] gh-103025: fix two ctypes doc issues (#103026)
AlexWaygood
- [Python-checkins] [3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030)
AlexWaygood
- [Python-checkins] [3.11] gh-103025: fix a ctypes doc typo (GH-103026) (#103029)
AlexWaygood
- [Python-checkins] gh-103027: Update `dataclass.make_dataclass` docstring (gh-103028)
ericvsmith
- [Python-checkins] Fix typos in faulthandler, testcapi error messages (#103020)
hauntsaninja
- [Python-checkins] Update pdb docs for arguments (#102965)
hauntsaninja
- [Python-checkins] Update pdb docs for arguments (GH-102965)
miss-islington
- [Python-checkins] gh-98886: Fix issues with dataclass fields with special underscore names (#102032)
hauntsaninja
- [Python-checkins] [3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#103040)
hauntsaninja
- [Python-checkins] Fix typo in _swappedbytes_ in ctypes comment (#102773)
hauntsaninja
- [Python-checkins] gh-102941: Fix "‘subobj’ may be used uninitialized in this function" warning in `bytes_methods.c` (#102942)
JelleZijlstra
- [Python-checkins] [3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103006)
ambv
- [Python-checkins] [3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)
ambv
- [Python-checkins] gh-103023: Add SyntaxError check in pdb's `display` command (#103024)
ambv
- [Python-checkins] gh-103046: Display current line correctly for `dis.disco()` with CACHE entries (#103047)
iritkatriel
- [Python-checkins] gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters" (gh-103063)
ericsnowcurrently
- [Python-checkins] gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)
ethanfurman
- [Python-checkins] gh-103056: [Enum] ensure final _generate_next_value_ is a staticmethod (GH-103062)
ethanfurman
- [Python-checkins] gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)
ethanfurman
- [Python-checkins] GH-102711: Fix warnings found by clang (#102712)
ambv
- [Python-checkins] [3.9] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102243)
ambv
- [Python-checkins] [3.9] GH-102126: fix deadlock at shutdown when clearing thread states (GH-102222) (#102236)
ambv
- [Python-checkins] [3.8] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102244)
ambv
- [Python-checkins] [3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241)
ambv
- [Python-checkins] [3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087)
ambv
- [Python-checkins] [3.11] GH-102711: Fix warnings found by clang (GH-102712) (#103075)
ambv
- [Python-checkins] [3.10] GH-102711: Fix warnings found by clang (GH-102712) (#103076)
ambv
- [Python-checkins] [3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768) (#99817)
ambv
- [Python-checkins] gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
ericsnowcurrently
- [Python-checkins] gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)
zooba
- [Python-checkins] gh-103054: typing: Improve `Callable` type substitution tests (#103055)
JelleZijlstra
- [Python-checkins] gh-103054: typing: Improve `Callable` type substitution tests (GH-103055)
miss-islington
- [Python-checkins] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635)
vsajip
- [Python-checkins] [3.11] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635) (GH-103106)
vsajip
- [Python-checkins] [3.10] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635) (GH-103107)
vsajip
- [Python-checkins] gh-103068: Check condition expression of breakpoints for pdb (#103069)
ambv
- [Python-checkins] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (#103113)
terryjreedy
- [Python-checkins] GH-102973: add a dev container (GH-102975)
brettcannon
- [Python-checkins] gh-90110: Bring the whitelists up to date. (gh-103114)
ericsnowcurrently
- [Python-checkins] [3.11] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (GH-103113) (#103119)
terryjreedy
- [Python-checkins] [3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (GH-103113) (#103120)
terryjreedy
- [Python-checkins] GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
brandtbucher
- [Python-checkins] gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (gh-103084)
ericsnowcurrently
- [Python-checkins] gh-103099: Link mypy docs from typing.rst (#103100)
hauntsaninja
- [Python-checkins] gh-103099: Link mypy docs from typing.rst (GH-103100)
miss-islington
- [Python-checkins] gh-103085: Fix python locale.getencoding not to emit deprecation warning (gh-103086)
corona10
- [Python-checkins] gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116)
hugovk
- [Python-checkins] Add IPv6 into to the docstring for socket.getsockname (#102961)
gpshead
- [Python-checkins] gh-102110: Add all tools description missed (GH-102625)
miss-islington
- [Python-checkins] Minor docs improvements fix for `codeop` (#103123)
hauntsaninja
- [Python-checkins] Minor docs improvements fix for `codeop` (GH-103123)
miss-islington
- [Python-checkins] gh-102799: use exception instance instead of sys.exc_info() (#102885)
iritkatriel
- [Python-checkins] gh-101100: Expand list of clean docs (GH-103135)
miss-islington
- [Python-checkins] Quote literal tokens in standard format specifier grammar (GH-102902)
encukou
- [Python-checkins] GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)
terryjreedy
- [Python-checkins] gh-102871: Remove obsolete browsers from webbrowser (#102872)
merwok
- [Python-checkins] gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
iritkatriel
- [Python-checkins] gh-74690: typing: Don't unnecessarily call `_get_protocol_attrs` twice in `_ProtocolMeta.__instancecheck__` (#103141)
AlexWaygood
- [Python-checkins] gh-100227: Fix Cleanup of the Extensions Cache (gh-103150)
ericsnowcurrently
- [Python-checkins] gh-101659: Clean Up the General Import Tests for Subinterpreters (gh-103151)
ericsnowcurrently
- [Python-checkins] gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149)
ethanfurman
- [Python-checkins] gh-74690: Micro-optimise `typing._get_protocol_attrs` (#103152)
AlexWaygood
- [Python-checkins] Add missing variables to `bytecodes.c` (GH-103153)
brettcannon
Last message date:
Fri Mar 31 17:24:10 EDT 2023
Archived on: Fri Mar 31 17:24:11 EDT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).