]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-04-07  Michał Górnygh-100220: Fix error handling in make rules (GH-100328)
2023-04-07  Tian Gaogh-103225: Fixed zero lineno issue for pdb (#103265)
2023-04-07  Alex Waygoodgh-74690: Add more tests for runtime-checkable protocol...
2023-04-07  Alex Waygoodgh-103193: Celebrate performance improvements to `inspe...
2023-04-07  AN LongGH-88013: Fix TypeError raised by ntpath.realpath in...
2023-04-07  Nikita Sobolevbpo-46523: fix tests rerun when `setUp[Class|Module...
2023-04-07  Nikita Sobolevgh-102213: Revert "gh-102213: Optimize the performance...
2023-04-07  Dong-hee Nagh-103256: Fix hmac algorithm to support fallback imple...
2023-04-07  Oleg Iarygingh-103266: Fix a typo in example code for bisect()...
2023-04-06  AGZaingh-93121: fix test_mailbox where some test cases were...
2023-04-06  Brett CannonGH-102700: allow built-in modules to be submodules...
2023-04-06  Alex Waygoodgh-103193: Speedup and inline `inspect._is_type` (...
2023-04-06  Alex Waygoodgh-103193: Use LBYL idioms rather than EAFP in `inspect...
2023-04-06  Ijtaba Hussaingh-103186: assert in tests that UnsafeMailcapInput...
2023-04-06  Eric Snowgh-100227: Use an Array for _PyRuntime's Set of Locks...
2023-04-06  Jeffrey Newmangh-99202: Fix extension type from documentation for...
2023-04-06  Irit Katrielgh-48330: assert warning is emitted on unittest.TestRes...
2023-04-06  Irit Katrielgh-102799: use sys.exception() instead of sys.exc_info...
2023-04-06  Ethan Furman[Enum] unchain exception property.__get__ (GH-103305)
2023-04-06  Ned Deilygh-103207: Fix Welcome formatting issues when macOS...
2023-04-06  Eric Snowgh-101659: Add _Py_AtExit() (gh-103298)
2023-04-06  Ethan Furmangh-93910: [Enum] remove member.member deprecation ...
2023-04-05  Brandt BucherGH-88691: Shrink the CALL caches (GH-103230)
2023-04-05  Eric Snowgh-101659: Use the Raw Allocator in the _xxinterpchanne...
2023-04-05  Alex Waygoodgh-74690: Further optimise `typing._ProtocolMeta.__inst...
2023-04-05  Joshua Rootgh-99069: Consolidate checks for static_assert (#94766)
2023-04-05  Olivier Gayotgh-102899: Fix doc link for getting filesystem error...
2023-04-05  Irit Katrielgh-89058: remove skip from test_no_hang_on_context_chai...
2023-04-05  Yeojin Kimgh-86094: Add support for Unicode Path Extra Field...
2023-04-05  Serhiy Storchakagh-100408: Fix a traceback in multiprocessing example...
2023-04-05  Alex Waygoodgh-74690: typing: Call `_get_protocol_attrs` and `_call...
2023-04-05  C.A.M. Gerlachgh-81762: Clarify and simplify description of print...
2023-04-05  Alex Waygoodgh-74690: typing: Simplify and optimise `_ProtocolMeta...
2023-04-05  Alex Waygoodgh-103193: Micro-optimise helper functions for `inspect...
2023-04-05  Nikita Sobolevgh-103167: Fix `-Wstrict-prototypes` warnings by using...
2023-04-05  Michael Handlergh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1...
2023-04-05  Dong-hee Nagh-101525: Disable peephole optimization process of...
2023-04-04  Eric Snowgh-102660: Fix is_core_module() (gh-103257)
2023-04-04  Tim BurkeImprove some grammar in the socket docs (#103254)
2023-04-04  Charles MachalowGH-75586: Make shutil.which() on Windows more consisten...
2023-04-04  Ned Deilygh-103207: Add instructions to the macOS installer...
2023-04-04  Thomas WoutersMerge branch 'main' of https://github.com/python/cpytho...
2023-04-04  Thomas WoutersPost 3.12.0a7
2023-04-04  Steve Dowerbpo-44844: Enable detection of Microsoft Edge browser...
2023-04-04  Thomas WoutersPython 3.12.0a7 v3.12.0a7
2023-04-04  T. WoutersFix a compiler warning in _xxsubinterpretermodule.c...
2023-04-04  Erlend E. Aaslandgh-103092: Isolate `_pickle` module (#102982)
2023-04-04  Ethan Furmangh-103056: [Enum] use staticmethod decorator for _gnv_...
2023-04-03  Brett CannonSpecify more settings for the C extension of VS Code...
2023-04-03  David Benjamingh-100062: Remove error code tables from _ssl and err_n...
2023-04-03  Ethan Furmangh-98298, gh-74730: [Enum] update docs (GH-103163)
2023-04-03  Sadra Barikbingh-103215: Remove redundant if stmt from `enum.EnumType...
2023-04-03  Hugo van Kemenadegh-101100: Use list of 'dirty' docs, with warnings...
2023-04-03  Barney GaleGH-76846, GH-85281: Call `__new__()` and `__init__...
2023-04-03  Nikita Sobolevgh-101865: Deprecate `co_lnotab` from code objects...
2023-04-03  Kumar AdityaGH-103182: use vectorcall in `_asyncio` instead of...
2023-04-02  Shantanugh-102038: Skip a sometimes unnecessary stat in site...
2023-04-02  Nouran Aligh-102994: Profile docs has typo in example (#103074)
2023-04-02  Charlie Zhaogh-103109: Document ignore_warnings() test support...
2023-04-02  Giampaolo Rodolabpo-4080: unittest durations (#12271)
2023-04-02  Ikko Eltociear... fix typo in _ssl.c (GH-103192)
2023-04-02  Alex Waygoodgh-102433: Use `inspect.getattr_static` in `typing...
2023-04-02  Partha P. MukherjeeGH-102456: Fix docstring and getopt options for base64... 103190/head
2023-04-01  Irit Katrielgh-102192: deprecate _PyErr_ChainExceptions (#102935)
2023-04-01  Irit Katrielgh-102192: use PyErr_SetHandledException instead of...
2023-03-31  Brett CannonAdd missing variables to `bytecodes.c` (GH-103153)
2023-03-31  Alex Waygoodgh-74690: Micro-optimise `typing._get_protocol_attrs...
2023-03-31  Ethan Furmangh-102549: [Enum] fail enum creation when data type...
2023-03-31  Eric Snowgh-101659: Clean Up the General Import Tests for Subint...
2023-03-31  Eric Snowgh-100227: Fix Cleanup of the Extensions Cache (gh...
2023-03-31  Alex Waygoodgh-74690: typing: Don't unnecessarily call `_get_protoc...
2023-03-31  Irit Katrielgh-87092: move CFG related code from compile.c to flowg...
2023-03-31  James De Biasgh-102871: Remove obsolete browsers from webbrowser...
2023-03-31  Furkan OnderGH-84783: Mention Author for GH-101264 (make slices...
2023-03-31  Petr ViktorinQuote literal tokens in standard format specifier gramm...
2023-03-31  Hugo van Kemenadegh-101100: Expand list of clean docs (GH-103135)
2023-03-31  Irit Katrielgh-102799: use exception instance instead of sys.exc_in...
2023-03-30  gaogaotiantianMinor docs improvements fix for `codeop` (#103123)
2023-03-30  Missouprogh-102110: Add all tools description missed (GH-102625)
2023-03-30  Brian HaleyAdd IPv6 into to the docstring for socket.getsockname...
2023-03-30  Hugo van Kemenadegh-101100: Fix Sphinx warning in gc.rst and refactor...
2023-03-30  Jeong, YunWongh-103085: Fix python locale.getencoding not to emit...
2023-03-30  Shantanugh-103099: Link mypy docs from typing.rst (#103100)
2023-03-29  Eric Snowgh-100227: Make the Global PyModuleDef Cache Safe for...
2023-03-29  Brandt BucherGH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
2023-03-29  Eric Snowgh-90110: Bring the whitelists up to date. (gh-103114)
2023-03-29  Brett CannonGH-102973: add a dev container (GH-102975)
2023-03-29  Bernhard Wagnergh-103112: Add http.client.HTTPResponse.read docstring...
2023-03-29  gaogaotiantiangh-103068: Check condition expression of breakpoints...
2023-03-29  Matěj Ceplgh-102582: Fix invalid JSON in Doc/howto/logging-cookbo...
2023-03-29  Nikita Sobolevgh-103054: typing: Improve `Callable` type substitution...
2023-03-28  Steve Dowergh-103097: Add workaround for Windows ARM64 compiler...
2023-03-28  Eric Snowgh-100227: Move the Dict of Interned Strings to PyInter...
2023-03-28  Chenxi MaoGH-102711: Fix warnings found by clang (#102712)
2023-03-27  Ethan Furmangh-102558: [Enum] better handling of non-Enum EnumType...
2023-03-27  Ethan Furmangh-103056: [Enum] ensure final _generate_next_value_...
2023-03-27  Oleg Iarygingh-74468: [tarfile] Fix incorrect name attribute of...
2023-03-27  Eric Snowgh-100227: Revert gh-102925 "gh-100227: Make the Global...
2023-03-27  gaogaotiantiangh-103046: Display current line correctly for `dis...
2023-03-27  gaogaotiantiangh-103023: Add SyntaxError check in pdb's `display...
next