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-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (...
Miss Islington (bot)
2023-08-08
15
-90/+162
*
[3.12] gh-107442: Document all valid types for ctypes _as_parameter_ (GH-1074...
Miss Islington (bot)
2023-08-07
1
-3/+4
*
[3.12] Docs: Argument Clinic: Move the CConverter class to the reference (GH-...
Miss Islington (bot)
2023-08-07
1
-64/+69
*
[3.12] Improve cross-references in `runpy` docs (GH-107673) (#107698)
Miss Islington (bot)
2023-08-06
1
-12/+13
*
[3.12] Docs: Argument Clinic: Improve 'How to write a custom converter' (GH-1...
Miss Islington (bot)
2023-08-06
1
-24/+26
*
[3.12] Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (GH-107672) (#1...
Miss Islington (bot)
2023-08-06
2
-32/+35
*
[3.12] GH-84435: Make pyspecific directives translatable (GH-19470) (#107681)
Miss Islington (bot)
2023-08-06
1
-10/+8
*
[3.12] Do not use deprecated ``logger.warn()`` in pyspecific (GH-107694) (#10...
Miss Islington (bot)
2023-08-06
1
-3/+3
*
[3.12] Docs: skip python-docs-theme 2023.7 to fix mobile menu (GH-107666) (#1...
Miss Islington (bot)
2023-08-06
1
-1/+1
*
[3.12] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107...
Miss Islington (bot)
2023-08-06
1
-2/+2
*
Post 3.12.0rc1
Thomas Wouters
2023-08-06
1
-1/+1
*
Python 3.12.0rc1
v3.12.0rc1
Thomas Wouters
2023-08-05
52
-124/+515
*
[3.12] gh-107432 Fix incorrect indentation in annotations HOWTO (GH-107445) (...
Miss Islington (bot)
2023-08-05
1
-163/+163
*
[3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...
Eric Snow
2023-08-05
6
-62/+29
*
[3.12] Docs: Only include Plausible for html, not for epub etc (GH-107637) (#...
Miss Islington (bot)
2023-08-04
1
-1/+3
*
[3.12] Docs: upgrade to python-docs-theme 2023.7 (GH-107617) (#107633)
Hugo van Kemenade
2023-08-04
1
-1/+1
*
[3.12] Update the expected bytecode magic in test_importlib.test_util (#107626)
T. Wouters
2023-08-04
1
-1/+1
*
[3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_...
Miss Islington (bot)
2023-08-04
21
-45/+57
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...
Miss Islington (bot)
2023-08-03
6
-29/+62
*
[3.12] gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases`...
Miss Islington (bot)
2023-08-03
3
-7/+20
*
[3.12] gh-107077: Raise SSLCertVerificationError even if the error is set via...
Miss Islington (bot)
2023-08-03
2
-0/+10
*
[3.12] gh-107471: Fix Refleaks in test_import (gh-107569) (#107571)
Miss Islington (bot)
2023-08-02
2
-1/+3
*
[3.12] Clarify `Self` interaction with subclasses (GH-107511) (#107548)
Miss Islington (bot)
2023-08-01
1
-10/+21
*
[3.12] gh-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107...
Miss Islington (bot)
2023-08-01
2
-6/+9
*
[3.12] gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107...
Miss Islington (bot)
2023-07-31
2
-0/+13
*
[3.12] gh-99113: Add a What's New Entry for PEP 684 (gh-107520) (gh-107523)
Miss Islington (bot)
2023-07-31
1
-0/+40
*
[3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403...
Miss Islington (bot)
2023-07-31
3
-0/+34
*
[3.12] gh-107507: Replace 'The goals of Argument Clinic' with a summary (GH-1...
Miss Islington (bot)
2023-07-31
1
-54/+4
*
[3.12] gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466) (GH...
Miss Islington (bot)
2023-07-31
2
-1/+5
*
[3.12] GH-101291: Add warning to "what's new" that `PyLongObject` internals h...
Miss Islington (bot)
2023-07-31
1
-0/+11
*
[3.12] gh-106368: Add test for Argument Clinic misbehaving custom converter_i...
Miss Islington (bot)
2023-07-31
1
-0/+20
*
[3.12] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045)...
Miss Islington (bot)
2023-07-31
1
-0/+15
*
[3.12] gh-105751: Remove obsolete `object` base class in some ctypes tests (G...
Ćukasz Langa
2023-07-31
4
-11/+11
*
[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
[next]