index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.11.0rc1
v3.11.0rc1
Pablo Galindo
2022-08-05
44
-82/+436
*
gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668) (GH-95...
Miss Islington (bot)
2022-08-05
1
-0/+6
*
gh-65802: IDLE - explain SaveAs and extensions (GH-95690) (GH-95692)
Miss Islington (bot)
2022-08-05
1
-0/+1
*
gh-95656: Enable the sqlite3 load extension API in Windows build (GH-95662)
Miss Islington (bot)
2022-08-04
1
-0/+2
*
gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...
Miss Islington (bot)
2022-08-04
1
-0/+2
*
GH-95289: Always call uncancel() when parent cancellation is requested (GH-95...
Miss Islington (bot)
2022-08-04
1
-0/+1
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
Miss Islington (bot)
2022-08-04
1
-0/+3
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
Mark Shannon
2022-08-04
1
-0/+2
*
gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)
Miss Islington (bot)
2022-08-03
1
-0/+1
*
gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...
Miss Islington (bot)
2022-08-03
1
-0/+3
*
gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...
Steve Dower
2022-08-03
1
-0/+1
*
gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...
Miss Islington (bot)
2022-08-03
1
-0/+3
*
gh-95609: update bundled pip to 22.2.2 (gh-95610)
Miss Islington (bot)
2022-08-03
1
-0/+1
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Miss Islington (bot)
2022-08-02
1
-0/+3
*
gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95557)
Miss Islington (bot)
2022-08-02
1
-0/+1
*
gh-91447: Fix findtext to only give an empty string on None (GH-91486)
Miss Islington (bot)
2022-08-01
1
-0/+2
*
GH-95150: Use position and exception tables for code hashing and equality (GH...
Miss Islington (bot)
2022-08-01
1
-0/+3
*
gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
Miss Islington (bot)
2022-08-01
1
-0/+1
*
[3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)
Christian Heimes
2022-08-01
1
-0/+2
*
[3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)
Christian Heimes
2022-08-01
1
-0/+2
*
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)
Miss Islington (bot)
2022-08-01
1
-0/+2
*
[3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)
Christian Heimes
2022-07-31
1
-0/+1
*
[3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95...
Christian Heimes
2022-07-31
1
-0/+2
*
gh-95471: IDLE - Tweak Edit menu (GH-95481)
Miss Islington (bot)
2022-07-31
1
-0/+1
*
gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)
Miss Islington (bot)
2022-07-30
1
-0/+1
*
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (GH-95211) (G...
Miss Islington (bot)
2022-07-29
1
-0/+1
*
GH-90081: Run python tracers at full speed (GH-95328) (#95363)
Miss Islington (bot)
2022-07-29
1
-0/+2
*
gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)
Miss Islington (bot)
2022-07-28
1
-0/+2
*
gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...
Miss Islington (bot)
2022-07-28
1
-0/+1
*
gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...
Miss Islington (bot)
2022-07-28
1
-0/+3
*
gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95364)
Miss Islington (bot)
2022-07-28
1
-0/+1
*
gh-95355: Check tokens[0] after allocating memory (GH-95356)
Miss Islington (bot)
2022-07-28
1
-0/+1
*
[3.11] GH-93899: fix checks for eventfd flags (GH-95170). (#95342)
Kumar Aditya
2022-07-28
1
-0/+1
*
[3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...
Serhiy Storchaka
2022-07-28
1
-0/+3
*
gh-95339: update bundled pip to 22.2.1 (gh-95340)
Miss Islington (bot)
2022-07-27
1
-0/+1
*
[3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack...
Miss Islington (bot)
2022-07-27
1
-0/+2
*
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
Miss Islington (bot)
2022-07-27
1
-0/+1
*
[3.11] gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288) (...
Christian Heimes
2022-07-27
1
-0/+2
*
[3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-...
Miss Islington (bot)
2022-07-27
1
-0/+2
*
[3.11] gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH...
Miss Islington (bot)
2022-07-27
1
-0/+2
*
gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298)
Miss Islington (bot)
2022-07-27
1
-0/+2
*
gh-93351: Add news entry and what's new entry for changes in gh-93351 (GH-951...
Miss Islington (bot)
2022-07-26
1
-0/+3
*
gh-91810: Fix regression with writing an XML declaration with encoding='unico...
Miss Islington (bot)
2022-07-26
1
-0/+2
*
[3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-...
Miss Islington (bot)
2022-07-26
1
-0/+3
*
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...
Miss Islington (bot)
2022-07-26
1
-0/+1
*
Python 3.11.0b5
v3.11.0b5
Pablo Galindo
2022-07-25
36
-65/+349
*
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#...
Pablo Galindo Salgado
2022-07-25
1
-0/+3
*
[3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)
Mark Shannon
2022-07-25
1
-0/+1
*
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
Miss Islington (bot)
2022-07-25
1
-0/+1
*
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
Miss Islington (bot)
2022-07-25
1
-0/+2
[next]