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
*
Disable system site-packages via GENTOO_CPYTHON_BUILD var
gentoo-3.13.0b3
Michał Górny
2024-06-28
1
-0
/
+1
*
test_lzma: Skip tests requiring extra-filters
Michał Górny
2024-06-28
1
-0
/
+21
*
Prevent tests from detecting our fake tzdata package
Michał Górny
2024-06-28
1
-5
/
+2
*
Skip tests which interact with invalid UTF-8 files
Sam James
2024-06-28
9
-0
/
+14
*
Skip sched/priority tests
Sam James
2024-06-28
1
-0
/
+2
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2024-06-28
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2024-06-28
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2024-06-28
1
-0
/
+2
*
Python 3.13.0b3
v3.13.0b3
Thomas Wouters
2024-06-27
69
-190
/
+737
*
[3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-12108...
Miss Islington (bot)
2024-06-27
7
-17
/
+75
*
[3.13] gh-120888: Bump bundled pip to 24.1.1 (GH-120889) (#121080)
Miss Islington (bot)
2024-06-27
4
-1
/
+2
*
[3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHa...
Miss Islington (bot)
2024-06-27
3
-17
/
+81
*
[3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh...
Miss Islington (bot)
2024-06-26
3
-9
/
+151
*
[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)
Miss Islington (bot)
2024-06-26
8
-27
/
+27
*
[3.13] gh-121016: Add test for PYTHON_BASIC_REPL envioronment variable (GH-12...
devdanzin
2024-06-26
2
-0
/
+31
*
[3.13] gh-120937: Reference weakref from the `__del__` documentation (GH-1209...
Miss Islington (bot)
2024-06-26
1
-0
/
+2
*
[3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (...
Miss Islington (bot)
2024-06-26
4
-67
/
+75
*
[3.13] gh-120593: Fix const qualifier in pyatomic.h (GH-121055) (#121057)
Miss Islington (bot)
2024-06-26
1
-4
/
+4
*
[3.13] gh-121008: Fix idlelib.run tests (GH-121046) (#121049)
Miss Islington (bot)
2024-06-26
1
-6
/
+13
*
[3.13] Ignore some failing tests in emulated JIT CI (GH-120977)
Miss Islington (bot)
2024-06-26
1
-1
/
+4
*
[3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...
Victor Stinner
2024-06-26
18
-255
/
+238
*
[3.13] gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False r...
Miss Islington (bot)
2024-06-26
3
-2
/
+9
*
[3.13] gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` a...
Miss Islington (bot)
2024-06-26
3
-21
/
+81
*
[3.13] gh-121025: Improve partialmethod.__repr__ (GH-121033) (#121037)
Miss Islington (bot)
2024-06-26
4
-10
/
+18
*
[3.13] gh-120155: Fix Coverity issue in parse_string() (GH-120997) (#121005)
Miss Islington (bot)
2024-06-25
1
-0
/
+5
*
[3.13] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 a...
Miss Islington (bot)
2024-06-25
4
-11
/
+132
*
[3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-12...
Jelle Zijlstra
2024-06-25
4
-44
/
+106
*
[3.13] Doc/README: Document 'make htmllive' (GH-120692) (#120990)
Miss Islington (bot)
2024-06-25
1
-8
/
+10
*
[3.13] gh-120661: improve example for basic type hints (GH-120934) (#120987)
Miss Islington (bot)
2024-06-25
1
-5
/
+6
*
[3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120...
Miss Islington (bot)
2024-06-25
3
-9
/
+10
*
[3.13] Add --with-lto back to Linux JIT CI (GH-120972)
Miss Islington (bot)
2024-06-24
1
-4
/
+2
*
[3.13] GH-119054: Add "Permissions and ownership" section to pathlib docs. (G...
Barney Gale
2024-06-24
1
-48
/
+51
*
[3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)
Miss Islington (bot)
2024-06-24
4
-8
/
+34
*
[3.13] gh-120860: Fix a few bugs in `type_setattro` error paths. (GH-120861) ...
Miss Islington (bot)
2024-06-24
1
-37
/
+41
*
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...
Petr Viktorin
2024-06-24
42
-1136
/
+2456
*
[3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and re...
Miss Islington (bot)
2024-06-24
11
-17
/
+21
*
[3.13] docs: puremagic.what() as replacement for imghdr.what() (GH-120871) (#...
Miss Islington (bot)
2024-06-24
1
-0
/
+3
*
[3.13] gh-120373: Mark test_audit.test_http as requiring the network resource...
Miss Islington (bot)
2024-06-24
1
-0
/
+1
*
[3.13] gh-119614: Fix truncation of strings with embedded null characters in ...
Miss Islington (bot)
2024-06-24
4
-7
/
+68
*
[3.13] gh-112169: Documented getaddrinfo/getnameinfo default loop executor us...
Miss Islington (bot)
2024-06-24
1
-0
/
+8
*
[3.13] gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) (GH...
Miss Islington (bot)
2024-06-24
3
-3
/
+15
*
[3.13] gh-119824: Revert the `where` solution and use meta commands (#120919)
Tian Gao
2024-06-23
4
-81
/
+66
*
[3.13] Docs makefile/RTD: Use uv if installed (GH-120711) (#120922)
Miss Islington (bot)
2024-06-23
2
-6
/
+22
*
[3.13] gh-120910: Fix issue resolving relative paths outside site-packages. (...
Miss Islington (bot)
2024-06-23
4
-1
/
+38
*
[3.13] Typing docs: normalize some indents in code examples (GH-120912) (#120...
Miss Islington (bot)
2024-06-23
1
-4
/
+5
*
[3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)
Miss Islington (bot)
2024-06-23
3
-22
/
+78
*
[3.13] gh-120896: Fix typo in version changed note of `urllib.parse.urlparse(...
Miss Islington (bot)
2024-06-23
1
-1
/
+1
*
[3.13] gh-119003: Clarify slice assignments (GH-119935) (#120847)
Miss Islington (bot)
2024-06-23
1
-1
/
+1
*
[3.13] Amend categories of @nineteendo's news entries (GH-120735) (#120850)
Nice Zombies
2024-06-22
3
-113
/
+113
*
[3.13] gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877) (GH-...
Miss Islington (bot)
2024-06-22
3
-36
/
+104
[next]