summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-79382: Fix recursive glob() with trailing "**" (GH-115134)Serhiy Storchaka2024-02-113-1/+15
* gh-115172: Fix explicit index extries for the C API (GH-115173)Serhiy Storchaka2024-02-1114-153/+150
* gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164)Serhiy Storchaka2024-02-112-22/+38
* gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is mi...Hood Chatham2024-02-111-1/+1
* gh-101100: Fix dangling refs in bdb.rst (#114983)Skip Montanaro2024-02-112-9/+10
* gh-115274: Fix direct invocation of `testmock/testpatch.py` (#115275)Nikita Sobolev2024-02-111-1/+1
* gh-115249: Fix `test_descr` with `-OO` mode (#115250)Nikita Sobolev2024-02-111-1/+5
* gh-115258: Temporarily disable test on Windows (#115269)Sam Gross2024-02-111-0/+3
* gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)Nikita Sobolev2024-02-103-5/+9
* gh-115254: Fix `test_property` with `-00` mode (#115255)Nikita Sobolev2024-02-101-0/+1
* gh-114670: Fix `_testbuffer` module initialization (#114672)Nikita Sobolev2024-02-101-53/+74
* gh-115252: Fix `test_enum` with `-OO` mode (GH-115253)Nikita Sobolev2024-02-101-3/+14
* GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matchin...Barney Gale2024-02-104-28/+76
* gh-114894: add array.array.clear() method (#114919)Mike Zimin2024-02-107-1/+71
* gh-102840: Fix confused traceback when floordiv or mod operations happens bet...Kirill Podoprigora2024-02-103-6/+37
* gh-115059: Remove debugging code in test_io (GH-115240)Serhiy Storchaka2024-02-101-30/+0
* gh-76763: Make chr() always raising ValueError for out-of-range values (GH-11...Serhiy Storchaka2024-02-104-28/+32
* GH-87804: Fix counter overflow in statvfs on macOS (#99570)Ronald Oussoren2024-02-102-0/+102
* gh-114552: Update `__dir__` method docs: it allows returning an iterable (#11...Nikita Sobolev2024-02-102-3/+11
* gh-96471: Add shutdown() method to queue.Queue (#104750)Laurie O2024-02-105-0/+474
* gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g...Donghee Na2024-02-1020-107/+38
* gh-115165: Fix `typing.Annotated` for immutable types (#115213)dave-shawley2024-02-093-1/+28
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-0921-11/+418
* gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)Carl Meyer2024-02-093-1/+92
* Add Peter L to ACKS (GH-115222)Peter Lazorchak2024-02-091-0/+1
* gh-115142: Skip test_optimizer if _testinternalcapi module is not available (...Kirill Podoprigora2024-02-091-1/+4
* gh-115184: Fix refleak tracking issues in free-threaded build (#115188)Sam Gross2024-02-093-6/+16
* Docs: correctly link to code objects (#115214)Erlend E. Aasland2024-02-091-2/+3
* gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH...Serhiy Storchaka2024-02-093-0/+63
* GH-113632: update configure.ac for WebAssembly support tiers (#115192)Brett Cannon2024-02-094-6/+11
* gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696)Nikita Sobolev2024-02-092-3/+15
* gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115...adang13452024-02-082-1/+2
* gh-112069: Adapt set/frozenset methods to Argument Clinic (#115112)Tomas R2024-02-083-157/+674
* gh-107944: Improve error message for getargs with bad keyword arguments (#114...Shantanu2024-02-086-29/+113
* gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137)Artem Chernyshev2024-02-081-0/+4
* gh-115146: Fix typo in pickletools.py documentation (GH-115148)Justin Applegate2024-02-081-1/+1
* When the Py_CompileStringExFlags fuzzer encounters a SystemError, abort (#115...Alex Gaynor2024-02-071-2/+9
* gh-114828: parenthesize non-atomic macro definitions in pycore_symtable.h (#1...Carl Meyer2024-02-071-12/+12
* gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)Sam Gross2024-02-076-25/+32
* gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)Carl Meyer2024-02-073-0/+33
* GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...Mark Shannon2024-02-0713-647/+392
* gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003)Skip Montanaro2024-02-072-8/+9
* gh-114505: Add missing header file dependencies (#114513)Skip Montanaro2024-02-071-241/+259
* gh-115114: Add missing slash to file URI prefix `file:/` (#115115)Edgar Ramírez Mondragón2024-02-071-1/+1
* gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH...Finite State Machine2024-02-071-3/+1
* gh-115009: Update Windows installer to use SQLite 3.45.1 (#115065)Erlend E. Aasland2024-02-064-3/+4
* gh-112075: Add critical sections for most dict APIs (#114508)Dino Viehland2024-02-066-284/+782
* gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)Sam Gross2024-02-067-41/+50
* gh-103224: Resolve paths properly in test_sysconfig (GH-103292)Artem Mukhin2024-02-061-14/+23
* #gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117)Matthieu Caneill2024-02-063-3/+15