summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* gh-105102: Fix nested unions in structures when the system byteorder is the o...Sheidan2024-01-172-2/+20
* gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH-1...Ethan Furman2024-01-172-3/+19
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-01-173-1/+52
|\
| * gh-112343: pdb: Use tokenize to replace convenience variables (#112380)Tian Gao2024-01-172-1/+44
| * gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (...Radislav Chugunov2024-01-171-0/+8
* | Python 3.13.0a3v3.13.0a3Thomas Wouters2024-01-171-370/+607
|/
* gh-86179: Skip test case that fails on POSIX with unversioned binary (GH-114136)Steve Dower2024-01-171-1/+2
* gh-72284: Revise lists in IDLE doc (#114174)Terry Jan Reedy2024-01-172-38/+31
* gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (#114168)Terry Jan Reedy2024-01-171-1/+1
* GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)Brett Cannon2024-01-166-6/+6
* Clean up backslash avoiding code in ast, fix typo (#113605)Shantanu2024-01-161-8/+5
* gh-113659: Skip hidden .pth files (GH-113660)Serhiy Storchaka2024-01-162-1/+51
* Fix 'expresion' typo in IDLE doc (#114130)Terry Jan Reedy2024-01-161-48/+71
* gh-114107: test.pythoninfo logs Windows Developer Mode (#114121)Victor Stinner2024-01-161-16/+44
* gh-113626: Add allow_code parameter in marshal functions (GH-113648)Serhiy Storchaka2024-01-161-0/+26
* gh-114107: Fix importlib.resources symlink test if symlinks aren't supported ...Petr Viktorin2024-01-161-0/+2
* gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-1...Serhiy Storchaka2024-01-161-1/+1
* gh-113238: add Anchor to importlib.resources (#113801)Mike Zimin2024-01-161-0/+2
* gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...Jérome Perrin2024-01-162-1/+19
* GH-113655: Lower the C recursion limit on various platforms (GH-113944)Mark Shannon2024-01-165-12/+17
* gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)Zackery Spytz2024-01-161-0/+57
* gh-91539: Small performance improvement of urrlib.request.getproxies_environm...Raphaël Marinier2024-01-151-1/+1
* gh-99437: runpy: decode path-like objects before setting globalsKamil Turek2024-01-152-9/+12
* gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)Sergey B Kirpichev2024-01-151-6/+23
* gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)Ronald Oussoren2024-01-152-5/+86
* gh-114075: Capture `test_compileall` stdout output (#114076)Kirill Podoprigora2024-01-151-1/+3
* gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (...Serhiy Storchaka2024-01-151-2/+7
* Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065)Barney Gale2024-01-142-11/+9
* Add `pathlib._abc.PathModuleBase` (#113893)Barney Gale2024-01-144-59/+182
* gh-111803: Support loading more deeply nested lists in binary plist format (G...Serhiy Storchaka2024-01-131-1/+2
* gh-114014: Update `fractions.Fraction()`'s rational parsing regex (#114015)Crowthebird2024-01-132-10/+34
* gh-101225: Increase the socket backlog when creating a multiprocessing.connec...Ronald Oussoren2024-01-132-2/+2
* Add module docstring for `pathlib._abc`. (#113691)Barney Gale2024-01-131-0/+13
* pathlib ABCs: add `_raw_path` property (#113976)Barney Gale2024-01-132-20/+31
* GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...Barney Gale2024-01-136-31/+33
* GH-111798: skip `test_super_deep()` from `test_call` under pydebug builds on ...Brett Cannon2024-01-131-6/+4
* GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `...Brett Cannon2024-01-121-1/+1
* gh-95649: Document that asyncio contains uvloop code (#107536)Alois Klink2024-01-124-0/+16
* GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickle...Brett Cannon2024-01-121-1/+1
* gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` ...Gregory P. Smith2024-01-122-11/+31
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-121-12/+13
* gh-107901: duplicate blocks with no lineno that have an eval break and multip...Irit Katriel2024-01-121-0/+15
* gh-113980: Fix resource warnings in test_asyncgen (GH-113984)Serhiy Storchaka2024-01-121-2/+19
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Steve Dower2024-01-121-0/+60
* gh-113027: Fix timezone check in test_variable_tzname in test_email (GH-113835)Pablo Galindo Salgado2024-01-121-1/+1
* gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)Mariusz Felisiak2024-01-122-3/+15
* gh-113937 Fix failures in type cache tests due to re-running (GH-113953)Peter Lazorchak2024-01-121-14/+14
* gh-113903: Fix an IDLE configdialog test (#113973)Terry Jan Reedy2024-01-122-16/+15
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Zackery Spytz2024-01-111-2/+4
* gh-107901: jump leaving an exception handler doesn't need an eval break check...Irit Katriel2024-01-111-2/+2