summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-114423: Remove DummyThread from threading._active when thread dies (GH-114...Fabio Zadrozny2024-01-231-0/+1
* gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)AN Long2024-01-221-0/+2
* gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG bef...Irit Katriel2024-01-221-0/+1
* gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server()...Serhiy Storchaka2024-01-221-0/+2
* gh-114321: Expose more constants in the fcntl module (GH-114322)Serhiy Storchaka2024-01-221-0/+2
* gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a f...Serhiy Storchaka2024-01-221-0/+3
* gh-113796: Add more validation checks in the csv.Dialect constructor (GH-113797)Serhiy Storchaka2024-01-221-0/+3
* gh-114328: tty cbreak mode should not alter ICRNL (#114335)Gregory P. Smith2024-01-211-0/+4
* gh-114281: Remove incorrect type hints from `asyncio.staggered` (#114282)Nikita Sobolev2024-01-201-0/+3
* GH-113225: Speed up `pathlib.Path.walk(top_down=False)` (#113693)Barney Gale2024-01-201-0/+2
* GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)Barney Gale2024-01-201-0/+2
* gh-114265: move line number propagation before cfg optimization, remove guara...Irit Katriel2024-01-191-0/+1
* gh-114123: Migrate docstring from _csv to csv (#114124)Skip Montanaro2024-01-181-0/+7
* gh-114087: Speed up dataclasses._asdict_inner (#114088)keithasaurus2024-01-181-0/+1
* gh-114198: Rename dataclass __replace__ argument to 'self' (gh-114251)Phillip Schanely2024-01-181-0/+2
* gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350)Christopher Chavez2024-01-181-0/+1
* gh-114050: Fix crash when more than two arguments are passed to int() (GH-114...kcatss2024-01-181-0/+2
* gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227)Terry Jan Reedy2024-01-181-0/+1
* gh-104522: Fix OSError raised when run a subprocess (#114195)Serhiy Storchaka2024-01-181-0/+3
* gh-112984 Update Windows build and installer for free-threaded builds (GH-113...Steve Dower2024-01-171-0/+1
* gh-38807: Fix race condition in Lib/trace.py (GH-110143)buermarc2024-01-171-0/+3
* gh-105102: Fix nested unions in structures when the system byteorder is the o...Sheidan2024-01-171-0/+2
* gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH-1...Ethan Furman2024-01-171-0/+1
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-01-172-0/+4
|\
| * gh-112343: pdb: Use tokenize to replace convenience variables (#112380)Tian Gao2024-01-171-0/+1
| * gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (...Radislav Chugunov2024-01-171-0/+3
* | Python 3.13.0a3v3.13.0a3Thomas Wouters2024-01-17232-523/+2414
|/
* gh-72284: Revise lists in IDLE doc (#114174)Terry Jan Reedy2024-01-171-0/+2
* GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)Brett Cannon2024-01-161-0/+4
* gh-113659: Skip hidden .pth files (GH-113660)Serhiy Storchaka2024-01-161-0/+1
* gh-114096: Restore privileges in _winapi.CreateJunction after creating the ju...Steve Dower2024-01-161-0/+3
* gh-113626: Add allow_code parameter in marshal functions (GH-113648)Serhiy Storchaka2024-01-161-0/+3
* gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-1...Serhiy Storchaka2024-01-161-0/+2
* gh-113238: add Anchor to importlib.resources (#113801)Mike Zimin2024-01-161-0/+1
* gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...Jérome Perrin2024-01-161-0/+1
* GH-113655: Lower the C recursion limit on various platforms (GH-113944)Mark Shannon2024-01-161-0/+3
* gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)Zackery Spytz2024-01-161-0/+2
* gh-91539: Small performance improvement of urrlib.request.getproxies_environm...Raphaël Marinier2024-01-151-0/+1
* gh-99437: runpy: decode path-like objects before setting globalsKamil Turek2024-01-151-0/+2
* gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)Sergey B Kirpichev2024-01-151-0/+3
* gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)Ronald Oussoren2024-01-151-0/+5
* gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.clien...Hugo van Kemenade2024-01-145-8/+8
* gh-111803: Support loading more deeply nested lists in binary plist format (G...Serhiy Storchaka2024-01-131-0/+2
* gh-114014: Update `fractions.Fraction()`'s rational parsing regex (#114015)Crowthebird2024-01-131-0/+1
* gh-101225: Increase the socket backlog when creating a multiprocessing.connec...Ronald Oussoren2024-01-131-0/+4
* GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...Barney Gale2024-01-131-0/+5
* GH-111798: skip `test_super_deep()` from `test_call` under pydebug builds on ...Brett Cannon2024-01-131-0/+2
* GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `...Brett Cannon2024-01-121-0/+3
* gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946)Hugo van Kemenade2024-01-1242-331/+331
* gh-95649: Document that asyncio contains uvloop code (#107536)Alois Klink2024-01-122-0/+4