summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [3.10] gh-95876: Fix format string in pegen error location code (GH-95877 (GH...Christian Heimes2022-08-112-1/+5
* gh-95878: Fix format char in datetime CAPI tests (GH-95879)Miss Islington (bot)2022-08-111-4/+4
* gh-75510: Edit idlelib entry in doc (GH-95869)Miss Islington (bot)2022-08-111-3/+6
* gh-84910: Tweak IDLE Glossary entry (GH-95866)Miss Islington (bot)2022-08-111-3/+3
* gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)Miss Islington (bot)2022-08-111-1/+6
* gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...Miss Islington (bot)2022-08-103-1/+14
* Fix documentation typo for functools.cmp_to_key (GH-95766) (#95777)Miss Islington (bot)2022-08-101-1/+1
* gh-75500: Add idlelib section to IDLE doc (GH-95832)Miss Islington (bot)2022-08-092-1/+31
* [3.11] gh-88878: IDLE - replace type('') with str (GH-95792)Miss Islington (bot)2022-08-091-1/+1
* gh-95767: Fix grammatical error in asyncio loop.create_task docs (GH-95768)Miss Islington (bot)2022-08-091-1/+1
* [3.10] gh-95273: Reorganize sqlite3 doc module level funcs and vars (GH-95626...Erlend E. Aasland2022-08-081-124/+121
* [3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650). ...Serhiy Storchaka2022-08-084-4/+4
* gh-95491: Mention IDLE Issue project in Readme (GH-95750)Miss Islington (bot)2022-08-081-0/+8
* gh-94635: Fixup sqlite3 'Introduction' seealso note (GH-95751)Miss Islington (bot)2022-08-061-12/+12
* gh-95376: Add test for names containing null (GH-GH-5394) (GH-95747)Miss Islington (bot)2022-08-061-0/+2
* gh-95395: Add argument type error test (GH-95412) (GH-95745)Miss Islington (bot)2022-08-061-1/+3
* gh-95155: Update "Using Python on a Mac" documentation (GH-95284) (GH-95743)Miss Islington (bot)2022-08-061-3/+4
* Fix typo in test_dataclasses.py (gh-95735)Miss Islington (bot)2022-08-061-2/+2
* gh-95251: IDLE - Add What's New section to README (GH-95688)Miss Islington (bot)2022-08-051-2/+23
* gh-89362: Doc IDLE menu and search (GH-95697)Miss Islington (bot)2022-08-052-32/+52
* gh-91271: Document which parts of structs are in limited API/stable ABI (GH-3...Petr Viktorin2022-08-055-871/+982
* bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112) (...Miss Islington (bot)2022-08-051-9/+8
* GH-95685: Fix rendering of the string documentation (GH-95686) (GH-95701)Miss Islington (bot)2022-08-051-0/+1
* gh-65802: IDLE - explain SaveAs and extensions (GH-95690)Miss Islington (bot)2022-08-053-2/+8
* [3.10] Docs: sqlite3 docs fixup (GH-95681) (#95684)Erlend Egeberg Aasland2022-08-051-24/+24
* [3.10] gh-95271: Extract placeholders howto from sqlite3 tutorial (GH-95522) ...Erlend Egeberg Aasland2022-08-041-26/+38
* [3.10] gh-95273: Improve documented return values and exceptions raised for s...Erlend Egeberg Aasland2022-08-041-33/+18
* Docs: fix two typos in the sqlite3 docs (GH-95661)Miss Islington (bot)2022-08-041-2/+2
* gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)Miss Islington (bot)2022-08-0413-16/+16
* [3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...Serhiy Storchaka2022-08-0438-68/+68
* gh-95638: Update idlelib README file and menu lists (GH-95639)Miss Islington (bot)2022-08-041-50/+59
* gh-95191: IDLE Prompts entry for What's New 3.10 (GH-95633)Miss Islington (bot)2022-08-041-0/+3
* [3.10] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) (#95615)Shantanu2022-08-031-19/+20
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Steve Dower2022-08-034-35/+21
* gh-95597: Fix typo in Lib directory files (GH-95599)Miss Islington (bot)2022-08-032-2/+2
* [3.10] gh-95273: Align sqlite3 const doc refs with the devguide recommendatio...Erlend Egeberg Aasland2022-08-031-32/+32
* gh-95609: update bundled pip to 22.2.2 (gh-95610)Miss Islington (bot)2022-08-033-1/+2
* gh-91207: Override stylesheet fingerprinting when building for HTML Help (GH-...CAM Gerlach2022-08-022-0/+7
* gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (g...Miss Islington (bot)2022-08-021-1/+1
* gh-92219: Clarify that some options to the installer may break the install (G...Miss Islington (bot)2022-08-021-5/+9
* gh-95516: Add param types and clarify param descriptions of LogRecord (GH-955...Miss Islington (bot)2022-08-021-25/+48
* gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95558)Miss Islington (bot)2022-08-025-24/+43
* gh-83270: Update IDLE's credits (GH-95528) (#95560)Miss Islington (bot)2022-08-021-1/+11
* Post 3.10.6Pablo Galindo2022-08-021-1/+1
* Python 3.10.6v3.10.6Pablo Galindo2022-08-0186-151/+832
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)Miss Islington (bot)2022-08-014-15/+19
* IDLE: Fix docs URL in the About window (GH-28417)Miss Islington (bot)2022-07-311-2/+3
* [3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477)Thomas Klausner2022-07-313-0/+82
* [3.10] gh-94635: Add Reference, How-to, and Explanation headings to sqlite3 d...Erlend Egeberg Aasland2022-07-311-96/+120
* gh-95471: IDLE - Tweak Edit menu (GH-95481)Miss Islington (bot)2022-07-313-1/+7