January 2023 Archives by thread
Starting: Sun Jan 1 03:44:53 EST 2023
Ending: Tue Jan 31 16:28:42 EST 2023
Messages: 418
- [Python-checkins] gh-100488: Add is_integer method to fractions.Fraction (#100489)
hauntsaninja
- [Python-checkins] gh-100649: Update native_thread_id after fork (gh-100650)
corona10
- [Python-checkins] gh-96773 Fix documentation of socket backlog (#96778)
kumaraditya303
- [Python-checkins] gh-96773 Fix documentation of socket backlog (GH-96778)
miss-islington
- [Python-checkins] gh-100201: Document behavior with a bare `yield` statement (#100416)
kumaraditya303
- [Python-checkins] gh-87980: Fix the error message for disallowed __weakref__ slots (#25362)
kumaraditya303
- [Python-checkins] gh-100201: Document behavior with a bare `yield` statement (GH-100416)
miss-islington
- [Python-checkins] gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)
jaraco
- [Python-checkins] build(deps): bump actions/stale from 6 to 7 (#100656)
hugovk
- [Python-checkins] gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630)
erlend-aasland
- [Python-checkins] gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630)
miss-islington
- [Python-checkins] gh-100428: Make int documentation more accurate (#100436)
hauntsaninja
- [Python-checkins] gh-100428: Make int documentation more accurate (GH-100436)
miss-islington
- [Python-checkins] Fix deprecation doc for `PyEval_InitThreads` (#100667)
kumaraditya303
- [Python-checkins] Fix deprecation doc for `PyEval_InitThreads` (GH-100667)
miss-islington
- [Python-checkins] fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)
miss-islington
- [Python-checkins] gh-100676: Improve description for venv --upgrade-deps (GH-100678)
vsajip
- [Python-checkins] gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element ob_digit array for 0 and False (#100663)
mdickinson
- [Python-checkins] gh-89727: Improve os.walk complexity (#100671)
JelleZijlstra
- [Python-checkins] gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353)
kumaraditya303
- [Python-checkins] gh-89419: gdb: fix bug causing `AttributeError` in py-locals when no frame is available (#100611)
kumaraditya303
- [Python-checkins] gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (#95883)
iritkatriel
- [Python-checkins] gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (GH-95883)
miss-islington
- [Python-checkins] [3.11] gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element ob_digit array for 0 and False (GH-100663) (#100717)
mdickinson
- [Python-checkins] gh-100146: Steal references from stack when building a list (#100147)
gvanrossum
- [Python-checkins] gh-100700: Remove Date and Release fields in past whatsnews (GH-100728)
zware
- [Python-checkins] [Enum] docs: replace 'last value' by 'highest value' for Flag auto (GH-100709)
ethanfurman
- [Python-checkins] gh-100700: Remove Date and Release fields in past whatsnews (GH-100729)
zware
- [Python-checkins] gh-100700: Remove Date and Release fields in whatsnew/3.9 (GH-100730)
zware
- [Python-checkins] [3.10] gh-95882: Add tests for traceback from contextlib context managers (GH-95883) (#100715)
iritkatriel
- [Python-checkins] [3.11] Docs: Fix the Show Source link (GH-100733)
zware
- [Python-checkins] gh-91219: http - use subclassing to override index_pages attribute (GH-100731)
ethanfurman
- [Python-checkins] [3.11] gh-89419: gdb: fix bug causing AttributeError in py-locals when no frame is available (GH-100611) (#100738)
kumaraditya303
- [Python-checkins] GH-86508: skip binding to local addresses of different family in `asyncio.open_connection` (#100615)
kumaraditya303
- [Python-checkins] docs: fix `ssizeobjargproc` parameters (#100736)
kumaraditya303
- [Python-checkins] GH-86508: skip binding to local addresses of different family in `asyncio.open_connection` (GH-100615)
miss-islington
- [Python-checkins] gh-100720: refactor calculation of number of frame slots for a code object into the new function _PyFrame_NumSlotsForCodeObject (#100722)
iritkatriel
- [Python-checkins] docs: fix `ssizeobjargproc` parameters (GH-100736)
miss-islington
- [Python-checkins] GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
markshannon
- [Python-checkins] gh-100747: some compiler macros use c instead of C to access the compiler (#100748)
iritkatriel
- [Python-checkins] [3.11] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-98353) (#100704)
terryjreedy
- [Python-checkins] [3.10] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-98353) (#100705)
terryjreedy
- [Python-checkins] gh-100739: Respect mock spec when checking for unsafe prefixes (#100740)
cjw296
- [Python-checkins] Drop myself from pathlib maintenance (#100757)
brettcannon
- [Python-checkins] gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740)
miss-islington
- [Python-checkins] GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702)
FFY00
- [Python-checkins] GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100767)
FFY00
- [Python-checkins] GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768)
FFY00
- [Python-checkins] GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)
markshannon
- [Python-checkins] GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
markshannon
- [Python-checkins] GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)
gvanrossum
- [Python-checkins] gh-98831: Regenerate Python/opcode_metadata.h (GH-100778)
zware
- [Python-checkins] gh-100562: improve performance of `pathlib.Path.absolute()` (GH-100563)
miss-islington
- [Python-checkins] Add hauntsaninja as tomllib CODEOWNER (#100779)
JelleZijlstra
- [Python-checkins] gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)
miss-islington
- [Python-checkins] gh-86082: bpo-41916: allow cross-compiled python to have -pthread set for CXX (#22525)
gpshead
- [Python-checkins] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756)
ericvsmith
- [Python-checkins] gh-87691: clarify use of anchor in pathlib docs (#100782)
hauntsaninja
- [Python-checkins] gh-87691: clarify use of anchor in pathlib docs (GH-100782)
miss-islington
- [Python-checkins] [3.11] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756) (GH-100784)
miss-islington
- [Python-checkins] [3.10] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756) (GH-100785)
miss-islington
- [Python-checkins] gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)
ericvsmith
- [Python-checkins] GH-99005: More intrinsics (GH-100774)
markshannon
- [Python-checkins] gh-100758: Refactor initialisation of frame headers into a single function (_PyFrame_Initialize) (GH-100759)
markshannon
- [Python-checkins] gh-91851: Trivial optimizations in Fraction (#100791)
mdickinson
- [Python-checkins] GH-98831: Add some tests for generate_cases.py (#100763)
gvanrossum
- [Python-checkins] gh-100690: Raise an AttributeError when the assert_ prefix is forgotten when using Mock (#100691)
cjw296
- [Python-checkins] Add barneygale to CODEOWNERS for pathlib (#100808)
AlexWaygood
- [Python-checkins] gh-100690: [mock] hide `ATTRIB_DENY_LIST` and make it immutable (#100819)
cjw296
- [Python-checkins] gh-96127: Fix `inspect.signature` call on mocks (#96335)
cjw296
- [Python-checkins] gh-88696: clean up dead argument to compiler_make_closure (GH-100806)
markshannon
- [Python-checkins] gh-100673: Removed erroneous note in the get_type_hints docs (#100701)
AlexWaygood
- [Python-checkins] gh-100673: Removed erroneous note in the get_type_hints docs (GH-100701)
miss-islington
- [Python-checkins] GH-100485: Add math.sumprod() (GH-100677)
rhettinger
- [Python-checkins] [3.10] gh-100673: Removed erroneous note in the get_type_hints docs (#100701) (GH-100826)
miss-islington
- [Python-checkins] [3.11] Future-proof recipe by renaming dotproduct() to sumprod() (GH-100828)
rhettinger
- [Python-checkins] gh-100792: Make `email.message.Message.__contains__` twice as fast (#100793)
hauntsaninja
- [Python-checkins] gh-100815: Normalize `types` module usage in `copy` module (#100816)
AlexWaygood
- [Python-checkins] GH-100485: Convert from Fast2Sum to 2Sum (GH-100836)
rhettinger
- [Python-checkins] gh-100776: Fix misleading default value in help(input) (#100788)
kumaraditya303
- [Python-checkins] gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatterns (#100825)
kumaraditya303
- [Python-checkins] gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatterns (GH-100825)
miss-islington
- [Python-checkins] gh-91851: Micro optimizations for arithmetic between Fractions (#25518)
hauntsaninja
- [Python-checkins] gh-100783: fix os.path.join documentation (#100811)
hauntsaninja
- [Python-checkins] gh-100783: fix os.path.join documentation (GH-100811)
miss-islington
- [Python-checkins] [3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100841)
hauntsaninja
- [Python-checkins] [3.10] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100842)
hauntsaninja
- [Python-checkins] gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)" (#100745)
kumaraditya303
- [Python-checkins] gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)" (GH-100745)
miss-islington
- [Python-checkins] [3.10] gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)" (GH-100745) (#100847)
kumaraditya303
- [Python-checkins] GH-90829: Fix empty iterable error message in min/max (#31181)
kumaraditya303
- [Python-checkins] Update copyright years to 2023. (gh-100848)
benjaminp
- [Python-checkins] GH-100485: Tweaks to sumprod() (GH-100857)
rhettinger
- [Python-checkins] gh-100833: Remove 'volatile' qualifiers in fsum algorithm (#100845)
mdickinson
- [Python-checkins] GH-100805: Support numpy.array() in random.choice(). (GH-100830)
rhettinger
- [Python-checkins] Update additional copyright years to 2023. (GH-100859)
ned-deily
- [Python-checkins] gh-87447: Fix walrus comprehension rebind checking (#100581)
emilyemorehouse
- [Python-checkins] [3.9] Update copyright years to 2023. (gh-100851)
benjaminp
- [Python-checkins] [3.10] Update copyright years to 2023. (gh-100850)
benjaminp
- [Python-checkins] [3.8] Update copyright years to 2023. (gh-100852)
benjaminp
- [Python-checkins] [3.7] Update copyright years to 2023. (gh-100853)
benjaminp
- [Python-checkins] [3.11] Update copyright years to 2023. (gh-100848) (GH-100849)
miss-islington
- [Python-checkins] [3.7] Correct CVE-2020-10735 documentation (GH-100306). (GH-100699)
ned-deily
- [Python-checkins] Update copyright year in README (GH-100863)
ned-deily
- [Python-checkins] [3.11] Update copyright year in README (GH-100863) (GH-100864)
ned-deily
- [Python-checkins] [3.10] Update copyright year in README (GH-100863) (GH-100865)
ned-deily
- [Python-checkins] [3.7] Update copyright year in README (GH-100863) (GH-100865) (#100868)
ned-deily
- [Python-checkins] [3.9] Update copyright year in README (GH-100863) (GH-100865) (GH-100866)
ned-deily
- [Python-checkins] [3.8] Update copyright year in README (GH-100863) (GH-100867)
ned-deily
- [Python-checkins] GH-100813: Add `socket.IP_PKTINFO` constant (#10294)
kumaraditya303
- [Python-checkins] gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#100765)
kumaraditya303
- [Python-checkins] fix up mock tests coverage (#100874)
cjw296
- [Python-checkins] GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback (#13364)
kumaraditya303
- [Python-checkins] gh-100873: Fix "‘lo’ may be used uninitialized in this function" warning in `mathmodule.c` (#100881)
kumaraditya303
- [Python-checkins] GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback (GH-13364)
miss-islington
- [Python-checkins] gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (GH-100381)
zooba
- [Python-checkins] gh-100882: Improve `test_pickling` case in `test_ast.py` (#100883)
pablogsal
- [Python-checkins] GH-100126: Skip incomplete frames in more places (GH-100613)
brandtbucher
- [Python-checkins] bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH-27376)
zooba
- [Python-checkins] gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)
zooba
- [Python-checkins] GH-98831: Refactor instr format code and change to enum (#100895)
gvanrossum
- [Python-checkins] gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903)
zooba
- [Python-checkins] gh-100893: update bpo reference in Mac README (GH-100905)
ned-deily
- [Python-checkins] gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)
ned-deily
- [Python-checkins] Fix typos in Doc folder (#100880)
hugovk
- [Python-checkins] [3.11] Fix typos in Doc folder (GH-100880). (#100914)
hugovk
- [Python-checkins] [3.10] Fix typos in Doc folder (GH-100880). (#100915)
hugovk
- [Python-checkins] gh-100916: Convert argument to appropriate type (GH-100917)
vsajip
- [Python-checkins] [3.11] gh-100916: Convert argument to appropriate type (GH-100917) (GH-100918)
vsajip
- [Python-checkins] [3.10] gh-100916: Convert argument to appropriate type (GH-100917) (GH-100919)
vsajip
- [Python-checkins] GH-100117: Make `co_lines` more efficient (GH-100447)
markshannon
- [Python-checkins] Python 3.12.0a4
Yhg1s
- [Python-checkins] [3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (#100412)
gvanrossum
- [Python-checkins] gh-100931: Test all `pickle` protocols in `test_slice` (#100932)
AlexWaygood
- [Python-checkins] gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761)
kumaraditya303
- [Python-checkins] GH-100892: Fix race in clearing `threading.local` (#100922)
kumaraditya303
- [Python-checkins] [3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937)
kumaraditya303
- [Python-checkins] [3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)
kumaraditya303
- [Python-checkins] gh-100871: Improve `copy` module tests (GH-100872)
miss-islington
- [Python-checkins] Skip py.exe launcher tests in full layout CI test (GH-100948)
zooba
- [Python-checkins] Ensure some build files include a newline at to avoid warnings (GH-100946)
zooba
- [Python-checkins] GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
markshannon
- [Python-checkins] gh-94912: Adjusted check for non-standard coroutine function marker. (#100935)
gvanrossum
- [Python-checkins] gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)
erlend-aasland
- [Python-checkins] GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH-100913)
zooba
- [Python-checkins] [3.10] gh-100871: Improve `copy` module tests (GH-100872) (#100975)
AlexWaygood
- [Python-checkins] [3.10] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (GH-100978)
miss-islington
- [Python-checkins] [3.11] gh-100871: Improve `copy` module tests (GH-100872) (#100976)
AlexWaygood
- [Python-checkins] [3.11] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (GH-100979)
miss-islington
- [Python-checkins] Fix typo in `enum` module documentation (#100992)
kumaraditya303
- [Python-checkins] Fix typo in `enum` module documentation (GH-100992)
miss-islington
- [Python-checkins] GH-81381: Add longer comment _PyType_AllocNoTrack() (GH-100954)
nascheme
- [Python-checkins] gh-96461: Improve docs for bytecode instructions (GH-96462)
markshannon
- [Python-checkins] gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdrive() (GH-100351)
zooba
- [Python-checkins] GH-100997: Implement Multi-Phase Init for the _testinternalcapi Module (gh-100998)
ericsnowcurrently
- [Python-checkins] GH-100942: Fix incorrect cast in property_copy(). (#100965)
rhettinger
- [Python-checkins] [3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (GH-100412) (GH-100970)
serhiy-storchaka
- [Python-checkins] [3.11] gh-100160: Tweak the documentation for the default asyncio policy (GH-100969)
serhiy-storchaka
- [Python-checkins] gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520)
zooba
- [Python-checkins] gh-100247: Fix py.exe launcher not using entire shebang command for finding custom commands (GH-100944)
zooba
- [Python-checkins] gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)
serhiy-storchaka
- [Python-checkins] Don't double count misses. (GH-100984)
markshannon
- [Python-checkins] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (#100959)
gvanrossum
- [Python-checkins] [3.10] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (GH-100959) (#101020)
gvanrossum
- [Python-checkins] [3.11] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (GH-100959) (#101019)
gvanrossum
- [Python-checkins] gh-74033: Fix bug when Path takes and ignores **kwargs (GH-19632)
miss-islington
- [Python-checkins] Fix typo in docs (GH-101025)
rhettinger
- [Python-checkins] Add recipes to showcase tee(), zip*, batched, starmap, and product. (GH-101023)
rhettinger
- [Python-checkins] GH-98831: Identify instructions that don't use oparg (#100957)
gvanrossum
- [Python-checkins] [3.11] Add recipes to showcase tee(), zip*, batched, starmap, and product. (GH-101028)
rhettinger
- [Python-checkins] Sync-up parameter name in equivalent code snippet of `enumerate` (GH-101029)
rhettinger
- [Python-checkins] gh-101021: Document binary parameters as bytes (#101024)
warsaw
- [Python-checkins] gh-94518: [_posixsubprocess] Replace variable validity flags with reserved values (#94687)
gpshead
- [Python-checkins] gh-101021: Document binary parameters as bytes (GH-101024)
miss-islington
- [Python-checkins] gh-100668: Clarify how sqlite3 maps parameters onto placeholders (#100960)
erlend-aasland
- [Python-checkins] gh-100668: Clarify how sqlite3 maps parameters onto placeholders (GH-100960)
miss-islington
- [Python-checkins] [3.10] gh-101021: Document binary parameters as bytes (GH-101024). (#101052)
warsaw
- [Python-checkins] [3.11] Sync-up parameter name in equivalent code snippet of `enumerate` (GH-101029) (#101030)
kumaraditya303
- [Python-checkins] [3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008)
kumaraditya303
- [Python-checkins] [3.10] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101009)
kumaraditya303
- [Python-checkins] GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
kumaraditya303
- [Python-checkins] Fix `ctypes` typo in `set_exception` (#101040)
kumaraditya303
- [Python-checkins] gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)
miss-islington
- [Python-checkins] GH-100997: fix refleak in `_testinternalcapi.c` (#101058)
kumaraditya303
- [Python-checkins] Docs: Remove duplicate `TraversableResources` reference (#101068)
kumaraditya303
- [Python-checkins] gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (#101057)
kumaraditya303
- [Python-checkins] gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (GH-101057)
miss-islington
- [Python-checkins] GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
markshannon
- [Python-checkins] gh-100320: Fix path calculations on Windows when python.exe is moved outside of the normal location (GH-100947)
zooba
- [Python-checkins] gh-100247: Improve documentation for custom shebang commands in py.exe launcher (GH-101083)
zooba
- [Python-checkins] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (#101051)
pablogsal
- [Python-checkins] [3.10] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051). (#101086)
pablogsal
- [Python-checkins] [3.11] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051) (#101085)
pablogsal
- [Python-checkins] Fix typo in `ReprEnum` documentation (#101079)
kumaraditya303
- [Python-checkins] Fix typo in `ReprEnum` documentation (GH-101079)
miss-islington
- [Python-checkins] gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
pfmoore
- [Python-checkins] GH-98831: Implement array support in cases generator (#100912)
gvanrossum
- [Python-checkins] Fix typo and old link in wasm readme (#101096)
hauntsaninja
- [Python-checkins] Docs: improve sqlite3 placeholders example (#101092)
erlend-aasland
- [Python-checkins] Docs: improve sqlite3 placeholders example (GH-101092)
miss-islington
- [Python-checkins] fix typo in 3.12 What's New (#101105)
kumaraditya303
- [Python-checkins] GH-98831: Move assorted macros from ceval.h to a new header (#101116)
gvanrossum
- [Python-checkins] gh-100340: Allows -Wno-int-conversion for wasm (#100341)
kushaldas
- [Python-checkins] gh-100940: Change "char *str" to "const char *str" in KeywordToken: It is an immutable string. (#100936)
pablogsal
- [Python-checkins] gh-100712: make it possible to disable specialization (for debugging) (#100713)
iritkatriel
- [Python-checkins] gh-98831: register instructions have 0 pushes and pops (#101163)
iritkatriel
- [Python-checkins] gh-59956: Clarify GILState-related Code (gh-101161)
ericsnowcurrently
- [Python-checkins] gh-101169: reduce the implementation of except* by one bytecode instruction (#101170)
iritkatriel
- [Python-checkins] gh-101167: fix bug in the new test.support.requires_specialization decorator (GH-101171)
miss-islington
- [Python-checkins] gh-59956: Fix Function Groupings in pystate.c (gh-101172)
ericsnowcurrently
- [Python-checkins] gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122)
ethanfurman
- [Python-checkins] gh-101144: Allow open and read_text encoding to be positional. (#101145)
gpshead
- [Python-checkins] gh-88324: Clarify documentation for redirected stdout/stderr when using subprocess in Linux (#94035)
gpshead
- [Python-checkins] [3.11] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positional (#101179)
gpshead
- [Python-checkins] [3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positional (GH-101179) (GH-101182)
miss-islington
- [Python-checkins] Provided better example for logging cookbook (GH-101164)
vsajip
- [Python-checkins] GH-90699: Clear interned strings in `_elementtree` (#101185)
kumaraditya303
- [Python-checkins] gh-92123: Convert `_elementtree` types to heap types (#99221)
erlend-aasland
- [Python-checkins] [3.10] Provided better example for logging cookbook (GH-101164) (GH-101183)
vsajip
- [Python-checkins] [3.11] Provided better example for logging cookbook (GH-101164) (GH-101184)
vsajip
- [Python-checkins] gh-101181: Fix `unused-variable` warning in `pystate.c` (#101188)
kumaraditya303
- [Python-checkins] Fix typo in comment in compile.c (#101194)
iritkatriel
- [Python-checkins] gh-91485: Avoid unnecessary use of non-Python syntax in io docs (#101177)
ambv
- [Python-checkins] [3.11] gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122) (#101173)
ambv
- [Python-checkins] Fix minor typos in SSL documentation (#101158)
ambv
- [Python-checkins] Fix a typo in whatsnew/3.12.rst (#101150)
ambv
- [Python-checkins] GH-101112: Specify type of pattern for Path.rglob (#101132)
ambv
- [Python-checkins] gh-91485: Avoid unnecessary use of non-Python syntax in io docs (GH-101177)
miss-islington
- [Python-checkins] GH-101111: Disambigaute origin of const for store_const and append_const (#101121)
ambv
- [Python-checkins] gh-86610: Use attribute directive in docs for pathlib.PurePath (#101114)
ambv
- [Python-checkins] [3.10] Fix minor typos in SSL documentation (GH-101158) (#101202)
ambv
- [Python-checkins] [3.11] Fix minor typos in SSL documentation (GH-101158) (#101201)
ambv
- [Python-checkins] [3.8] Correct CVE-2020-10735 documentation (GH-100306) (#100698)
ambv
- [Python-checkins] [3.9] Correct CVE-2020-10735 documentation (GH-100306). (#100697)
ambv
- [Python-checkins] [3.9] gh-95778: add doc missing in some places (GH-100627). (#101066)
ambv
- [Python-checkins] [3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)
ambv
- [Python-checkins] [3.11] GH-101111: Disambigaute origin of const for store_const and append_const (GH-101121) (#101203)
ambv
- [Python-checkins] [3.10] GH-101111: Disambigaute origin of const for store_const and append_const (GH-101121) (#101204)
ambv
- [Python-checkins] [3.9] gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903) (#100904)
ambv
- [Python-checkins] gh-100750: pass encoding kwarg in lib/platform.py (#100751)
ambv
- [Python-checkins] [3.11] gh-86610: Use attribute directive in docs for pathlib.PurePath (GH-101114) (#101205)
ambv
- [Python-checkins] [3.10] gh-86610: Use attribute directive in docs for pathlib.PurePath (GH-101114) (#101206)
ambv
- [Python-checkins] gh-91351: Fix some bugs in importlib handling of re-entrant imports (GH-94504)
brettcannon
- [Python-checkins] gh-100750: pass encoding kwarg in lib/platform.py (GH-100751)
miss-islington
- [Python-checkins] Fix rst formatting in 3.12 What's New (#101110)
kumaraditya303
- [Python-checkins] Bump Azure Pipelines to ubuntu-22.04 (#101089)
kumaraditya303
- [Python-checkins] [3.10] gh-95778: add doc missing in some places (GH-100627). (#101065)
ambv
- [Python-checkins] gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseEventLoop._add_callback` (#101197)
kumaraditya303
- [Python-checkins] gh-101037: Fix potential memory underallocation for zeros of int subtypes (#101038)
mdickinson
- [Python-checkins] gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseEventLoop._add_callback` (GH-101197)
miss-islington
- [Python-checkins] [3.11] gh-101037: Fix potential memory underallocation for zeros of int subtypes (GH-101038) (#101219)
mdickinson
- [Python-checkins] GH-92123: Move _elementtree heap types to module state (#101187)
erlend-aasland
- [Python-checkins] gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`
kumaraditya303
- [Python-checkins] Bump Azure Pipelines to ubuntu-22.04 (GH-101089)
miss-islington
- [Python-checkins] gh-100726: Optimize construction of range object for medium sized integers (#100810)
mdickinson
- [Python-checkins] [3.10] Bump Azure Pipelines to ubuntu-22.04 (GH-101089) (#101213)
ambv
- [Python-checkins] [3.9] Bump Azure Pipelines to ubuntu-22.04 (GH-101089) (#101214)
ambv
- [Python-checkins] [3.8] Bump Azure Pipelines to ubuntu-22.04 (GH-101089) (#101215)
ambv
- [Python-checkins] gh-100518: Add tests for `ast.NodeTransformer` (#100521)
pablogsal
- [Python-checkins] [3.7] Bump Azure Pipelines to ubuntu-20.04 (GH-101089). (GH-101226)
ned-deily
- [Python-checkins] GH-88597: Added command line interface to UUID module. (#99463)
gpshead
- [Python-checkins] gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo` (#101220)
kumaraditya303
- [Python-checkins] Revert "gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo` (#101220)" (#101238)
kumaraditya303
- [Python-checkins] [3.10] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194) (#99456)
JelleZijlstra
- [Python-checkins] gh-67790: Support float-style formatting for Fraction instances (#100161)
mdickinson
- [Python-checkins] GH-101097: Switch from standard interval notation to greater or less than signs for random.random()'s documentation (#101119)
rhettinger
- [Python-checkins] [3.11] GH-101097: Switch from standard interval notation to greater or less than signs for random.random()'s documentation (GH-101119) (GH-101246)
miss-islington
- [Python-checkins] Add Erlend Aasland as autoconf codeowner (#101247)
erlend-aasland
- [Python-checkins] gh-101047: Remove vestigial references to macOS libtool options (gh-101048)
ned-deily
- [Python-checkins] Sumprod(): Update citation. Reorder functions. Add final twosum() call. Improve comments. (#101249)
rhettinger
- [Python-checkins] gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)
gpshead
- [Python-checkins] gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (#101031)
AlexWaygood
- [Python-checkins] gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (GH-101031)
miss-islington
- [Python-checkins] Added asyncio REPL example to docs. (#101243)
kumaraditya303
- [Python-checkins] Added asyncio REPL example to docs. (GH-101243)
miss-islington
- [Python-checkins] [3.10] Added asyncio REPL example to docs. (GH-101243) (#101257)
kumaraditya303
- [Python-checkins] GH-92123: Store _elementtree state in type contexts (#101190)
erlend-aasland
- [Python-checkins] gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-101209)
ericsnowcurrently
- [Python-checkins] [3.8] gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903) (#101258)
ambv
- [Python-checkins] gh-101261: add test for function with > 255 args (#101262)
iritkatriel
- [Python-checkins] gh-100795: Don't call freeaddrinfo on failure. (#101252)
gpshead
- [Python-checkins] gh-100795: Don't call freeaddrinfo on failure. (GH-101252)
miss-islington
- [Python-checkins] [docs] Mention how to get/set a bigint PyLong via the C API (#101270)
gpshead
- [Python-checkins] [docs] Mention how to get/set a bigint PyLong via the C API (GH-101270)
miss-islington
- [Python-checkins] gh-101152: Implement PEP 699 (GH-101193)
Fidget-Spinner
- [Python-checkins] gh-101060: conditionally add `-fno-reorder-blocks-and-partition` (gh-101061)
corona10
- [Python-checkins] gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL (#101269)
iritkatriel
- [Python-checkins] gh-101278: Drop -gdwarf-4 flag from the BOLT build (gh-101280)
corona10
- [Python-checkins] no-issue: Add Dong-hee Na as autoconf codeowner (gh-101281)
corona10
- [Python-checkins] GH-92123: Pass _elementtree state as parameter (#101189)
erlend-aasland
- [Python-checkins] GH-91375: Purge `asyncio` static variables from globals-to-fix list (#101288)
kumaraditya303
- [Python-checkins] gh-92123: Adapt _elementtree to multi-phase init (PEP 489) (#101285)
erlend-aasland
- [Python-checkins] gh-101135: Add backwards compatibility to Windows launcher for older 32-bit versions (GH-101138)
zooba
- [Python-checkins] GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-101013)
markshannon
- [Python-checkins] gh-98831: rewrite pattern matching opcodes in the instruction definition DSL (#101287)
iritkatriel
- [Python-checkins] Fix some comments in ceval.c and fix lltrace output (#101297)
gvanrossum
- [Python-checkins] gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903) (GH-101259)
ned-deily
- [Python-checkins] GH-98831: Elaborate some cases_generator tests (#101299)
gvanrossum
- [Python-checkins] Add advice how to freeze fewer modules (#101298)
gvanrossum
- [Python-checkins] GH-88597: Rename uuid's new CLI args to be in line with uuidgen. (#101248)
gpshead
- [Python-checkins] gh-101326: Fix regression when passing None to FutureIter.throw (#101327)
hauntsaninja
- [Python-checkins] gh-98831: add variable stack effect support to cases generator (#101309)
iritkatriel
- [Python-checkins] [3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-101327) (#101328)
hauntsaninja
- [Python-checkins] Fix incorrect versions in magic number comments (GH-101301)
brandtbucher
- [Python-checkins] gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)
iritkatriel
- [Python-checkins] gh-94518: Rename `group*` to `extra_group*` to avoid confusion (#101054)
gpshead
- [Python-checkins] gh-100522 Add a test for 'futures.as_completed' timing out with a non-zero timeout value (#100523)
gpshead
- [Python-checkins] datetime.rst: improve combine() docs (#101338)
abalkin
- [Python-checkins] gh-99952: [ctypes] fix refcount issues in from_param() result. (#100169)
gpshead
- [Python-checkins] [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result (#101339)
gpshead
- [Python-checkins] gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343)
corona10
- [Python-checkins] gh-60580: Fix a wrong type of `ctypes.wintypes.BYTE` (#97579)
abalkin
- [Python-checkins] gh-98831: Fix two bugs in case generator (#101349)
gvanrossum
- [Python-checkins] gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
zooba
- [Python-checkins] Fix typos in pystate.c file (#101348)
hauntsaninja
- [Python-checkins] gh-101000: Add os.path.splitroot() (#101002)
AlexWaygood
- [Python-checkins] Speed-up and improve accuracy with Rump Algorithms (3.1) and (5.10) (GH-101366)
rhettinger
- [Python-checkins] gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Windows (GH-101352)
zooba
- [Python-checkins] [doc] Add some notices to logging configuration documentation. (GH-101373)
vsajip
- [Python-checkins] [3.10] [doc] Add some notices to logging configuration documentation. (GH-101373) (GH-101375)
vsajip
- [Python-checkins] [3.11] [doc] Add some notices to logging configuration documentation. (GH-101373) (GH-101376)
vsajip
- [Python-checkins] [doc] Add a section on logging handler configuration order. (GH-101380)
vsajip
- [Python-checkins] [3.10] [doc] Add a section on logging handler configuration order. (GH-101380) (GH-101381)
vsajip
- [Python-checkins] [3.11] [doc] Add a section on logging handler configuration order. (GH-101380) (GH-101382)
vsajip
- [Python-checkins] gh-101341: Remove unncessary enum._power_of_two function (gh-101342)
corona10
- [Python-checkins] gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
gpshead
- [Python-checkins] gh-101386: fix typos found by codespell (#101387)
hugovk
- [Python-checkins] GH-100485: Add extended accuracy test. Switch to faster fma() based variant. GH-101383)
rhettinger
- [Python-checkins] Fix trivial typo in shebang example (GH-101385)
serhiy-storchaka
- [Python-checkins] gh-89381: Fix invalid signatures of math/cmath.log (#101404)
hauntsaninja
- [Python-checkins] gh-39615: fix warning on return type mismatch (#101407)
gpshead
- [Python-checkins] gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)
gvanrossum
- [Python-checkins] gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
miss-islington
- [Python-checkins] GH-101291: Refactor the `PyLongObject` struct into object header and PyLongValue struct. (GH-101292)
markshannon
- [Python-checkins] gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
ethanfurman
- [Python-checkins] gh-59956: Clarify Runtime State Status Expectations (gh-101308)
ericsnowcurrently
- [Python-checkins] GH-101369: Allow macros as family members (#101399)
gvanrossum
- [Python-checkins] gh-101229: Add tests for aliases of imported names (#101230)
hauntsaninja
- [Python-checkins] gh-101229: Add tests for aliases of imported names (GH-101230)
miss-islington
- [Python-checkins] gh-101400: Fix incorrect lineno in exception message on continue/break which are not in a loop (#101413)
iritkatriel
- [Python-checkins] gh-99955: use SUCCESS/ERROR return values in optimizer and assembler. Use RETURN_IF_ERROR where appropriate. Fix a couple of bugs. (#101412)
iritkatriel
- [Python-checkins] gh-98831: Clean up and add cache size static_assert to macro (#101442)
gvanrossum
- [Python-checkins] Fixes typo in asyncio.TaskGroup context manager code example (#101449)
gvanrossum
- [Python-checkins] gh-77607: Improve accuracy of os.path.join docs (#101406)
hauntsaninja
- [Python-checkins] Fixes typo in asyncio.TaskGroup context manager code example (GH-101449)
miss-islington
- [Python-checkins] gh-77607: Improve accuracy of os.path.join docs (GH-101406)
miss-islington
- [Python-checkins] gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and a few simple opcodes in the instruction definition DSL (#101443)
iritkatriel
- [Python-checkins] Add JOBS parameter to docs Makefile (#101395)
hugovk
- [Python-checkins] Add JOBS parameter to docs Makefile (GH-101395)
miss-islington
- [Python-checkins] [3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101448)
corona10
- [Python-checkins] [3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101447)
corona10
- [Python-checkins] gh-99276 - Updated Doc/faq/general.rst (#101396)
hugovk
- [Python-checkins] gh-99276 - Updated Doc/faq/general.rst (GH-101396)
miss-islington
- [Python-checkins] [3.10] gh-99276 - Updated Doc/faq/general.rst (GH-101396) (#101462)
hugovk
- [Python-checkins] gh-101440: fix json snippet error in logging-cookbook.rst (#101439)
hugovk
- [Python-checkins] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439)
miss-islington
- [Python-checkins] [3.11] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439) (GH-101463)
miss-islington
- [Python-checkins] gh-101469: Optimise get_io_state() by using _PyModule_GetState() (GH-101470)
miss-islington
- [Python-checkins] gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction definition DSL (#101458)
iritkatriel
- [Python-checkins] gh-101409: Improve generated clinic code for self type checks (#101411)
erlend-aasland
- [Python-checkins] GH-100288: Skip extra work when failing to specialize LOAD_ATTR (GH-101354)
brandtbucher
Last message date:
Tue Jan 31 16:28:42 EST 2023
Archived on: Tue Jan 31 16:28:43 EST 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).