April 2023 Archives by date
Starting: Sat Apr 1 01:01:55 EDT 2023
Ending: Sun Apr 30 21:36:47 EDT 2023
Messages: 427
- [Python-checkins] gh-102192: use PyErr_SetHandledException instead of the legacy PyErr_SetExcInfo (#103157)
kumaraditya303
- [Python-checkins] gh-102192: deprecate _PyErr_ChainExceptions (#102935)
iritkatriel
- [Python-checkins] GH-102456: Fix docstring and getopt options for base64 (gh-102457)
corona10
- [Python-checkins] gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancecheck__` (#103034)
AlexWaygood
- [Python-checkins] fix typo in _ssl.c (GH-103192)
miss-islington
- [Python-checkins] bpo-4080: unittest durations (#12271)
giampaolo
- [Python-checkins] gh-103109: Document ignore_warnings() test support helper (#103110)
erlend-aasland
- [Python-checkins] gh-103109: Document ignore_warnings() test support helper (GH-103110)
miss-islington
- [Python-checkins] gh-103109: Document ignore_warnings() test support helper (GH-103110)
miss-islington
- [Python-checkins] gh-102994: Profile docs has typo in example (#103074)
hauntsaninja
- [Python-checkins] gh-102038: Skip a sometimes unnecessary stat in site.py (#102039)
hauntsaninja
- [Python-checkins] gh-102994: Profile docs has typo in example (GH-103074)
miss-islington
- [Python-checkins] GH-103182: use vectorcall in `_asyncio` instead of variadic calling APIs (#103175)
kumaraditya303
- [Python-checkins] gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
ambv
- [Python-checkins] GH-76846, GH-85281: Call `__new__()` and `__init__()` on pathlib subclasses (GH-102789)
barneygale
- [Python-checkins] gh-101100: Use list of 'dirty' docs, with warnings, instead of a clean list (#103191)
hugovk
- [Python-checkins] gh-103215: Remove redundant if stmt from `enum.EnumType._find_data_type_` (GH-103222)
ethanfurman
- [Python-checkins] gh-98298, gh-74730: [Enum] update docs (GH-103163)
ethanfurman
- [Python-checkins] gh-98298, gh-74730: [Enum] update docs (GH-103163)
miss-islington
- [Python-checkins] gh-100062: Remove error code tables from _ssl and err_names_to_codes (GH-100063)
zooba
- [Python-checkins] gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149)
miss-islington
- [Python-checkins] Specify more settings for the C extension of VS Code for dev containers (GH-103229)
brettcannon
- [Python-checkins] gh-103056: [Enum] use staticmethod decorator for _gnv_ (GH-103231)
ethanfurman
- [Python-checkins] gh-103092: Isolate `_pickle` module (#102982)
kumaraditya303
- [Python-checkins] Fix a compiler warning in _xxsubinterpretermodule.c (#103245)
Yhg1s
- [Python-checkins] bpo-44844: Enable detection of Microsoft Edge browser in webbrowser module (GH-29908)
zooba
- [Python-checkins] [3.10] gh-103207: Add instructions to the macOS installer welcome display on how to workaround the macOS 13 Ventura “The installer encountered an error” failure. (GH-103253)
ned-deily
- [Python-checkins] Python 3.12.0a7
Yhg1s
- [Python-checkins] [3.11] gh-103207: Add instructions to the macOS installer welcome display on how to workaround the macOS 13 Ventura “The installer encountered an error” failure. GH-103252)
ned-deily
- [Python-checkins] gh-103207: Add instructions to the macOS installer welcome display on how to workaround the macOS 13 Ventura “The installer encountered an error” failure. (GH-103251)
ned-deily
- [Python-checkins] GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
zooba
- [Python-checkins] Improve some grammar in the socket docs (#103254)
AlexWaygood
- [Python-checkins] Improve some grammar in the socket docs (GH-103254)
miss-islington
- [Python-checkins] Improve some grammar in the socket docs (GH-103254)
miss-islington
- [Python-checkins] gh-102660: Fix is_core_module() (gh-103257)
ericsnowcurrently
- [Python-checkins] gh-101525: Disable peephole optimization process of BOLT (gh-103187)
corona10
- [Python-checkins] gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)
orsenthil
- [Python-checkins] gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions with no args (GH-103168)
encukou
- [Python-checkins] gh-103193: Micro-optimise helper functions for `inspect.getattr_static` (#103195)
AlexWaygood
- [Python-checkins] gh-74690: typing: Simplify and optimise `_ProtocolMeta.__instancecheck__` (#103159)
AlexWaygood
- [Python-checkins] gh-81762: Clarify and simplify description of print's flush param (#103264)
iritkatriel
- [Python-checkins] Python 3.11.3
pablogsal
- [Python-checkins] gh-74690: typing: Call `_get_protocol_attrs` and `_callable_members_only` at protocol class creation time, not during `isinstance()` checks (#103160)
AlexWaygood
- [Python-checkins] Python 3.10.11
pablogsal
- [Python-checkins] gh-81762: Clarify and simplify description of print's flush param (GH-103264)
miss-islington
- [Python-checkins] gh-100408: Fix a traceback in multiprocessing example (#100409)
iritkatriel
- [Python-checkins] gh-81762: Clarify and simplify description of print's flush param (GH-103264)
miss-islington
- [Python-checkins] gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)
corona10
- [Python-checkins] gh-89058: remove skip from test_no_hang_on_context_chain_cycle2 (#102903)
iritkatriel
- [Python-checkins] gh-102899: Fix doc link for getting filesystem error handler (#102901)
vstinner
- [Python-checkins] gh-102899: Fix doc link for getting filesystem error handler (GH-102901)
miss-islington
- [Python-checkins] gh-102899: Fix doc link for getting filesystem error handler (GH-102901)
miss-islington
- [Python-checkins] gh-99069: Consolidate checks for static_assert (#94766)
vstinner
- [Python-checkins] gh-99069: Consolidate checks for static_assert (GH-94766)
miss-islington
- [Python-checkins] gh-103262: Fixes Windows installer build to work with latest compilers (GH-103281)
zooba
- [Python-checkins] gh-74690: Further optimise `typing._ProtocolMeta.__instancecheck__` (#103280)
AlexWaygood
- [Python-checkins] gh-101659: Use the Raw Allocator in the _xxinterpchannels Module (gh-103287)
ericsnowcurrently
- [Python-checkins] GH-88691: Shrink the CALL caches (GH-103230)
brandtbucher
- [Python-checkins] gh-93910: [Enum] remove member.member deprecation (GH-103236)
ethanfurman
- [Python-checkins] gh-101659: Add _Py_AtExit() (gh-103298)
ericsnowcurrently
- [Python-checkins] gh-103207: Fix Welcome formatting issues when macOS Installer is run in dark mode. (GH-103303)
ned-deily
- [Python-checkins] [3.11] gh-103207: Fix Welcome formatting issues when macOS Installer is run in dark mode. (GH-103302)
ned-deily
- [Python-checkins] [3.10] gh-103207: Fix Welcome formatting issues when macOS Installer is run in dark mode. (GH-103304)
ned-deily
- [Python-checkins] [3.11] gh-93910: [Enum] remove member.member deprecation (GH-103236) (GH-103299)
ethanfurman
- [Python-checkins] [Enum] unchain exception property.__get__ (GH-103305)
ethanfurman
- [Python-checkins] gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
iritkatriel
- [Python-checkins] gh-48330: assert warning is emitted on unittest.TestResult with no addDuration (#103309)
iritkatriel
- [Python-checkins] gh-99202: Fix extension type from documentation for compiling in C++20 mode (#102518)
vstinner
- [Python-checkins] gh-100227: Use an Array for _PyRuntime's Set of Locks During Init (gh-103315)
ericsnowcurrently
- [Python-checkins] gh-103186: assert in tests that UnsafeMailcapInput warnings are provided (#103217)
iritkatriel
- [Python-checkins] gh-103193: Use LBYL idioms rather than EAFP in `inspect.getattr_static` (#103318)
AlexWaygood
- [Python-checkins] gh-103193: Speedup and inline `inspect._is_type` (#103321)
AlexWaygood
- [Python-checkins] GH-102700: allow built-in modules to be submodules (GH-103162)
brettcannon
- [Python-checkins] gh-93121: fix test_mailbox where some test cases were accidentally dropped (#93242)
iritkatriel
- [Python-checkins] [3.11] GH-102700: allow built-in modules to be submodules (GH-103162) (GH-103322)
brettcannon
- [Python-checkins] gh-103266: Fix a typo in example code for bisect() function (#103267)
hauntsaninja
- [Python-checkins] gh-103266: Fix a typo in example code for bisect() function (GH-103267)
miss-islington
- [Python-checkins] gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
corona10
- [Python-checkins] gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
miss-islington
- [Python-checkins] gh-102213: Revert "gh-102213: Optimize the performance of `__getattr__` (GH-102248)" (GH-103332)
Fidget-Spinner
- [Python-checkins] bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (#30895)
ambv
- [Python-checkins] GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-102813)
barneygale
- [Python-checkins] gh-103193: Celebrate performance improvements to `inspect.getattr_static` in 'What's New in Python 3.12' (#103349)
AlexWaygood
- [Python-checkins] gh-74690: Add more tests for runtime-checkable protocols (#103347)
AlexWaygood
- [Python-checkins] [3.11] bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (GH-30895) (GH-103342)
ambv
- [Python-checkins] gh-74690: Add more tests for runtime-checkable protocols (GH-103347)
miss-islington
- [Python-checkins] gh-103225: Fixed zero lineno issue for pdb (#103265)
iritkatriel
- [Python-checkins] gh-100220: Fix error handling in make rules (GH-100328)
zware
- [Python-checkins] gh-103272: regression test for getattr exception in property (#103336)
hauntsaninja
- [Python-checkins] gh-103272: regression test for getattr exception in property (GH-103336)
miss-islington
- [Python-checkins] [3.11] GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-102813, GH-103343)
barneygale
- [Python-checkins] gh-74690: Document changes made to runtime-checkable protocols in 3.12 (#103348)
AlexWaygood
- [Python-checkins] gh-83004: Harden _socket init (GH-103261)
miss-islington
- [Python-checkins] gh-103329: Add regression test for PropertyMock with side effect (#103358)
carljm
- [Python-checkins] gh-103329: Add regression test for PropertyMock with side effect (GH-103358)
miss-islington
- [Python-checkins] gh-102809: Remove gdbinit mention in Misc/README (#103269)
hauntsaninja
- [Python-checkins] gh-75729: Fix os.spawn tests not handling spaces on Windows (#99150)
hugovk
- [Python-checkins] Docs: use Node.findall to avoid a deprecation warning (#99403)
hugovk
- [Python-checkins] gh-75729: Fix os.spawn tests not handling spaces on Windows (GH-99150)
miss-islington
- [Python-checkins] Docs: use Node.findall to avoid a deprecation warning (GH-99403)
miss-islington
- [Python-checkins] gh-100574: add examples/links to the `strptime`/`strftime` docs (#100575)
hugovk
- [Python-checkins] gh-100574: add examples/links to the `strptime`/`strftime` docs (GH-100575)
miss-islington
- [Python-checkins] gh-100176: Tools/iobench: Remove redundant compat code for Python <= 3.2 (#100197)
hugovk
- [Python-checkins] gh-103373: Improve documentation for `__mro_entries__` (#103374)
AlexWaygood
- [Python-checkins] gh-103373: Improve documentation for `__mro_entries__` (GH-103374)
miss-islington
- [Python-checkins] gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (#103378)
gpshead
- [Python-checkins] gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (GH-103378)
miss-islington
- [Python-checkins] gh-103092: Isolate `socket` module (#103094)
kumaraditya303
- [Python-checkins] Document `asyncio` performance improvement in What's New (#103370)
kumaraditya303
- [Python-checkins] Docs: Fix broken reference `__getitem__` in `string.rst` (#103371)
kumaraditya303
- [Python-checkins] gh-102799: use `sys.exception()` instead of `sys.exc_info()` in pdb (#103294)
kumaraditya303
- [Python-checkins] CI: Do not allow merge if labelled DO-NOT-MERGE (#103337)
hugovk
- [Python-checkins] CI: Do not allow merge if labelled DO-NOT-MERGE (GH-103337)
miss-islington
- [Python-checkins] Add hugovk as a .github code owner (GH-103394)
miss-islington
- [Python-checkins] build(deps): bump actions/stale from 7 to 8 (#103169)
kumaraditya303
- [Python-checkins] Fix typos in test_tempfile.py (#102841)
kumaraditya303
- [Python-checkins] gh-103300: Fix `Popen.wait()` deadlock in patchcheck.py (#103301)
kumaraditya303
- [Python-checkins] ctypes docs: fix missing `not` in variadic functions section (#102611)
kumaraditya303
- [Python-checkins] Remove useless symbol in pystats.h (#101864)
kumaraditya303
- [Python-checkins] Gh-68586: use run_python_until_end in test_capi (GH-102729)
miss-islington
- [Python-checkins] GH-103379: Fix up old tests for `pathlib.PurePath._parse_path` (GH-103380)
barneygale
- [Python-checkins] GH-101362: Omit path anchor from `pathlib.PurePath()._parts` (GH-102476)
barneygale
- [Python-checkins] Itertool recipe improvements (GH-103399)
rhettinger
- [Python-checkins] gh-83004: Harden winsound init (#103385)
erlend-aasland
- [Python-checkins] Fix old behaviour in typing documentation (#103400)
AlexWaygood
- [Python-checkins] [3.7] GH-102306 Avoid GHA CI macOS test_posix failure by using the appropriate macOS SDK. (GH-102427)
ned-deily
- [Python-checkins] gh-103395: Improve `typing._GenericAlias.__dir__` coverage (#103396)
AlexWaygood
- [Python-checkins] gh-103395: Improve `typing._GenericAlias.__dir__` coverage (GH-103396)
miss-islington
- [Python-checkins] gh-97797: Mention `__metadata__` in docstrings of `typing.{_AnnotatedAlias, Annotated}` (#103405)
AlexWaygood
- [Python-checkins] gh-103334: Ignore `Tools/c-analyzer/cpython/_parser.py` from `patchcheck` (GH-103335)
miss-islington
- [Python-checkins] gh-97797: Mention `__metadata__` in docstrings of `typing.{_AnnotatedAlias, Annotated}` (GH-103405)
miss-islington
- [Python-checkins] gh-103059: Clarify gc.freeze documentation (#103058)
carljm
- [Python-checkins] gh-83004: Harden `msvcrt` init (#103383)
kumaraditya303
- [Python-checkins] [3.11] gh-103059: Clarify gc.freeze documentation (GH-103058) (#103416)
carljm
- [Python-checkins] gh-83004: Harden winreg init (#103386)
erlend-aasland
- [Python-checkins] gh-103092: Isolate winsound (#103249)
erlend-aasland
- [Python-checkins] gh-103000: Optimise dataclasses asdict/astuple for common types (#103005)
AlexWaygood
- [Python-checkins] Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (#103421)
hauntsaninja
- [Python-checkins] Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (GH-103421)
miss-islington
- [Python-checkins] Docs: don't render files in includes/, they're for embedding only (#103313)
hugovk
- [Python-checkins] Docs: don't render files in includes/, they're for embedding only (GH-103313)
miss-islington
- [Python-checkins] gh-99553: add tests for ExceptionGroup wrapping (#99615)
hauntsaninja
- [Python-checkins] gh-99553: add tests for ExceptionGroup wrapping (GH-99615)
miss-islington
- [Python-checkins] gh-102828: set stacklevel on deprecation warning (#103422)
iritkatriel
- [Python-checkins] gh-103176: sys._current_exceptions() returns mapping to exception instances instead of exc_info tuples (#103177)
iritkatriel
- [Python-checkins] gh-87092: move assembler related code from compile.c to assemble.c (#103277)
iritkatriel
- [Python-checkins] gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
iritkatriel
- [Python-checkins] gh-103373: `__mro_entries__` docs: improve cross references (#103398)
AlexWaygood
- [Python-checkins] gh-103373: `__mro_entries__` docs: improve cross references (GH-103398)
miss-islington
- [Python-checkins] gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_name__ (#103402)
iritkatriel
- [Python-checkins] gh-87864: Use correct function definition syntax in the docs (#103312)
hugovk
- [Python-checkins] gh-87864: Use correct function definition syntax in the docs (GH-103312)
miss-islington
- [Python-checkins] GH-103220: Fix `ntpath.join()` of partial UNC drive with trailing slash (GH-103221)
barneygale
- [Python-checkins] gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325)
zooba
- [Python-checkins] gh-87092: fix refleak in peepholer test harness (#103448)
iritkatriel
- [Python-checkins] Remove redundant words from interpreter_definition.md. (GH-103455)
benjaminp
- [Python-checkins] gh-103143: Polish pdb help messages and doc strings (GH-103144)
miss-islington
- [Python-checkins] gh-103237: Polish pdb docs (#103238)
hauntsaninja
- [Python-checkins] gh-103237: Polish pdb docs (GH-103238)
miss-islington
- [Python-checkins] gh-103357: Add logging.Formatter defaults support to logging.config fileConfig and dictConfig (GH-103359)
vsajip
- [Python-checkins] GH-83893: Cross reference env. vars and -X command line options (GH-103414)
miss-islington
- [Python-checkins] gh-103417: use time.monotonic in the example for sched.scheduler (#103418)
hauntsaninja
- [Python-checkins] gh-103417: use time.monotonic in the example for sched.scheduler (GH-103418)
miss-islington
- [Python-checkins] gh-103092: Isolate msvcrt (#103248)
erlend-aasland
- [Python-checkins] GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
markshannon
- [Python-checkins] gh-103092: Isolate `_collections` (#103093)
kumaraditya303
- [Python-checkins] gh-103326: Remove `Python/importlib.h` (GH-103331)
brettcannon
- [Python-checkins] gh-103088: Fix virtual environment activate script not working in Cygwin (GH-103470)
zooba
- [Python-checkins] gh-67230: add quoting rules to csv module (GH-29469)
miss-islington
- [Python-checkins] gh-67230: document new csv quoting modes in whatsnew (gh-103491)
merwok
- [Python-checkins] gh-95299: Rework test_cppext.py to not invoke setup.py directly (#103316)
pradyunsg
- [Python-checkins] gh-103462: Ensure SelectorSocketTransport.writelines registers a writer when data is still pending (#103463)
kumaraditya303
- [Python-checkins] gh-102978: Fix mock.patch function signatures for class and staticmethod decorators (#103228)
cjw296
- [Python-checkins] GH-103082: Turn on branch events for FOR_ITER instructions. (#103507)
markshannon
- [Python-checkins] gh-103088: Fix test_venv error message to avoid bytes/str warning (GH-103500)
zooba
- [Python-checkins] GH-103488: Use return-offset, not yield-offset. (GH-103502)
markshannon
- [Python-checkins] gh-103365: [Enum] STRICT boundary corrections (GH-103494)
ethanfurman
- [Python-checkins] gh-103479: [Enum] require __new__ to be considered a data type (GH-103495)
ethanfurman
- [Python-checkins] gh-103365: [Enum] STRICT boundary corrections (GH-103494)
miss-islington
- [Python-checkins] Fix unused functions warnings in instrumentation.c (GH-103515)
markshannon
- [Python-checkins] [3.11] gh-103479: [Enum] require __new__ to be considered a data type (GH-103495) (GH-103514)
ethanfurman
- [Python-checkins] Proofread howto/perf_profiling.rst (#103530)
hauntsaninja
- [Python-checkins] gh-103406: Modernize pos-only arguments usage in `test_signature` (#103407)
JelleZijlstra
- [Python-checkins] gh-103406: Modernize pos-only arguments usage in `test_signature` (GH-103407)
miss-islington
- [Python-checkins] Fix syntax typo in isolating extensions doc (#103516)
hauntsaninja
- [Python-checkins] ipaddress: Remove non-existent ip_str param from docstring (#103461)
hauntsaninja
- [Python-checkins] Remove double space in import error message (#103458)
hauntsaninja
- [Python-checkins] gh-103180: Add CI timeouts to all GitHub Actions jobs (#103437)
hugovk
- [Python-checkins] gh-103532: Remove TKINTER_PROTECT_LOADTK code (GH-103535)
zware
- [Python-checkins] gh-103532: Add NEWS entry (#103542)
zware
- [Python-checkins] gh-103532: Fix reST syntax in NEWS entry (GH-103544)
zware
- [Python-checkins] gh-103527: Add make deps for _codecs_* and _multibytecodec (#103528)
erlend-aasland
- [Python-checkins] gh-101517: Add regression test for a lineno bug in try/except* impacting pdb (#103547)
iritkatriel
- [Python-checkins] GH-78079: Fix UNC device path root normalization in pathlib (GH-102003)
barneygale
- [Python-checkins] gh-102114: Make dis print more concise tracebacks for syntax errors in str inputs (#102115)
iritkatriel
- [Python-checkins] [3.11] gh-103180: Add CI timeouts to all GitHub Actions jobs (GH-103437). (#103543)
hugovk
- [Python-checkins] GH-103517: Improve tests for `pathlib.Path.walk()` (GH-103518)
barneygale
- [Python-checkins] gh-103553: Improve `test_inspect`: add more assertions, remove unused (#103554)
hauntsaninja
- [Python-checkins] gh-103553: Improve `test_inspect`: add more assertions, remove unused (GH-103554)
miss-islington
- [Python-checkins] gh-103527: Add multibytecodec.h as make dep for _codecs_* (#103567)
erlend-aasland
- [Python-checkins] gh-48330: address review comments to PR-12271 (#103209)
giampaolo
- [Python-checkins] GH-83893: Cross reference env. vars and -X command line options (GH-103414)
miss-islington
- [Python-checkins] gh-103583: Add codecs and maps to _codecs_* module state (#103540)
erlend-aasland
- [Python-checkins] Remove `expert-*` from `project-updater` GH workflow (#103579)
hugovk
- [Python-checkins] gh-101525: Fix make test if the --enable-bolt enabled (gh-103574)
corona10
- [Python-checkins] gh-103088: Ensure POSIX venv scripts always use LF line endings (GH-103591)
zooba
- [Python-checkins] gh-103092: Isolate winreg (#103250)
erlend-aasland
- [Python-checkins] gh-103449: Fix a bug in dataclass docstring generation (#103454)
carljm
- [Python-checkins] gh-67230: update whatsnew note for csv changes (#103598)
merwok
- [Python-checkins] GH-103484: Docs: add linkcheck allowed redirects entries for most cases (#103569)
hugovk
- [Python-checkins] GH-103484: Docs: add linkcheck allowed redirects entries for most cases (GH-103569)
miss-islington
- [Python-checkins] gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
pradyunsg
- [Python-checkins] gh-101100: Fix broken reference `__format__` in `string.rst` (#103531)
kumaraditya303
- [Python-checkins] [Doc] Fix a typo in optparse.rst (#103504)
kumaraditya303
- [Python-checkins] gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613)
zooba
- [Python-checkins] GH-100530: Change the error message for non-class class patterns (GH-103576)
brandtbucher
- [Python-checkins] gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600)
ethanfurman
- [Python-checkins] gh-103617: Fix compiler warning in _iomodule.c (#103618)
erlend-aasland
- [Python-checkins] gh-103583: Always pass multibyte codec structs as const (#103588)
erlend-aasland
- [Python-checkins] gh-103582: Remove last references to `argparse.REMAINDER` from docs (#103586)
hauntsaninja
- [Python-checkins] gh-102778: IDLE - make sys.last_exc available in Shell after traceback (#103314)
terryjreedy
- [Python-checkins] gh-103582: Remove last references to `argparse.REMAINDER` from docs (GH-103586)
miss-islington
- [Python-checkins] GH-88342: clarify that `asyncio.as_completed` accepts generators yielding tasks (#103626)
kumaraditya303
- [Python-checkins] gh-83004: Harden msvcrt further (#103420)
erlend-aasland
- [Python-checkins] Doc: Fix broken link to emscripten networking website (GH-99531)
miss-islington
- [Python-checkins] gh-103583: Add ref. dependency between multibytecodec modules (#103589)
erlend-aasland
- [Python-checkins] gh-102856: Initial implementation of PEP 701 (#102855)
pablogsal
- [Python-checkins] gh-102856: Skip test_mismatched_parens in WASI builds (#103633)
pablogsal
- [Python-checkins] gh-102856: Clean some of the PEP 701 tokenizer implementation (#103634)
pablogsal
- [Python-checkins] gh-83861: Fix datetime.astimezone() method (GH-101545)
miss-islington
- [Python-checkins] gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)
ericsnowcurrently
- [Python-checkins] gh-98641: Document difference between task group and gather (#103644)
gvanrossum
- [Python-checkins] gh-99352: Respect `http.client.HTTPConnection.debuglevel` in `urllib.request.AbstractHTTPHandler` (#99353)
orsenthil
- [Python-checkins] Sync with importlib_metadata 6.5 (GH-103584)
jaraco
- [Python-checkins] gh-103082: Fix shifted field initialization in `instrumentation.c` (GH-103561)
markshannon
- [Python-checkins] gh-103661: Skip failing test on Windows. (#103662)
jaraco
- [Python-checkins] GH-103415: Document itertools.batched() in whatsnew.3.12 (#103670)
rhettinger
- [Python-checkins] Minor improvements to the functools docs (#103672)
rhettinger
- [Python-checkins] gh-103556: [inspect.Signature] disallow pos-or-kw params without default after pos-only with default (#103557)
carljm
- [Python-checkins] gh-103559: Update bundled pip version to 23.1.1 (gh-103560)
pfmoore
- [Python-checkins] Descriptor HowTo: Update to include attributes added in Python 3.10 (GH-103666)
rhettinger
- [Python-checkins] GH-103475: cache() and lru_cache() do not have a "call once" guarantee (GH-103669)
rhettinger
- [Python-checkins] GH-103484: Fix broken links reported by linkcheck (#103608)
hugovk
- [Python-checkins] [3.11] gh-103556: [inspect.Signature] disallow pos-or-kw params without default after pos-only with default (GH-103557) (#103675)
carljm
- [Python-checkins] [3.11] GH-103475: cache() and lru_cache() do not have a "call once" guarantee (GH-103669) (#103682)
AlexWaygood
- [Python-checkins] gh-83791: Raise TypeError for len(memoryview_0d) (#18463)
mdickinson
- [Python-checkins] gh-103661: Apply bugfix from importlib_metadata 6.5.1 and restore test. (#103681)
jaraco
- [Python-checkins] gh-84436: Implement Immortal Objects (gh-19474)
ericsnowcurrently
- [Python-checkins] Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0" (#103616)
hugovk
- [Python-checkins] [3.11] Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0" (GH-103616) (#103695)
hugovk
- [Python-checkins] gh-68654: Clarify subdirectories used by pkgutil.extend_path (#103701)
CAM-Gerlach
- [Python-checkins] gh-102310: Change error range for invalid bytes literals (#103663)
pablogsal
- [Python-checkins] gh-81403: Fix for CacheFTPHandler in urllib (#13951)
orsenthil
- [Python-checkins] [3.11] gh-68654: Clarify subdirectories used by pkgutil.extend_path (GH-103701)
CAM-Gerlach
- [Python-checkins] [3.11] gh-81403: Fix for CacheFTPHandler in urllib (GH-13951) (#103705)
orsenthil
- [Python-checkins] GH-103699: Add `__orig_bases__` to various typing classes (#103698)
AlexWaygood
- [Python-checkins] [3.11] gh-103449: Fix a bug in dataclass docstring generation (GH-103454) (#103599)
carljm
- [Python-checkins] gh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)
corona10
- [Python-checkins] gh-103716: Add test support requires fork in simple_subprocess (gh-103717)
corona10
- [Python-checkins] gh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (#103706)
AlexWaygood
- [Python-checkins] [3.11] gh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (GH-103706) (#103720)
AlexWaygood
- [Python-checkins] GH-103718: Correctly cache and restore f-string buffers when needed (GH-103719)
lysnikolaou
- [Python-checkins] gh-101688: Implement types.get_original_bases (#101827)
AlexWaygood
- [Python-checkins] [3.11] GH-103484: Fix broken links reported by linkcheck (GH-103608) (#103683)
hugovk
- [Python-checkins] gh-81403: Add NEWS entry for PR #13951 (#103729)
orsenthil
- [Python-checkins] gh-103724: Add test case if no arg as provided in os.register_at_fork (gh-103725)
corona10
- [Python-checkins] [3.11] gh-102310: Change error range for invalid bytes literals (GH-103663) (#103703)
pablogsal
- [Python-checkins] gh-103668: Run pyugrade on idlelib (#103671)
terryjreedy
- [Python-checkins] [3.11] gh-103668: Run pyugrade on idlelib (GH-103671) (#103730)
terryjreedy
- [Python-checkins] gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686)
terryjreedy
- [Python-checkins] [3.11] gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (GH-103686) (#103734)
terryjreedy
- [Python-checkins] gh-103285: Rewrite _splitlines_no_ff to improve performance (#103307)
hauntsaninja
- [Python-checkins] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
encukou
- [Python-checkins] [3.11] GH-78530: clarify docs for generators yielding tasks in `asyncio.wait` and `asyncio.as_completed` (#103748)
kumaraditya303
- [Python-checkins] [3.11] Descriptor HowTo: Update to include attributes added in Python 3.10 (GH-103666) (#103680)
kumaraditya303
- [Python-checkins] Change 'dependant' to 'dependent' (#103745)
terryjreedy
- [Python-checkins] gh-44123: Add note on relative path for os.exec* (GH-93826)
zooba
- [Python-checkins] [3.11] Change 'dependant' to 'dependent' (GH-103745) (#103754)
hugovk
- [Python-checkins] gh-103712: Increase the length of the type name in AttributeError messages (#103713)
hugovk
- [Python-checkins] Add tests for empty range equality (#103751)
terryjreedy
- [Python-checkins] [3.11] Add tests for empty range equality (GH-103751) (#103760)
terryjreedy
- [Python-checkins] gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)
carljm
- [Python-checkins] GH-102973: Slim down Fedora packages in the dev container (#103283)
hugovk
- [Python-checkins] Removed unnecessary escaping of asterisks (#103714)
ambv
- [Python-checkins] gh-87452: Improve the Popen.returncode docs
gpshead
- [Python-checkins] gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH-103769)
lysnikolaou
- [Python-checkins] gh-103746: Test `types.UnionType` and `Literal` types together (#103747)
AlexWaygood
- [Python-checkins] gh-91687: modernize dataclass example typing (#103773)
gpshead
- [Python-checkins] gh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-103324)
ericsnowcurrently
- [Python-checkins] [3.11] gh-103746: Test `types.UnionType` and `Literal` types together (GH-103747) (#103772)
AlexWaygood
- [Python-checkins] GH-65022: Fix description of copyreg.pickle function (#102656)
nanjekyejoannah
- [Python-checkins] gh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#94519)
gpshead
- [Python-checkins] Revert "Add tests for empty range equality (#103751)" (#103770)
terryjreedy
- [Python-checkins] GH-103727: Avoid advancing tokenizer too far in f-string mode (GH-103775)
lysnikolaou
- [Python-checkins] gh-87092: fix a few cases of incorrect error handling in compiler (#103456)
iritkatriel
- [Python-checkins] gh-103776: Remove explicit uses of $(SHELL) from Makefile (GH-103778)
zware
- [Python-checkins] gh-94300: Update datetime.strptime documentation (#95318)
pganssle
- [Python-checkins] gh-99032: datetime docs: Encoding is no longer relevant (#93365)
pganssle
- [Python-checkins] [3.11] Revert "Add tests for empty range equality (GH-103751)" (GH-103770) (#103781)
terryjreedy
- [Python-checkins] gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244)
carljm
- [Python-checkins] gh-102498 Clean up unused variables and imports in the email module (#102482)
warsaw
- [Python-checkins] [3.11] gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (GH-99244) (#103789)
carljm
- [Python-checkins] gh-103780: Use patch instead of mock in asyncio unix events test (#103782)
carljm
- [Python-checkins] gh-101517: fix line number propagation in code generated for except* (#103550)
iritkatriel
- [Python-checkins] gh-101100: Fix Sphinx warnings in `argparse` module (#103289)
hugovk
- [Python-checkins] gh-103492: Clarify SyntaxWarning with literal comparison (#103493)
hauntsaninja
- [Python-checkins] gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)
ericsnowcurrently
- [Python-checkins] [3.11] gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH-103769) (#103799)
lysnikolaou
- [Python-checkins] [3.11] gh-101100: Fix Sphinx warnings in `argparse` module (#103289) (#103803)
hugovk
- [Python-checkins] gh-103791: Make contextlib.suppress also act on exceptions within an ExceptionGroup (#103792)
ambv
- [Python-checkins] gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
carljm
- [Python-checkins] gh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)
ericsnowcurrently
- [Python-checkins] gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer socketservers (#103674)
gpshead
- [Python-checkins] gh-103801: Tools/wasm linting and formatting (#103796)
gpshead
- [Python-checkins] gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
ericsnowcurrently
- [Python-checkins] GH-103805: Lib test f541 linting issue fix (#103812)
gpshead
- [Python-checkins] gh-103810: Fix broken references in dataclasses (#103811)
ambv
- [Python-checkins] [3.11] gh-103810: Fix broken references in dataclasses (GH-103811) (#103813)
ambv
- [Python-checkins] gh-103765: Remove pkgutil.rst from .nitignore (GH-103797)
lysnikolaou
- [Python-checkins] Also fail DO-NOT-MERGE when "awaiting changes" or "awaiting change review" present on PR (#103807)
ambv
- [Python-checkins] gh-82814: fix shutil access error on WSL (#103790)
gpshead
- [Python-checkins] [3.11] Also fail DO-NOT-MERGE when "awaiting changes" or "awaiting change review" present on PR (GH-103807) (#103814)
ambv
- [Python-checkins] gh-103718: Correctly set f-string buffers in all cases (GH-103815)
lysnikolaou
- [Python-checkins] gh-103636: add enums for days and months in calendar module (GH-103642)
ethanfurman
- [Python-checkins] [3.11] gh-103559: Update bundled pip version to 23.1.1 (gh-103560) (#103752)
ambv
- [Python-checkins] gh-100227: Add a Granular Lock for _PyRuntime.imports.extensions.dict (gh-103460)
ericsnowcurrently
- [Python-checkins] gh-103826: fix unused variable warning introduced in gh-102343 (#103825)
kumaraditya303
- [Python-checkins] DOC: remove reference to OpenSolaris (#102671)
kumaraditya303
- [Python-checkins] [3.11] ctypes docs: fix missing `not` in variadic functions section (GH-102611) (#103425)
kumaraditya303
- [Python-checkins] gh-103726: Set up gcc-10 for ASAN (gh-103728)
corona10
- [Python-checkins] gh-102950: Adjust tarfile filter tests for systems that don't set the sticky bit (GH-103831)
encukou
- [Python-checkins] gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)
AlexWaygood
- [Python-checkins] [3.11] gh-87452: Improve the Popen.returncode docs (#103771)
ambv
- [Python-checkins] [3.11] gh-91687: modernize dataclass example typing (GH-103773) (#103774)
ambv
- [Python-checkins] gh-103721: Improve cross-references for generic-alias docs (#103838)
AlexWaygood
- [Python-checkins] [3.11] gh-101517: fix line number propagation in code generated for except* (#103550) (#103816)
iritkatriel
- [Python-checkins] gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
carljm
- [Python-checkins] GH-103804: Add test for dis.findlinestarts (#103806)
iritkatriel
- [Python-checkins] [3.11] gh-103721: Improve cross-references for generic-alias docs (GH-103838) (#103840)
AlexWaygood
- [Python-checkins] gh-99352: Ensure HTTPSConnection is available before exercising https tests. (#103828)
orsenthil
- [Python-checkins] gh-103578: Fix pdb reading code with non-utf8 encoding (#103581)
hauntsaninja
- [Python-checkins] [3.11] gh-103578: Fix pdb reading code with non-utf8 encoding (GH-103581) (#103867)
hauntsaninja
- [Python-checkins] gh-74940: Allow fallback to UTF-8 encoding on systems with no locales installed (GH-14925)
methane
- [Python-checkins] gh-103872: Update bundled pip version to 23.1.2 (gh-103873)
pfmoore
- [Python-checkins] [3.11] gh-103872: Update bundled pip version to 23.1.2 (gh-103874)
pfmoore
- [Python-checkins] gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like TransportSocket (#103877)
willingc
- [Python-checkins] gh-103879: Fix refleak in super specialization (#103882)
JelleZijlstra
- [Python-checkins] Docs build: Add upper bounds to transitive dependencies (#103860)
AlexWaygood
- [Python-checkins] [3.11] Docs build: Add upper bounds to transitive dependencies (GH-103860) (#103887)
AlexWaygood
- [Python-checkins] Add willingc to CODEOWNERS for asyncio (#103885)
hugovk
- [Python-checkins] GH-99944: Make dis display the value of oparg of KW_NAMES (#103856)
iritkatriel
- [Python-checkins] gh-91441: Clarify the docs of asyncio.loop.subprocess_exec() (#91442)
willingc
- [Python-checkins] gh-101879: docs - italicize argument in smtplib.SMPT() description (#101886)
erlend-aasland
- [Python-checkins] gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension (#103073)
erlend-aasland
- [Python-checkins] gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
erlend-aasland
- [Python-checkins] gh-103884: Docs CI: Only attempt nit-picky PR annotations for PRs (#103889)
hugovk
- [Python-checkins] Update MAC_address wikipedia URL in comments (#29019)
hauntsaninja
- [Python-checkins] [3.11] gh-101879: docs - italicize argument in smtplib.SMPT() description (GH-101886) (#103888)
terryjreedy
- [Python-checkins] gh-48241: Clarify URL needs to be encoded when provided to urlopen and Request (#103855)
ambv
- [Python-checkins] gh-60436: fix curses textbox backspace/del (#103783)
ambv
- [Python-checkins] [3.11] gh-94300: Update datetime.strptime documentation (GH-95318) (#103785)
hauntsaninja
- [Python-checkins] [3.11] gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like TransportSocket (GH-103877) (#103890)
hauntsaninja
- [Python-checkins] gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)
AlexWaygood
- [Python-checkins] gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)
gpshead
- [Python-checkins] gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-103896)
lysnikolaou
- [Python-checkins] gh-89415: Add source-specific multicast constants to socket module (#103684)
gpshead
- [Python-checkins] gh-103883: Doc: Move PyUnicode_FromObject doc (#103913)
methane
- [Python-checkins] gh-103883: Doc: Move PyUnicode_FromObject doc (GH-103913)
methane
- [Python-checkins] gh-103880: Fix `assertRaises` usage in `test_genericalias` (GH-103916)
Fidget-Spinner
- [Python-checkins] gh-103607: Fix `pause_reading` to work when called from `connection_made` in `asyncio`. (#17425)
kumaraditya303
- [Python-checkins] [3.11] gh-103607: Fix `pause_reading` to work when called from `connection_made` in `asyncio`. (GH-17425) (#103918)
kumaraditya303
- [Python-checkins] [3.11] gh-103880: Fix `assertRaises` usage in `test_genericalias` (GH-103916) (#103917)
kumaraditya303
- [Python-checkins] gh-103590: do not wrap a single exception raised from a try-except* (#103665)
iritkatriel
- [Python-checkins] gh-103092: Isolate _ctypes, part 1 (#103893)
erlend-aasland
- [Python-checkins] gh-103583: Isolate CJK codec modules (#103869)
erlend-aasland
- [Python-checkins] gh-102765: Update ntpath.isdir/isfile/islink/exists to use GetFileInformationByName when available (GH-103485)
zooba
- [Python-checkins] [3.11] gh-51574: Document behaviour of `mkdtemp` on 3.11 and lower (#103844)
JelleZijlstra
- [Python-checkins] GH-90750: Use datetime.fromisocalendar in _strptime (#103802)
pganssle
- [Python-checkins] GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
pganssle
- [Python-checkins] GH-103903: Test the minimum Sphinx version in CI (#103904)
AlexWaygood
- [Python-checkins] gh-102628: Fix sqlite3 CLI prompt for Windows console users (#103898)
erlend-aasland
- [Python-checkins] gh-87092: update CODEOWNERS for split of compile.c to 3 files (#103941)
iritkatriel
- [Python-checkins] gh-98822: Add missing test directories to TESTSUBDIRS (#103942)
erlend-aasland
- [Python-checkins] gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
zooba
- [Python-checkins] [3.11] gh-98822: Add missing test directories to TESTSUBDIRS (#103942) (#103946)
erlend-aasland
- [Python-checkins] [3.11] GH-103903: Test the minimum Sphinx version in CI (#103904) (#103948)
AlexWaygood
- [Python-checkins] Docs: fix dunders with too many underscores (#103955)
erlend-aasland
- [Python-checkins] gh-102628: Fix sqlite3 CLI prompt in IDLE on Windows (#103945)
erlend-aasland
- [Python-checkins] gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
zooba
- [Python-checkins] gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
zooba
- [Python-checkins] gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
ericsnowcurrently
- [Python-checkins] [3.11] Docs: fix dunders with too many underscores (#103955) (#103957)
erlend-aasland
- [Python-checkins] gh-94673: Fix _PyTypes_InitTypes() and get_type_attr_as_size() (gh-103961)
ericsnowcurrently
- [Python-checkins] gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)
gvanrossum
- [Python-checkins] Fix typo in math.log docstring (#103943)
hauntsaninja
- [Python-checkins] gh-100021: Document that sqlite3's executemany() discards resulting rows (#103939)
erlend-aasland
- [Python-checkins] [3.11] gh-100021: Document that sqlite3's executemany() discards resulting rows (#103939) (#103966)
erlend-aasland
- [Python-checkins] GH-103804: Add test for dis.disco (#103901)
iritkatriel
- [Python-checkins] [3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-103832)
encukou
- [Python-checkins] [3.11] gh-98822: Correct a few TESTSUBDIRS entries (GH-103970)
zware
- [Python-checkins] Update itertool recipe: polynomial_from_roots() (GH-103973)
rhettinger
- [Python-checkins] gh-101100: Add reference doc for __post_init__ (#103818)
carljm
- [Python-checkins] gh-103978: avoid using 'class' as an identifier (#103979)
carljm
- [Python-checkins] GH-103944: Check error status when raising DeprecationWarning (#103949)
pganssle
- [Python-checkins] [3.11] GH-103971: Fix incorrect locations for code following case blocks
brandtbucher
- [Python-checkins] GH-103971: Forward-port test from GH-103980 (GH-103984)
brandtbucher
- [Python-checkins] gh-98040: Remove just the `imp` module (#98573)
warsaw
- [Python-checkins] [3.11] gh-99032: datetime docs: Encoding is no longer relevant (GH-93365) (#103788)
JelleZijlstra
- [Python-checkins] GH-103082: Code cleanup in instrumentation code (#103474)
JelleZijlstra
- [Python-checkins] Various small fixes to dis docs (#103923)
hauntsaninja
- [Python-checkins] gh-103636: issue warning for deprecated calendar constants (#103833)
hugovk
- [Python-checkins] gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
iritkatriel
- [Python-checkins] [3.11] Fix description of MAKE_CELL (#103986)
JelleZijlstra
- [Python-checkins] gh-103793: Defer formatting task name (#103767)
gvanrossum
- [Python-checkins] Remove non-existing tools from Sundry skiplist (#103991)
hauntsaninja
- [Python-checkins] gh-82054: allow test runner to split test_asyncio to execute in parallel by sharding. (#103927)
gpshead
- [Python-checkins] Update name in acknowledgements and add mailmap (#103696)
JelleZijlstra
- [Python-checkins] [3.11] Update name in acknowledgements and add mailmap (GH-103696) (#104002)
JelleZijlstra
- [Python-checkins] Replace Netlify with Read the Docs build previews (#103843)
hugovk
- [Python-checkins] gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Fidget-Spinner
- [Python-checkins] gh-103977: compile re expressions in platform.py only if required (#103981)
JelleZijlstra
- [Python-checkins] gh-104012: Ensure test_calendar.CalendarTestCase.test_deprecation_warning consistently passes (#104014)
AlexWaygood
- [Python-checkins] gh-104015: Fix direct invocation of `test_dataclasses` (#104017)
AlexWaygood
- [Python-checkins] gh-88773: Added teleport method to Turtle library (#103974)
gpshead
- [Python-checkins] Improve int test coverage (#104024)
hauntsaninja
- [Python-checkins] [3.11] Improve int test coverage (GH-104024) (#104026)
hauntsaninja
- [Python-checkins] gh-88496: Fix IDLE test hang on macOS (#104025)
terryjreedy
Last message date:
Sun Apr 30 21:36:47 EDT 2023
Archived on: Sun Apr 30 21:36:48 EDT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).