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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-124213: Skip tests failing with ``--suppress-sync=true`` when inside syste...
gentoo-3.13.0rc2_p1
Michał Górny
2024-09-18
3
-4
/
+19
*
Disable system site-packages via GENTOO_CPYTHON_BUILD var
gentoo-3.13.0rc2
Michał Górny
2024-09-07
1
-0
/
+1
*
test_lzma: Skip tests requiring extra-filters
Michał Górny
2024-09-07
1
-0
/
+21
*
Prevent tests from detecting our fake tzdata package
Michał Górny
2024-09-07
1
-5
/
+2
*
Skip tests which interact with invalid UTF-8 files
Sam James
2024-09-07
9
-0
/
+14
*
Skip sched/priority tests
Sam James
2024-09-07
1
-0
/
+2
*
Skip RDS socket tests that hang frequently
Michał Górny
2024-09-07
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2024-09-07
1
-0
/
+2
*
Python 3.13.0rc2
v3.13.0rc2
Thomas Wouters
2024-09-06
1
-28
/
+31
*
[3.13] gh-123780: Make test_pkgutil clean up `spam` module (GH-123036) (#123781)
Miss Islington (bot)
2024-09-06
1
-4
/
+10
*
[3.13] gh-123321: Make Parser/myreadline.c locking safe in free-threaded buil...
Miss Islington (bot)
2024-09-06
1
-2
/
+1
*
[3.13] gh-120221: Support KeyboardInterrupt in asyncio REPL (GH-123795) (#123...
Miss Islington (bot)
2024-09-06
7
-21
/
+131
*
[3.13] gh-119310: Fix encoding when reading old history file (GH-121779) (#12...
Miss Islington (bot)
2024-09-06
3
-6
/
+56
*
[3.13] gh-119034, REPL: Change page up/down keys to search in history (GH-123...
Miss Islington (bot)
2024-09-06
4
-4
/
+111
*
[3.13] gh-111201: fix auto-indent in pyrepl for muliple pound comments (GH-12...
Miss Islington (bot)
2024-09-06
2
-1
/
+19
*
[3.13] gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754) (gh-...
Miss Islington (bot)
2024-09-06
1
-6
/
+16
*
[3.13] gh-123240: Raise input audit events in the new REPL (GH-123274) (#123737)
Miss Islington (bot)
2024-09-05
1
-2
/
+6
*
[3.13] gh-123321: Fix Parser/myreadline.c to prevent a segfault during a mult...
Miss Islington (bot)
2024-09-04
1
-1
/
+27
*
[3.13] gh-123572: Fix key codes in VK_MAP in windows_console.py (GH-122692) (...
Miss Islington (bot)
2024-09-03
1
-4
/
+5
*
[3.13] gh-121804: always show error location for SyntaxError's in basic repl ...
Miss Islington (bot)
2024-09-03
1
-0
/
+13
*
[3.13] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses...
Miss Islington (bot)
2024-09-03
2
-12
/
+51
*
[3.13] Rewrite idlelib/Icons/README.txt (GH-123329) (#123330)
Miss Islington (bot)
2024-09-02
1
-8
/
+31
*
[3.13] gh-98442: fix locations of with statement's cleanup instructions (GH-1...
Miss Islington (bot)
2024-09-02
1
-0
/
+33
*
[3.13] gh-93691: fix too broad source locations of with-statement instruction...
Miss Islington (bot)
2024-09-02
1
-0
/
+44
*
[3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-11857...
Miss Islington (bot)
2024-09-02
3
-0
/
+17
*
[3.13] gh-116263: Do not rollover empty files in RotatingFileHandler (GH-1227...
Miss Islington (bot)
2024-09-02
2
-5
/
+56
*
[3.13] Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520) (#122738)
Miss Islington (bot)
2024-09-02
1
-1
/
+1
*
[3.13] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286...
Miss Islington (bot)
2024-09-02
2
-35
/
+110
*
[3.13] gh-123309: Add more tests for the pickletools module (GH-123355) (#123...
Miss Islington (bot)
2024-09-02
1
-0
/
+310
*
[3.13] gh-108172: do not override OS preferred browser if it is a super-strin...
Miss Islington (bot)
2024-09-02
1
-1
/
+1
*
[3.13] gh-123431: Harmonize extension code checks in pickle (GH-123434) (#123...
Miss Islington (bot)
2024-09-02
2
-7
/
+62
*
[3.13] gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on ...
Miss Islington (bot)
2024-09-02
1
-7
/
+4
*
[3.13] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-12335...
Miss Islington (bot)
2024-09-02
2
-71
/
+84
*
[3.13] gh-111495: Add tests for PyNumber C API (GH-111996) (#123375)
Miss Islington (bot)
2024-09-02
2
-7
/
+335
*
[3.13] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...
Miss Islington (bot)
2024-09-02
1
-0
/
+32
*
[3.13] gh-85110: Preserve relative path in URL without netloc in urllib.parse...
Miss Islington (bot)
2024-09-02
2
-9
/
+36
*
[3.13] gh-122981: Fix inspect.getsource() for generated classes with Python b...
Miss Islington (bot)
2024-09-02
3
-4
/
+64
*
[3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic ...
Serhiy Storchaka
2024-09-02
2
-17
/
+91
*
[3.13] gh-122798: Make tests for warnings in the re module more strict (GH-12...
Miss Islington (bot)
2024-09-02
1
-11
/
+40
*
[3.13] gh-121151: argparse: Fix wrapping of long usage text of arguments insi...
Miss Islington (bot)
2024-09-02
2
-7
/
+34
*
[3.13] gh-79846: Make ssl.create_default_context() ignore invalid certificate...
Miss Islington (bot)
2024-09-02
1
-5
/
+4
*
[3.13] gh-120083: Add IDLE Hovertip foreground color needed for recent macOS ...
Miss Islington (bot)
2024-09-02
2
-2
/
+10
*
[3.13] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-12257...
Miss Islington (bot)
2024-09-02
2
-1
/
+15
*
[3.13] Fix typos in docs, error messages and comments (#122502) (#122606)
Alex Waygood
2024-09-02
1
-1
/
+1
*
[3.13] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass...
Miss Islington (bot)
2024-09-01
1
-0
/
+32
*
[3.13] gh-123494: Improve documentation for ``webbrowser`` return types (GH-1...
Miss Islington (bot)
2024-09-01
1
-0
/
+3
*
[3.13] gh-122136: test_asyncio: Don't fail if the kernel buffers more data th...
Miss Islington (bot)
2024-08-29
1
-5
/
+13
*
[3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-1234...
Irit Katriel
2024-08-28
5
-1
/
+33
*
[3.13] gh-123344: Add missing ast optimizations for PEP 696 (GH-123377) (#123...
Miss Islington (bot)
2024-08-28
1
-9
/
+95
*
[3.13] gh-122666: Tests for ast optimizations (GH-122667) (#123359)
Miss Islington (bot)
2024-08-27
2
-1
/
+216
[next]