]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2024-01-16  Mark ShannonGH-113655: Lower the C recursion limit on various platf...
2024-01-16  AN Longgh-114101: Correct PyErr_Format arguments in _testcapi...
2024-01-16  Zackery Spytzgh-78502: Add a trackfd parameter to mmap.mmap() (GH...
2024-01-16  Donghee Nagh-112087: Update list impl to be thread-safe with...
2024-01-15  Raphaël Mariniergh-91539: Small performance improvement of urrlib.reque...
2024-01-15  Sergey B Kirpichevgh-114070: correct the specification of ``digit`` in...
2024-01-15  Kamil Turekgh-99437: runpy: decode path-like objects before settin...
2024-01-15  Donghee Nagh-111968: Use per-thread slice_cache in free-threading...
2024-01-15  Sam Grossgh-112532: Fix memory block count for free-threaded...
2024-01-15  Sergey B Kirpichevgh-109598: make PyComplex_RealAsDouble/ImagAsDouble...
2024-01-15  Mark ShannonGH-112354: `_GUARD_IS_TRUE_POP` side-exits to target...
2024-01-15  Ronald Oussorengh-113666: Adding missing UF_ and SF_ flags to module...
2024-01-15  Kirill Podoprigoragh-114075: Capture `test_compileall` stdout output...
2024-01-15  Serhiy Storchakagh-109862: Fix test_create_subprocess_with_pidfd when...
2024-01-14  Erlend E. Aaslandgh-113317: Move FormatCounterFormatter into libclinic...
2024-01-14  Barney GaleReplace `pathlib._abc.PathModuleBase.splitroot()` with...
2024-01-14  Barney GaleAdd `pathlib._abc.PathModuleBase` (#113893)
2024-01-14  Hugo van Kemenadegh-101100: Fix Sphinx warnings in `howto/urllib2.rst...
2024-01-14  Erlend E. Aaslandgh-113317: Move global utility functions into libclinic...
2024-01-13  Serhiy Storchakagh-111803: Support loading more deeply nested lists...
2024-01-13  Crowthebirdgh-114014: Update `fractions.Fraction()`'s rational...
2024-01-13  Ronald Oussorengh-101225: Increase the socket backlog when creating...
2024-01-13  Barney GaleAdd module docstring for `pathlib._abc`. (#113691)
2024-01-13  Barney Galepathlib ABCs: add `_raw_path` property (#113976)
2024-01-13  Barney GaleGH-44626, GH-105476: Fix `ntpath.isabs()` handling...
2024-01-13  Brett CannonGH-111798: skip `test_super_deep()` from `test_call...
2024-01-12  Stanleygh-89159: Document missing TarInfo members (#91564)
2024-01-12  Brett CannonGH-111801: set a lower recursion limit for `test_infint...
2024-01-12  InSyncdatamodel: Fix a typo in ``object.__init_subclass__...
2024-01-12  Pierre EquoyLink to the glossary for "magic methods" in ``MagicMock...
2024-01-12  Andrew ZippererTutorial: Clarify 'nonzero exit status' in the appendix...
2024-01-12  Joseph PearsonFix a grammatical error in `pycore_pymem.h` (#112993)
2024-01-12  Hugo van Kemenadegh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946)
2024-01-12  Alois Klinkgh-95649: Document that asyncio contains uvloop code...
2024-01-12  Brett CannonGH-111802: set a low recursion limit for `test_bad_geta...
2024-01-12  Gregory P.... gh-113971: Make `zipfile.ZipInfo._compresslevel` public...
2024-01-12  Ken Jingh-113710: Add types to the interpreter DSL (#113711)
2024-01-12  Ronald Oussorengh-113868: Add a number of MAP_* flags from macOS to...
2024-01-12  Irit Katrielgh-107901: duplicate blocks with no lineno that have...
2024-01-12  Serhiy Storchakagh-113980: Fix resource warnings in test_asyncgen ...
2024-01-12  Steve Dowergh-111877: Fixes stat() handling for inaccessible files...
2024-01-12  Ned BatchelderDocs: Amend codeobject.co_lines docs; end number is...
2024-01-12  Brandt BucherGH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
2024-01-12  Pablo Galindo... gh-113027: Fix timezone check in test_variable_tzname...
2024-01-12  Mariusz Felisiakgh-108364: In sqlite3, disable foreign keys before...
2024-01-12  Petr Viktoringh-113858: Cut down ccache size (GH-113945)
2024-01-12  Peter Lazorchakgh-113937 Fix failures in type cache tests due to re...
2024-01-12  Terry Jan Reedygh-113903: Fix an IDLE configdialog test (#113973)
2024-01-12  Donghee Nagh-111968: Explicit handling for finalized freelist...
2024-01-12  Raymond HettingerImprove kde graph with better caption and number format...
2024-01-11  Adam TurnerGH-107678: Improve Unicode handling clarity in ``librar...
2024-01-11  Zackery Spytzgh-81489: Use Unicode APIs for mmap tagname on Windows...
2024-01-11  Raymond HettingerUpdate KDE recipe to match the standard use of the...
2024-01-11  Donghee Nagh-111968: Use per-thread freelists for tuple in free...
2024-01-11  Serhiy Storchakagh-113845: Fix a compiler warning in Python/suggestions...
2024-01-11  Mark ShannonGH-113853: Guarantee forward progress in executors...
2024-01-11  Irit Katrielgh-107901: jump leaving an exception handler doesn...
2024-01-11  Victor Stinnergh-91960: Remove Cirrus CI configuration (#113938)
2024-01-11  Kirill Podoprigoragh-113932: assert ``SyntaxWarning`` in test_compile...
2024-01-11  AN Longgh-112419: Document removal of sys.meta_path's 'find_mo...
2024-01-11  Nikita Sobolevgh-112640: Add `kwdefaults` parameter to `types.Functio...
2024-01-11  Peter Lazorchakgh-89811: Check for valid tp_version_tag in specializer...
2024-01-10  Donghee Nagh-111968: Unify naming scheme for freelist (gh-113919)
2024-01-10  Kirill Podoprigoragh-113896: Fix test_builtin.BuiltinTest.test___ne__...
2024-01-10  AN Longgh-87868: Skip `test_one_environment_variable` in ...
2024-01-10  Victor Stinnergh-77046: os.pipe() sets _O_NOINHERIT flag on fds ...
2024-01-10  Seth Michael... gh-112302: Point core developers to SBOM devguide on...
2024-01-10  Sam Grossgh-113753: Clear finalized bit when putting PyAsyncGenA...
2024-01-10  Raymond Hettingergh-113625: Align object addresses in the Descriptor...
2024-01-10  Serhiy StorchakaAdd @requires_zlib() decorator for gh-109858 tests...
2024-01-10  Donghee Nagh-111968: Use per-thread freelists for float in free...
2024-01-10  Mark ShannonGH-113860: All executors are now defined in terms of...
2024-01-10  Victor Stinnergh-111139: Optimize math.gcd(int, int) (#113887)
2024-01-10  Serhiy Storchakagh-109858: Protect zipfile from "quoted-overlap" zipbom...
2024-01-10  Serhiy Storchakagh-111789: Use PyDict_GetItemRef() in Modules/_zoneinfo...
2024-01-10  Serhiy Storchakagh-66515: Fix locking of an MH mailbox without ".mh_seq...
2024-01-10  Serhiy Storchakagh-89850: Add default C implementations of persistent_i...
2024-01-10  Serhiy Storchakagh-58032: Do not use argparse.FileType in module CLIs...
2024-01-10  Serhiy Storchakagh-113664: Improve style of Big O notation (GH-113695)
2024-01-10  Serhiy Storchakagh-113594: Fix UnicodeEncodeError in TokenList.fold...
2024-01-10  Serhiy Storchakagh-70835: Clarify error message for CSV file opened...
2024-01-10  Serhiy Storchakagh-96037: Always insert TimeoutError when exit an expir...
2024-01-10  Serhiy Storchakagh-113879: Fix ResourceWarning in test_asyncio.test_ser...
2024-01-10  Serhiy Storchakagh-113877: Fix Tkinter method winfo_pathname() on 64...
2024-01-10  Petr ViktorinGH-113858: GitHub Actions config: Only save ccache...
2024-01-10  Jamie Phangh-112182: Replace StopIteration with RuntimeError...
2024-01-10  Barney Galepathlib ABCs: Require one or more initialiser arguments...
2024-01-09  Barney GaleGH-113528: Deoptimise `pathlib._abc.PurePathBase` ...
2024-01-09  Donghee Nagh-111968: Introduce _PyFreeListState and _PyFreeListSt...
2024-01-09  Barney GaleGH-113528: Deoptimise `pathlib._abc.PurePathBase.relati...
2024-01-09  Barney GaleGH-113528: Deoptimise `pathlib._abc.PurePathBase.parts...
2024-01-09  AN Longgh-66060: Use actual class name in _io type's __repr__...
2024-01-09  Barney GaleGH-113528: Deoptimise `pathlib._abc.PathBase.resolve...
2024-01-09  Stefano RiveraGH-113661: unittest runner: Don't exit 5 if tests were...
2024-01-09  Serhiy Storchakagh-113781: Silence AttributeError in warning module...
2024-01-09  Serhiy Storchakagh-113848: Handle CancelledError subclasses in asyncio...
2024-01-09  Serhiy Storchakagh-113848: Use PyErr_GivenExceptionMatches() for check...
2024-01-09  Barney GaleGH-113528: Deoptimise `pathlib._abc.PathBase._make_chil...
2024-01-09  Raymond HettingerSimplify binomial approximation example with random...
2024-01-09  Guido van RossumFix opcode name printing in debug mode (#113870)
next