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
*
Set shell flag `-e` globally
gentoo-3.12.0a6
Michał Górny
2023-03-08
1
-1
/
+1
*
Skip tests which interact with invalid UTF-8 files
Sam James
2023-03-08
10
-0
/
+15
*
Workaround clang+musl build failure
Michał Górny
2023-03-08
1
-9
/
+11
*
Skip sched/priority tests
Sam James
2023-03-08
1
-0
/
+2
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2023-03-08
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2023-03-08
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2023-03-08
1
-0
/
+2
*
Python 3.12.0a6
v3.12.0a6
Thomas Wouters
2023-03-07
83
-229
/
+864
*
gh-102493: fix normalization in PyErr_SetObject (#102502)
Irit Katriel
2023-03-07
4
-4
/
+56
*
gh-87092: compiler's CFG construction moved to after codegen stage (#102320)
Irit Katriel
2023-03-07
1
-184
/
+336
*
gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781)
C.A.M. Gerlach
2023-03-07
1
-15
/
+7
*
Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#...
Kumar Aditya
2023-03-07
1
-6
/
+2
*
gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429)
C.A.M. Gerlach
2023-03-07
1
-77
/
+109
*
gh-90110: Fix the c-analyzer Tool (#102483)
Eric Snow
2023-03-06
11
-34
/
+85
*
gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485)
Ned Deily
2023-03-06
1
-1
/
+1
*
Remove unused import of `warnings` from `unittest.loader` (#102479)
JosephSBoyle
2023-03-06
1
-1
/
+0
*
Add gettext support to tools/extensions/c_annotations.py (#101989)
Rémi Lapeyre
2023-03-06
2
-3
/
+9
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in ...
Irit Katriel
2023-03-06
1
-14
/
+8
*
gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)
Hyunkyun Moon
2023-03-06
1
-1
/
+1
*
gh-102416: Do not memoize incorrectly loop rules in the parser (#102467)
Pablo Galindo Salgado
2023-03-06
3
-218
/
+4
*
GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)
Barney Gale
2023-03-05
4
-27
/
+45
*
GH-101362: Check pathlib.Path flavour compatibility at import time (GH-101664)
Barney Gale
2023-03-05
2
-5
/
+13
*
GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (...
Barney Gale
2023-03-05
2
-1
/
+6
*
gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445)
Alex Waygood
2023-03-05
1
-19
/
+2
*
GH-102341: Improve the test function for pow (#102342)
Partha P. Mukherjee
2023-03-05
1
-6
/
+5
*
Fix unused classes in a typing test (GH-102437)
JosephSBoyle
2023-03-05
1
-2
/
+2
*
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...
Yeojin Kim
2023-03-05
3
-3
/
+34
*
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
Marta Gómez Macías
2023-03-05
4
-0
/
+15
*
Move around example in to_bytes() to avoid confusion (#101595)
Sergey B Kirpichev
2023-03-05
1
-2
/
+4
*
GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421)
Kumar Aditya
2023-03-05
1
-1
/
+1
*
gh-96821: Add config option `--with-strict-overflow` (#96823)
Matthias Görgens
2023-03-04
4
-18
/
+122
*
gh-101992: update pstlib module documentation (#102133)
Dustin Rodrigues
2023-03-04
1
-7
/
+16
*
gh-63301: Set exit code when tabnanny CLI exits on error (#7699)
Jaysinh Shukla
2023-03-04
3
-13
/
+21
*
gh-101863: Fix wrong comments in EUC-KR codec (gh-102417)
Byeongmin Choi
2023-03-05
2
-2
/
+3
*
gh-102302 Micro-optimize `inspect.Parameter.__hash__` (#102303)
Gouvernathor
2023-03-04
2
-1
/
+2
*
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
Alexey Izbyshev
2023-03-04
3
-5
/
+21
*
gh-101892: Fix `SystemError` when a callable iterator call exhausts the itera...
Raj
2023-03-04
3
-2
/
+30
*
Remove unused internal macros (#102415)
Mark Dickinson
2023-03-04
1
-15
/
+0
*
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
Jacob Bower
2023-03-03
6
-41
/
+105
*
Add import of `unittest.mock.Mock` in documentation (#102346)
Wagner Alberto
2023-03-03
1
-0
/
+1
*
gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390)
Nikita Sobolev
2023-03-03
1
-1
/
+1
*
gh-101754: Document that Windows converts keys in `os.environ` to uppercase (...
Owain Davies
2023-03-03
1
-0
/
+5
*
gh-102324: Improve tests of `typing.override` (#102325)
Nikita Sobolev
2023-03-02
1
-4
/
+95
*
gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)
Irit Katriel
2023-03-02
5
-76
/
+76
*
Fix typos in documentation and comments (GH-102374)
Michael K
2023-03-02
4
-5
/
+5
*
gh-101101: Fix test_code_extra to reset value for refleak test (gh-102350)
Dong-hee Na
2023-03-02
1
-1
/
+5
*
gh-95672: Update memory_watchdog to use test.support.get_pagesize (gh-102365)
Hyunkyun Moon
2023-03-02
1
-9
/
+2
*
gh-102088 Optimize iter_index itertools recipe (GH-102360)
Stefan Pochmann
2023-03-01
2
-3
/
+9
*
gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)
Hyunkyun Moon
2023-03-01
4
-3
/
+26
*
gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetV...
Max Bachmann
2023-03-01
2
-60
/
+124
[next]