summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)Ken Jin2022-08-046-15/+128
* gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...Łukasz Langa2022-08-045-122/+10
* gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)Serhiy Storchaka2022-08-0413-16/+16
* gh-95638: Update idlelib README file and menu lists (#95639)Terry Jan Reedy2022-08-041-50/+59
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-0440-72/+72
* gh-95191: IDLE Prompts entry for What's New 3.10 (#95633)Terry Jan Reedy2022-08-041-0/+3
* gh-95191: IDLE Prompts entry for Whatnew 3.11 (#95632)Terry Jan Reedy2022-08-041-0/+3
* gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)Miro Hrončok2022-08-032-1/+31
* gh-90817: Use .. deprecated-removed:: when removal version known (#94960)Hugo van Kemenade2022-08-031-2/+2
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Steve Dower2022-08-034-8/+159
* gh-95597: Fix typo in Lib directory files (#95599)Jo, Yunjin2022-08-032-2/+2
* [Enum] add whatsnew entries (GH-95455)Ethan Furman2022-08-031-0/+43
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Derek Kim2022-08-034-35/+21
* gh-95273: Align sqlite3 const doc refs with the devguide recommendations (#95...Erlend Egeberg Aasland2022-08-031-39/+39
* gh-95609: update bundled pip to 22.2.2 (gh-95610)Stéphane Bidoul2022-08-033-1/+2
* gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...CAM Gerlach2022-08-032-0/+10
* GH-92678: Fix tp_dictoffset inheritance. (GH-95596)Mark Shannon2022-08-034-3/+65
* Docs: fix incorrect formatting in sqlite3 CLI docs (#95581)Erlend Egeberg Aasland2022-08-021-2/+4
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-0246-105/+322
* gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517)CAM Gerlach2022-08-021-25/+48
* 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-025-24/+43
* gh-92219: Clarify that some options to the installer may break the install (G...Steve Dower2022-08-011-5/+9
* gh-90110: Get the C Analyzer Tool Working Again (gh-95545)Eric Snow2022-08-014-5/+118
* GH-95150: Use position and exception tables for code hashing and equality (GH...Brandt Bucher2022-08-015-5/+68
* gh-91447: Fix findtext to only give an empty string on None (GH-91486)Eugene Triguba2022-08-013-1/+19
* gh-95417: Quick fix for "ULONG_PTR differs in levels of indirection from void...Oleg Iarygin2022-08-012-4/+12
* gh-95173: Add a regression test for sorting tuples containing None (#95464)Jacob Walls2022-08-011-0/+6
* gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)neonene2022-08-012-0/+6
* no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510)Alex Hedges2022-08-011-1/+1
* GH-95245: Store object values and dict pointers in single tagged pointer. (GH...Mark Shannon2022-08-0110-201/+269
* gh-91146: More reduce allocation size of list from str.split/rsplit (gh-95493)Dong-hee Na2022-08-012-10/+23
* gh-95007: Remove the NoneType return converter from Argument Clinic Doc (#95529)Noam Cohen2022-08-011-5/+0
* gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386)Petr Viktorin2022-08-016-970/+993
* gh-77617: Add sqlite3 command-line interface (#95026)Erlend Egeberg Aasland2022-08-015-0/+281
* gh-95273: Clarify when sqlite_* attributes are added to sqlite3 exceptions (#...Erlend Egeberg Aasland2022-08-011-0/+3
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)Terry Jan Reedy2022-08-014-15/+19
* bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112)markus-sus2022-08-011-9/+8
* 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-316-83/+27
* gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473)Dong-hee Na2022-07-312-19/+22
* gh-95471: IDLE - Tweak Edit menu (#95481)Terry Jan Reedy2022-07-313-1/+7
* gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (#94636)Erlend Egeberg Aasland2022-07-301-98/+120
* Doctest cleanups (GH-95436)Zachary Ware2022-07-306-7/+29
* 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-308-13/+15
* 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-304-9/+31
* gh-95273: Relocate sqlite3 enable load extension note (#95430)Erlend Egeberg Aasland2022-07-291-12/+8
* gh-94302: Clarify use of the 'open' operation in os.startfile (GH-95441)Steve Dower2022-07-291-2/+2