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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-120896: Fix typo in version changed note of `urllib.parse.urlparse(...
Miss Islington (bot)
2024-06-23
1
-1/+1
*
[3.13] gh-119003: Clarify slice assignments (GH-119935) (#120847)
Miss Islington (bot)
2024-06-23
1
-1/+1
*
[3.13] Amend categories of @nineteendo's news entries (GH-120735) (#120850)
Nice Zombies
2024-06-22
3
-113/+113
*
[3.13] gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877) (GH-...
Miss Islington (bot)
2024-06-22
3
-36/+104
*
[3.13] gh-120873: Add test for "state" option in ttk.Scale (GH-120874) (GH-12...
Miss Islington (bot)
2024-06-22
1
-12/+10
*
[3.13] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-12081...
Miss Islington (bot)
2024-06-22
2
-0/+2
*
[3.13] gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824) (GH...
Miss Islington (bot)
2024-06-22
6
-137/+250
*
[3.13] gh-119344: Make critical section API public (GH-119353) (#120856)
Sam Gross
2024-06-21
15
-223/+457
*
[3.13] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize()...
Miss Islington (bot)
2024-06-21
1
-3/+10
*
[3.13] gh-120773: document introspective attributes of an async generator obj...
Miss Islington (bot)
2024-06-21
1
-214/+227
*
[3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-1...
Miss Islington (bot)
2024-06-21
4
-12/+58
*
[3.13] gh-111259: Document idiomatic RE pattern (?s:.) that matches any chara...
Miss Islington (bot)
2024-06-20
1
-1/+1
*
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...
Sam Gross
2024-06-20
18
-110/+185
*
[3.13] gh-119258: Backport optimizer frame fixes in GH-119365 (GH-120699)
Ken Jin
2024-06-20
5
-35/+21
*
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...
Mark Shannon
2024-06-20
7
-86/+68
*
[3.13] Update the documentation howto index page and group docs into 3 logica...
Miss Islington (bot)
2024-06-20
4
-5/+39
*
[3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour...
Jelle Zijlstra
2024-06-20
4
-4/+187
*
[3.13] Fix typos in comments (GH-120481) (#120774)
Miss Islington (bot)
2024-06-20
4
-5/+5
*
[3.13] GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120768)
Miss Islington (bot)
2024-06-20
2
-1/+3
*
[3.13] gh-118820: Zero-valued flag enum has no name (GH-118848) (GH-120759)
Miss Islington (bot)
2024-06-19
1
-0/+8
*
[3.13] gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_...
Miss Islington (bot)
2024-06-19
3
-7/+13
*
[3.13] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-120753) (#120757)
Miss Islington (bot)
2024-06-19
1
-4/+4
*
[3.13] gh-120521: clarify except* documentation to allow tuples (GH-120523) (...
Miss Islington (bot)
2024-06-19
1
-9/+10
*
[3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced ...
Nadeshiko Manju
2024-06-19
3
-2/+1
*
[3.13] gh-120635: Avoid leaking processes in test_pyrepl (GH-120676) (#120741)
Miss Islington (bot)
2024-06-19
1
-1/+1
*
[3.13] gh-120722: Set position on RETURN_VALUE in lambda (GH-120724) (#120738)
Miss Islington (bot)
2024-06-19
3
-2/+31
*
[3.13] gh-119960: Add information about regex flags in re module functions (G...
Miss Islington (bot)
2024-06-19
1
-0/+32
*
[3.13] gh-120726: Fix compiler warnings on is_core_module() (GH-120727) (#120...
Miss Islington (bot)
2024-06-19
2
-4/+5
*
[3.13] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-1195...
Miss Islington (bot)
2024-06-19
3
-9/+45
*
[3.13] gh-120449: fix ``test_pyclbr`` introspection for mangled names (GH-120...
Miss Islington (bot)
2024-06-19
2
-17/+75
*
[3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684)
Miss Islington (bot)
2024-06-19
4
-10/+135
*
[3.13] gh-120633: Move scrollbar and remove tear-off menus in turtledemo (GH-...
Miss Islington (bot)
2024-06-19
2
-4/+5
*
[3.13] gh-120496: Add a note about iterator thread-safe (gh-120685) (#120706)
Miss Islington (bot)
2024-06-19
1
-0/+3
*
[3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo ...
Miss Islington (bot)
2024-06-18
3
-2/+28
*
[3.13] gh-117953: Skip `test_interpreters` properly without GIL (gh-120707)
Miss Islington (bot)
2024-06-18
1
-3/+6
*
[3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...
Miss Islington (bot)
2024-06-18
8
-4/+68
*
[3.13] gh-120659: Skip `test_freethreading` with GIL (GH-120660) (#120694)
Miss Islington (bot)
2024-06-18
1
-0/+4
*
[3.13] gh-119241: Add HOWTO for free-threaded C API extensions (GH-119877) (#...
Miss Islington (bot)
2024-06-18
2
-0/+255
*
[3.13] gh-120662: Improve `smtplib` example (GH-120668) (#120681)
Miss Islington (bot)
2024-06-18
1
-12/+11
*
[3.13] gh-119897: Add test for lambda generator invocation (GH-120658) (#120673)
Miss Islington (bot)
2024-06-18
1
-1/+5
*
[3.13] gh-120590: Fix test_pydoc in the refleak hunting mode (GH-120615) (GH-...
Miss Islington (bot)
2024-06-18
1
-8/+32
*
[3.13] gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].in...
Miss Islington (bot)
2024-06-17
2
-3/+4
*
[3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-1...
Miss Islington (bot)
2024-06-17
4
-12/+77
*
[3.13] gh-117657: Fix TSan reported data race on ioctl_works (GH-120175) (#12...
Miss Islington (bot)
2024-06-17
2
-4/+5
*
[3.13] gh-115649: Copy the filename into main interpreter before intern in im...
Miss Islington (bot)
2024-06-17
2
-1/+13
*
[3.13] gh-120433: Mention ``chocolatey`` for installing llvm on Windows as an...
Miss Islington (bot)
2024-06-17
1
-0/+6
*
[3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering ho...
Miss Islington (bot)
2024-06-17
3
-12/+47
*
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...
Jelle Zijlstra
2024-06-17
9
-55/+277
*
[3.13] gh-120586: Fix several "unused function" warnings in `posixmodule.c` (...
Miss Islington (bot)
2024-06-17
1
-1/+3
*
[3.13] gh-112346: Document the OS byte in `gzip.compress` output change in 3....
Miss Islington (bot)
2024-06-17
2
-1/+18
[next]