summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-95376: Add test for names containing null (#GH-5394)Sion Kang2022-08-061-0/+2
* gh-95395: Add argument type error test (GH-95412)Sion Kang2022-08-061-1/+3
* Fix typo in test_dataclasses.py (gh-95735)da-woods2022-08-061-2/+2
* gh-93243: Make smtpd private before porting its users (GH-93246)Oleg Iarygin2022-08-065-1036/+9
* gh-86943: implement `pathlib.WindowsPath.is_mount()` (GH-31458)Barney Gale2022-08-052-23/+7
* gh-95251: IDLE - Add What's New section to README (#95688)Terry Jan Reedy2022-08-051-2/+23
* gh-89362: Doc IDLE menu and search (#95697)Terry Jan Reedy2022-08-051-15/+27
* Update the magic number in test_util.py (#95714)Pablo Galindo Salgado2022-08-051-1/+1
* gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)Fantix King2022-08-051-7/+12
* gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (#95687)Fantix King2022-08-051-1/+11
* gh-65802: IDLE - explain SaveAs and extensions (#95690)Terry Jan Reedy2022-08-051-0/+2
* gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)Eric Snow2022-08-051-1/+1
* gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...Barry Warsaw2022-08-059-150/+6
* Fix links to old SF bugs (#95648)Serhiy Storchaka2022-08-0414-16/+16
* gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...Petr Viktorin2022-08-041-1/+63
* gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)Petr Viktorin2022-08-041-0/+29
* GH-95289: Always call uncancel() when parent cancellation is requested (#95602)Kumar Aditya2022-08-042-9/+41
* gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...Łukasz Langa2022-08-042-14/+2
* gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)Serhiy Storchaka2022-08-041-1/+1
* gh-95638: Update idlelib README file and menu lists (#95639)Terry Jan Reedy2022-08-041-50/+59
* gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)Miro Hrončok2022-08-031-1/+30
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Steve Dower2022-08-031-8/+45
* gh-95597: Fix typo in Lib directory files (#95599)Jo, Yunjin2022-08-032-2/+2
* gh-95609: update bundled pip to 22.2.2 (gh-95610)Stéphane Bidoul2022-08-032-1/+1
* GH-92678: Fix tp_dictoffset inheritance. (GH-95596)Mark Shannon2022-08-031-0/+19
* gh-83270: Update IDLE's credits (#95528)Erlend Egeberg Aasland2022-08-021-1/+11
* gh-95191: IDLE: Include prompts when saving Shell #95554Terry Jan Reedy2022-08-024-24/+42
* GH-95150: Use position and exception tables for code hashing and equality (GH...Brandt Bucher2022-08-013-4/+47
* gh-91447: Fix findtext to only give an empty string on None (GH-91486)Eugene Triguba2022-08-012-1/+17
* gh-95173: Add a regression test for sorting tuples containing None (#95464)Jacob Walls2022-08-011-0/+6
* gh-77617: Add sqlite3 command-line interface (#95026)Erlend Egeberg Aasland2022-08-012-0/+252
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)Terry Jan Reedy2022-08-013-15/+17
* IDLE: Fix docs URL in the About window (#28417)Serhiy Storchaka2022-07-311-2/+3
* bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...Pablo Galindo Salgado2022-07-313-25/+15
* gh-95471: IDLE - Tweak Edit menu (#95481)Terry Jan Reedy2022-07-312-1/+6
* gh-90654: IDLE - Insert blank line in NEWS.txt (#95478)Terry Jan Reedy2022-07-301-0/+1
* gh-95454: Replace truthy/falsy with true/false (GH-95456)Robert O'Shea2022-07-302-8/+8
* gh-94938: Fix test (GH-95396)Serhiy Storchaka2022-07-301-5/+0
* gh-95411: IDLE - Enable using the module browser with .pyw files (#95397)Erlend Egeberg Aasland2022-07-303-9/+30
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393)Erlend Egeberg Aasland2022-07-281-0/+2
* gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...Raghunandan Bhat2022-07-281-0/+13
* Fix misused variable that was preventing permutations of classes from being t...Jingxuan He2022-07-281-1/+1
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Steve Dower2022-07-281-1/+1
* GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)Kumar Aditya2022-07-282-6/+54
* gh-95166: cancel map waited on future on timeout (GH-95169)Thomas Grainger2022-07-282-2/+41
* gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)Serhiy Storchaka2022-07-282-0/+52
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-273-3/+5
* gh-95339: update bundled pip to 22.2.1 (gh-95340)Stéphane Bidoul2022-07-272-1/+1
* gh-93963: Remove usage of deprecated interface from importlib.abc. (#95217)Jason R. Coombs2022-07-272-2/+2
* gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)Christian Heimes2022-07-271-2/+14