GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent tests from detecting our fake tzdata package
gentoo-3.11.7
Michał Górny
2023-12-05
1
-5
/
+2
*
Skip tests which interact with invalid UTF-8 files
Sam James
2023-12-05
10
-0
/
+15
*
Workaround clang+musl build failure
Michał Górny
2023-12-05
1
-9
/
+11
*
Skip sched/priority tests
Sam James
2023-12-05
1
-0
/
+2
*
Replace hard-coded system libdir list
Mike Gilbert
2023-12-05
1
-4
/
+4
*
Temporary hack: handle all extensions via .addext()
Michał Górny
2023-12-05
2
-9
/
+15
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2023-12-05
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2023-12-05
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2023-12-05
1
-0
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2023-12-05
2
-10
/
+10
*
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
[next]