summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-85283: Build pwd extension with the limited C API (#116841)Victor Stinner2024-03-151-1/+1
* gh-116195: Implements a fast path for nt.getppid (GH-116205)vxiiduu2024-03-141-0/+1
* gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)Victor Stinner2024-03-141-0/+4
* gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable when dele...Jason R. Coombs2024-03-141-0/+2
* gh-106531: Refresh zipfile._path with zipp 3.18. (#116835)Jason R. Coombs2024-03-141-0/+5
* gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)Victor Stinner2024-03-142-0/+5
* gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)Victor Stinner2024-03-142-0/+6
* gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)Victor Stinner2024-03-141-0/+4
* gh-85283: Build fcntl extension with the limited C API (#116791)Victor Stinner2024-03-141-0/+2
* gh-113308: Remove some internal parts of `uuid` module (#115934)Nikita Sobolev2024-03-141-0/+4
* GH-114736: Use WASI SDK 21 (GH-116771)Brett Cannon2024-03-141-0/+1
* GH-115983: skip building shared modules for testing under WASI (GH-116528)Brett Cannon2024-03-131-0/+1
* GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)Brett Cannon2024-03-131-0/+1
* gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pip...Serhiy Storchaka2024-03-131-0/+2
* gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX` (GH-116...Tian Gao2024-03-131-0/+1
* GH-116554: Relax list.sort()'s notion of "descending" runs (#116578)Tim Peters2024-03-131-0/+1
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-03-121-0/+3
|\
| * gh-116307: Proper fix for 'mod' leaking across importlib tests (#116680)Jason R. Coombs2024-03-121-0/+3
* | Python 3.13.0a5v3.13.0a5Thomas Wouters2024-03-12114-249/+1163
|/
* gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)Nikita Sobolev2024-03-121-0/+2
* gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)Pablo Galindo Salgado2024-03-121-0/+3
* gh-89547: Support for nesting special forms like Final (#116096)Mehdi Drissi2024-03-122-0/+2
* gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151)Christopher Chavez2024-03-121-0/+1
* gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...Guido van Rossum2024-03-121-3/+0
* gh-116600: [Enum] fix global Flag repr (GH-116615)Ethan Furman2024-03-111-0/+1
* gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)Tian Gao2024-03-111-0/+1
* gh-113538: Add asycio.Server.{close,abort}_clients (#114432)Pierre Ossman (ThinLinc team)2024-03-111-0/+3
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-112-1/+14
* gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)Brett Simmers2024-03-111-0/+4
* gh-112087: Store memory allocation information into _PyListArray (gh-116529)Donghee Na2024-03-091-0/+1
* gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)Sergey B Kirpichev2024-03-091-0/+2
* gh-75988: Fix issues with autospec ignoring wrapped object (#115223)infohash2024-03-081-0/+1
* gh-116349: Deprecate `platform.java_ver` function (#116471)Nikita Sobolev2024-03-081-0/+3
* gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardin...Ethan Furman2024-03-071-0/+1
* gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)Russell Keith-Magee2024-03-071-0/+1
* gh-109653: Reduce import overhead of uuid module on Linux (#115160)Shantanu2024-03-061-0/+1
* gh-107361: strengthen default SSL context flags (#112389)William Woodruff2024-03-061-0/+2
* gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)Jason Zhang2024-03-061-0/+1
* gh-116381: Specialize CONTAINS_OP (GH-116385)Ken Jin2024-03-061-0/+1
* gh-116143: Fix race condition in pydoc _start_server (#116144)Itamar Oren2024-03-061-0/+3
* gh-107625: configparser: Raise error if a missing value is continued (GH-107651)Prince Roshan2024-03-061-0/+4
* gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771)Serhiy Storchaka2024-03-051-0/+3
* gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII char...Serhiy Storchaka2024-03-051-0/+4
* gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with em...Nikita Sobolev2024-03-051-0/+2
* GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim...Brett Cannon2024-03-051-0/+1
* gh-57141: Add dircmp shallow option (GH-109499)Tobias Rautenkranz2024-03-041-0/+3
* gh-116116: Backport blake2 change to fix building with clang-cl on windows-i6...Yuriy Chernyshov2024-03-042-4/+6
* gh-115256: Remove refcycles from tarfile writing (GH-115257)pan3242024-03-041-0/+5
* gh-115398: Increment PyExpat_CAPI_MAGIC for SetReparseDeferralEnabled additio...Gregory P. Smith2024-03-041-5/+5
* gh-116296: Fix refleak in reduce_newobj() corner case (#116297)Erlend E. Aasland2024-03-041-0/+1