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
...
*
[3.11] gh-104719: IDLE - delete useless monkeypatch of tokenize (GH-104726) (...
Miss Islington (bot)
2023-05-21
1
-12
/
+6
*
[3.11] typing docs: Move some classes out of the "Generics" section (GH-10470...
Jelle Zijlstra
2023-05-21
1
-122
/
+125
*
[3.11] Corrected identifier (GH-104713) (#104714)
Miss Islington (bot)
2023-05-21
1
-1
/
+1
*
[3.11] gh-104698: Fix reference leak in mmapmodule.c (GH-104700) (#104710)
Miss Islington (bot)
2023-05-20
1
-3
/
+19
*
[3.11] gh-101857: Allow xattr detection on musl libc (GH-101858) (#101894)
Miss Islington (bot)
2023-05-21
2
-1
/
+3
*
[3.11] gh-49174: document that the effect of calling gc.collect() during a co...
Miss Islington (bot)
2023-05-20
1
-0
/
+3
*
[3.11] gh-104679 Fixed syntax highlighting in turtle docs (GH-104682). (#104695)
han-solo
2023-05-20
1
-71
/
+71
*
[3.11] gh-56276: Add tests to test_compare (GH-3199) (#104694)
Miss Islington (bot)
2023-05-20
1
-17
/
+409
*
[3.11] gh-103987: fix several crashes in mmap module (GH-103990) (#104677)
Miss Islington (bot)
2023-05-20
3
-3
/
+101
*
[3.11] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if AS...
Miss Islington (bot)
2023-05-19
1
-0
/
+3
*
[3.11] docs: fix wrong indentation causing rendering error in dis page (GH-10...
Miss Islington (bot)
2023-05-19
1
-2
/
+2
*
[3.11] gh-104659: Consolidate python examples in enum documentation (#104665)...
Hugo van Kemenade
2023-05-19
1
-6
/
+7
*
[3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH...
Mark Shannon
2023-05-19
4
-4
/
+89
*
[3.11] gh-104615: don't make unsafe swaps in apply_static_swaps (GH-104620). ...
Carl Meyer
2023-05-19
3
-0
/
+40
*
[3.11] gh-104645: fix error handling in marshal tests (GH-104646) (#104663)
Miss Islington (bot)
2023-05-19
1
-18
/
+14
*
[3.11] gh-96522: Fix deadlock in pty.spawn (GH-96639) (#104655)
Łukasz Langa
2023-05-19
4
-22
/
+56
*
[3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (...
Miss Islington (bot)
2023-05-19
2
-69
/
+28
*
[3.11] gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104643)
Miss Islington (bot)
2023-05-19
2
-3
/
+4
*
[3.11] gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625) (#1...
Erlend E. Aasland
2023-05-18
4
-3
/
+4
*
[3.11] gh-104629: Don't skip test_clinic if _testclinic is missing (GH-104630...
Miss Islington (bot)
2023-05-18
1
-2
/
+5
*
[3.11] gh-104499: Fix typo. (GH-104598) (#104599)
Miss Islington (bot)
2023-05-18
1
-1
/
+1
*
[3.11] gh-104499: IDLE - fix completions for tk aqua 8.7 (GH-104591) (#104596)
Miss Islington (bot)
2023-05-18
3
-7
/
+6
*
[3.11] gh-104340: Suppress warning about unawaited exception for closed pipe ...
Miss Islington (bot)
2023-05-18
2
-0
/
+4
*
[3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (G...
Miss Islington (bot)
2023-05-17
4
-3
/
+119
*
[3.11] gh-104496: IDLE - fix About for mixed tcl/tk versions (GH-104585) (#10...
Miss Islington (bot)
2023-05-17
4
-23
/
+22
*
[3.11] typing: Add more tests for TypeVar (GH-104571) (#104577)
Jelle Zijlstra
2023-05-17
1
-0
/
+27
*
[3.11] gh-103861: Fix Zip64 extensions not being properly applied in some cas...
Gregory P. Smith
2023-05-17
3
-15
/
+172
*
[3.11] gh-87474: Fix file descriptor leaks in subprocess.Popen (GH-96351) (#1...
Miss Islington (bot)
2023-05-17
2
-130
/
+164
*
[3.11] gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (...
Miss Islington (bot)
2023-05-16
2
-4
/
+8
*
[3.11] gh-75367: Fix data descriptor detection in inspect.getattr_static (GH-...
Miss Islington (bot)
2023-05-16
3
-2
/
+8
*
[3.11] gh-104539: Fix indentation error in logging.config.rst (GH-104545) (#1...
Miss Islington (bot)
2023-05-16
1
-1
/
+1
*
[3.11] gh-104482: Fix error handling bugs in ast.c (#104514)
Irit Katriel
2023-05-16
3
-19
/
+44
*
[3.11] gh-104461: Run tkinter test_configure_screen on X11 only (GH-104526)
Miss Islington (bot)
2023-05-16
2
-0
/
+5
*
[3.11] gh-67056: document that registering/unregistering an atexit func from ...
Miss Islington (bot)
2023-05-15
2
-0
/
+5
*
[3.11] gh-98539: Make _SSLTransportProtocol.abort() safe to call when closed ...
Miss Islington (bot)
2023-05-14
1
-1
/
+2
*
[3.11] gh-104337: Clarify random.gammavariate doc entry (GH-104410) (#104481)
Miss Islington (bot)
2023-05-14
1
-3
/
+6
*
[3.11] Minor improvements to typing docs (GH-104465) (#104475)
Miss Islington (bot)
2023-05-14
1
-4
/
+6
*
[3.11] GH-71383: IDLE - Document testing subsets of modules (GH-104463) (#104...
Miss Islington (bot)
2023-05-14
3
-20
/
+29
*
[3.11] gh-75710: IDLE - add docstrings and comments to editor module (GH-1044...
Miss Islington (bot)
2023-05-13
1
-25
/
+102
*
[3.11] Add a mention of PYTHONBREAKPOINT to breakpoint() docs (GH-104430) (#1...
Miss Islington (bot)
2023-05-13
1
-0
/
+7
*
[3.11] gh-99836: IDLE - update news.txt for 3.11+ (#104445)
Terry Jan Reedy
2023-05-13
1
-2
/
+13
*
[3.11] GH-104405: Add missing PEP 523 checks (GH-104441)
Brandt Bucher
2023-05-12
4
-18
/
+36
*
[3.11] Fix refleak in super_descr_get (GH-104440)
Brandt Bucher
2023-05-12
1
-1
/
+3
*
[3.11] GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104439)
Brandt Bucher
2023-05-12
1
-1
/
+1
*
[3.11] gh-103204: `http.server` - Enforce that HTTP version numbers must cons...
Miss Islington (bot)
2023-05-12
3
-0
/
+28
*
[3.11] gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287) ...
Erlend E. Aasland
2023-05-11
1
-1
/
+4
*
[3.11] GH-87695: Fix OSError from `pathlib.Path.glob()` (GH-104292) (GH-104362)
Miss Islington (bot)
2023-05-10
3
-2
/
+13
*
[3.11] gh-103247: clear the module cache in a test in test_importlib/extensio...
Miss Islington (bot)
2023-05-10
1
-9
/
+10
*
[3.11] gh-104010: Separate and improve docs for `typing.get_origin` and `typi...
Miss Islington (bot)
2023-05-10
1
-9
/
+22
*
[3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358)
Miss Islington (bot)
2023-05-10
3
-0
/
+3
[prev]
[next]