| 2024-11-19 |
Eric Snow | gh-126914: Store the Preallocated Thread State's Pointe... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
sobolevn | gh-109413: Enable mypy's `disallow_any_generics` settin... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Beomsoo Kim | gh-126947: Typechecking for _pydatetime.timedelta.__new... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
CoderTCY | gh-125729: Makes the installation of the turtle module... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Justin Applegate | gh-126991: Fix reference leak in loading pickle's opcod... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Malcolm Smith | gh-118201: Simplify conv_confname (#126089) |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Hugo van Kemenade | Update docs 'make serve' to suggest 'make htmllive... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
sobolevn | gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Barney Gale | GH-84850: Remove `urllib.request.URLopener` and `FancyU... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Mark Shannon | GH-124567: Replace quadratic assert with linear one... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Filipe Laíns 🇵🇸 | codeowners: add myself to getpath, site, and venv ... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Pablo Galindo... | gh-126076: Account for relocated objects in tracemalloc... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Hugo van Kemenade | Revert "GH-126491: GC: Mark objects reachable from... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Victor Stinner | gh-126594: Fix typeobject.c wrap_buffer() cast (#126754) |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Victor Stinner | gh-126876: Fix socket internal_select() for large timeo... |
commit | commitdiff | tree | snapshot |
| 2024-11-19 |
Eric Snow | gh-126986: Drop _PyInterpreterState_FailIfNotRunning... |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Filipe Laíns 🇵🇸 | getpath: fix warning typo (#126978) |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Brandt Bucher | GH-126795: Increase the JIT threshold from 16 to 4096... |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Hugo van Kemenade | gh-85957: Add missing MIME types for images with RFCs... |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Serhiy Storchaka | gh-123803: Support arbitrary code page encodings on... |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Stan U. | gh-126911: Update credits output (#126913) |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Mark Shannon | GH-126491: GC: Mark objects reachable from roots before... |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
sobolevn | gh-109413: Enable `strict_optional = true` for `libregr... |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Michał Górny | gh-126909: Fix running xattr tests on systems with... |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Serhiy Storchaka | gh-101955: Fix SystemError in possesive quantifier... |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Serhiy Storchaka | gh-67877: Fix memory leaks in terminated RE matching... |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Russell Keith... | gh-126789: Correct sysconfig test exclusions for iOS... |
commit | commitdiff | tree | snapshot |
| 2024-11-18 |
Joseph Martinot... | Doc: Reorganize math module documentation (#126337) |
commit | commitdiff | tree | snapshot |
| 2024-11-17 |
Russell Keith... | gh-126167: Modify iOS Testbed to read arguments from... |
commit | commitdiff | tree | snapshot |
| 2024-11-17 |
beavailable | gh-126896: Fix docs about `asyncio.start_server()`... |
commit | commitdiff | tree | snapshot |
| 2024-11-17 |
Filipe Laíns 🇵🇸 | GH-126920: fix Makefile overwriting sysconfig.get_confi... |
commit | commitdiff | tree | snapshot |
| 2024-11-17 |
Filipe Laíns 🇵🇸 | GH-126789: fix some sysconfig data on late site initial... |
commit | commitdiff | tree | snapshot |
| 2024-11-16 |
RanKKI | gh-124452: Fix header mismatches when folding/unfolding... |
commit | commitdiff | tree | snapshot |
| 2024-11-16 |
Hood Chatham | GH-126748: amend configure.rst description for the... |
commit | commitdiff | tree | snapshot |
| 2024-11-16 |
Hood Chatham | gh-126691: Remove --with-emscripten-target (#126787) |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Alex Gaynor | Added a warning to the urljoin docs, indicating that... |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Beomsoo Kim | Docs: Miscellaneous corrections to simple statements... |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Nadeshiko Manju | gh-126476: Raise IllegalMonthError for calendar.formatm... |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Seth Michael... | Add PEP 761 to What's New (#126550) |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Bénédikt Tran | gh-122549: Add platform.invalidate_caches() (#122547) |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Peter Bierma | Fix intermittent failures for the `PyUnstable_Object_En... |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Petr Viktorin | gh-125063: marshal: Add version 5, improve documentatio... |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Bénédikt Tran | gh-89083: small docs fixup for UUIDv8 (#126857) |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Steve Dower | gh-118973: Add _tkinter to freethreaded MSI (GH-126768) |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Peter Bierma | gh-126312: Don't traverse frozen objects on the free... |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
George Alexopoulos | gh-126554: ctypes: Correctly handle NULL dlsym values... |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Mark Shannon | GH-124567: Reduce overhead of debug build for GC. Shoul... |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Sergey B Kirpichev | gh-103951: enable optimization for fast attribute acces... |
commit | commitdiff | tree | snapshot |
| 2024-11-15 |
Victor Stinner | gh-126433: Update hacl-star (GH-126791) |
commit | commitdiff | tree | snapshot |
| 2024-11-14 |
Tomas R. | gh-126807: pygettext: Do not attempt to extract message... |
commit | commitdiff | tree | snapshot |
| 2024-11-14 |
Barney Gale | GH-126766: `url2pathname()`: handle empty authority... |
commit | commitdiff | tree | snapshot |
| 2024-11-14 |
Marc Culler | gh-124111: Update tkinter for compatibility with Tcl... |
commit | commitdiff | tree | snapshot |
| 2024-11-14 |
RUANG (James... | gh-126061: add new functions to `refcounts.dat` (#126788) |
commit | commitdiff | tree | snapshot |
| 2024-11-14 |
Mark Shannon | GH-117759: Update GC docs for incremental collection... |
commit | commitdiff | tree | snapshot |
| 2024-11-14 |
Petr Viktorin | gh-123832: Adjust `socket.getaddrinfo` docs for better... |
commit | commitdiff | tree | snapshot |
| 2024-11-14 |
John Marshall | Document that return-less user-defined functions return... |
commit | commitdiff | tree | snapshot |
| 2024-11-14 |
Colin Watson | Doc: Recommend shlex.quote alongside pipes removal... |
commit | commitdiff | tree | snapshot |
| 2024-11-14 |
Wulian | gh-126731: Update outdated project information in ... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Savannah Ostrowski | Add Savannah to CODEOWNERS for argparse and the JIT... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Barney Gale | GH-118289: Fix handling of non-directories in `posixpat... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
CF Bolz-Tereick | GH-126606: don't write incomplete pyc files (GH-126627) |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Stéphane Bidoul | gh-126188: Update bundled pip to 24.3.1 (gh-126805) |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Hood Chatham | gh-89640: Pull in update to float word order detection... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Serhiy Storchaka | gh-126390: Support for preserving order of options... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
sobolevn | gh-109413: Enable `strict_optional` for `libregrtest... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Seth Michael... | gh-126623: Update libexpat to 2.6.4, make future update... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
neonene | gh-123465: Ensure PyType_FromMetaclass avoids extra... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Victor Stinner | gh-126456: Fix _pyrepl curses tigetstr() (#126472) |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Peter Bierma | gh-123619: Add an unstable C API function for enabling... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Taneli Hukkinen | gh-126175: Add attributes to TOMLDecodeError. Deprecate... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Ritvik Pasham | gh-126341: add release check to `__iter__` method of... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Petr Viktorin | gh-71936: Fix race condition in multiprocessing.Pool... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Red4Ru | gh-104745: Limit starting a patcher more than once... |
commit | commitdiff | tree | snapshot |
| 2024-11-13 |
Andrew Svetlov | bpo-46128: Strip IsolatedAsyncioTestCase frames from... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Yuxuan Zhang | gh-126757: fix minor typo (GH-126758) |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Nice Zombies | gh-119826: Improved fallback for ntpath.abspath() on... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Sam Gross | gh-126688: Reinit import lock after fork (#126692) |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Barney Gale | GH-120423: `pathname2url()`: handle forward slashes... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Serhiy Storchaka | gh-116897: Deprecate generic false values in urllib... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Bénédikt Tran | gh-89083: add support for UUID version 8 (RFC 9562... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Stephen Morton | gh-126705: Make os.PathLike more like a protocol (... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Eric Snow | gh-76785: Improved Subinterpreters Compatibility with... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Serhiy Storchaka | gh-95382: Use cache for indentations in the JSON encode... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Hugo van Kemenade | gh-126133: Only use start year in PSF copyright, remove... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
RUANG (James... | gh-126061: Add PyLong_IsPositive/Zero/Negative() functi... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Sayandip Dutta | gh-125916: Allow functools.reduce() 'initial' to be... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Bénédikt Tran | gh-126595: fix a crash when calling `itertools.count... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Kumar Aditya | gh-126405: fix use-after-free in `_asyncio.Future.remov... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Daehee Kim | gh-126209: Fix inconsistency of `skip_file_prefixes... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
sobolevn | gh-126525: Fix `makeunicodedata.py` output on macOS... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Stephen Morton | gh-126699: allow AsyncIterator to be used as a base... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
sobolevn | Fix error message of "Check if Autoconf files are up... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Sahil Prajapati | gh-84852: Add MIME types for .eot, ,otf, .ttf, .woff... |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Diego Russo | GH-126195: Use M1 JIT memory protection APIs (GH-126196) |
commit | commitdiff | tree | snapshot |
| 2024-11-12 |
Beomsoo Kim | gh-58749: Remove incorrect language spec claims about... |
commit | commitdiff | tree | snapshot |
| 2024-11-11 |
Eric Snow | gh-76785: Improved Subinterpreters Compatibility with... |
commit | commitdiff | tree | snapshot |
| 2024-11-11 |
Ned Batchelder | Docs: re-create pages for removed modules to document... |
commit | commitdiff | tree | snapshot |
| 2024-11-11 |
Tomas R. | gh-126413: Add translation tests for getopt and optpars... |
commit | commitdiff | tree | snapshot |
| 2024-11-11 |
Eric Snow | gh-76785: Minor Cleanup of Exception-related Cross... |
commit | commitdiff | tree | snapshot |
| 2024-11-11 |
Hugo van Kemenade | gh-89416: Add RFC 9559 MIME types for Matroska formats... |
commit | commitdiff | tree | snapshot |
| next |