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
*
Skip tests which interact with invalid UTF-8 files
gentoo-3.11.4
Sam James
2023-06-07
10
-0
/
+15
*
Workaround clang+musl build failure
Michał Górny
2023-06-07
1
-9
/
+11
*
Skip sched/priority tests
Sam James
2023-06-07
1
-0
/
+2
*
Replace hard-coded system libdir list
Mike Gilbert
2023-06-07
1
-4
/
+4
*
Temporary hack: handle all extensions via .addext()
Michał Górny
2023-06-07
2
-9
/
+15
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2023-06-07
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2023-06-07
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2023-06-07
1
-0
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2023-06-07
2
-10
/
+10
*
Python 3.11.4
v3.11.4
Pablo Galindo
2023-06-06
83
-7006
/
+10733
*
[3.11] gh-104411: Update test_getint for Tcl 9.0 (GH-104412) (#105357)
Miss Islington (bot)
2023-06-06
1
-1
/
+4
*
[3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344)
Miss Islington (bot)
2023-06-06
2
-2
/
+25
*
[3.11] gh-90005: Don't link with libbsd if not needed (#105236) (#105359)
Erlend E. Aasland
2023-06-06
3
-6
/
+6
*
[3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module d...
Miss Islington (bot)
2023-06-05
3
-2
/
+18
*
[3.11] gh-105286: Improve typing.py docstrings (#105287) (#105322)
Alex Waygood
2023-06-05
1
-201
/
+234
*
[3.11] gh-105164: Detect annotations inside match blocks (GH-105177). (#105314)
Jelle Zijlstra
2023-06-05
3
-0
/
+122
*
[3.11] gh-105080: Fixed inconsistent signature on derived classes (GH… (#10...
Tian Gao
2023-06-04
3
-11
/
+31
*
[3.11] gh-104882: Docs: fix description of relationship between `socket.getbl...
Miss Islington (bot)
2023-06-04
1
-1
/
+1
*
[3.11] gh-105184: document that marshal functions can fail and need to be che...
Miss Islington (bot)
2023-06-02
2
-0
/
+8
*
[3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Gregory P. Smith
2023-06-01
11
-16
/
+185
*
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...
Miss Islington (bot)
2023-05-31
2
-3
/
+5
*
[3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155)
Victor Stinner
2023-05-31
2
-100
/
+108
*
[3.11] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105131)
Miss Islington (bot)
2023-05-31
2
-3
/
+4
*
Enable the ABI check job to publish the updated ABI data file (GH-105103)
Steve Dower
2023-05-30
1
-1
/
+14
*
[3.11] GH-89455: Add missing attributes (added in 3.11) to traceback module d...
Miss Islington (bot)
2023-05-29
3
-1
/
+23
*
[3.11] gh-103921: Improve typing documentation (GH-104642) (#105007)
Jelle Zijlstra
2023-05-27
2
-158
/
+190
*
[3.11] gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#105029)
Miss Islington (bot)
2023-05-27
1
-1
/
+4
*
[3.11] CI: Precompute hash for config cache key in check_source job (GH-10500...
Itamar Ostricher
2023-05-27
1
-5
/
+10
*
[3.11] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExi...
Miss Islington (bot)
2023-05-26
1
-0
/
+4
*
[3.11] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)...
Miss Islington (bot)
2023-05-26
1
-6
/
+3
*
[3.11] CI: Cache config.cache across runs to speed up build (GH-104800) (#104...
Hugo van Kemenade
2023-05-26
1
-5
/
+34
*
[3.11] Remove raw asserts in test_typing.py (GH-104951) (#104979)
Miss Islington (bot)
2023-05-26
1
-22
/
+30
*
[3.11] gh-104924: Fix `read()able` in `http.client` log messages (gh-104926) ...
Miss Islington (bot)
2023-05-26
1
-2
/
+2
*
[3.11] gh-104943: Remove mentions of old Python versions (GH-104945) (#104962)
Miss Islington (bot)
2023-05-26
2
-4
/
+2
*
[3.11] Fix typo in the tokenizer (GH-104950) (#104952)
Miss Islington (bot)
2023-05-25
1
-1
/
+1
*
[3.11] gh-104479: Update outdated tutorial floating-point reference (GH-10468...
Shantanu
2023-05-26
1
-10
/
+17
*
[3.11] Fix test_importlib.test_side_effect_import() (GH-104840) (#104843)
Miss Islington (bot)
2023-05-25
1
-1
/
+2
*
[3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)
Miss Islington (bot)
2023-05-25
2
-0
/
+14
*
[3.11] Improve test coverage for is_typeddict (GH-104884) (#104888)
Miss Islington (bot)
2023-05-24
1
-3
/
+16
*
[3.11] gh-103207: The macOS 13 Ventura Installer.app permission problem is fi...
Ned Deily
2023-05-24
1
-5
/
+7
*
[3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-10476...
Miss Islington (bot)
2023-05-24
5
-12
/
+54
*
[3.11] gh-104372: Cleanup _posixsubprocess make_inheritable for async signal ...
Gregory P. Smith
2023-05-23
2
-34
/
+92
*
[3.11] gh-104271: Fix auto() fallback in case of mixed type Enum (GH-104809)
Miss Islington (bot)
2023-05-23
2
-2
/
+5
*
[3.11] gh-103726: Set up gcc-10 for ASAN (gh-103728) (#104794)
Miss Islington (bot)
2023-05-23
1
-0
/
+4
*
[3.11] howto/urllib2: remove link to an outdated french translation (GH-10419...
Miss Islington (bot)
2023-05-22
1
-7
/
+0
*
[3.11] gh-104536: Improve `multiprocessing.process._cleanup` logic (GH-104537...
Miss Islington (bot)
2023-05-22
2
-1
/
+4
*
[3.11] gh-102978: Fix mock.patch function signatures for class and staticmeth...
Miss Islington (bot)
2023-05-22
5
-0
/
+58
*
[3.11] Add IPv6 into to the docstring for socket.getsockname (GH-102961) (#10...
Miss Islington (bot)
2023-05-22
1
-1
/
+2
*
[3.11] gh-104683: `clinic.py`: Improve coverage for the `parse_converter` met...
Alex Waygood
2023-05-21
1
-0
/
+39
*
[3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-10...
Prince Roshan
2023-05-21
3
-6
/
+61
[next]