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
*
Fix JIT build error due to SHT_NOTE sections
gentoo-3.13.0b1_p1
Michał Górny
2024-05-11
1
-0
/
+1
*
test_lzma: Skip tests requiring extra-filters
gentoo-3.13.0b1
Michał Górny
2024-05-08
1
-0
/
+21
*
Prevent tests from detecting our fake tzdata package
Michał Górny
2024-05-08
1
-5
/
+2
*
Skip tests which interact with invalid UTF-8 files
Sam James
2024-05-08
9
-0
/
+14
*
Skip sched/priority tests
Sam James
2024-05-08
1
-0
/
+2
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2024-05-08
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2024-05-08
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2024-05-08
1
-0
/
+2
*
Python 3.13.0b1
v3.13.0b1
Thomas Wouters
2024-05-08
162
-499
/
+1861
*
gh-118671: Updated dead ActiveState links (#118730)
trag1c
2024-05-08
12
-14
/
+14
*
Regen ``Doc/requirements-oldest-sphinx.txt`` (#118736)
Kirill Podoprigora
2024-05-08
1
-3
/
+3
*
gh-118746: Fix crash in frame_getlocals and _PyFrame_GetLocals (#118748)
Tian Gao
2024-05-07
1
-0
/
+18
*
gh-118610: Centralize power caching in `_pylong.py` (#118611)
Tim Peters
2024-05-07
2
-67
/
+113
*
Revert to free macOS runners (#118744)
Łukasz Langa
2024-05-08
1
-2
/
+2
*
gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735)
Steve Dower
2024-05-07
4
-3
/
+5
*
gh-109975: Make a rough editorial pass over What's New (#118711)
T. Wouters
2024-05-07
1
-509
/
+542
*
gh-118518: Check for perf version and not kernel version in test_perf_profile...
Pablo Galindo Salgado
2024-05-07
1
-6
/
+12
*
gh-118729: Temporarily skip `test_multiprocessing_pool_circular_import` (#118...
Sam Gross
2024-05-07
1
-1
/
+4
*
gh-118650: Document `Enum._repr_*` reservation exclusion (GH-118698)
chrysn
2024-05-07
1
-1
/
+7
*
gh-118518: Improve perf docs (#118708)
Pablo Galindo Salgado
2024-05-07
1
-22
/
+48
*
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...
Pablo Galindo Salgado
2024-05-07
6
-9
/
+33
*
bpo-115773: Use the right variable name based on the field we are trying read...
Abhinav Upadhyay
2024-05-07
1
-2
/
+2
*
gh-118682: Revert forcing str commands, allow class commands in pyrepl (#118709)
Lysandros Nikolaou
2024-05-07
2
-3
/
+16
*
gh-118660: Add second type parameter to (Async)ContextManager (#118681)
Jelle Zijlstra
2024-05-07
4
-7
/
+42
*
Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612)
Kerim Kabirov
2024-05-07
1
-2
/
+2
*
gh-111201: Allow bracketed paste to work (GH-118700)
Pablo Galindo Salgado
2024-05-07
4
-0
/
+61
*
Remove several unused imports in `_pyrepl` (#118668)
Nikita Sobolev
2024-05-07
2
-3
/
+0
*
gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)
Serhiy Storchaka
2024-05-07
7
-25
/
+60
*
gh-118090: Improve error message for empty type param brackets (GH-118091)
Nikita Sobolev
2024-05-07
4
-800
/
+1016
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
8
-20
/
+20
*
gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311)
Momo Eissenhauer
2024-05-07
1
-5
/
+7
*
gh-109653: What's new: Note improved import times for several stdlib modules ...
Alex Waygood
2024-05-07
1
-0
/
+9
*
gh-118418: Deprecate failing to pass a value to the *type_params* parameter o...
Alex Waygood
2024-05-07
3
-11
/
+61
*
gh-118119: Re-use `sep` in `posixpath.expanduser()` (GH-118120)
Nice Zombies
2024-05-07
1
-5
/
+2
*
gh-118650: Exclude `_repr_*` methods from Enum's _sunder_ reservation (GH-118...
chrysn
2024-05-07
2
-1
/
+6
*
gh-109975: Update 'What's New in Python 3.13' for beta (#118694)
Hugo van Kemenade
2024-05-07
6
-14
/
+11
*
Fix several typos in documentation (GH-118625)
Xie Yanbo
2024-05-07
3
-4
/
+4
*
gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)
Youfu Zhang
2024-05-07
3
-0
/
+23
*
gh-117657: Use clang 18 in TSAN builds (GH-118533)
mpage
2024-05-07
1
-1
/
+8
*
Fix typo inaccuracy in _bootstrap_external.py (GH-118619)
wim glenn
2024-05-07
1
-1
/
+1
*
gh-62090: Simplify argparse usage formatting (GH-105039)
Ali Hamdan
2024-05-07
3
-72
/
+164
*
gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)
John Sirois
2024-05-07
7
-3
/
+128
*
Update macOS installer screens and README for 3.13.0b1 (GH-118685)
Ned Deily
2024-05-07
3
-45
/
+11
*
gh-118414: Fix assertion in YIELD_VALUE when tracing lines or instrs (#118683)
Tian Gao
2024-05-06
5
-3
/
+21
*
gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)
Eric Snow
2024-05-07
4
-69
/
+216
*
gh-117953: Imply Single-phase Init if the Init Function Fails (gh-118684)
Eric Snow
2024-05-06
1
-0
/
+7
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-06
9
-32
/
+352
*
Docs: add whatsnew for free-threading (#118679)
Sam Gross
2024-05-06
1
-0
/
+46
*
gh-110209: Add __class_getitem__ for generator and coroutine (#110212)
James Hilton-Balfe
2024-05-06
3
-1
/
+5
*
GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678)
Barney Gale
2024-05-07
4
-337
/
+331
[next]