summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...Miss Islington (bot)2022-08-032-0/+10
* gh-95273: Align sqlite3 const doc refs with the devguide recommendations (GH-...Miss Islington (bot)2022-08-031-39/+39
* gh-95609: update bundled pip to 22.2.2 (gh-95610)Miss Islington (bot)2022-08-033-1/+2
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Miss Islington (bot)2022-08-0246-105/+322
* gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (g...Miss Islington (bot)2022-08-021-1/+1
* [3.11] gh-95516: Add param types and clarify param descriptions of LogRecord ...Miss Islington (bot)2022-08-021-25/+48
* gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95557)Miss Islington (bot)2022-08-025-24/+43
* gh-83270: Update IDLE's credits (GH-95528)Miss Islington (bot)2022-08-021-1/+11
* gh-92219: Clarify that some options to the installer may break the install (G...Miss Islington (bot)2022-08-021-5/+9
* gh-91447: Fix findtext to only give an empty string on None (GH-91486)Miss Islington (bot)2022-08-013-1/+19
* GH-95150: Use position and exception tables for code hashing and equality (GH...Miss Islington (bot)2022-08-015-5/+68
* gh-95173: Add a regression test for sorting tuples containing None (GH-95464)Miss Islington (bot)2022-08-011-0/+6
* gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)Miss Islington (bot)2022-08-012-0/+6
* [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)Christian Heimes2022-08-0117-41/+332
* [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)Christian Heimes2022-08-0117-100/+207
* gh-95273: Clarify when sqlite_* attributes are added to sqlite3 exceptions (G...Miss Islington (bot)2022-08-011-0/+3
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)Miss Islington (bot)2022-08-014-15/+19
* bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112)Miss Islington (bot)2022-08-011-9/+8
* IDLE: Fix docs URL in the About window (GH-28417)Miss Islington (bot)2022-07-311-2/+3
* [3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)Christian Heimes2022-07-3111-29/+868
* bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...Miss Islington (bot)2022-07-316-83/+27
* [3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95...Christian Heimes2022-07-3112-5/+47
* [3.11] gh-94635: Add Reference, How-to, and Explanation headings to sqlite3 d...Erlend Egeberg Aasland2022-07-311-100/+124
* gh-95471: IDLE - Tweak Edit menu (GH-95481)Miss Islington (bot)2022-07-313-1/+7
* gh-90654: IDLE - Insert blank line in NEWS.txt (GH-95478)Miss Islington (bot)2022-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-304-9/+31
* gh-95273: Relocate sqlite3 enable load extension note (GH-95430)Miss Islington (bot)2022-07-291-12/+8
* gh-95432: Fixup sqlite3 tutorial example (GH-95431)Miss Islington (bot)2022-07-291-5/+5
* GH-95097: fix `asyncio.run` for tasks without `uncancel` method (GH-95211) (G...Miss Islington (bot)2022-07-293-6/+55
* gh-95273: Improve sqlite3 class descriptions (GH-95379)Miss Islington (bot)2022-07-291-8/+34
* GH-90081: Run python tracers at full speed (GH-95328) (#95363)Miss Islington (bot)2022-07-293-6/+12
* gh-95273: Move sqlite3 executemany examples from reference to tutorial (GH-95...Miss Islington (bot)2022-07-293-54/+26
* gh-95273: Condense sqlite3 executescript example (GH-95383)Miss Islington (bot)2022-07-292-27/+9
* Improve documentation for adding datetime and timedelta (gh-95403) (gh-95408)Miss Islington (bot)2022-07-291-2/+2
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)Miss Islington (bot)2022-07-283-0/+5
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...Miss Islington (bot)2022-07-282-0/+8
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Miss Islington (bot)2022-07-283-8/+15
* [3.11] Update link to faster cpython benchmarks (GH-95391) (GH-95392)Miss Islington (bot)2022-07-281-1/+1
* gh-95369: add missing decref in error case of exception group's split (GH-95370)Miss Islington (bot)2022-07-281-0/+1
* gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95364)Miss Islington (bot)2022-07-283-2/+42
* Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods' (#95357)Miss Islington (bot)2022-07-281-2/+3
* gh-95355: Check tokens[0] after allocating memory (GH-95356)Miss Islington (bot)2022-07-282-1/+2
* [3.11] GH-93899: fix checks for eventfd flags (GH-95170). (#95342)Kumar Aditya2022-07-283-10/+15
* [3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...Serhiy Storchaka2022-07-284-85/+112
* gh-95339: update bundled pip to 22.2.1 (gh-95340)Miss Islington (bot)2022-07-273-1/+2
* [3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack...Miss Islington (bot)2022-07-278-2/+18
* gh-95174: Move WASIX logic into wasi-env (GH-95320)Miss Islington (bot)2022-07-272-9/+22
* gh-95273: Normalise sqlite3 reference wording (GH-95274)Miss Islington (bot)2022-07-271-45/+48
* gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (G...Miss Islington (bot)2022-07-271-5/+5