November 2021 Archives by subject
Starting: Mon Nov 1 05:58:02 EDT 2021
Ending: Tue Nov 30 20:26:07 EST 2021
Messages: 446
- [Python-checkins] [3.10] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) (GH-29839)
vsajip
- [Python-checkins] [3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389) (GH-29620)
ambv
- [Python-checkins] [3.10] [Enum] update member.member removal (GH-29608)
ethanfurman
- [Python-checkins] [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818)
asvetlov
- [Python-checkins] [3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782)
tiran
- [Python-checkins] [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)
miss-islington
- [Python-checkins] [3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) (GH-29811)
miss-islington
- [Python-checkins] [3.10] bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806) (GH-29815)
pablogsal
- [Python-checkins] [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29362)
tiran
- [Python-checkins] [3.10] bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393) (GH-29395)
ambv
- [Python-checkins] [3.10] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29849)
vsajip
- [Python-checkins] [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170) (GH-29650)
brettcannon
- [Python-checkins] [3.10] bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151) (GH-29779)
asvetlov
- [Python-checkins] [3.10] bpo-45578: add tests for `dis.distb` (GH-29332) (GH-29385)
ambv
- [Python-checkins] [3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)
tiran
- [Python-checkins] [3.10] bpo-45716: Improve the error message when using True/False/None as keywords in a call (GH-29413). (GH-29428)
pablogsal
- [Python-checkins] [3.10] bpo-45727: Make the syntax error for missing comma more consistent (GH-29427) (GH-29647)
pablogsal
- [Python-checkins] [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses. (GH-29767)
pablogsal
- [Python-checkins] [3.10] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548) (GH-29556)
miss-islington
- [Python-checkins] [3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480) (GH-29506)
iritkatriel
- [Python-checkins] [3.10] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29542)
miss-islington
- [Python-checkins] [3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)
brandtbucher
- [Python-checkins] [3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606)
terryjreedy
- [Python-checkins] [3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29586)
ambv
- [Python-checkins] [3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590) (GH-29602)
ambv
- [Python-checkins] [3.10] bpo-45845: Change link for pyserial (GH-29675)
terryjreedy
- [Python-checkins] [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661)
ambv
- [Python-checkins] [3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29753)
tiran
- [Python-checkins] [3.10] Ensure the str member of the tokenizer is always initialised (GH-29681). (GH-29683)
pablogsal
- [Python-checkins] [3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487). (GH-29511)
jaraco
- [Python-checkins] [3.9] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) (GH-29840)
vsajip
- [Python-checkins] [3.9] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389) (GH-29619)
ambv
- [Python-checkins] [3.9] [Enum] update member.member removal (GH-29611)
ethanfurman
- [Python-checkins] [3.9] [Enum] update member.member removal to 3.11 (GH-29607)
ethanfurman
- [Python-checkins] [3.9] bpo-19460: Add test for MIMENonMultipart (GH-29817) (#29819)
asvetlov
- [Python-checkins] [3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) (GH-29415)
ambv
- [Python-checkins] [3.9] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29783)
tiran
- [Python-checkins] [3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774)
tiran
- [Python-checkins] [3.9] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29588)
gpshead
- [Python-checkins] [3.9] bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564) (GH-29600)
ambv
- [Python-checkins] [3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29363)
tiran
- [Python-checkins] [3.9] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29850)
vsajip
- [Python-checkins] [3.9] bpo-45578: add tests for `dis.distb` (GH-29332) (#29386)
ambv
- [Python-checkins] [3.9] bpo-45678: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29394)
ambv
- [Python-checkins] [3.9] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) (GH-29342)
Fidget-Spinner
- [Python-checkins] [3.9] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29543)
miss-islington
- [Python-checkins] [3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) (GH-29632)
terryjreedy
- [Python-checkins] [3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)
ambv
- [Python-checkins] [3.9] bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580) (GH-29584)
ambv
- [Python-checkins] [3.9] bpo-45838: Fix incorrect line numbers in Tools/gdb/libpython.py (GH-29628)
ambv
- [Python-checkins] [3.9] bpo-45845: Change link for pyserial (GH-29675)
terryjreedy
- [Python-checkins] [3.9] bpo-45881: Use CC from env first for cross building (GH-29752) (GH-29754)
tiran
- [Python-checkins] [3.9] Save a reference for ensure_future and create_task (GH-29163) (GH-29573)
miss-islington
- [Python-checkins] [bpo-45765] Fix distribution discovery on empty path. (#29487)
jaraco
- [Python-checkins] [bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510)
jaraco
- [Python-checkins] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838)
vsajip
- [Python-checkins] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389)
ambv
- [Python-checkins] [doc] bpo-45680: Improve glossary entry for generic types (GH-29388)
ambv
- [Python-checkins] [doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29447)
ambv
- [Python-checkins] [doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29448)
ambv
- [Python-checkins] [doc] Clarify MRO precedence in descriptor super binding section (GH-29539)
ambv
- [Python-checkins] [doc] Expand on soft keywords in the docs for keyword.py (GH-29139) (GH-29195)
ambv
- [Python-checkins] [doc] Link to section File input (GH-28941)
ambv
- [Python-checkins] [doc] Link to section File input (GH-28941) (GH-29375)
ambv
- [Python-checkins] [doc] Link to section File input (GH-28941) (GH-29376)
ambv
- [Python-checkins] [doc] minor fixes to expressions.rst (GH-29444)
ethanfurman
- [Python-checkins] [docs] Add missing word "any" in unittest -k cmdline option description (GH-29571)
ambv
- [Python-checkins] [docs] Add missing word "any" in unittest -k cmdline option description (GH-29571) (GH-29603)
ambv
- [Python-checkins] [docs] Add missing word "any" in unittest -k cmdline option description (GH-29571) (GH-29604)
ambv
- [Python-checkins] Added kw_only parameter to make_dataclasses. (GH-29679)
ericvsmith
- [Python-checkins] Added kw_only parameter to make_dataclasses. (GH-29679)
miss-islington
- [Python-checkins] Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408)
ambv
- [Python-checkins] Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29409)
ambv
- [Python-checkins] Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29410)
ambv
- [Python-checkins] Add missing 'await writer.drain()' call to example (GH-29162)
miss-islington
- [Python-checkins] Add third-party Windows build definitions (GH-29476)
zooba
- [Python-checkins] bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)
pablogsal
- [Python-checkins] bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634)
ambv
- [Python-checkins] bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634) (GH-29643)
ambv
- [Python-checkins] bpo-19460: Add test for MIMENonMultipart (GH-29817)
asvetlov
- [Python-checkins] bpo-24139: Add support for SQLite extended result codes (GH-28076)
pablogsal
- [Python-checkins] bpo-24139: Fix test_sqlite3 `test_extended_error_code_on_exception()` on s390x RHEL buildbots (GH-29382)
Fidget-Spinner
- [Python-checkins] bpo-25381: Update explanation of exceptions in C. (GH-26838)
willingc
- [Python-checkins] bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29568)
terryjreedy
- [Python-checkins] bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29569)
terryjreedy
- [Python-checkins] bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411)
ambv
- [Python-checkins] bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29422)
ambv
- [Python-checkins] bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29423)
ambv
- [Python-checkins] bpo-27313: Use non-deprecated methods for tracing (GH-29425)
ambv
- [Python-checkins] bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29450)
ambv
- [Python-checkins] bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29451)
ambv
- [Python-checkins] bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
vstinner
- [Python-checkins] bpo-28806: Continue work: improve the netrc library (GH-26330)
asvetlov
- [Python-checkins] bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-29605)
ambv
- [Python-checkins] bpo-30533:Add function inspect.getmembers_static that does not call properties or dynamic properties. (#20911)
DinoV
- [Python-checkins] bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258)
miss-islington
- [Python-checkins] bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)
ambv
- [Python-checkins] bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801)
iritkatriel
- [Python-checkins] bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801) (GH-29862)
iritkatriel
- [Python-checkins] bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801) (GH-29863)
iritkatriel
- [Python-checkins] bpo-33393: Update config.guess and config.sub (GH-29781)
tiran
- [Python-checkins] bpo-37658: Actually return result in race condition (GH-29202)
asvetlov
- [Python-checkins] bpo-37658: Actually return result in race condition (GH-29202)
miss-islington
- [Python-checkins] bpo-37658: Actually return result in race condition (GH-29202) (GH-29832)
asvetlov
- [Python-checkins] bpo-37800: Clean up importlib documentation for some module attributes (GH-10016)
miss-islington
- [Python-checkins] bpo-39026: Fix Python.h when building with Xcode (GH-29488)
vstinner
- [Python-checkins] bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732)
vstinner
- [Python-checkins] bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29776)
vstinner
- [Python-checkins] bpo-39452: [doc] Change "must" to "can" on relative import style in `__main__` (GH-29379)
ambv
- [Python-checkins] bpo-39452: [doc] Change "must" to "can" on relative import style in `__main__` (GH-29379) (GH-29449)
ambv
- [Python-checkins] bpo-40170: Update What's New in Python 3.9 (GH-29470)
vstinner
- [Python-checkins] bpo-40170: Update What's New in Python 3.9 (GH-29470)
miss-islington
- [Python-checkins] bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472)
vstinner
- [Python-checkins] bpo-40280: Add configure check for socket shutdown (GH-29795)
tiran
- [Python-checkins] bpo-40280: Add wasm cross build targets (GH-29771)
tiran
- [Python-checkins] bpo-40280: clean and ignore .wasm files (GH-29794)
tiran
- [Python-checkins] bpo-40280: Disable unusable core extension modules on emscripten (GH-29834)
tiran
- [Python-checkins] bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)
tiran
- [Python-checkins] bpo-40280: Move hard-coded feature checks to configure (GH-29789)
tiran
- [Python-checkins] bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784)
tiran
- [Python-checkins] bpo-41498: Fix build on platforms without sigset_t (GH-29770)
tiran
- [Python-checkins] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587)
gpshead
- [Python-checkins] bpo-42064: Adapt `sqlite3` to multi-phase init (PEP 489) (GH-29234)
encukou
- [Python-checkins] bpo-42158: Add MIME types for n-triples, n-quads, n3 and trig (GH-23230)
ambv
- [Python-checkins] bpo-42238: [doc]: Hide false positive in make suspicious. (GH-29636)
ambv
- [Python-checkins] bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652)
willingc
- [Python-checkins] bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806)
pablogsal
- [Python-checkins] bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564)
vstinner
- [Python-checkins] bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564)
miss-islington
- [Python-checkins] bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" (GH-29154)
miss-islington
- [Python-checkins] bpo-43158: Regenerate configure again (GH-29433)
tiran
- [Python-checkins] bpo-43158: Use configure values for building _uuid extension (GH-29353)
tiran
- [Python-checkins] bpo-43225: [DOC] Add missing value returned by methods on cookiejar (GH-24522)
willingc
- [Python-checkins] bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
asvetlov
- [Python-checkins] bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
miss-islington
- [Python-checkins] bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
miss-islington
- [Python-checkins] bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)
zooba
- [Python-checkins] bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)
zooba
- [Python-checkins] bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
miss-islington
- [Python-checkins] bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
miss-islington
- [Python-checkins] bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
miss-islington
- [Python-checkins] bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393)
pablogsal
- [Python-checkins] bpo-44353: Correct docstring for `NewType` (#29785)
gvanrossum
- [Python-checkins] bpo-44353: Correct docstring for `NewType` (GH-29785)
miss-islington
- [Python-checkins] bpo-44391: Remove unused argument from a varargs call. (GH-29843)
vsajip
- [Python-checkins] bpo-44525: Copy free variables in bytecode to allow calls to inner functions to be specialized (GH-29595)
markshannon
- [Python-checkins] bpo-44530: Reverts a change to the 'code.__new__' audit event (GH-29809)
zooba
- [Python-checkins] bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692)
ericvsmith
- [Python-checkins] bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692)
miss-islington
- [Python-checkins] bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)
pitrou
- [Python-checkins] bpo-44828: Avoid leaving a zombie Save panel (GH-29372)
ambv
- [Python-checkins] bpo-44828: Avoid leaving a zombie Save panel. (GH-29369)
ned-deily
- [Python-checkins] bpo-44828: Avoid leaving a zombie Save panel. (GH-29371)
ned-deily
- [Python-checkins] bpo-44828: macOS installer: avoid leaving a zombie Save panel in Tk 8.6.12rc1 (GH-29367)
ned-deily
- [Python-checkins] bpo-44844: Remove unresponsive web link (GH-29651)
terryjreedy
- [Python-checkins] bpo-44844: Remove unresponsive web link (GH-29651)
miss-islington
- [Python-checkins] bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) (GH-29152)
ambv
- [Python-checkins] bpo-45019: Cleanup module freezing and deepfreeze (#29772)
gvanrossum
- [Python-checkins] bpo-45020: Fix strict-prototypes warning (GH-29755)
tiran
- [Python-checkins] bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)
encukou
- [Python-checkins] bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416)
ambv
- [Python-checkins] bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) (GH-29420)
ambv
- [Python-checkins] bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) (GH-29421)
ambv
- [Python-checkins] bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501)
zooba
- [Python-checkins] bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501)
miss-islington
- [Python-checkins] bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501)
zooba
- [Python-checkins] bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396)
zooba
- [Python-checkins] bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396)
miss-islington
- [Python-checkins] bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) (GH-29406)
ambv
- [Python-checkins] bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525)
rhettinger
- [Python-checkins] bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29530)
rhettinger
- [Python-checkins] bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29531)
rhettinger
- [Python-checkins] bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28463)
pablogsal
- [Python-checkins] bpo-45243: Use connection limits to simplify `sqlite3` tests (GH-29356)
serhiy-storchaka
- [Python-checkins] bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170)
brettcannon
- [Python-checkins] bpo-45292: [PEP 654] Update traceback display code to work with exception groups (GH-29207)
iritkatriel
- [Python-checkins] bpo-45292: Use raw strings for regex in tests (GH-29545)
tirkarthi
- [Python-checkins] bpo-45392: Update the docstring of the 'type' built-in (GH-29439)
ambv
- [Python-checkins] bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29452)
ambv
- [Python-checkins] bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29453)
ambv
- [Python-checkins] bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824)
ambv
- [Python-checkins] bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824)
miss-islington
- [Python-checkins] bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824)
miss-islington
- [Python-checkins] bpo-45429: Merge whatsnew about time.sleep (GH-29589)
ambv
- [Python-checkins] bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible (GH-29203)
corona10
- [Python-checkins] bpo-45450: Improve syntax error for parenthesized arguments (GH-28906)
pablogsal
- [Python-checkins] bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947)
ambv
- [Python-checkins] bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) (GH-29373)
ambv
- [Python-checkins] bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) (GH-29374)
ambv
- [Python-checkins] bpo-45476: Add _Py_RVALUE() macro (GH-29860)
vstinner
- [Python-checkins] bpo-45476: Disallow using asdl_seq_GET() as l-value (GH-29866)
vstinner
- [Python-checkins] bpo-45494: Fix error location in EOF tokenizer errors (GH-29108)
pablogsal
- [Python-checkins] bpo-45494: Fix error location in EOF tokenizer errors (GH-29108)
miss-islington
- [Python-checkins] bpo-45506: Fix test_embed expecting to not find stdlib in source tree build when stdlib has been installed. (GH-29649)
zooba
- [Python-checkins] bpo-45506: Stop skipping test_embed. (gh-29300)
ericsnowcurrently
- [Python-checkins] bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)
ambv
- [Python-checkins] bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)
markshannon
- [Python-checkins] bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576)
corona10
- [Python-checkins] bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad isolation level (#29561)
corona10
- [Python-checkins] bpo-45512: Simplify isolation_level handling in `sqlite3` (GH-29053)
corona10
- [Python-checkins] bpo-45512: Simplify manage isolation level (GH-29562)
corona10
- [Python-checkins] bpo-45512: Use Argument Clinic to set sqlite3 isolation level (GH-29593)
corona10
- [Python-checkins] bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)
jaraco
- [Python-checkins] bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
tiran
- [Python-checkins] bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
miss-islington
- [Python-checkins] bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151)
miss-islington
- [Python-checkins] bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)
tiran
- [Python-checkins] bpo-45573: check for ossaudiodev in configure (GH-29614)
tiran
- [Python-checkins] bpo-45573: Introduce extension module flags in Makefile (GH-29594)
tiran
- [Python-checkins] bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)
tiran
- [Python-checkins] bpo-45573: Use Makefile's dependencies in setup.py (GH-29559)
tiran
- [Python-checkins] bpo-45578: add tests for `dis.distb` (GH-29332)
ambv
- [Python-checkins] bpo-45609: Specialize STORE_SUBSCR (GH-29242)
markshannon
- [Python-checkins] bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
pablogsal
- [Python-checkins] bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726)
iritkatriel
- [Python-checkins] bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29826)
iritkatriel
- [Python-checkins] bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29827)
iritkatriel
- [Python-checkins] bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
zware
- [Python-checkins] bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
miss-islington
- [Python-checkins] bpo-45619: documentation of execution model: clarify and update binding summary (#29232)
gvanrossum
- [Python-checkins] bpo-45619: documentation of execution model: clarify and update binding summary (GH-29232)
miss-islington
- [Python-checkins] bpo-45633: Fix newtypes doc typo (GH-29318)
Fidget-Spinner
- [Python-checkins] bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29364)
Fidget-Spinner
- [Python-checkins] bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29365)
Fidget-Spinner
- [Python-checkins] bpo-45636: Merge all numeric operators (GH-29482)
brandtbucher
- [Python-checkins] bpo-45636: Remove the old %-formatting fast-path (GH-29532)
brandtbucher
- [Python-checkins] bpo-45636: Simplify BINARY_OP (GH-29565)
brandtbucher
- [Python-checkins] bpo-45637: Fix cframe-based fallback in the gdb helpers (GH-29515)
pablogsal
- [Python-checkins] bpo-45637: Remove broken fallback in gdb helpers to obtain frame variable (GH-29257)
pablogsal
- [Python-checkins] bpo-45640: [docs] Tokens are now clickable (GH-29260)
ambv
- [Python-checkins] bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)
ambv
- [Python-checkins] bpo-45644: Make json.tool read infile before writing to outfile (GH-29273)
ambv
- [Python-checkins] bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29445)
ambv
- [Python-checkins] bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29446)
ambv
- [Python-checkins] bpo-45653: fix test_embed on windows (GH-29814)
gvanrossum
- [Python-checkins] bpo-45666: Use `%S` for MSVC and `%s` elsewhere for `swprintf` in `_testembed.c` (GH-29341)
Fidget-Spinner
- [Python-checkins] bpo-45668: Fix PGO tests without test extensions (GH-29315)
tiran
- [Python-checkins] bpo-45677: Reword first section of `sqlite3` docs (#29326)
willingc
- [Python-checkins] bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566)
willingc
- [Python-checkins] bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29567)
willingc
- [Python-checkins] bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328)
ambv
- [Python-checkins] bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) (GH-29390)
ambv
- [Python-checkins] bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412)
ambv
- [Python-checkins] bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412) (GH-29424)
ambv
- [Python-checkins] bpo-45679: add `tuple` tests with `lru_cache` to `test_functools` (GH-29339)
rhettinger
- [Python-checkins] bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387)
Fidget-Spinner
- [Python-checkins] bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387)
miss-islington
- [Python-checkins] bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387)
miss-islington
- [Python-checkins] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358)
tiran
- [Python-checkins] bpo-45691: Make array of small ints static to fix use-after-free error. (GH-29366)
markshannon
- [Python-checkins] bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760)
miss-islington
- [Python-checkins] bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29762)
ericvsmith
- [Python-checkins] bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29763)
ericvsmith
- [Python-checkins] bpo-45696: Deep-freeze selected modules (GH-29118)
gvanrossum
- [Python-checkins] bpo-45697: Use PyObject_TypeCheck in type_call (GH-29392)
serhiy-storchaka
- [Python-checkins] bpo-45701: Improve documentation for *typed* parameter (GH-29498)
rhettinger
- [Python-checkins] bpo-45701: Improve documentation for *typed* parameter (GH-29498) (GH-29509)
ambv
- [Python-checkins] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-29384)
miss-islington
- [Python-checkins] bpo-45709: Fix tracing when exception is handled. (GH-29638)
markshannon
- [Python-checkins] bpo-45711: assert that the type of exc_info is redundant (GH-29518)
iritkatriel
- [Python-checkins] bpo-45711: Change exc_info related APIs to derive type and traceback from the exception instance (GH-29780)
iritkatriel
- [Python-checkins] bpo-45711: Re-bump the magic number and update doc (GH-29528)
iritkatriel
- [Python-checkins] bpo-45711: remove unnecessary DUP_TOP and POP in exception handling (GH-29495)
markshannon
- [Python-checkins] bpo-45711: Use _PyErr_ClearExcState instead of setting only exc_value to NULL (GH-29404)
iritkatriel
- [Python-checkins] bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions. (GH-29627)
iritkatriel
- [Python-checkins] bpo-45716: Improve the error message when using True/False/None as keywords in a call (GH-29413)
pablogsal
- [Python-checkins] bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
zooba
- [Python-checkins] bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
zooba
- [Python-checkins] bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
zooba
- [Python-checkins] bpo-45723: Add --with-pkg-config to configure (GH-29517)
tiran
- [Python-checkins] bpo-45723: Add helper macros and more caching to configure.ac (GH-29429)
tiran
- [Python-checkins] bpo-45723: Add helpers for save/restore env (GH-29637)
tiran
- [Python-checkins] bpo-45723: Add macro for disabling/enabling CC warnings (GH-29466)
tiran
- [Python-checkins] bpo-45723: Detect missing pkg-config (GH-29442)
tiran
- [Python-checkins] bpo-45723: Improve and simplify more configure.ac checks (GH-29485)
tiran
- [Python-checkins] bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
tiran
- [Python-checkins] bpo-45723: Remove dead code for obsolete `--with-dyld` option (GH-29500)
miss-islington
- [Python-checkins] bpo-45723: Remove obsolete AC_EXEEXT from configure.ac (GH-29486)
miss-islington
- [Python-checkins] bpo-45723: Sort the grand AC_CHECK_HEADERS check (GH-29846)
miss-islington
- [Python-checkins] bpo-45727: Make the syntax error for missing comma more consistent (GH-29427)
pablogsal
- [Python-checkins] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757)
pablogsal
- [Python-checkins] bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
tiran
- [Python-checkins] bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
zooba
- [Python-checkins] bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
zooba
- [Python-checkins] bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
zooba
- [Python-checkins] bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
pablogsal
- [Python-checkins] bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
miss-islington
- [Python-checkins] bpo-45738: Fix computation of error location for invalid continuation characters in the parser (GH-29550) (GH-29552)
pablogsal
- [Python-checkins] bpo-45740: [Enum] add versionadded markers to docs (GH-29443)
ethanfurman
- [Python-checkins] bpo-45741: docs: fix plural (GH-29461)
miss-islington
- [Python-checkins] bpo-45741: docs: fix plural (GH-29461) (GH-29463)
ericvsmith
- [Python-checkins] bpo-45743: -Wl, -search_paths_first is no longer needed (GH-29464)
tiran
- [Python-checkins] bpo-45743: Move __APPLE_USE_RFC_3542 into socketmodule.c (GH-29456)
tiran
- [Python-checkins] bpo-45743: Remove workaround for zlib CVE from 2002 (GH-29457)
tiran
- [Python-checkins] bpo-45745: Remove regrtest --findleaks options (GH-29514)
vstinner
- [Python-checkins] bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)
tiran
- [Python-checkins] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
asvetlov
- [Python-checkins] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
miss-islington
- [Python-checkins] bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555)
miss-islington
- [Python-checkins] bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555)
miss-islington
- [Python-checkins] bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555)
miss-islington
- [Python-checkins] bpo-45753: Make recursion checks more efficient. (GH-29524)
markshannon
- [Python-checkins] bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
pablogsal
- [Python-checkins] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480)
iritkatriel
- [Python-checkins] bpo-45760: Remove PyNumber_InMatrixMultiply (GH-29751)
corona10
- [Python-checkins] bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426)
ambv
- [Python-checkins] bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29430)
ambv
- [Python-checkins] bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29431)
ambv
- [Python-checkins] bpo-45763: Detect compression build deps in configure (GH-29483)
tiran
- [Python-checkins] bpo-45764: improve error message when missing '(' after 'def' (GH-29484)
miss-islington
- [Python-checkins] bpo-45766: Add direct proportion option to linear_regression(). (#29490)
rhettinger
- [Python-checkins] bpo-45772: socket.socket should be a class instead of a function (GH-23960)
asvetlov
- [Python-checkins] bpo-45773: Stop "optimizing" certain jump patterns (GH-29505)
brandtbucher
- [Python-checkins] bpo-45774: Autoconfiscate SQLite detection (GH-29507)
tiran
- [Python-checkins] bpo-45774: Fix SQLite load extension autodetection (GH-29659)
tiran
- [Python-checkins] bpo-45783: Preserve file moves and deletions in the tests for the freeze tool. (GH-29527)
encukou
- [Python-checkins] bpo-45786: Allocate space for frame in frame object. (GH-29729)
markshannon
- [Python-checkins] bpo-45788: Link sys.prefix doc to 'Installation paths' (#29606)
terryjreedy
- [Python-checkins] bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533)
asvetlov
- [Python-checkins] bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29535)
asvetlov
- [Python-checkins] bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29536)
asvetlov
- [Python-checkins] bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29537)
ambv
- [Python-checkins] bpo-45798: Move _decimal build setup into configure (GH-29541)
tiran
- [Python-checkins] bpo-45799: [Doc] improve confusing sentence in __main__.rst (GH-29546)
miss-islington
- [Python-checkins] bpo-45799: [Doc] improve confusing sentence in __main__.rst (GH-29546)
miss-islington
- [Python-checkins] bpo-45800: Move pyexpat build setup into configure (GH-29547)
tiran
- [Python-checkins] bpo-45811: Improve error message when source code contains invisible control characters (GH-29654)
pablogsal
- [Python-checkins] bpo-45813: Make sure that frame->generator is NULLed when generator is deallocated. (GH-29700)
markshannon
- [Python-checkins] bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
pablogsal
- [Python-checkins] bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
miss-islington
- [Python-checkins] bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750)
pablogsal
- [Python-checkins] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582)
miss-islington
- [Python-checkins] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29585)
ambv
- [Python-checkins] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is None` (GH-29590)
ambv
- [Python-checkins] bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)
pablogsal
- [Python-checkins] bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (GH-29592)
markshannon
- [Python-checkins] bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596)
ambv
- [Python-checkins] bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) (GH-29597)
ambv
- [Python-checkins] bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) (GH-29598)
ambv
- [Python-checkins] bpo-45835: Fix race condition in test_queue (#29601)
pitrou
- [Python-checkins] bpo-45835: Fix race condition in test_queue (GH-29601)
miss-islington
- [Python-checkins] bpo-45835: Fix race condition in test_queue (GH-29601) (GH-29612)
ambv
- [Python-checkins] bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629)
ambv
- [Python-checkins] bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29630)
ambv
- [Python-checkins] bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)
ambv
- [Python-checkins] bpo-45845: Change link for pyserial (GH-29675)
terryjreedy
- [Python-checkins] bpo-45845: Remove unresponsive web link (GH-29651) (GH-29674)
terryjreedy
- [Python-checkins] bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641)
serhiy-storchaka
- [Python-checkins] bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29656)
ambv
- [Python-checkins] bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29657)
ambv
- [Python-checkins] bpo-45847: Fix _crypt detection on Ubuntu (GH-29743)
tiran
- [Python-checkins] bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)
tiran
- [Python-checkins] bpo-45847: Fix xxlimited and xxlimited_35 build conditions (GH-29715)
tiran
- [Python-checkins] bpo-45847: Make socket module conditional (GH-29769)
tiran
- [Python-checkins] bpo-45847: Port _bisect, _heapq, _json, _pickle, _random, and _zoneinfo to PY_STDLIB_MOD_SIMPLE (GH-29689)
miss-islington
- [Python-checkins] bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)
tiran
- [Python-checkins] bpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720)
tiran
- [Python-checkins] bpo-45847: Port _lfprof, _opcode, _asyncio, _queue, _statistics, and _typing to PY_STDLIB_MOD_SIMPLE (GH-29690)
miss-islington
- [Python-checkins] bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768)
tiran
- [Python-checkins] bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738)
tiran
- [Python-checkins] bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644)
tiran
- [Python-checkins] bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)
tiran
- [Python-checkins] bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727)
tiran
- [Python-checkins] bpo-45847: port _struct to PY_STDLIB_MOD (GH-29706)
tiran
- [Python-checkins] bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)
tiran
- [Python-checkins] bpo-45847: Port array, _contextvars, math, and cmath to PY_STDLIB_MOD_SIMPLE (GH-29688)
tiran
- [Python-checkins] bpo-45847: Port audioop, _csv, and _posixsubprocess to PY_STDLIB_MOD_SIMPLE (GH-29705)
miss-islington
- [Python-checkins] bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)
tiran
- [Python-checkins] bpo-45847: Port codecs and unicodedata to PY_STDLIB_MOD (GH-29685)
tiran
- [Python-checkins] bpo-45847: Port compression libs to PY_STDLIB_MOD (GH-29702)
tiran
- [Python-checkins] bpo-45847: Port fcntl to Py_STDLIB_MOD (GH-29696)
tiran
- [Python-checkins] bpo-45847: Port grp, spwd, termios, resource, syslog to PY_STDLIB_MOD (GH-29668)
tiran
- [Python-checkins] bpo-45847: Port mmap, select, and _xxsubinterpreters to Py_STDLIB_MOD (GH-29703)
tiran
- [Python-checkins] bpo-45847: Port nis module to PY_STDLIB_MOD (GH-29699)
tiran
- [Python-checkins] bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660)
tiran
- [Python-checkins] bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB_MOD (GH-29707)
tiran
- [Python-checkins] bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available (GH-29844)
tiran
- [Python-checkins] bpo-45847: Various PY_STDLIB_MOD cleanups (GH-29697)
tiran
- [Python-checkins] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)
ambv
- [Python-checkins] bpo-45850: Implement deep-freeze on Windows (#29648)
gvanrossum
- [Python-checkins] bpo-45851: Avoid full sort in statistics.multimode() (#29662)
rhettinger
- [Python-checkins] bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667)
rhettinger
- [Python-checkins] bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667) (GH-29671)
rhettinger
- [Python-checkins] bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691)
rhettinger
- [Python-checkins] bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691) (GH-29708)
rhettinger
- [Python-checkins] bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691) (GH-29709)
rhettinger
- [Python-checkins] bpo-45866: Fix typo in the NEWS entry (GH-29798)
vstinner
- [Python-checkins] bpo-45866: Fix typo in the NEWS entry (GH-29798)
miss-islington
- [Python-checkins] bpo-45866: Fix typo in the NEWS entry (GH-29798)
miss-islington
- [Python-checkins] bpo-45866: pegen strips directory of "generated from" header (GH-29777)
vstinner
- [Python-checkins] bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792)
vstinner
- [Python-checkins] bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) (GH-29797)
vstinner
- [Python-checkins] bpo-45871: Refactor except matcher validation into a separate function so that it can be reused. Add missing unit test. (GH-29711)
markshannon
- [Python-checkins] bpo-45873: Get rid of bootstrap_python (#29717)
gvanrossum
- [Python-checkins] bpo-45873: Restore Python 3.6 compatibility (GH-29730)
tiran
- [Python-checkins] bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case (GH-29828)
rhettinger
- [Python-checkins] bpo-45876: Have stdev() also use decimal specific square root. (GH-29869)
rhettinger
- [Python-checkins] bpo-45876: Improve accuracy for stdev() and pstdev() in statistics (GH-29736)
rhettinger
- [Python-checkins] bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721)
serhiy-storchaka
- [Python-checkins] bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)
tiran
- [Python-checkins] bpo-45881: Use CC from env first for cross building (GH-29752)
tiran
- [Python-checkins] bpo-45886: Allow overriding freeze command for cross compiling (GH-29735)
tiran
- [Python-checkins] bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)
tiran
- [Python-checkins] bpo-45893: Add missing extern C to initconfig.h (GH-29761)
tiran
- [Python-checkins] bpo-45893: Add missing extern C to initconfig.h (GH-29761)
miss-islington
- [Python-checkins] bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799)
zooba
- [Python-checkins] bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799)
miss-islington
- [Python-checkins] bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799)
zooba
- [Python-checkins] bpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd() (GH-29821)
tiran
- [Python-checkins] bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)
mdickinson
- [Python-checkins] bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854)
zooba
- [Python-checkins] bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854)
miss-islington
- [Python-checkins] bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854)
miss-islington
- [Python-checkins] Clarify that discutils.(plat)include is for CPython's headers (GH-29578)
encukou
- [Python-checkins] Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)
zware
- [Python-checkins] Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)
miss-islington
- [Python-checkins] ensure deprecation warning from assertDictContainsSubset points at actual test code (#26497)
rhettinger
- [Python-checkins] Ensure the str member of the tokenizer is always initialised (GH-29681)
pablogsal
- [Python-checkins] Factor-out constant calculation. (GH-29491)
rhettinger
- [Python-checkins] Fix EncodingWarning in Tools/freeze/test/freeze.py (GH-29742)
methane
- [Python-checkins] Fix link to exception handling notes (GH-29617)
iritkatriel
- [Python-checkins] Fix markup buglet in Doc/howto/annotations.rst (#29802)
gvanrossum
- [Python-checkins] Fix out-of-tree build support for multissltest (GH-29694)
tiran
- [Python-checkins] Fix out-of-tree build support for multissltest (GH-29694)
miss-islington
- [Python-checkins] Fix typo in freeze_modules (#29744)
gvanrossum
- [Python-checkins] General cleanup of test_pydoc (GH-29459)
zware
- [Python-checkins] makefile: remove unused SGI_ABI variable (GH-29325)
ambv
- [Python-checkins] makefile: remove unused SGI_ABI variable (GH-29325) (GH-29368)
ambv
- [Python-checkins] makefile: remove unused SGI_ABI variable (GH-29325) (GH-29370)
ambv
- [Python-checkins] no-issue: remove unused import from test_graphlib.py (GH-29853)
corona10
- [Python-checkins] Python 3.11.0a2
pablogsal
- [Python-checkins] Python 3.9.8
ambv
- [Python-checkins] Python 3.9.9
ambv
- [Python-checkins] Reactivate primary mechanism to retrieve frames in the gdb helpers (GH-29682)
pablogsal
- [Python-checkins] Refactor parser compilation units into specific components (GH-29676)
pablogsal
- [Python-checkins] Remove misleading comment in the AST optimizer (#29825)
isidentical
- [Python-checkins] Remove Programs/_freeze_importlib (#29357)
gvanrossum
- [Python-checkins] Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
Fidget-Spinner
- [Python-checkins] Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
miss-islington
- [Python-checkins] Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
miss-islington
- [Python-checkins] remove the repeat 'the' (#29455)
asvetlov
- [Python-checkins] remove the repeat 'the' (GH-29455)
miss-islington
- [Python-checkins] Revert "[3.9] [Enum] update member.member removal to 3.11 (GH-29607)" (GH-29609)
ethanfurman
- [Python-checkins] Save a reference for ensure_future and create_task (GH-29163)
willingc
- [Python-checkins] Save a reference for ensure_future and create_task (GH-29163)
miss-islington
- [Python-checkins] Update macOS installer to use Tk 8.6.12rc1 pre-release. (GH-29354)
ned-deily
Last message date:
Tue Nov 30 20:26:07 EST 2021
Archived on: Tue Nov 30 20:26:08 EST 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).