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-112618: Make Annotated cache typed (#112619) (#112628)
Alex Waygood
2023-12-03
3
-2/+43
*
[3.12] gh-112316: Improve docs of `inspect.signature` and `Signature.from_cal...
Alex Waygood
2023-12-02
1
-19/+18
*
[3.12] gh-109413: libregrtest: Backport `.py`-file changes from #112558 (#112...
Alex Waygood
2023-12-01
7
-12/+18
*
[3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check on mos...
Alex Waygood
2023-12-01
4
-4/+48
*
[3.12] Bump mypy to 1.7.1 (#112581) (#112601)
Alex Waygood
2023-12-01
1
-1/+1
*
[3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#...
Pablo Galindo Salgado
2023-12-01
4
-5/+38
*
[3.12] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112593)
Miss Islington (bot)
2023-12-01
4
-22/+28
*
[3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed c...
Miss Islington (bot)
2023-12-01
5
-1/+22
*
[3.12] gh-82565: Add tests for pickle and unpickle with bad files (GH-16606) ...
Miss Islington (bot)
2023-12-01
1
-0/+78
*
[3.12] gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-...
Serhiy Storchaka
2023-12-01
2
-50/+121
*
[3.12] gh-66819: More IDLE htest updates (GH-112574) (#112575)
Miss Islington (bot)
2023-12-01
1
-55/+52
*
[3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566)
Dennis Sweeney
2023-12-01
3
-2/+24
*
[3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3...
Miss Islington (bot)
2023-11-30
3
-1/+6
*
[3.12] IDLE: fix config_key htest (GH-112545) (#112546)
Miss Islington (bot)
2023-11-30
2
-2/+2
*
[3.12] [Enum] update class creation for RuntimeError changes (GH-111815) (GH-...
Miss Islington (bot)
2023-11-29
2
-6/+9
*
[3.12] Add more C API tests (GH-112522) (GH-112525)
Miss Islington (bot)
2023-11-29
2
-0/+119
*
[3.12] gh-112509: Fix keys being present in both required_keys and optional_k...
Miss Islington (bot)
2023-11-29
3
-5/+63
*
[3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523)
Miss Islington (bot)
2023-11-29
1
-2/+2
*
[3.12] gh-112503: Fix test_sys on WASI (gh-112505)
Eric Snow
2023-11-29
1
-1/+13
*
[3.12] gh-105716: Fix Refleaks in test_interpreters (gh-112500)
Eric Snow
2023-11-28
1
-7/+21
*
[3.12] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112493)
Miss Islington (bot)
2023-11-28
1
-10/+4
*
[3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-...
Miss Islington (bot)
2023-11-28
3
-0/+193
*
[3.12] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112487)
Miss Islington (bot)
2023-11-28
3
-0/+37
*
[3.12] gh-111698: Restrict Py_mod_multiple_interpreters to 3.12+ Under Py_LIM...
Miss Islington (bot)
2023-11-28
1
-1/+3
*
[3.12] gh-109894: Fix initialization of static `MemoryError` in subinterprete...
Miss Islington (bot)
2023-11-28
4
-4/+16
*
[3.12] gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-11031...
Eric Snow
2023-11-28
4
-405/+506
*
[3.12] gh-105716: Support Background Threads in Subinterpreters Consistently ...
Eric Snow
2023-11-28
11
-150/+385
*
[3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794...
Eric Snow
2023-11-28
7
-34/+118
*
[3.12] gh-112414: Add additional unit tests for calling `repr()` on a namespa...
Miss Islington (bot)
2023-11-28
2
-4/+30
*
[3.12] Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479)...
Miss Islington (bot)
2023-11-28
1
-1/+1
*
[3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g...
Eric Snow
2023-11-27
11
-4113/+4251
*
[3.12] Correct documentation for AF_PACKET (GH-112339) (#112477)
Miss Islington (bot)
2023-11-27
1
-2/+1
*
[3.12] gh-105699: Revert gh-107783 "Re-enable the Multiple-Interpreters Stres...
Eric Snow
2023-11-27
1
-0/+1
*
[3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701)
Eric Snow
2023-11-27
7
-26487/+26702
*
[3.12] gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-...
Eric Snow
2023-11-27
4
-61/+96
*
[3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572...
Miss Islington (bot)
2023-11-27
1
-1/+0
*
[3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111...
Miss Islington (bot)
2023-11-27
3
-3/+203
*
[3.12] gh-112388: Fix an error that was causing the parser to try to overwrit...
Miss Islington (bot)
2023-11-27
3
-0/+7
*
[3.12] gh-112387: Fix error positions for decoded strings with backwards toke...
Miss Islington (bot)
2023-11-27
3
-0/+10
*
[3.12] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...
Miss Islington (bot)
2023-11-27
2
-0/+17
*
[3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...
Miss Islington (bot)
2023-11-27
4
-6/+40
*
[3.12] gh-84443: SSLSocket.recv_into() now support buffer protocol with items...
Miss Islington (bot)
2023-11-27
3
-4/+32
*
[3.12] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...
Miss Islington (bot)
2023-11-27
3
-17/+17
*
[3.12] Move What's New In Python 3.12 entries to the right section (GH-112447...
Miss Islington (bot)
2023-11-27
1
-7/+8
*
[3.12] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112444)
Miss Islington (bot)
2023-11-27
1
-1/+1
*
[3.12] gh-112414: Fix `AttributeError` when calling `repr()` on a namespace p...
Miss Islington (bot)
2023-11-27
4
-3/+16
*
[3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (...
Mark Dickinson
2023-11-27
4
-48/+53
*
[3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420)
Hugo van Kemenade
2023-11-26
8
-18/+24
*
[3.12] gh-112331: Fix reference manual description of attribute lookup mechan...
Miss Islington (bot)
2023-11-25
1
-6/+12
*
[3.12] Descriptor HowTo: Sync the error-messages with the C code. Add tests....
Miss Islington (bot)
2023-11-25
1
-3/+40
[prev]
[next]