summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-90654: IDLE - Insert blank line in NEWS.txt (#95479)Terry Jan Reedy2022-07-301-0/+1
* gh-94938: Fix test (GH-95396)Miss Islington (bot)2022-07-301-5/+0
* gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)Miss Islington (bot)2022-07-303-9/+30
* [3.10] gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95375)Łukasz Langa2022-07-292-2/+41
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)Miss Islington (bot)2022-07-281-0/+2
* [3.10] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...Serhiy Storchaka2022-07-282-0/+52
* gh-95339: update bundled pip to 22.2.1 (gh-95340)Miss Islington (bot)2022-07-272-1/+1
* gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)Miss Islington (bot)2022-07-271-2/+14
* gh-95291: Use import helper to improve sqlite3 audit tests (GH-95292)Miss Islington (bot)2022-07-261-4/+1
* gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)Miss Islington (bot)2022-07-253-23/+59
* gh-95212: make multiprocessing test case parallel-safe (GH-95213)Miss Islington (bot)2022-07-251-1/+1
* gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)Miss Islington (bot)2022-07-243-1/+1
* gh-95194: upgrade bundled pip to 22.2 (gh-95195)Miss Islington (bot)2022-07-243-1/+1
* gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)Miss Islington (bot)2022-07-242-3/+16
* gh-94844: Add pathlib support to shutil archive management (GH-94846)Miss Islington (bot)2022-07-201-0/+2
* [3.10] gh-90654: Update maintenance NEWS header (#94355)Terry Jan Reedy2022-07-201-3/+2
* gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038)Miss Islington (bot)2022-07-201-0/+2
* [3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-...Miss Islington (bot)2022-07-191-3/+13
* [3.10] gh-94998: Remove incorrectly backported Lib/test/test_sqlite3 director...Erlend Egeberg Aasland2022-07-191-1892/+0
* GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...Miss Islington (bot)2022-07-191-0/+17
* [3.10] gh-94949: Disallow parsing parenthesised ctx mgr with old feature_vers...Shantanu2022-07-191-0/+8
* test_concurrent_futures: Fix unneeded/confusing format call (GH-93119)Miss Islington (bot)2022-07-191-1/+1
* [3.10] gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94...Shantanu2022-07-181-0/+5
* gh-94821: Fix autobind of empty unix domain address (GH-94826)Miss Islington (bot)2022-07-171-0/+19
* gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)Miss Islington (bot)2022-07-171-0/+13
* gh-94869: Fix the location in some expressions for multi-line f-string ast no...Miss Islington (bot)2022-07-161-2/+31
* idlelib: replace 'while 1' with 'while True' (GH-94827)Miss Islington (bot)2022-07-146-8/+8
* [3.10] GH-94736: mark SemLock test as linux only (GH-94750) (#94753)Miss Islington (bot)2022-07-111-0/+1
* bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...Miss Islington (bot)2022-07-112-2/+32
* GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)Miss Islington (bot)2022-07-111-0/+11
* [3.10] GH-94329: Don't raise on excessive stack consumption (GH-94421) (#94448)Mark Shannon2022-07-111-0/+6
* [3.10] gh-94430: Allow params named `module` or `self` with custom C names in...Erlend Egeberg Aasland2022-07-071-0/+41
* [3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace ...Pablo Galindo Salgado2022-07-052-0/+78
* [3.10] gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-944...Łukasz Langa2022-07-051-0/+109
* gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94569)Miss Islington (bot)2022-07-051-2/+12
* [3.10] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...Vinay Sajip2022-07-052-2/+5
* IDLE doc: Tweek RESTART and Windows console start (GH-94530)Miss Islington (bot)2022-07-031-3/+5
* [3.10] gh-93975: Provide nicer error reporting from subprocesses in test_venv...Jason R. Coombs2022-07-011-14/+30
* gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...Miss Islington (bot)2022-06-304-1/+20
* [3.10] GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (...Miss Islington (bot)2022-06-302-3/+3
* gh-92336: linecache.getline should not raise exceptions on decoding errors (G...Miss Islington (bot)2022-06-302-7/+7
* [3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-...Kumar Aditya2022-06-281-0/+23
* [3.10] gh-82006: IDLE doc improvements (GH-94349) (GH-94358)Miss Islington (bot)2022-06-282-177/+306
* gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) (GH-92904)Miss Islington (bot)2022-06-281-1/+1
* gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)Miss Islington (bot)2022-06-281-27/+33
* [3.10] gh-94192: Fix error for dictionary literals with invalid expression as...wookie1842022-06-271-3/+13
* [3.11] gh-84623: Remove unused imports in stdlib (GH-94313)Miss Islington (bot)2022-06-272-2/+1
* GH-94254: Make _struct module types immutable (GH-94269)Miss Islington (bot)2022-06-261-0/+12
* Run Tools/scripts/reindent.py (#94225) (#94291)Victor Stinner2022-06-262-2/+1
* gh-83499: Fix closing file descriptors in tempfile (GH-93874)Miss Islington (bot)2022-06-262-64/+105