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
*
IDLE: fix config_key htest (#112545)
Terry Jan Reedy
2023-11-30
2
-2/+2
*
GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` script to sim...
Brett Cannon
2023-11-30
7
-77/+373
*
gh-104003: Implement PEP 702 (#104004)
Jelle Zijlstra
2023-11-29
5
-2/+473
*
gh-112509: Fix keys being present in both required_keys and optional_keys in ...
Jelle Zijlstra
2023-11-29
3
-5/+63
*
Add more C API tests (GH-112522)
Serhiy Storchaka
2023-11-29
2
-0/+119
*
[Enum] update class creation for RuntimeError changes (GH-111815)
Ethan Furman
2023-11-29
2
-6/+9
*
Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)
Guido van Rossum
2023-11-29
5
-23/+23
*
gh-112454: Disable TLS-PSK if OpenSSL was built without PSK support (#112491)
Grant Ramsay
2023-11-29
4
-1/+43
*
GH-112245: Promote free threaded CI (#112246)
Itamar Oren
2023-11-28
1
-6/+3
*
gh-110930: Correct book title by Alan D. Moore (#112490)
Hugo van Kemenade
2023-11-28
1
-2/+2
*
gh-112431: Unconditionally call `hash -r` (GH-112432)
James Morris
2023-11-28
1
-10/+4
*
gh-109802: Increase test coverage for complexobject.c (GH-112452)
Sergey B Kirpichev
2023-11-28
3
-0/+193
*
gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)
Irit Katriel
2023-11-28
5
-20/+102
*
gh-112105: Make completer delims work on libedit (gh-112106)
Tian Gao
2023-11-28
3
-0/+37
*
gh-112071: Make `_random.Random` methods thread-safe in `--disable-gil` build...
Radislav Chugunov
2023-11-28
2
-10/+46
*
gh-112292 : Catch import error conditions with readline hooks (gh-112313)
Anthony Shaw
2023-11-28
2
-22/+71
*
Docs: fix markup for `importlib.machinery.NamespaceLoader` (#112479)
Alex Waygood
2023-11-28
1
-1/+1
*
gh-112414: Add additional unit tests for calling `repr()` on a namespace pack...
Alex Waygood
2023-11-28
2
-4/+30
*
Correct documentation for AF_PACKET (#112339)
Eugene Toder
2023-11-27
1
-2/+1
*
gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)
Tian Gao
2023-11-27
4
-6/+39
*
gh-112217: Add check to call result for `do_raise()` where cause is a type. (...
apaz
2023-11-27
3
-0/+22
*
gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393)
Serhiy Storchaka
2023-11-27
6
-32/+204
*
gh-112387: Fix error positions for decoded strings with backwards tokenize er...
Pablo Galindo Salgado
2023-11-27
3
-0/+10
*
gh-112388: Fix an error that was causing the parser to try to overwrite token...
Pablo Galindo Salgado
2023-11-27
3
-0/+7
*
bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664)
kale-smoothie
2023-11-27
2
-0/+17
*
gh-76912: Raise OSError from any failure in getpass.getuser() (#29739)
Jacob Walls
2023-11-27
5
-7/+24
*
gh-111789: Use PyDict_GetItemRef() in Python/_warnings.c (gh-112080)
Serhiy Storchaka
2023-11-27
1
-4/+4
*
gh-111789: Use PyDict_GetItemRef() in Python/symtable.c (gh-112084)
Serhiy Storchaka
2023-11-27
1
-8/+4
*
gh-111789: Use PyDict_GetItemRef() in Python/codecs.c (gh-112082)
Serhiy Storchaka
2023-11-27
1
-5/+4
*
gh-111789: Use PyDict_GetItemRef() in Python/bltinmodule.c (gh-112081)
Serhiy Storchaka
2023-11-27
1
-6/+3
*
gh-111789: Use PyDict_GetItemRef() in Modules/pyexpat.c (gh-112079)
Serhiy Storchaka
2023-11-27
1
-12/+5
*
gh-111789: Use PyDict_GetItemRef() in Modules/_threadmodule.c (gh-112077)
Serhiy Storchaka
2023-11-27
1
-6/+4
*
gh-111789: Use PyDict_GetItemRef() in Modules/_struct.c (gh-112076)
Serhiy Storchaka
2023-11-27
1
-5/+4
*
gh-111789: Use PyDict_GetItemRef() in Modules/_csv.c (gh-112073)
Serhiy Storchaka
2023-11-27
1
-8/+2
*
gh-112438: Fix support of format units with the "e" prefix in nested tuples i...
Serhiy Storchaka
2023-11-27
4
-6/+40
*
gh-84443: SSLSocket.recv_into() now support buffer protocol with itemsize != ...
Zackery Spytz
2023-11-27
3
-4/+32
*
gh-111874: Call `__set_name__` on objects that define the method inside a `ty...
Alex Waygood
2023-11-27
3
-3/+99
*
GH-101100: Fix reference warnings for ``socket`` methods (#110114)
Adam Turner
2023-11-27
3
-17/+17
*
Move What's New In Python 3.12 entries to the right section (#112447)
Victor Stinner
2023-11-27
1
-7/+8
*
gh-111147: Fix `test_set_of_sets_reprs` in `test_pprint` (GH-111148)
Nikita Sobolev
2023-11-27
1
-197/+95
*
Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)
Tom Levy
2023-11-27
1
-1/+1
*
gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package ...
Alex Waygood
2023-11-27
4
-3/+16
*
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay
2023-11-27
10
-1/+561
*
gh-99606: Make code generated for an empty f-string identical to that of a no...
Irit Katriel
2023-11-26
3
-2/+18
*
gh-112405: Optimise `pathlib.Path.relative_to` (#112406)
Alex Waygood
2023-11-26
2
-1/+3
*
gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424)
Mark Dickinson
2023-11-26
4
-48/+52
*
gh-101100: Fix Sphinx reference warnings (GH-112416)
Hugo van Kemenade
2023-11-25
8
-17/+23
*
gh-112331: Fix reference manual description of attribute lookup mechanics (gh...
Raymond Hettinger
2023-11-25
1
-6/+12
*
Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-11...
Raymond Hettinger
2023-11-25
1
-3/+40
*
gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (#112399)
Hugo van Kemenade
2023-11-25
3
-21/+29
[next]