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
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
gentoo-3.9.1-r1
Miss Islington (bot)
2021-01-19
3
-32
/
+64
*
Skip RDS socket tests that hang frequently
Michał Górny
2021-01-19
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2021-01-19
1
-0
/
+2
*
test.support.unlink: ignore PermissionError
Mike Gilbert
2021-01-19
1
-1
/
+1
*
Install shared libs in LIBDEST
Mike Gilbert
2021-01-19
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2021-01-19
2
-10
/
+10
*
Disable nis
Mike Gilbert
2021-01-19
1
-1
/
+0
*
Improve distutils C++ support
Mike Gilbert
2021-01-19
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2021-01-19
1
-0
/
+5
*
Override libdir
Mike Gilbert
2021-01-19
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2021-01-19
1
-2
/
+13
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2021-01-19
4
-14
/
+4
*
Python 3.9.1
v3.9.1
Łukasz Langa
2020-12-07
18
-80
/
+221
*
bpo-38843: Document behavior of default when the attribute is already set (GH...
Miss Islington (bot)
2020-12-06
1
-1
/
+9
*
bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669)
Miss Islington (bot)
2020-12-06
3
-19
/
+14
*
[3.9] bpo-42576: Clarify only debug builds are affected in news (GH-23663) (G...
Miss Islington (bot)
2020-12-06
1
-1
/
+2
*
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...
Miss Islington (bot)
2020-12-05
3
-1
/
+9
*
[3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed...
Miss Islington (bot)
2020-12-05
3
-8
/
+41
*
[3.9] bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) (GH...
Miss Islington (bot)
2020-12-04
2
-1
/
+5
*
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...
Miss Islington (bot)
2020-12-05
3
-1
/
+21
*
[3.9] bpo-42482: remove reference to exc_traceback from TracebackException (G...
Miss Islington (bot)
2020-12-04
3
-3
/
+25
*
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Miss Islington (bot)
2020-12-04
4
-4
/
+49
*
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
Miss Islington (bot)
2020-12-04
2
-5
/
+3
*
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
Miss Islington (bot)
2020-12-03
1
-2
/
+2
*
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Miss Islington (bot)
2020-12-03
2
-3
/
+3
*
bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23...
Miss Islington (bot)
2020-12-03
1
-0
/
+9
*
bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
Miss Islington (bot)
2020-12-02
5
-7
/
+12
*
bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
Miss Islington (bot)
2020-12-02
1
-1
/
+2
*
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Miss Islington (bot)
2020-12-01
1
-3
/
+0
*
[3.9] build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23597)
Benjamin Peterson
2020-12-01
1
-1
/
+1
*
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
Miss Islington (bot)
2020-12-01
2
-2
/
+2
*
Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327)...
Miss Islington (bot)
2020-12-01
1
-2
/
+9
*
[3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527)
Miss Islington (bot)
2020-12-01
1
-5
/
+10
*
Fix bz2 examples markup (GH-23580)
Miss Islington (bot)
2020-12-01
1
-8
/
+0
*
[3.9] [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) (GH-23380)
Julien Palard
2020-12-01
2
-3
/
+3
*
bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-235...
Miss Islington (bot)
2020-11-30
1
-1
/
+1
*
bpo-42370: Check element before making mouse click in ttk tests (GH-23491)
Miss Islington (bot)
2020-11-30
1
-3
/
+11
*
bpo-42501: Revise the usage note for Enums with the choices (GH-23563) (GH-2...
Miss Islington (bot)
2020-11-30
1
-14
/
+3
*
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...
Miss Islington (bot)
2020-11-30
3
-1
/
+18
*
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
Miss Islington (bot)
2020-11-30
2
-19
/
+7
*
[3.9] bpo-42474: test TracebackException comparison to non-equal instances (G...
Irit Katriel
2020-11-29
1
-2
/
+39
*
bpo-42450: Minor updates to the itertools recipes (GH-23555) (GH-23562)
Miss Islington (bot)
2020-11-29
2
-7
/
+7
*
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
Miss Islington (bot)
2020-11-29
2
-1
/
+6
*
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-235...
Miss Islington (bot)
2020-11-29
1
-12
/
+31
*
Fix dis markup (GH-23524)
Miss Islington (bot)
2020-11-28
1
-6
/
+6
*
Fix multiprocessing markup (GH-23525)
Miss Islington (bot)
2020-11-28
1
-3
/
+3
*
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
Miss Islington (bot)
2020-11-28
1
-1
/
+1
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Miss Islington (bot)
2020-11-28
3
-4
/
+9
*
Post 3.9.1rc1
Łukasz Langa
2020-11-26
1
-1
/
+1
*
Merge tag 'v3.9.1rc1' into 3.9
Łukasz Langa
2020-11-26
98
-239
/
+1082
|
\
[next]