summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickle...Brett Cannon2024-01-121-0/+3
* gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` ...Gregory P. Smith2024-01-121-0/+4
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-121-0/+1
* gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)Ronald Oussoren2024-01-121-0/+6
* gh-107901: duplicate blocks with no lineno that have an eval break and multip...Irit Katriel2024-01-121-0/+1
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Steve Dower2024-01-121-0/+2
* gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)Mariusz Felisiak2024-01-121-0/+3
* gh-113903: Fix an IDLE configdialog test (#113973)Terry Jan Reedy2024-01-121-0/+1
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Zackery Spytz2024-01-111-0/+2
* GH-113853: Guarantee forward progress in executors (GH-113854)Mark Shannon2024-01-111-0/+2
* gh-107901: jump leaving an exception handler doesn't need an eval break check...Irit Katriel2024-01-111-0/+1
* gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)Nikita Sobolev2024-01-111-0/+2
* gh-89811: Check for valid tp_version_tag in specializer (GH-113558)Peter Lazorchak2024-01-111-0/+2
* gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)Victor Stinner2024-01-101-0/+3
* gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free li...Sam Gross2024-01-101-0/+2
* gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016)Serhiy Storchaka2024-01-101-0/+3
* gh-89850: Add default C implementations of persistent_id() and persistent_loa...Serhiy Storchaka2024-01-101-0/+5
* gh-113664: Improve style of Big O notation (GH-113695)Serhiy Storchaka2024-01-103-3/+3
* gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730)Serhiy Storchaka2024-01-101-0/+2
* gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() b...Serhiy Storchaka2024-01-101-0/+2
* gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)Serhiy Storchaka2024-01-101-0/+1
* gh-112182: Replace StopIteration with RuntimeError for future (#113220)Jamie Phan2024-01-101-0/+3
* gh-66060: Use actual class name in _io type's __repr__ (#30824)AN Long2024-01-091-0/+3
* GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856)Stefano Rivera2024-01-091-0/+3
* gh-113781: Silence AttributeError in warning module during Python finalizatio...Serhiy Storchaka2024-01-091-0/+2
* gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeou...Serhiy Storchaka2024-01-091-0/+3
* gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)AN Long2024-01-091-0/+2