September 2022 Archives by thread
Starting: Thu Sep 1 05:48:13 EDT 2022
Ending: Fri Sep 30 21:32:55 EDT 2022
Messages: 397
- [Python-checkins] gh-96143: subprocess API %s/universal_newlines=/text=/g. (GH-96468)
miss-islington
- [Python-checkins] gh-93678: apply remove_redundant_jumps in optimize_cfg (GH-96274)
iritkatriel
- [Python-checkins] gh-96455: update example in exception_handling_notes.txt to the 3.11RC bytecode (GH-96456)
iritkatriel
- [Python-checkins] bpo-41306: Allow scale value to not be rounded (GH-21715) (GH-96484)
ned-deily
- [Python-checkins] gh-93554: Conditional jump opcodes only jump forward (GH-96318)
iritkatriel
- [Python-checkins] gh-96168: Improve sqlite3 dict_factory example (#96457)
erlend-aasland
- [Python-checkins] gh-96168: Improve sqlite3 dict_factory example (GH-96457)
miss-islington
- [Python-checkins] [3.7] Fix the Windows CI config. (GH-96490)
ned-deily
- [Python-checkins] bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806) (GH-92342)
ned-deily
- [Python-checkins] [3.7] fix CI on macOS due to infrastructure changes (GH-96493)
ned-deily
- [Python-checkins] bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (GH-96498)
ned-deily
- [Python-checkins] Allow whitespace around a slash in fraction string inputs (GH-96496)
rhettinger
- [Python-checkins] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
gpshead
- [Python-checkins] gh-95180: Add `TaskGroup` and `Runner` to AsyncIO API Index (#95189)
gvanrossum
- [Python-checkins] gh-95180: Add `TaskGroup` and `Runner` to AsyncIO API Index (GH-95189)
miss-islington
- [Python-checkins] [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
gpshead
- [Python-checkins] [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
gpshead
- [Python-checkins] bpo-30419: DOC: Update missing information in bdb docs (#1687)
terryjreedy
- [Python-checkins] bpo-30419: DOC: Update missing information in bdb docs (GH-1687)
miss-islington
- [Python-checkins] [Enum] bump version tag on HTTP status category indicators (GH-96508)
ethanfurman
- [Python-checkins] gh-45108: Improve docstring and testing of ZipFile.testfile() (GH-96233)
serhiy-storchaka
- [Python-checkins] GH-96458: Statically initialize utf8 representation of static strings (#96481)
gvanrossum
- [Python-checkins] gh-75500: Update idlelib/help.html (#96523)
terryjreedy
- [Python-checkins] gh-75500: Update idlelib/help.html (GH-96523)
miss-islington
- [Python-checkins] gh-75500: Update idlelib/help.html (GH-96523) (#96524)
pablogsal
- [Python-checkins] gh-89087: Update logging.QueueHandler documentation to clarify record… (GH-96527)
vsajip
- [Python-checkins] [3.11] gh-89087: Update logging.QueueHandler documentation to clarify record… (GH-96527) (GH-96528)
vsajip
- [Python-checkins] [3.10] gh-89087: Update logging.QueueHandler documentation to clarify record… (GH-96527) (GH-96529)
vsajip
- [Python-checkins] gh-90195: Unset logger disabled flag when configuring it. (GH-96530)
vsajip
- [Python-checkins] [3.10] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (GH-96533)
vsajip
- [Python-checkins] [3.11] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (GH-96532)
vsajip
- [Python-checkins] doc typo: spell limitation (#96542)
gpshead
- [Python-checkins] doc typo: spell limitation (GH-96542)
miss-islington
- [Python-checkins] gh-95778: remove unneeded doc note on float.as_integer_ratio (#96553)
gpshead
- [Python-checkins] gh-95778: remove unneeded doc note on float.as_integer_ratio (GH-96553)
miss-islington
- [Python-checkins] gh-93884: Improve test coverage of `PyNumber_ToBase` (GH-93932)
miss-islington
- [Python-checkins] gh-68163: Correct conversion of Rational instances to float (GH-25619)
mdickinson
- [Python-checkins] gh-68163: Correct conversion of Rational instances to float (GH-25619) (GH-96557)
mdickinson
- [Python-checkins] no-issue: Fix typo in 3.11.0a7.rst (gh-96547)
corona10
- [Python-checkins] gh-95778: Correctly pre-check for int-to-str conversion (#96537)
gpshead
- [Python-checkins] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)
miss-islington
- [Python-checkins] [3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#96563)
gpshead
- [Python-checkins] Docs: alphabetically order sqlite3.Cursor attrs (#96565)
erlend-aasland
- [Python-checkins] Docs: alphabetically order sqlite3.Cursor attrs (GH-96565)
miss-islington
- [Python-checkins] ceval.c's GETITEM should have asserts, not set exceptions (GH-96518)
sweeneyde
- [Python-checkins] gh-93973: Add all_errors to asyncio.create_connection (#93974)
gvanrossum
- [Python-checkins] gh-96538: Move some type-checking out of bisect.bisect() loops (GH-96539)
sweeneyde
- [Python-checkins] gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574)
vsajip
- [Python-checkins] [3.11] gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574) (GH-96575)
vsajip
- [Python-checkins] [3.10] gh-84095: Fill documentation gap regarding user-defined objects. (GH-… (GH-96576)
vsajip
- [Python-checkins] [3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)
ambv
- [Python-checkins] gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (#96588)
pablogsal
- [Python-checkins] gh-92986: Fix ast.unparse when ImportFrom.level is None (#92992)
isidentical
- [Python-checkins] gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992)
miss-islington
- [Python-checkins] Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594)
ned-deily
- [Python-checkins] gh-96559: Fixes Windows launcher handling of defaults using old-style tags, and adds What's New section (GH-96595)
zooba
- [Python-checkins] gh-93963: Remove ResourceReaderDefaultsTests (GH-96598)
miss-islington
- [Python-checkins] [3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)
ambv
- [Python-checkins] [doc] Update example in traceback doc (GH-96600)
miss-islington
- [Python-checkins] argparse: Remove unused name variable when handling ArgumentTypeError (#96549)
JelleZijlstra
- [Python-checkins] gh-96478: Test `@overload` on C functions (#96479)
JelleZijlstra
- [Python-checkins] [3.11] [doc] Update example in traceback doc (GH-96600) (GH-96603)
iritkatriel
- [Python-checkins] [3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504)
ned-deily
- [Python-checkins] Move doc build dependencies to Doc/requirements.txt (GH-96607)
ned-deily
- [Python-checkins] Python 3.10.7
pablogsal
- [Python-checkins] [3.11] gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992) (GH-96593)
isidentical
- [Python-checkins] GH-93911: Fix `LOAD_ATTR_PROPERTY` caches (GH-96519)
markshannon
- [Python-checkins] GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
markshannon
- [Python-checkins] gh-96478: Fix new test when run in refleak mode (#96615)
JelleZijlstra
- [Python-checkins] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613)
markshannon
- [Python-checkins] [3.11] GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613) (#96617)
pablogsal
- [Python-checkins] GH-96572: fix use after free in trace refs build mode (#96618)
gvanrossum
- [Python-checkins] GH-96572: fix use after free in trace refs build mode (GH-96618)
miss-islington
- [Python-checkins] Python 3.9.14
ambv
- [Python-checkins] Python 3.8.14
ambv
- [Python-checkins] 3.7.14
ned-deily
- [Python-checkins] gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (#96623)
pablogsal
- [Python-checkins] gh-96628: remove deprecated and ignored arg of sysconfig.is_python_build() (GH-96629)
iritkatriel
- [Python-checkins] gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
miss-islington
- [Python-checkins] gh-96538: Fix refleak in _bisectmodule.c (gh-96619)
sweeneyde
- [Python-checkins] Post releae updates
ned-deily
- [Python-checkins] GH-91432: Remove the iterator_exhausted_no_error label (GH-96517)
brandtbucher
- [Python-checkins] gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
corona10
- [Python-checkins] gh-94808: Improve coverage of _PyBytes_FormatEx (GH-95895)
miss-islington
- [Python-checkins] [doc] Update example in traceback doc (GH-96600) (GH-96605)
iritkatriel
- [Python-checkins] gh-88057: in compile.c, assertion that stackdepth is alway >=0 is missing in one place (GH-96513)
iritkatriel
- [Python-checkins] GH-96465: Cache hashes for Fraction instances (GH-96483)
rhettinger
- [Python-checkins] gh-96577: Fixes buffer overrun in _msi module (GH-96633)
zooba
- [Python-checkins] gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289)
zooba
- [Python-checkins] gh-94781: Fix Windows projects not cleaning intermediate and output files for frozen modules (GH-96423)
zooba
- [Python-checkins] gh-96268: Fix loading invalid UTF-8 (#96270)
gvanrossum
- [Python-checkins] gh-96268: Fix loading invalid UTF-8 (GH-96270)
miss-islington
- [Python-checkins] gh-96665: Fixes build break on older MSVC versions due to C++20 features in argument clinic (GH-96667)
zooba
- [Python-checkins] GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
miss-islington
- [Python-checkins] gh-88287: Add BufferingFormatter documentation. (GH-96608)
vsajip
- [Python-checkins] [3.11] gh-88287: Add BufferingFormatter documentation. (GH-96608) (GH-96675)
vsajip
- [Python-checkins] [3.10] gh-88287: Add BufferingFormatter documentation. (GH-96608) (GH-96674)
vsajip
- [Python-checkins] gh-96653: Remove duplicate CALL_STAT_INC(inlined_py_calls) in BINARY_SUBSCR_GETITEM (GH-96654)
Fidget-Spinner
- [Python-checkins] gh-96652: Fix faulthandler chained signal without sigaction() (#96666)
vstinner
- [Python-checkins] gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666)
miss-islington
- [Python-checkins] [3.11] GH-96569: Avoid undefined behavior (#96616)
pablogsal
- [Python-checkins] [3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619) (#96556)
pablogsal
- [Python-checkins] gh-96143: Clear instruction cache after mprotect call (#96476)
pablogsal
- [Python-checkins] gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (#96353)
pablogsal
- [Python-checkins] gh-95914: Add paragraph about PEP 654 in main body of 'What's New in 3.11' (GH-95937)
miss-islington
- [Python-checkins] GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932) (#96004)
pablogsal
- [Python-checkins] gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-96353)
miss-islington
- [Python-checkins] gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323)
miss-islington
- [Python-checkins] GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
miss-islington
- [Python-checkins] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)
markshannon
- [Python-checkins] gh-92734: Add indentation feature to reprlib.Repr (GH-92735)
rhettinger
- [Python-checkins] gh-96465: Clear fractions hash lru_cache under refleak testing (GH-96689)
miss-islington
- [Python-checkins] gh-96684: Silently suppress COM security errors in _wmi module (GH-96690)
zooba
- [Python-checkins] GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
gvanrossum
- [Python-checkins] gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)
sweeneyde
- [Python-checkins] gh-96364: Fix text signatures of `__getitem__` for `list` and `dict` (GH-96365)
methane
- [Python-checkins] [3.11] io: Add missing f (#96701)
pablogsal
- [Python-checkins] Fix possible NULL pointer dereference in _PyThread_CurrentFrames (GH-96584)
markshannon
- [Python-checkins] [3.11] GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643) (#96688)
gvanrossum
- [Python-checkins] gh-96710: Make the test timing more lenient for the int/str DoS regression test. (#96717)
gpshead
- [Python-checkins] gh-96710: Make the test timing more lenient for the int/str DoS regression test. (GH-96717)
miss-islington
- [Python-checkins] GH-90230: Fix warnings and failures with --enable-pystats (GH-96622)
brandtbucher
- [Python-checkins] Replace ad-hoc labels with JUMP_TO_INSTRUCTION (GH-96634)
brandtbucher
- [Python-checkins] GH-96678: Fix undefined behavior in ceval.c (#96708)
pablogsal
- [Python-checkins] GH-96678: Fix undefined behavior in ceval.c (GH-96708)
miss-islington
- [Python-checkins] gh-94972: document that shield users need to keep a reference to their task (#96724)
gvanrossum
- [Python-checkins] gh-94972: document that shield users need to keep a reference to their task (GH-96724)
miss-islington
- [Python-checkins] Fix typo in 3.12 whatsnew (GH-96740)
iritkatriel
- [Python-checkins] gh-90751: memoryview now supports half-float (#96738)
pitrou
- [Python-checkins] gh-95853: Multiple ops and debug for wasm_build.py (#96744)
tiran
- [Python-checkins] gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
tiran
- [Python-checkins] [3.8] Update bugs URL references in README and Docs/bugs.rst from bpo to gh issues (GH-96728)
ned-deily
- [Python-checkins] gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in examples (#96707)
gvanrossum
- [Python-checkins] Python 3.11.0rc2
pablogsal
- [Python-checkins] gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs with official releases (GH-96755)
zooba
- [Python-checkins] gh-90110: Fix the c-analyzer Tool (gh-96731)
ericsnowcurrently
- [Python-checkins] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96659)
ned-deily
- [Python-checkins] GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776)
markshannon
- [Python-checkins] gh-96702: Order methods before attrs in sqlite3.Connection docs (#96703)
erlend-aasland
- [Python-checkins] [3.10] gh-96702: Order methods before attrs in sqlite3.Connection docs (GH-96703). (#96789)
erlend-aasland
- [Python-checkins] [3.11] gh-96320: WASI socket fixes (GH-96388) (GH-#96748)
tiran
- [Python-checkins] [3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96045, GH-96389, GH-96744) (GH-96749)
tiran
- [Python-checkins] GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776) (#96787)
pablogsal
- [Python-checkins] [3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH-96038)
tiran
- [Python-checkins] gh-87092: reduce redundancy and repetition in compiler's optimization stage (GH-96713)
iritkatriel
- [Python-checkins] gh-93503: Document the new tracing/profiling APIs in the What's new document (#96681)
pablogsal
- [Python-checkins] gh-96678: Avoid undefined behaviour in test (#96672)
pablogsal
- [Python-checkins] gh-96678: Fix UB of null pointer arithmetic (GH-96782)
miss-islington
- [Python-checkins] gh-96678: Avoid undefined behaviour in test (GH-96672) (#96795)
pablogsal
- [Python-checkins] gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (#96798)
gpshead
- [Python-checkins] Add dataclass field default change to 3.11 what's new (#96790)
gvanrossum
- [Python-checkins] gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in examples (GH-96707)
miss-islington
- [Python-checkins] gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (GH-96798)
miss-islington
- [Python-checkins] gh-94808: improve comments and coverage of fastsearch.h (GH-96760)
sweeneyde
- [Python-checkins] Add dataclass field default change to 3.11 what's new (GH-96790)
miss-islington
- [Python-checkins] closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
benjaminp
- [Python-checkins] Itertools sieve() recipe (#96813)
rhettinger
- [Python-checkins] Itertools sieve() recipe (GH-96813) (GH-96814)
rhettinger
- [Python-checkins] gh-96769: Cover more typing special forms to be unsubclassable (#96772)
gvanrossum
- [Python-checkins] gh-96784: Cover more typing special forms in `get_args()` (#96791)
gvanrossum
- [Python-checkins] ceval: Use _PyTuple_FromArraySteal in BUILD_TUPLE (GH-96516)
methane
- [Python-checkins] gh-77171 Support WAVE_FORMAT_EXTENSIBLE in the wave module (GH-96777)
zooba
- [Python-checkins] Revert accidental removal from 3.12 doc. (gh-96826)
benjaminp
- [Python-checkins] gh-96702: Order methods before attrs in sqlite3.Connection docs (GH-96703) (#96788)
erlend-aasland
- [Python-checkins] GH-90997: Improve inline cache performance for MSVC (GH-96781)
brandtbucher
- [Python-checkins] Fix type annotation of `pstats.FunctionProfile.ncalls` (#96741)
gpshead
- [Python-checkins] gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)
markshannon
- [Python-checkins] GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
markshannon
- [Python-checkins] Fix ResourceWarning in test.test_frame (GH-96831)
markshannon
- [Python-checkins] gh-96810: Clarify for which statements sqlite3 implicitly opens transactions (#96832)
erlend-aasland
- [Python-checkins] gh-96810: Clarify for which statements sqlite3 implicitly opens transactions (GH-96832)
miss-islington
- [Python-checkins] gh-89536: Use ThinLTO policy if possible (gh-96766)
corona10
- [Python-checkins] gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
serhiy-storchaka
- [Python-checkins] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)
vstinner
- [Python-checkins] fixes gh-96841: replace Mercurial with VCS (#96879)
benjaminp
- [Python-checkins] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)
miss-islington
- [Python-checkins] gh-96883: browser: include concurrent.futures (GH-96886)
tiran
- [Python-checkins] gh-96861: Check for unset sys.executable during venv creation. (GH-96887)
vsajip
- [Python-checkins] [3.11] gh-96883: browser: include concurrent.futures (GH-96886) (GH-96888)
tiran
- [Python-checkins] gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)
gvanrossum
- [Python-checkins] Simplify sieve() recipe. Add edge case tests. (GH-96892)
rhettinger
- [Python-checkins] gh-91210: Improve error message when non-default param follows default (GH-95933)
miss-islington
- [Python-checkins] Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)" (#96898)
gvanrossum
- [Python-checkins] gh-87179: Fix more IDLE class headers (#96899)
terryjreedy
- [Python-checkins] gh-87179: Fix more IDLE class headers (GH-96899)
miss-islington
- [Python-checkins] Clarify that the expression is regular math notation, not Python. (#96903)
rhettinger
- [Python-checkins] Clarify that the expression is regular math notation, not Python. (GH-96903) (GH-96908)
rhettinger
- [Python-checkins] gh-94787: [doc] Add to argparse doc an example of a mutually-exclusive group nested in an argument group (GH-94807)
iritkatriel
- [Python-checkins] [3.10] gh-96861: Check for unset sys.executable during venv creation. (GH-96887) (GH-96918)
vsajip
- [Python-checkins] [3.11] gh-96861: Check for unset sys.executable during venv creation. (GH-96887) (GH-96919)
vsajip
- [Python-checkins] fix various typos in random module's documentation (GH-96912)
miss-islington
- [Python-checkins] GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)
rhettinger
- [Python-checkins] gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915)
Fidget-Spinner
- [Python-checkins] gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96926)
Fidget-Spinner
- [Python-checkins] gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96927)
Fidget-Spinner
- [Python-checkins] gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)
encukou
- [Python-checkins] gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New (GH-96097)
encukou
- [Python-checkins] gh-96917: link to typing.readthedocs.io from typing.rst (#96921)
gvanrossum
- [Python-checkins] gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921)
miss-islington
- [Python-checkins] GH-96864: Check for error between line and opcode events (GH-96880)
brandtbucher
- [Python-checkins] gh-96387: take_gil() resets drop request before exit (#96869)
vstinner
- [Python-checkins] gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
gpshead
- [Python-checkins] gh-96512: Update int_max_str docs to say 3.11 (#96942)
gpshead
- [Python-checkins] gh-96387: take_gil() resets drop request before exit (#96869) (#96941)
vstinner
- [Python-checkins] gh-96387: take_gil() resets drop request before exit (GH-96869) (GH-96941)
miss-islington
- [Python-checkins] gh-96727: Document restrictions on Handler.emit() with respect to locking. (GH-96948)
vsajip
- [Python-checkins] [3.11] gh-96727: Document restrictions on Handler.emit() with respect to locking. (GH-96948) (GH-96950)
vsajip
- [Python-checkins] [3.10] gh-96727: Document restrictions on Handler.emit() with respect to locking. (GH-96948) (GH-96951)
vsajip
- [Python-checkins] gh-96711: Enhance SystemError message upon Invalid opcode (#96712)
vstinner
- [Python-checkins] [3.10] gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921) (GH-96937)
Fidget-Spinner
- [Python-checkins] [3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (GH-93543)
encukou
- [Python-checkins] gh-87092: in compiler, move the detection of exception handlers before the CFG optimization stage (GH-96935)
iritkatriel
- [Python-checkins] Fix minor comment typo in dictobject.c (GH-96960)
miss-islington
- [Python-checkins] [3.10] GH-96864: Check for error between line and opcode events (GH-96969)
brandtbucher
- [Python-checkins] GH-95921: Fix positions for some chained comparisons (GH-96968)
brandtbucher
- [Python-checkins] gh-96947: Fix comment on `pyruntimestate->pyinterpreters` struct for `next_id` (GH-96949)
miss-islington
- [Python-checkins] [3.11] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96973)
miss-islington
- [Python-checkins] [3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96974)
miss-islington
- [Python-checkins] gh-95591: [Enum] use `_FlagTests` base class (GH-96475)
ethanfurman
- [Python-checkins] [Enum] fix typos (GH-96285)
ethanfurman
- [Python-checkins] gh-90808: add more examples to `test_sched.test_priority` (#31144)
JelleZijlstra
- [Python-checkins] gh-96478: Test `@overload` on C functions (GH-96479)
miss-islington
- [Python-checkins] gh-95950: Add a test for both `csv.Dialect` and `kwargs` (GH-95951)
miss-islington
- [Python-checkins] gh-90808: add more examples to `test_sched.test_priority` (GH-31144)
miss-islington
- [Python-checkins] gh-71141: Add note on rejecting "leading-dot" syntax for with statements (#96928)
gvanrossum
- [Python-checkins] gh-96954: Add tests for unicodedata.name/lookup (#96955)
ambv
- [Python-checkins] gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
ericvsmith
- [Python-checkins] gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) (gh-96989)
ericvsmith
- [Python-checkins] gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) (gh-96990)
ericvsmith
- [Python-checkins] [3.10] gh-96954: Add tests for unicodedata.name/lookup (GH-96955) (GH-96992)
ambv
- [Python-checkins] [3.11] gh-96954: Add tests for unicodedata.name/lookup (GH-96955) (GH-96991)
ambv
- [Python-checkins] Doc: fix link redirect (GH-96606)
JulienPalard
- [Python-checkins] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
corona10
- [Python-checkins] include OrderedDict import in TimeBoundedLRU example (GH-96962)
rhettinger
- [Python-checkins] GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
brandtbucher
- [Python-checkins] Remove a stray DISPATCH() (GH-97004)
brandtbucher
- [Python-checkins] gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)
gvanrossum
- [Python-checkins] GH-85760: Fix race in calling process_exited callback too early (#97009)
gvanrossum
- [Python-checkins] gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)
miss-islington
- [Python-checkins] GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
brandtbucher
- [Python-checkins] GH-85760: Fix race in calling process_exited callback too early (GH-97009)
miss-islington
- [Python-checkins] gh-96397: Document that keywords in calls need not be identifiers (#96393)
gvanrossum
- [Python-checkins] gh-96397: Document that keywords in calls need not be identifiers (GH-96393)
miss-islington
- [Python-checkins] gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-96945)
corona10
- [Python-checkins] gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)
zooba
- [Python-checkins] gh-77171: Document that wave only supports simple PCM files (GH-97510)
zooba
- [Python-checkins] gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)
zooba
- [Python-checkins] gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)
zooba
- [Python-checkins] gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)
serhiy-storchaka
- [Python-checkins] gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
serhiy-storchaka
- [Python-checkins] gh-97032: Set tkinter path for macOS CI (GH-97525)
ned-deily
- [Python-checkins] gh-97527: IDLE: protect macosx Tk() call when no GUI (#97530)
terryjreedy
- [Python-checkins] gh-97527: IDLE: protect macosx Tk() call when no GUI (GH-97530)
miss-islington
- [Python-checkins] gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97520)
serhiy-storchaka
- [Python-checkins] gh-90716: Refactor PyLong_FromString to separate concerns (GH-96808)
mdickinson
- [Python-checkins] gh-96735: Fix undefined behaviour in struct unpacking functions (#96739)
mdickinson
- [Python-checkins] GH-78724: Initialize struct.Struct in __new__ (GH-94532)
mdickinson
- [Python-checkins] Reject invalid opcode names in assertInBytecode (GH-97548)
iritkatriel
- [Python-checkins] gh-82530: Create blank function instead of invalid import for email example (#97529)
terryjreedy
- [Python-checkins] gh-82530: Create blank function instead of invalid import for email example (GH-97529)
miss-islington
- [Python-checkins] gh-96848: Fix -X int_max_str_digits option parsing (#96988)
vstinner
- [Python-checkins] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
miss-islington
- [Python-checkins] Fix typo in docstring and remove duplicate signal.h include in faulthandler.c (#96720)
vstinner
- [Python-checkins] bpo-38748: Add ctypes test for stack corruption due to misaligned arguments (GH-26204)
zooba
- [Python-checkins] GH-65046: Fix docs about logging in `asyncio` (#97559)
gvanrossum
- [Python-checkins] GH-65046: Fix docs about logging in `asyncio` (GH-97559)
miss-islington
- [Python-checkins] gh-97545: Make Semaphore run faster. (#97549)
gvanrossum
- [Python-checkins] gh-97545: Make Semaphore run faster. (GH-97549)
miss-islington
- [Python-checkins] [3.10] gh-97567: Fixup cached_statements default value in sqlite3.connect docs (#97568)
erlend-aasland
- [Python-checkins] gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)
serhiy-storchaka
- [Python-checkins] gh-96959: Update more HTTP links (GH-97536)
serhiy-storchaka
- [Python-checkins] gh-96478: Fix new test when run in refleak mode (GH-96615)
miss-islington
- [Python-checkins] gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
pablogsal
- [Python-checkins] gh-96377: Update asyncio policy doc intro paras to be clear and accurate (#97603)
gvanrossum
- [Python-checkins] gh-96377: Update asyncio policy doc intro paras to be clear and accurate (GH-97603)
miss-islington
- [Python-checkins] Fix docs on conditional expression grouping (GH-96447)
rhettinger
- [Python-checkins] gh-65046: Add note about logging from async code. (GH-97602)
vsajip
- [Python-checkins] [3.10] gh-65046: Add note about logging from async code. (GH-97602) (GH-97609)
vsajip
- [Python-checkins] [3.11] gh-65046: Add note about logging from async code. (GH-97602) (GH-97608)
vsajip
- [Python-checkins] Fix docs on conditional expression grouping (GH-96447) (GH-97606)
rhettinger
- [Python-checkins] bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
miss-islington
- [Python-checkins] fixup policy docs (#97618)
gvanrossum
- [Python-checkins] GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)
gvanrossum
- [Python-checkins] fixup policy docs (GH-97618)
miss-islington
- [Python-checkins] Fix typo in error message in plistlib (GH-97540)
serhiy-storchaka
- [Python-checkins] gh-97616: list_resize() checks for integer overflow (#97617)
vstinner
- [Python-checkins] gh-97616: list_resize() checks for integer overflow (GH-97617)
miss-islington
- [Python-checkins] gh-97612: Fix shell injection in get-remote-certificate.py (#97613)
vstinner
- [Python-checkins] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)
miss-islington
- [Python-checkins] [3.11] gh-96357: Improve `typing.get_overloads` coverage (GH-96358) (#96371)
JelleZijlstra
- [Python-checkins] gh-52597: Add position-only markers for os functions (#94735)
JelleZijlstra
- [Python-checkins] gh-91212: Fixed flickering when the tracer is turned off (#95129)
gpshead
- [Python-checkins] gh-91212: Fixed flickering when the tracer is turned off (GH-95129)
miss-islington
- [Python-checkins] gh-52597: Add position-only markers for os functions (GH-94735)
miss-islington
- [Python-checkins] closes gh-97650: correct sphinx executable (gh-97651)
benjaminp
- [Python-checkins] gh-96397: Document that attributes need not be identifiers (#96454)
gvanrossum
- [Python-checkins] gh-96397: Document that attributes need not be identifiers (GH-96454)
miss-islington
- [Python-checkins] gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.throw (GH-96428)
iritkatriel
- [Python-checkins] Use SyntaxError invalid range in tutorial introduction example (GH-93031)
miss-islington
- [Python-checkins] [3.11] Use SyntaxError invalid range in tutorial introduction example (GH-93031) (GH-97666)
iritkatriel
- [Python-checkins] [3.10] Use SyntaxError invalid range in tutorial introduction example (GH-93031) (GH-97667)
iritkatriel
- [Python-checkins] gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
zooba
- [Python-checkins] gh-90989: Install Windows launcher per-user, and clarify some installer text (GH-97655)
zooba
- [Python-checkins] gh-90989: Clarify some installer text (GH-97668)
zooba
- [Python-checkins] gh-94526: getpath_dirname() no longer encodes the path (#97645)
vstinner
- [Python-checkins] gh-94526: getpath_dirname() no longer encodes the path (GH-97645)
miss-islington
- [Python-checkins] gh-90989: Clarify some installer text (GH-97676)
zooba
- [Python-checkins] bpo-35675: IDLE - separate config_key window and frame (#11427)
terryjreedy
- [Python-checkins] bpo-35675: IDLE - separate config_key window and frame (GH-11427)
miss-islington
- [Python-checkins] gh-87597: Document TimeoutExpired.stdout & .stderr types (#97685)
gpshead
- [Python-checkins] gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685)
miss-islington
- [Python-checkins] GH-96827: Don't touch closed loops from executor threads (#96837)
gvanrossum
- [Python-checkins] GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)
gvanrossum
- [Python-checkins] GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)
miss-islington
- [Python-checkins] GH-96827: Don't touch closed loops from executor threads (GH-96837)
miss-islington
- [Python-checkins] gh-90110: Update the c-analyzer Tool (gh-97695)
ericsnowcurrently
Last message date:
Fri Sep 30 21:32:55 EDT 2022
Archived on: Fri Sep 30 21:32:56 EDT 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).