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.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#â...
Charlie Zhao
2023-07-31
4
-3/+59
*
[3.12] gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)...
Miss Islington (bot)
2023-07-31
2
-0/+5
*
[3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) ...
Ćukasz Langa
2023-07-31
3
-0/+57
*
[3.12] gh-104280: Add test cases for DTrace probes (GH-107125) (#107489)
Miss Islington (bot)
2023-07-31
1
-0/+82
*
[3.12] gh-105751, test_ctypes: Remove disabled tests (GH-105826) (#107483)
Ćukasz Langa
2023-07-31
5
-133/+0
*
[3.12] gh-99079: add What's New item (GH-107481)
Ned Deily
2023-07-31
1
-0/+2
*
[3.12] Update macOS installer screens for 3.12rc/final. (GH-107473)
Ned Deily
2023-07-31
2
-36/+3
*
[3.12] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (gh-107472)
Ned Deily
2023-07-31
3
-131/+184
*
[3.12] gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429) (gh-1...
Miss Islington (bot)
2023-07-30
1
-2/+3
*
[3.12] Fix the documentation for PyCode_New add `qualname` parameter (GH-1071...
Miss Islington (bot)
2023-07-29
1
-4/+4
*
[3.12] gh-107422: Remove outdated `TypedDict` example from typing docs (GH-10...
Miss Islington (bot)
2023-07-29
1
-3/+0
*
[3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...
Serhiy Storchaka
2023-07-29
52
-139/+125
*
[3.12] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107416)
Serhiy Storchaka
2023-07-29
6
-19/+19
*
[3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#10...
justdan6
2023-07-28
5
-2/+12
*
[3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)...
Eric Snow
2023-07-28
6
-26672/+26592
*
[3.12] gh-107307: Update the importlib Docs for PEP 684 (gh-107400) (gh-107413)
Miss Islington (bot)
2023-07-28
1
-0/+31
*
[3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) (...
Miss Islington (bot)
2023-07-28
6
-2/+169
*
[3.12] gh-107305: Update the C-API Docs for PEP 684 (gh-107324) (gh-107402)
Miss Islington (bot)
2023-07-28
2
-15/+197
*
[3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384)
Miss Islington (bot)
2023-07-28
10
-30/+29
*
[3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event c...
Mark Shannon
2023-07-28
4
-6/+29
*
[3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...
Mark Shannon
2023-07-28
8
-144/+207
*
[3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...
Mark Shannon
2023-07-28
9
-1203/+1404
*
[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...
Serhiy Storchaka
2023-07-28
19
-79/+88
*
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...
Serhiy Storchaka
2023-07-28
23
-119/+122
*
[3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)
Serhiy Storchaka
2023-07-28
12
-37/+29
*
[3.12] gh-106723: forward -Xfrozen_modules option to spawned process interpre...
Miss Islington (bot)
2023-07-28
2
-1/+2
*
[3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-...
Miss Islington (bot)
2023-07-28
8
-12/+11
*
[3.12] gh-106368: Argument clinic tests: improve failure message when tests i...
Miss Islington (bot)
2023-07-28
1
-1/+1
*
[3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...
Miss Islington (bot)
2023-07-27
4
-16/+50
*
[3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355)
Miss Islington (bot)
2023-07-27
3
-7/+29
*
[3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357)
Miss Islington (bot)
2023-07-27
1
-0/+1
*
[3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...
Miss Islington (bot)
2023-07-27
12
-37/+39
*
[3.12] Bump some docs dependencies to resolve a Dependabot security alert (GH...
Miss Islington (bot)
2023-07-27
1
-5/+5
*
[3.12] gh-106996: Rewrite turtle explanation (GH-107244) (#107335)
Miss Islington (bot)
2023-07-27
1
-54/+38
*
[3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-1069...
Miss Islington (bot)
2023-07-27
2
-50/+142
*
[3.12] gh-107298: Docs: add targets for some :c:member: and :c:macro: referen...
Miss Islington (bot)
2023-07-27
3
-40/+40
*
[3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)
Serhiy Storchaka
2023-07-27
9
-58/+64
*
[3.12] Docs: Remove the numbered steps from the Argument Clinic tutorial (GH-...
Miss Islington (bot)
2023-07-26
1
-314/+310
*
[3.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-...
Miss Islington (bot)
2023-07-26
3
-2/+19
*
[3.12] Document that `os.link()` is not available on Emscripten (GH-104822) (...
Miss Islington (bot)
2023-07-26
1
-1/+1
*
[3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)
Miss Islington (bot)
2023-07-26
9
-22/+28
*
[3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)
Miss Islington (bot)
2023-07-26
8
-14/+16
*
[3.12] gh-106948: Update documentation nitpick_ignore for c:identifer domain ...
Miss Islington (bot)
2023-07-26
2
-3/+9
*
[3.12] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-1063...
Miss Islington (bot)
2023-07-26
2
-2/+5
*
[3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107277) (#10...
Miss Islington (bot)
2023-07-26
1
-3/+75
*
[3.12] gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_trac...
Miss Islington (bot)
2023-07-25
1
-1/+1
*
[3.12] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107269)
Miss Islington (bot)
2023-07-25
1
-7/+37
*
[3.12] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3...
Miss Islington (bot)
2023-07-25
2
-0/+4
*
[3.12] gh-62519: Make pgettext search plurals when translation is not found (...
Miss Islington (bot)
2023-07-25
3
-4/+12
*
[3.12] Remove superflous whitespaces in `layout.html`. (#107251)
Ezio Melotti
2023-07-25
1
-4/+4
[next]