summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)Victor Stinner2024-03-191-0/+3
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-191-0/+2
* gh-116957: configparser: Do post-process values after DuplicateOptionError (G...David Röthlisberger2024-03-191-0/+3
* gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)Bogdan Romanyuk2024-03-191-0/+3
* gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)Aviel Boag2024-03-191-0/+1
* gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)Pierre Ossman (ThinLinc team)2024-03-181-0/+3
* gh-116869: Make C API compatible with ISO C90 (#116950)Victor Stinner2024-03-181-0/+2
* gh-116869: Add test_cext test: build a C extension (#116954)Victor Stinner2024-03-181-0/+2
* gh-115119: Switch Windows build to mpdecimal external (GH-115182)Zachary Ware2024-03-182-0/+25
* gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)Victor Stinner2024-03-181-0/+4
* gh-71765: Fix inspect.getsource() on empty file (GH-20809)kernc2024-03-181-0/+3
* gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)AN Long2024-03-181-0/+2
* gh-85283: Build _statistics extension with the limited C API (#116927)Victor Stinner2024-03-171-1/+1
* gh-85283: Build termios extension with the limited C API (#116928)Victor Stinner2024-03-171-2/+2
* gh-73468: Add math.fma() function (#116667)Victor Stinner2024-03-171-0/+2
* gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecode...John Sloboda2024-03-171-0/+2
* gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)Victor Stinner2024-03-161-0/+2
* gh-114271: Fix race in `Thread.join()` (#114839)mpage2024-03-161-0/+7
* gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default nam...Serhiy Storchaka2024-03-161-0/+3
* gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)Serhiy Storchaka2024-03-161-0/+4
* gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-1...Serhiy Storchaka2024-03-161-0/+3
* gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)Donghee Na2024-03-151-0/+2
* gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)Tian Gao2024-03-151-0/+1
* gh-63283: IDNA prefix should be case insensitive (GH-17726)Zackery Spytz2024-03-151-0/+2
* gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)Tian Gao2024-03-151-0/+1
* 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