summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)Miss Islington (bot)2022-07-272-0/+2
* [3.11] gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288) (...Christian Heimes2022-07-273-22/+24
* gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-9...Miss Islington (bot)2022-07-271-1/+7
* [3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-...Miss Islington (bot)2022-07-275-8/+23
* [3.11] gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH...Miss Islington (bot)2022-07-272-2/+16
* Fix minor docstring issues in `dataclasses.py`. (gh-93024) (GH-95286)Miss Islington (bot)2022-07-271-7/+7
* gh-95291: Use import helper to improve sqlite3 audit tests (GH-95292) (GH-95293)Miss Islington (bot)2022-07-271-4/+1
* gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298)Miss Islington (bot)2022-07-273-3/+20
* gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (GH-95269) (...Miss Islington (bot)2022-07-271-1/+11
* gh-95041: Fix several minor issues in syslog.openlog() (GH-95058) (GH-95261)Miss Islington (bot)2022-07-261-24/+33
* gh-93351: Add news entry and what's new entry for changes in gh-93351 (GH-951...Miss Islington (bot)2022-07-261-0/+3
* gh-91810: Fix regression with writing an XML declaration with encoding='unico...Miss Islington (bot)2022-07-263-20/+10
* [3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-...Miss Islington (bot)2022-07-266-443/+614
* gh-95235: Add explicit parameter list to some sqlite3 methods (GH-95240) (GH-...Miss Islington (bot)2022-07-261-67/+143
* gh-95205: Improve WASM README.md (GH-95267) (GH-95270)Miss Islington (bot)2022-07-262-12/+112
* gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...Miss Islington (bot)2022-07-264-4/+32
* Post 3.11.0b5Pablo Galindo2022-07-261-1/+1