summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-1...Serhiy Storchaka2024-01-162-1/+3
* gh-113238: add Anchor to importlib.resources (#113801)Mike Zimin2024-01-162-0/+3
* gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...Jérome Perrin2024-01-163-1/+20
* GH-113655: Lower the C recursion limit on various platforms (GH-113944)Mark Shannon2024-01-1613-39/+41
* gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)AN Long2024-01-162-8/+8
* gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)Zackery Spytz2024-01-165-11/+101
* gh-112087: Update list impl to be thread-safe with manual CS (gh-113863)Donghee Na2024-01-162-18/+91
* gh-91539: Small performance improvement of urrlib.request.getproxies_environm...Raphaël Marinier2024-01-152-1/+2
* gh-114070: correct the specification of ``digit`` in the float() docs (#114080)Sergey B Kirpichev2024-01-151-5/+4
* gh-99437: runpy: decode path-like objects before setting globalsKamil Turek2024-01-153-9/+14
* gh-111968: Use per-thread slice_cache in free-threading (gh-113972)Donghee Na2024-01-157-18/+28
* gh-112532: Fix memory block count for free-threaded build (gh-113995)Sam Gross2024-01-151-18/+27
* gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)Sergey B Kirpichev2024-01-154-10/+73
* GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...Mark Shannon2024-01-158-26/+40
* gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)Ronald Oussoren2024-01-155-8/+217
* gh-114075: Capture `test_compileall` stdout output (#114076)Kirill Podoprigora2024-01-151-1/+3
* gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (...Serhiy Storchaka2024-01-151-2/+7
* gh-113317: Move FormatCounterFormatter into libclinic (#114066)Erlend E. Aasland2024-01-143-25/+31
* Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065)Barney Gale2024-01-142-11/+9
* Add `pathlib._abc.PathModuleBase` (#113893)Barney Gale2024-01-144-59/+182
* gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.clien...Hugo van Kemenade2024-01-149-49/+49
* gh-113317: Move global utility functions into libclinic (#113986)Erlend E. Aasland2024-01-143-56/+65
* gh-111803: Support loading more deeply nested lists in binary plist format (G...Serhiy Storchaka2024-01-132-1/+4
* gh-114014: Update `fractions.Fraction()`'s rational parsing regex (#114015)Crowthebird2024-01-133-10/+35
* gh-101225: Increase the socket backlog when creating a multiprocessing.connec...Ronald Oussoren2024-01-133-2/+6
* Add module docstring for `pathlib._abc`. (#113691)Barney Gale2024-01-131-0/+13
* pathlib ABCs: add `_raw_path` property (#113976)Barney Gale2024-01-132-20/+31
* GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...Barney Gale2024-01-139-33/+51
* GH-111798: skip `test_super_deep()` from `test_call` under pydebug builds on ...Brett Cannon2024-01-132-6/+6
* gh-89159: Document missing TarInfo members (#91564)Stanley2024-01-121-0/+30
* GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `...Brett Cannon2024-01-122-1/+4
* datamodel: Fix a typo in ``object.__init_subclass__`` (#111599)InSync2024-01-121-1/+1
* Link to the glossary for "magic methods" in ``MagicMock`` (#111292)Pierre Equoy2024-01-121-4/+4
* Tutorial: Clarify 'nonzero exit status' in the appendix (#112039)Andrew Zipperer2024-01-121-1/+1
* Fix a grammatical error in `pycore_pymem.h` (#112993)Joseph Pearson2024-01-121-1/+1
* gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946)Hugo van Kemenade2024-01-1243-332/+332
* gh-95649: Document that asyncio contains uvloop code (#107536)Alois Klink2024-01-127-0/+49
* GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickle...Brett Cannon2024-01-122-1/+4
* gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` ...Gregory P. Smith2024-01-124-11/+40
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-1214-138/+227
* gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)Ronald Oussoren2024-01-123-6/+63
* gh-107901: duplicate blocks with no lineno that have an eval break and multip...Irit Katriel2024-01-123-10/+38
* gh-113980: Fix resource warnings in test_asyncgen (GH-113984)Serhiy Storchaka2024-01-121-2/+19
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Steve Dower2024-01-123-6/+72
* Docs: Amend codeobject.co_lines docs; end number is exclusive (#113970)Ned Batchelder2024-01-121-3/+3
* GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)Brandt Bucher2024-01-1212-67/+35
* gh-113027: Fix timezone check in test_variable_tzname in test_email (GH-113835)Pablo Galindo Salgado2024-01-121-1/+1
* gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)Mariusz Felisiak2024-01-123-3/+18
* gh-113858: Cut down ccache size (GH-113945)Petr Viktorin2024-01-122-3/+4
* gh-113937 Fix failures in type cache tests due to re-running (GH-113953)Peter Lazorchak2024-01-121-14/+14