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
*
Python 3.11.7
v3.11.7
Pablo Galindo
2023-12-04
82
-281/+910
*
[3.11] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...
Miss Islington (bot)
2023-12-04
8
-9/+67
*
[3.11] GH-112160: Pin to manifest of quay.io/tiran/cpython_autoconf (#112161)
Seth Michael Larson
2023-12-04
1
-1/+3
*
[3.11] gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (GH-112703) (#112704)
Miss Islington (bot)
2023-12-04
2
-22/+21
*
[3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...
Miss Islington (bot)
2023-12-04
3
-2/+85
*
[3.11] gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (GH-109...
Miss Islington (bot)
2023-12-04
2
-27/+32
*
[3.11] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) ...
Miss Islington (bot)
2023-12-04
2
-47/+67
*
[3.11] gh-112625: Protect bytearray from being freed by misbehaving iterator ...
Miss Islington (bot)
2023-12-04
3
-1/+22
*
[3.11] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (...
Miss Islington (bot)
2023-12-04
1
-1/+1
*
[3.11] gh-66819: More IDLE htest updates(4) (GH-112686) (#112689)
Miss Islington (bot)
2023-12-04
25
-34/+62
*
[3.11] gh-66819: More IDLE htest updates(3) (GH-112683) (#112685)
Miss Islington (bot)
2023-12-04
6
-26/+27
*
[3.11] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (#1...
Miss Islington (bot)
2023-12-03
2
-8/+7
*
[3.11] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...
Miss Islington (bot)
2023-12-03
5
-9/+19
*
[3.11] gh-66819: More IDLE htest updates(2) (GH-112642) (#112644)
Miss Islington (bot)
2023-12-03
9
-69/+70
*
[3.11] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499...
Miss Islington (bot)
2023-12-03
1
-1/+1
*
[3.11] Run more `inspect.rst` code snippets in CI (#112654) (#112656)
Alex Waygood
2023-12-03
1
-27/+38
*
[3.11] [3.12] gh-112316: improve docs for `inspect.signature` and `inspect.Si...
Miss Islington (bot)
2023-12-03
1
-33/+51
*
[3.11] [3.12] gh-112618: Make Annotated cache typed (GH-112619) (GH-112628) (...
Miss Islington (bot)
2023-12-03
3
-2/+43
*
[3.11] gh-112316: Improve docs of `inspect.signature` and `Signature.from_cal...
Alex Waygood
2023-12-02
1
-19/+18
*
[3.11] [3.12] gh-109413: libregrtest: Backport `.py`-file changes from GH-112...
Miss Islington (bot)
2023-12-01
7
-12/+18
*
[3.11] [3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check...
Miss Islington (bot)
2023-12-01
4
-4/+48
*
[3.11] bpo-35191: Fix unexpected integer truncation in socket.setblocking() (...
Alexey Izbyshev
2023-12-01
3
-5/+9
*
[3.11] gh-109413: regrtest: add WorkerRunTests class (GH-112588) (#112594)
Miss Islington (bot)
2023-12-01
4
-22/+28
*
[3.11] gh-82565: Add tests for pickle and unpickle with bad files (GH-16606) ...
Miss Islington (bot)
2023-12-01
1
-0/+78
*
[3.11] gh-104231: Add more tests for str(), repr(), ascii(), and bytes() (GH-...
Serhiy Storchaka
2023-12-01
2
-50/+121
*
[3.11] gh-66819: More IDLE htest updates (GH-112574) (#112576)
Miss Islington (bot)
2023-12-01
1
-55/+52
*
[3.11] IDLE: fix config_key htest (GH-112545) (#112547)
Miss Islington (bot)
2023-11-30
2
-2/+2
*
[3.11] gh-112509: Fix keys being present in both required_keys and optional_k...
Miss Islington (bot)
2023-11-29
3
-5/+63
*
[3.11] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112524)
Miss Islington (bot)
2023-11-29
1
-2/+2
*
[3.11] gh-112431: Unconditionally call `hash -r` (GH-112432) (GH-112492)
Miss Islington (bot)
2023-11-28
1
-10/+4
*
[3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488)
Miss Islington (bot)
2023-11-28
3
-0/+37
*
[3.11] Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479)...
Miss Islington (bot)
2023-11-28
1
-1/+1
*
[3.11] Backport PR #112477: correct socket AF_PACKET docs (#112478)
Gregory P. Smith
2023-11-27
1
-3/+2
*
[3.11] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111...
Miss Islington (bot)
2023-11-27
3
-3/+203
*
[3.11] gh-112387: Fix error positions for decoded strings with backwards toke...
Miss Islington (bot)
2023-11-27
3
-0/+10
*
[3.11] gh-112388: Fix an error that was causing the parser to try to overwrit...
Miss Islington (bot)
2023-11-27
3
-0/+7
*
[3.11] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH...
Serhiy Storchaka
2023-11-27
2
-0/+16
*
[3.11] gh-112438: Fix support of format units with the "e" prefix in nested t...
Serhiy Storchaka
2023-11-27
3
-1/+30
*
[3.11] gh-84443: SSLSocket.recv_into() now support buffer protocol with items...
Serhiy Storchaka
2023-11-27
3
-4/+32
*
[3.11] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...
Miss Islington (bot)
2023-11-27
3
-17/+17
*
[3.11] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112445)
Miss Islington (bot)
2023-11-27
1
-1/+1
*
[3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422)
Hugo van Kemenade
2023-11-26
8
-14/+20
*
[3.11] gh-112331: Fix reference manual description of attribute lookup mechan...
Miss Islington (bot)
2023-11-25
1
-6/+12
*
[3.11] gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (GH-112399) (...
Hugo van Kemenade
2023-11-25
3
-21/+29
*
[3.11] gh-94722: fix DocTest.__eq__ for case of no line number on one side (G...
Miss Islington (bot)
2023-11-25
3
-2/+23
*
[3.11] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#11...
Miss Islington (bot)
2023-11-25
1
-0/+3
*
[3.11] gh-101100: Define `test.regrtest` module to fix references (GH-112381)...
Miss Islington (bot)
2023-11-25
1
-0/+3
*
[3.11] gh-59254: mention in open() doc that line buffering is for writing (GH...
Miss Islington (bot)
2023-11-24
1
-1/+1
*
[3.11] Remove bogus annotations from the descriptor howto guide (gh-112349) (...
Miss Islington (bot)
2023-11-23
1
-3/+3
*
[3.11] Fix docstring and var name of itertools recipe (GH-112113) (#112311)
Miss Islington (bot)
2023-11-22
1
-3/+3
[next]