December 2022 Archives by author
Starting: Thu Dec 1 02:19:51 EST 2022
Ending: Sat Dec 31 20:06:37 EST 2022
Messages: 405
- [Python-checkins] "Compound statement" docs: Fix with-statement step indexing (#100286)
AlexWaygood
- [Python-checkins] Correct typo in typing.py (#100423)
AlexWaygood
- [Python-checkins] gh-99908: Tutorial: Modernize the 'data-record class' example (#100499)
AlexWaygood
- [Python-checkins] gh-100633 Tutorial: Fix dataclasses import (#100638)
AlexWaygood
- [Python-checkins] gh-78997: AttributeError if loading fails in LibraryLoader.__getattr__
FFY00
- [Python-checkins] gh-78997: fix bad rebase of moved test file (#100424)
FFY00
- [Python-checkins] [3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#99902)
Fidget-Spinner
- [Python-checkins] gh-92216: improve performance of `hasattr` for type objects (GH-99979)
Fidget-Spinner
- [Python-checkins] gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)
Fidget-Spinner
- [Python-checkins] Revert "gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)" (#100468)
Fidget-Spinner
- [Python-checkins] gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
JelleZijlstra
- [Python-checkins] gh-83035: handle decorator with nested parens in inspect.getsource (#99654)
JelleZijlstra
- [Python-checkins] gh-70393: Clarify mention of "middle" scope (#98839)
JelleZijlstra
- [Python-checkins] gh-89727: Fix os.walk RecursionError on deep trees (#99803)
JelleZijlstra
- [Python-checkins] gh-69929: re docs: Add more specific definition of \w (#92015)
JelleZijlstra
- [Python-checkins] gh-99991: improve docs on str.encode and bytes.decode (#100198)
JelleZijlstra
- [Python-checkins] gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry (#91499)
JelleZijlstra
- [Python-checkins] gh-85267: Improvements to inspect.signature __text_signature__ handling (#98796)
JelleZijlstra
- [Python-checkins] [3.11] gh-85267: Improvements to inspect.signature __text_signature__ handling (GH-98796) (#100392)
JelleZijlstra
- [Python-checkins] [3.10] gh-85267: Improvements to inspect.signature __text_signature__ handling (GH-98796) (#100393)
JelleZijlstra
- [Python-checkins] gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (#98710)
JelleZijlstra
- [Python-checkins] gh-100357: Convert several functions in `bltinsmodule` to AC (#100358)
JelleZijlstra
- [Python-checkins] Remove wrong comment about `repr` in `test_unicode` (#100495)
JelleZijlstra
- [Python-checkins] gh-99535: Add test for inheritance of annotations and update documentation (#99990)
JelleZijlstra
- [Python-checkins] [3.10] gh-99535: Add test for inheritance of annotations and update documentation (GH-99990) (#100509)
JelleZijlstra
- [Python-checkins] gh-99509: Add `__class_getitem__` to `multiprocessing.queues.Queue` (#99511)
JelleZijlstra
- [Python-checkins] gh-100616: Document 'attr' parameter for window.vline() in curses module (#24961)
JelleZijlstra
- [Python-checkins] Python 3.12.0a3
Yhg1s
- [Python-checkins] [3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#99973)
ambv
- [Python-checkins] gh-60203: Revert changes in cycle.__setstate__ (#99982)
ambv
- [Python-checkins] [3.10] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100017)
ambv
- [Python-checkins] [3.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100016)
ambv
- [Python-checkins] [3.8] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (#100033)
ambv
- [Python-checkins] [3.9] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (#100032)
ambv
- [Python-checkins] [3.11] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100043)
ambv
- [Python-checkins] [3.10] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100044)
ambv
- [Python-checkins] [3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#99949)
ambv
- [Python-checkins] [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#100059)
ambv
- [Python-checkins] gh-93453: No longer create an event loop in get_event_loop() (#98440)
ambv
- [Python-checkins] Python 3.9.16
ambv
- [Python-checkins] Python 3.8.16
ambv
- [Python-checkins] gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616)
ambv
- [Python-checkins] [3.11] gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616) (GH-100377)
ambv
- [Python-checkins] GH-90043: Handle NaNs in COMPARE_OP_FLOAT_JUMP (GH-100278)
brandtbucher
- [Python-checkins] GH-99554: Pack location tables more effectively (GH-99556)
brandtbucher
- [Python-checkins] GH-100101: Clarify documentation of zip's strict option (GH-100103)
brandtbucher
- [Python-checkins] gh-68320, gh-88302 - Allow for private `pathlib.Path` subclassing (GH-31691)
brettcannon
- [Python-checkins] gh-99947: Ensure unreported errors are chained for SystemError during import (GH-99946)
brettcannon
- [Python-checkins] gh-83076: 3.8x speed improvement in (Async)Mock instantiation (#100252)
cjw296
- [Python-checkins] gh-100287: Fix unittest.mock.seal with AsyncMock (#100496)
cjw296
- [Python-checkins] Remove skipped test in test for async mocks. (#100559)
cjw296
- [Python-checkins] Fix mock code coverage. (#100580)
cjw296
- [Python-checkins] no-issue: Fix typo in pycore_object.h (gh-99994)
corona10
- [Python-checkins] gh-93018: Fix for the compatibility problems with expat (gh-93900)
corona10
- [Python-checkins] gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
corona10
- [Python-checkins] gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
corona10
- [Python-checkins] gh-94603: micro optimize list.pop (gh-94604)
corona10
- [Python-checkins] gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)
encukou
- [Python-checkins] gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
ericsnowcurrently
- [Python-checkins] gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
ericsnowcurrently
- [Python-checkins] gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99742)
ericsnowcurrently
- [Python-checkins] gh-99984: Fix Compiler Warnings (#100036)
ericsnowcurrently
- [Python-checkins] gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091)
ericsnowcurrently
- [Python-checkins] gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
ericsnowcurrently
- [Python-checkins] gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
ericsnowcurrently
- [Python-checkins] gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
ericsnowcurrently
- [Python-checkins] gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
ericsnowcurrently
- [Python-checkins] gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
ericsnowcurrently
- [Python-checkins] gh-81057: Fix an ifdef in the time module (#100125)
ericsnowcurrently
- [Python-checkins] gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)
ericsnowcurrently
- [Python-checkins] gh-81057: Fix a Reference Leak in the posix Module (gh-100140)
ericsnowcurrently
- [Python-checkins] gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
ericsnowcurrently
- [Python-checkins] gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
ericsnowcurrently
- [Python-checkins] gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
ericsnowcurrently
- [Python-checkins] gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203)
ericsnowcurrently
- [Python-checkins] gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)
ericsnowcurrently
- [Python-checkins] dataclasses.rst: Prevent horizontal scrolling (gh-100025)
ericvsmith
- [Python-checkins] [3.11] dataclasses.rst: Prevent horizontal scrolling (gh-100025) (gh-100028)
ericvsmith
- [Python-checkins] [3.10] dataclasses.rst: Prevent horizontal scrolling (gh-100025). (gh-100029)
ericvsmith
- [Python-checkins] Doc: Add summary line to isolation_level & autocommit sqlite3.connect params (#99917)
erlend-aasland
- [Python-checkins] gh-96250: Improve sqlite3 injection attack example (#99270)
erlend-aasland
- [Python-checkins] gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551)
erlend-aasland
- [Python-checkins] gh-100553: Improve accuracy of sqlite3.Row iter test (#100555)
erlend-aasland
- [Python-checkins] [3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368)
erlend-aasland
- [Python-checkins] [Enum] Fix typos in the documentation (GH-99960)
ethanfurman
- [Python-checkins] gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)
ethanfurman
- [Python-checkins] [Enum] Remove unused code from `test_enum.py` (GH-96986)
ethanfurman
- [Python-checkins] gh-92120: The docstring of enum.Enum is invalid in reST (GH-92122)
ethanfurman
- [Python-checkins] gh-100098: [Enum] insist on actual tuples, no subclasses, for auto (GH-100099)
ethanfurman
- [Python-checkins] gh-99087: Add missing newline for prompts in docs (GH-98993)
ethanfurman
- [Python-checkins] gh-100174: [Enum] Correct PowersOfThree example. (GH-100178)
ethanfurman
- [Python-checkins] gh-100039: enhance __signature__ to work with str and callables (GH-100168)
ethanfurman
- [Python-checkins] gh-99540: Constant hash for _PyNone_Type to aid reproducibility (GH-99541)
ethanfurman
- [Python-checkins] bpo-37860: re-add netlify.toml to set up deploy previews for docs (#92852)
ewdurbin
- [Python-checkins] bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
gpshead
- [Python-checkins] gh-98458: unittest: bugfix for infinite loop while handling chained exceptions that contain cycles (#98459)
gpshead
- [Python-checkins] gh-100001: Omit control characters in http.server stderr logs. (#100002)
gpshead
- [Python-checkins] gh-100001: Also escape \s in http.server log messages. (#100038)
gpshead
- [Python-checkins] gh-100001: Remove doc typo, add versionadded (#100042)
gpshead
- [Python-checkins] gh-98030: socket: add missing TCP socket options (#98031)
gpshead
- [Python-checkins] gh-88500: Reduce memory use of `urllib.unquote` (#96763)
gpshead
- [Python-checkins] gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100456)
gpshead
- [Python-checkins] [3.11] Correct CVE-2020-10735 documentation (GH-100306). (#100476)
gpshead
- [Python-checkins] [3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477)
gpshead
- [Python-checkins] gh-100268: Add is_integer method to int (#100439)
gpshead
- [Python-checkins] [3.11] gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100486)
gpshead
- [Python-checkins] [Minor PR] Quotes in documentation changed into code blocks (#99536)
gpshead
- [Python-checkins] gh-100228: Warn from os.fork() if other threads exist. (#100229)
gpshead
- [Python-checkins] GH-98831: Support cache effects in super- and macro instructions (#99601)
gvanrossum
- [Python-checkins] gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits (#99784)
gvanrossum
- [Python-checkins] GH-98831: Typed stack effects, and more instructions converted (#99764)
gvanrossum
- [Python-checkins] GH-98831: Generate things in the input order (#100123)
gvanrossum
- [Python-checkins] gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes (#100053)
gvanrossum
- [Python-checkins] gh-99830: asyncio: Document returns of remove_{reader, writer} (#100302)
gvanrossum
- [Python-checkins] GH-98831: Add DECREF_INPUTS(), expanding to DECREF() each stack input (#100205)
gvanrossum
- [Python-checkins] gh-94912: Added marker for non-standard coroutine function detection (#99247)
gvanrossum
- [Python-checkins] GH-98831: Modernize a ton of simpler instructions (#100545)
gvanrossum
- [Python-checkins] gh-85432: Harmonise parameter names between C and pure-Python implementations of `datetime.time.strftime`, `datetime.datetime.fromtimestamp` (#99993)
hauntsaninja
- [Python-checkins] gh-57762: fix misleading tkinter.Tk docstring (#98837)
hauntsaninja
- [Python-checkins] gh-48496: Added example and link to faq for UnboundLocalError in reference (#93068)
hauntsaninja
- [Python-checkins] Fix typo in 3.12 What's New (#100449)
hauntsaninja
- [Python-checkins] gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
hauntsaninja
- [Python-checkins] bpo-40447: accept all path-like objects in compileall.compile_file (#19883)
hauntsaninja
- [Python-checkins] gh-94808: improve test coverage of number formatting (#99472)
hauntsaninja
- [Python-checkins] gh-77771: Add enterabs example in sched (#92716)
hauntsaninja
- [Python-checkins] gh-100428: Make float documentation more accurate (#100437)
hauntsaninja
- [Python-checkins] gh-100472: Fix docs claim that compileall parameters could be bytes (#100473)
hauntsaninja
- [Python-checkins] [3.11] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100506)
hauntsaninja
- [Python-checkins] [3.10] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100508)
hauntsaninja
- [Python-checkins] gh-100519: simplification to `eff_request_host` in cookiejar.py (#99588)
hauntsaninja
- [Python-checkins] gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627)
hauntsaninja
- [Python-checkins] [3.11] gh-92446: Improve argparse choices docs (GH-94627) (#100528)
hauntsaninja
- [Python-checkins] [3.10] gh-92446: Improve argparse choices docs (GH-94627) (#100529)
hauntsaninja
- [Python-checkins] gh-55688: Add note about ending backslashes for raw strings (#94768)
hauntsaninja
- [Python-checkins] gh-94172: Update docs for params removed in 3.12 (#100431)
hauntsaninja
- [Python-checkins] gh-100546: Remove incorrect positional-only marker from eval (#100547)
hauntsaninja
- [Python-checkins] gh-93464: [Enum] Add versionchanged tag (#99997)
hugovk
- [Python-checkins] Use sphinxext-opengraph to generate OpenGraph metadata (#99931)
hugovk
- [Python-checkins] gh-100072: only trigger netlify builds for doc changes (#100074)
hugovk
- [Python-checkins] clarify the 4300-digit limit on int-str conversion (#100175)
hugovk
- [Python-checkins] GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (#100207)
hugovk
- [Python-checkins] Docs: Don't upload CI artifacts (#100330)
hugovk
- [Python-checkins] gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)
hugovk
- [Python-checkins] gh-99955: standardize return values of functions in assembler and optimizer. (#99956)
iritkatriel
- [Python-checkins] gh-100077: make test_code.test_invalid_bytecode more robust and maintainable (#100078)
iritkatriel
- [Python-checkins] bpo-44512: Fix handling of extrasactions arg to csv.DictWriter with mixed or upper case (#26924)
iritkatriel
- [Python-checkins] gh-99955: standardize return values of functions in compiler's code-gen (#100010)
iritkatriel
- [Python-checkins] gh-99955: undef ERROR and SUCCESS before redefining (fixes sanitizer warning) (#100215)
iritkatriel
- [Python-checkins] gh-100585: Fixed a bug where importlib.resources.as_file was leaving file pointers open (GH-100586)
jaraco
- [Python-checkins] [3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99920)
kumaraditya303
- [Python-checkins] Fix `test_run_until_complete_baseexception` test to check for `KeyboardInterrupt` in asyncio (#24477)
kumaraditya303
- [Python-checkins] GH-100113: remove remaining `yield from` usage from `asyncio` tests (#100114)
kumaraditya303
- [Python-checkins] gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (#100052)
kumaraditya303
- [Python-checkins] gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)
kumaraditya303
- [Python-checkins] Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)
kumaraditya303
- [Python-checkins] gh-99970 Adding missing `optionflags` parameter in the documentation of `doctest` (#99971)
kumaraditya303
- [Python-checkins] gh-99728: correct typo in `datetime` format codes documentation (#99750)
kumaraditya303
- [Python-checkins] gh-100176: remove incorrect version compatibility check from argument clinic (#100190)
kumaraditya303
- [Python-checkins] gh-96715 Remove redundant NULL check in `profile_trampoline` function (#96716)
kumaraditya303
- [Python-checkins] gh-100248: Add missing `ssl_shutdown_timeout` parameter in `asyncio` docs (#100249)
kumaraditya303
- [Python-checkins] Fix typo in introduction.rst (#100266)
kumaraditya303
- [Python-checkins] gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)
kumaraditya303
- [Python-checkins] Document that zipfile's pwd parameter is a `bytes` object (#100209)
kumaraditya303
- [Python-checkins] [3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)
kumaraditya303
- [Python-checkins] [3.10] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100232)
kumaraditya303
- [Python-checkins] gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (#99890)
kumaraditya303
- [Python-checkins] gh-97909: Fix markup for `PyMethodDef` members (#100089)
kumaraditya303
- [Python-checkins] Docs: Use `PY_VERSION_HEX` for version comparison (#100179)
kumaraditya303
- [Python-checkins] Correct CVE-2020-10735 documentation (#100306)
kumaraditya303
- [Python-checkins] [3.11] gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (GH-99233) (#100338)
kumaraditya303
- [Python-checkins] gh-88211: Change lower-case and upper-case to match recommendations in imaplib docs (#99625)
kumaraditya303
- [Python-checkins] [3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241) (#100352)
kumaraditya303
- [Python-checkins] [3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241) (#100353)
kumaraditya303
- [Python-checkins] gh-100348: Fix ref cycle in `asyncio._SelectorSocketTransport` with `_read_ready_cb` (#100349)
kumaraditya303
- [Python-checkins] GH-100363: Speed up `asyncio.get_running_loop` (#100364)
kumaraditya303
- [Python-checkins] GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (#100154)
kumaraditya303
- [Python-checkins] [3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (GH-99890) (#100385)
kumaraditya303
- [Python-checkins] [3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (GH-99890) (#100386)
kumaraditya303
- [Python-checkins] Remove unused variable from `dis._find_imports` (#100396)
kumaraditya303
- [Python-checkins] gh-78878: Fix crash when creating an instance of `_ctypes.CField` (#14837)
kumaraditya303
- [Python-checkins] GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20621)
kumaraditya303
- [Python-checkins] gh-99761: Add `_PyLong_IsPositiveSingleDigit` function to check for single digit integers (#100064)
kumaraditya303
- [Python-checkins] gh-100344: Add C implementation for `asyncio.current_task` (#100345)
kumaraditya303
- [Python-checkins] gh-99110: Initialize `frame->previous` in init_frame to fix segmentation fault when accessing `frame.f_back` (#100182)
kumaraditya303
- [Python-checkins] [3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault (GH-100182) (#100478)
kumaraditya303
- [Python-checkins] GH-91166: Implement zero copy writes for `SelectorSocketTransport` in asyncio (#31871)
kumaraditya303
- [Python-checkins] gh-99308: Clarify re docs for byte pattern group names (#99311)
kumaraditya303
- [Python-checkins] Fix name of removed `inspect.Signature.from_builtin` method in 3.11.0a2 changelog (#100525)
kumaraditya303
- [Python-checkins] gh-100520: Fix `rst` markup in `configparser` docstrings (#100524)
kumaraditya303
- [Python-checkins] [3.10] gh-100520: Fix `rst` markup in `configparser` docstrings (GH-100524) (#100534)
kumaraditya303
- [Python-checkins] [3.11] gh-100520: Fix `rst` markup in `configparser` docstrings (GH-100524) (#100533)
kumaraditya303
- [Python-checkins] Remove `NoneType` redefinition from `clinic.py` (#100551)
kumaraditya303
- [Python-checkins] GH-100192: add more `asyncio` subprocess tests (#100194)
kumaraditya303
- [Python-checkins] GH-100342: check for allocation failure in AC `*args` parsing (#100343)
kumaraditya303
- [Python-checkins] Fix copy-paste error in `Tools/clinic.py` (#100560)
kumaraditya303
- [Python-checkins] add tests for `asyncio` transport sockets (#100263)
kumaraditya303
- [Python-checkins] [3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-100343). (#100568)
kumaraditya303
- [Python-checkins] GH-100192: fix `asyncio` subprocess tests to pass env vars to subprocess (#100569)
kumaraditya303
- [Python-checkins] gh-100577: Replace `assert(0)` with `Py_UNREACHABLE` in `symtable.c` (#100579)
kumaraditya303
- [Python-checkins] gh-100600: Fix "coroutine was never awaited" warning in `test_coroutines` (#100601)
kumaraditya303
- [Python-checkins] gh-100583: Improve the `pydoc` documentation (#100590)
kumaraditya303
- [Python-checkins] [3.10] gh-100583: Improve the `pydoc` documentation (GH-100590) (#100607)
kumaraditya303
- [Python-checkins] gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (#99434)
kumaraditya303
- [Python-checkins] GH-85979: Clarify specification of `object.__await__` (#22320)
kumaraditya303
- [Python-checkins] GH-87002: fix caching documentation in `struct` module (#24164)
kumaraditya303
- [Python-checkins] Fix `pydtrace.d` path comment in `Include/pydtrace.h` (#28539)
kumaraditya303
- [Python-checkins] GH-91054: Add code object watchers API (GH-99859)
markshannon
- [Python-checkins] GH-100026: Include the number of raw input files in summarize_stats.py (GH-100027)
markshannon
- [Python-checkins] GH-100110: Specialize FOR_ITER for tuples (GH-100109)
markshannon
- [Python-checkins] GH-98522: Add version number to code objects. (GH-98525)
markshannon
- [Python-checkins] GH-100143: Improve collecting pystats for parts of runs (GH-100144)
markshannon
- [Python-checkins] GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit. (GH-100223)
markshannon
- [Python-checkins] Assorted minor fixes for specialization stats. (GH-100219)
markshannon
- [Python-checkins] GH-100000: Cleanup and polish various watchers code (GH-99998)
markshannon
- [Python-checkins] Move stats for the method cache into the `Py_STAT` machinery (GH-100255)
markshannon
- [Python-checkins] GH-99767: update PyTypeObject docs for type watchers (GH-99928)
markshannon
- [Python-checkins] Better stats for `LOAD_ATTR` and `STORE_ATTR` (GH-100295)
markshannon
- [Python-checkins] Improve stats presentation for calls. (GH-100274)
markshannon
- [Python-checkins] GH-99770: Make the correct call specialization fail kind show up in the stats (GH-99771)
markshannon
- [Python-checkins] GH-100459: fix copy-paste errors in specialization stats (GH-100460)
markshannon
- [Python-checkins] gh-98248: Normalizing the error messages in function struct.pack (GH-98252)
mdickinson
- [Python-checkins] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576)
mdickinson
- [Python-checkins] [3.10] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576) (#100451)
mdickinson
- [Python-checkins] [3.11] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576) (GH-100452)
mdickinson
- [Python-checkins] [3.11] gh-100474: Fix handling of dirs named index.html in http.server (GH-100505)
merwok
- [Python-checkins] [3.10] gh-100474: Fix handling of dirs named index.html in http.server (GH-100504)
merwok
- [Python-checkins] gh-94808: Improve coverage of dictresize (GH-100619)
methane
- [Python-checkins] [3.11] gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-99893) (GH-99896)
miss-islington
- [Python-checkins] [3.11] gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (GH-99919)
miss-islington
- [Python-checkins] gh-99845: _PyObject_DictPointer(): fix dictoffset cast (GH-99922)
miss-islington
- [Python-checkins] GH-66285: remove redundant `time.sleep` from `test_fork_signal_handling` (GH-99963)
miss-islington
- [Python-checkins] gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-99935)
miss-islington
- [Python-checkins] gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits (GH-99784)
miss-islington
- [Python-checkins] gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice and suggest other edits (GH-99784)
miss-islington
- [Python-checkins] gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
miss-islington
- [Python-checkins] gh-98458: unittest: bugfix for infinite loop while handling chained exceptions that contain cycles (GH-98459)
miss-islington
- [Python-checkins] gh-98458: unittest: bugfix for infinite loop while handling chained exceptions that contain cycles (GH-98459)
miss-islington
- [Python-checkins] gh-93464: [Enum] Add versionchanged tag (GH-99997)
miss-islington
- [Python-checkins] gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006)
miss-islington
- [Python-checkins] gh-99892: test_unicodedata: skip test on download failure (GH-100011)
miss-islington
- [Python-checkins] gh-99892: test_unicodedata: skip test on download failure (GH-100011)
miss-islington
- [Python-checkins] gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)
miss-islington
- [Python-checkins] gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
miss-islington
- [Python-checkins] gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
miss-islington
- [Python-checkins] gh-100001: Also escape \s in http.server log messages. (GH-100038)
miss-islington
- [Python-checkins] gh-100001: Also escape \s in http.server log messages. (GH-100038)
miss-islington
- [Python-checkins] [Enum] Fix typos in the documentation (GH-99960)
miss-islington
- [Python-checkins] gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065)
miss-islington
- [Python-checkins] gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065)
miss-islington
- [Python-checkins] gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)
miss-islington
- [Python-checkins] gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)
miss-islington
- [Python-checkins] gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
miss-islington
- [Python-checkins] gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
miss-islington
- [Python-checkins] gh-100098: [Enum] insist on actual tuples, no subclasses, for auto (GH-100099)
miss-islington
- [Python-checkins] test_ast uses infinite_recursion() to prevent crash (GH-100104)
miss-islington
- [Python-checkins] [3.11] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) (GH-100022)
miss-islington
- [Python-checkins] [3.10] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574) (GH-100023)
miss-islington
- [Python-checkins] Use sphinxext-opengraph to generate OpenGraph metadata (GH-99931)
miss-islington
- [Python-checkins] gh-96250: Improve sqlite3 injection attack example (GH-99270)
miss-islington
- [Python-checkins] gh-96250: Improve sqlite3 injection attack example (GH-99270)
miss-islington
- [Python-checkins] bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775)
miss-islington
- [Python-checkins] bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775)
miss-islington
- [Python-checkins] gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (GH-100052)
miss-islington
- [Python-checkins] gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (GH-100052)
miss-islington
- [Python-checkins] gh-99728: correct typo in `datetime` format codes documentation (GH-99750)
miss-islington
- [Python-checkins] gh-99728: correct typo in `datetime` format codes documentation (GH-99750)
miss-islington
- [Python-checkins] gh-100174: [Enum] Correct PowersOfThree example. (GH-100178)
miss-islington
- [Python-checkins] gh-70393: Clarify mention of "middle" scope (GH-98839)
miss-islington
- [Python-checkins] gh-70393: Clarify mention of "middle" scope (GH-98839)
miss-islington
- [Python-checkins] clarify the 4300-digit limit on int-str conversion (GH-100175)
miss-islington
- [Python-checkins] Fix: typo (Indention) (GH-99904)
miss-islington
- [Python-checkins] Fix: typo (Indention) (GH-99904)
miss-islington
- [Python-checkins] Fix: typo (Indention) (GH-99904)
miss-islington
- [Python-checkins] GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (GH-100207)
miss-islington
- [Python-checkins] GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (GH-100207)
miss-islington
- [Python-checkins] gh-100248: Add missing `ssl_shutdown_timeout` parameter in `asyncio` docs (GH-100249)
miss-islington
- [Python-checkins] GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259)
miss-islington
- [Python-checkins] [3.11] "Compound statement" docs: Fix with-statement step indexing (GH-100286) (GH-100300)
miss-islington
- [Python-checkins] "Compound statement" docs: Fix with-statement step indexing (GH-100286)
miss-islington
- [Python-checkins] gh-99830: asyncio: Document returns of remove_{reader, writer} (GH-100302)
miss-islington
- [Python-checkins] gh-99830: asyncio: Document returns of remove_{reader, writer} (GH-100302)
miss-islington
- [Python-checkins] gh-78707: deprecate passing >1 argument to `PurePath.[is_]relative_to()` (GH-94469)
miss-islington
- [Python-checkins] Document that zipfile's pwd parameter is a `bytes` object (GH-100209)
miss-islington
- [Python-checkins] Document that zipfile's pwd parameter is a `bytes` object (GH-100209)
miss-islington
- [Python-checkins] gh-97909: Fix markup for `PyMethodDef` members (GH-100089)
miss-islington
- [Python-checkins] gh-97909: Fix markup for `PyMethodDef` members (GH-100089)
miss-islington
- [Python-checkins] Docs: Use `PY_VERSION_HEX` for version comparison (GH-100179)
miss-islington
- [Python-checkins] gh-69929: re docs: Add more specific definition of \w (GH-92015)
miss-islington
- [Python-checkins] gh-69929: re docs: Add more specific definition of \w (GH-92015)
miss-islington
- [Python-checkins] Clarify that every thread has its own default context in contextvars (GH-99246)
miss-islington
- [Python-checkins] Clarify that every thread has its own default context in contextvars (GH-99246)
miss-islington
- [Python-checkins] Clarify that every thread has its own default context in contextvars (GH-99246)
miss-islington
- [Python-checkins] gh-99991: improve docs on str.encode and bytes.decode (GH-100198)
miss-islington
- [Python-checkins] gh-99991: improve docs on str.encode and bytes.decode (GH-100198)
miss-islington
- [Python-checkins] gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry (GH-91499)
miss-islington
- [Python-checkins] gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry (GH-91499)
miss-islington
- [Python-checkins] GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (GH-100154)
miss-islington
- [Python-checkins] gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
miss-islington
- [Python-checkins] gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
miss-islington
- [Python-checkins] gh-100129: Add tests for pickling all builtin types and functions (GH-100142)
miss-islington
- [Python-checkins] gh-100129: Add tests for pickling all builtin types and functions (GH-100142)
miss-islington
- [Python-checkins] gh-78878: Fix crash when creating an instance of `_ctypes.CField` (GH-14837)
miss-islington
- [Python-checkins] Correct typo in typing.py (GH-100423)
miss-islington
- [Python-checkins] Correct typo in typing.py (GH-100423)
miss-islington
- [Python-checkins] GH-99554: Trim trailing whitespace (GH-100435)
miss-islington
- [Python-checkins] gh-57762: fix misleading tkinter.Tk docstring (GH-98837)
miss-islington
- [Python-checkins] gh-57762: fix misleading tkinter.Tk docstring (GH-98837)
miss-islington
- [Python-checkins] gh-48496: Added example and link to faq for UnboundLocalError in reference (GH-93068)
miss-islington
- [Python-checkins] gh-48496: Added example and link to faq for UnboundLocalError in reference (GH-93068)
miss-islington
- [Python-checkins] gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (GH-98710)
miss-islington
- [Python-checkins] gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs (GH-98710)
miss-islington
- [Python-checkins] bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)
miss-islington
- [Python-checkins] bpo-40447: accept all path-like objects in compileall.compile_file (GH-19883)
miss-islington
- [Python-checkins] Add "strict" to dotproduct(). Add docstring. Factor-out common code. (GH-100480)
miss-islington
- [Python-checkins] gh-94808: improve test coverage of number formatting (GH-99472)
miss-islington
- [Python-checkins] gh-94808: improve test coverage of number formatting (GH-99472)
miss-islington
- [Python-checkins] gh-77771: Add enterabs example in sched (GH-92716)
miss-islington
- [Python-checkins] gh-77771: Add enterabs example in sched (GH-92716)
miss-islington
- [Python-checkins] Misc Itertools recipe tweaks (GH-100493)
miss-islington
- [Python-checkins] gh-99908: Tutorial: Modernize the 'data-record class' example (GH-100499)
miss-islington
- [Python-checkins] gh-99908: Tutorial: Modernize the 'data-record class' example (GH-100499)
miss-islington
- [Python-checkins] gh-100474: Fix handling of dirs named index.html in http.server (GH-100475)
miss-islington
- [Python-checkins] gh-100428: Make float documentation more accurate (GH-100437)
miss-islington
- [Python-checkins] gh-100428: Make float documentation more accurate (GH-100437)
miss-islington
- [Python-checkins] GH-93179: Document the thread safety of functools.lru_cache (GH-95970)
miss-islington
- [Python-checkins] [Minor PR] Quotes in documentation changed into code blocks (GH-99536)
miss-islington
- [Python-checkins] gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)
miss-islington
- [Python-checkins] gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)
miss-islington
- [Python-checkins] gh-99535: Add test for inheritance of annotations and update documentation (GH-99990)
miss-islington
- [Python-checkins] gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555)
miss-islington
- [Python-checkins] gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555)
miss-islington
- [Python-checkins] gh-55688: Add note about ending backslashes for raw strings (GH-94768)
miss-islington
- [Python-checkins] gh-55688: Add note about ending backslashes for raw strings (GH-94768)
miss-islington
- [Python-checkins] Improve factor() recipe and fix its tests (GH-100576)
miss-islington
- [Python-checkins] Restore early-out to factor(). Strengthen tests. (GH-100591)
miss-islington
- [Python-checkins] GH-100101: Clarify documentation of zip's strict option (GH-100103)
miss-islington
- [Python-checkins] GH-100101: Clarify documentation of zip's strict option (GH-100103)
miss-islington
- [Python-checkins] gh-100583: Improve the `pydoc` documentation (GH-100590)
miss-islington
- [Python-checkins] gh-100600: Fix "coroutine was never awaited" warning in `test_coroutines` (GH-100601)
miss-islington
- [Python-checkins] gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (GH-99434)
miss-islington
- [Python-checkins] gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-24961)
miss-islington
- [Python-checkins] gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-24961)
miss-islington
- [Python-checkins] gh-95778: add doc missing in some places (GH-100627)
miss-islington
- [Python-checkins] gh-95778: add doc missing in some places (GH-100627)
miss-islington
- [Python-checkins] GH-85979: Clarify specification of `object.__await__` (GH-22320)
miss-islington
- [Python-checkins] GH-85979: Clarify specification of `object.__await__` (GH-22320)
miss-islington
- [Python-checkins] gh-100633 Tutorial: Fix dataclasses import (GH-100638)
miss-islington
- [Python-checkins] gh-100633 Tutorial: Fix dataclasses import (GH-100638)
miss-islington
- [Python-checkins] IDLE - fix module browser test (GH-100647)
miss-islington
- [Python-checkins] IDLE - fix module browser test (GH-100647)
miss-islington
- [Python-checkins] gh-100546: Remove incorrect positional-only marker from eval (GH-100547)
miss-islington
- [Python-checkins] [3.7] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (GH-100034)
ned-deily
- [Python-checkins] Python 3.7.16
ned-deily
- [Python-checkins] GH-91054: Reset static events counts in code watchers tests (#99978)
pablogsal
- [Python-checkins] GH-99729: Unlink frames before clearing them (GH-100030)
pablogsal
- [Python-checkins] [3.11] GH-99729: Unlink frames before clearing them (#100047)
pablogsal
- [Python-checkins] Python 3.11.1
pablogsal
- [Python-checkins] Python 3.10.9
pablogsal
- [Python-checkins] [3.10] gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065) (#100073)
pablogsal
- [Python-checkins] gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277)
pablogsal
- [Python-checkins] Clarify that every thread has its own default context in contextvars (#99246)
pablogsal
- [Python-checkins] gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-99935)
rhettinger
- [Python-checkins] GH-98363: Have batched() return tuples (GH-100118)
rhettinger
- [Python-checkins] GH-98363: Shrink the physical size as well as the logical size (GH-100138)
rhettinger
- [Python-checkins] Remove uninformative itertools recipe (GH-100253)
rhettinger
- [Python-checkins] GH-100234: Set a default value for random.expovariate() (GH-100235)
rhettinger
- [Python-checkins] [3.11] Remove uninformative itertools recipe (GH-100253) (GH-100275)
rhettinger
- [Python-checkins] [3.11] GH-98363: Update batched() recipe in docs to match 3.12 (#100323)
rhettinger
- [Python-checkins] GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)
rhettinger
- [Python-checkins] Add "strict" to dotproduct(). Add docstring. Factor-out common code. (GH-100480)
rhettinger
- [Python-checkins] Misc Itertools recipe tweaks (GH-100493)
rhettinger
- [Python-checkins] Improve factor() recipe and fix its tests (GH-100576)
rhettinger
- [Python-checkins] Restore early-out to factor(). Strengthen tests. (GH-100591)
rhettinger
- [Python-checkins] Improve comments in itertools uniquification recipes (GH-100631)
rhettinger
- [Python-checkins] [3.11] Improve comments in itertools uniquification recipes (GH-100631) (GH-100632)
rhettinger
- [Python-checkins] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
serhiy-storchaka
- [Python-checkins] gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
serhiy-storchaka
- [Python-checkins] [3.10] gh-60203: Always pass True/False as boolean arguments in tests (GH-99983) (GH-99989)
serhiy-storchaka
- [Python-checkins] gh-100272: Fix JSON serialization of OrderedDict (GH-100273)
serhiy-storchaka
- [Python-checkins] gh-99925: Fix inconsistency in `json.dumps()` error messages (GH-99926)
serhiy-storchaka
- [Python-checkins] gh-100129: Add tests for pickling all builtin types and functions (GH-100142)
serhiy-storchaka
- [Python-checkins] gh-99688: Fix outdated tests in test_unary (#99712)
sweeneyde
- [Python-checkins] gh-100188: Reduce misses in BINARY_SUBSCR_(LIST/TUPLE)_INT (#100189)
sweeneyde
- [Python-checkins] gh-94155: Reduce hash collisions for code objects (#100183)
sweeneyde
- [Python-checkins] IDLE - fix module browser test (#100647)
terryjreedy
- [Python-checkins] gh-100176: venv: Remove redundant compat code for Python <= 3.2 (#100177)
vsajip
- [Python-checkins] gh-99894: Ensure the local names don't collide with the test file in traceback suggestion error checking (#99895)
vstinner
- [Python-checkins] gh-99845: _PyObject_DictPointer(): fix dictoffset cast (#99922)
vstinner
- [Python-checkins] gh-100005: Skip test_script_as_dev_fd() on FreeBSD (#100006)
vstinner
- [Python-checkins] gh-100008: Document Python build requirements (#100009)
vstinner
- [Python-checkins] gh-99892: test_unicodedata: skip test on download failure (#100011)
vstinner
- [Python-checkins] gh-100008: VS 2017 is required since Python 3.11 (#100045)
vstinner
- [Python-checkins] PyUnicode_KIND() uses _Py_RVALUE() (#100060)
vstinner
- [Python-checkins] gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
vstinner
- [Python-checkins] gh-100086: Add build info to test.libregrtest (#100093)
vstinner
- [Python-checkins] test_ast uses infinite_recursion() to prevent crash (#100104)
vstinner
- [Python-checkins] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
zooba
- [Python-checkins] bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574)
zooba
- [Python-checkins] gh-88267: Avoid DLL exporting functions from static builds on Windows(GH-99888)
zooba
- [Python-checkins] bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775)
zooba
- [Python-checkins] gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)
zooba
- [Python-checkins] gh-100540: Remove unnecessary '-DMACOSX' for ctypes on macOS (GH-100542)
zware
- [Python-checkins] gh-100540: Remove obsolete '--with-system-ffi' configure option (GH-100544)
zware
- [Python-checkins] gh-100540: Remove unused Modules/_ctypes/libffi_osx/ (GH-100543)
zware
- [Python-checkins] gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)
zware
Last message date:
Sat Dec 31 20:06:37 EST 2022
Archived on: Sat Dec 31 20:06:38 EST 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).