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
*
Call OPENSSL_init_crypto for openssl >= 1.1.0
gentoo-3.7.6
Mike Gilbert
2019-12-29
1
-0
/
+2
*
Install shared libs in LIBDEST
Mike Gilbert
2019-12-29
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2019-12-29
2
-10
/
+10
*
Disable nis
Mike Gilbert
2019-12-29
1
-1
/
+1
*
h2py: use binary I/O to avoid encoding issues
Mike Gilbert
2019-12-29
1
-33
/
+35
*
Improve distutils C++ support
Mike Gilbert
2019-12-29
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2019-12-29
1
-0
/
+7
*
Override libdir
Mike Gilbert
2019-12-29
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2019-12-29
1
-3
/
+14
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2019-12-29
4
-13
/
+4
*
3.7.6
v3.7.6
Ned Deily
2019-12-18
5
-7
/
+13
*
bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...
Miss Islington (bot)
2019-12-18
2
-1
/
+2
*
Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17580)
Miss Islington (bot)
2019-12-18
1
-3
/
+4
*
[3.7] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...
Kyle Stanley
2019-12-18
2
-0
/
+20
*
bpo-39035: travis: Don't use beta group (GH-17604)
Inada Naoki
2019-12-18
1
-1
/
+0
*
Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)
Inada Naoki
2019-12-18
1
-0
/
+1
*
Post release updates
Ned Deily
2019-12-11
2
-3
/
+3
*
3.7.6rc1
v3.7.6rc1
Ned Deily
2019-12-11
60
-204
/
+726
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...
Ned Deily
2019-12-10
4
-29
/
+67
*
bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
Miss Islington (bot)
2019-12-09
3
-0
/
+6
*
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
Miss Islington (bot)
2019-12-09
3
-1
/
+5
*
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518)...
Miss Islington (bot)
2019-12-09
4
-34
/
+78
*
bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)
Miss Islington (bot)
2019-12-09
2
-10
/
+12
*
bpo-38916: Document array.array deprecation (GH-17523)
Miss Islington (bot)
2019-12-09
1
-0
/
+4
*
bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (...
Miss Islington (bot)
2019-12-09
2
-0
/
+7
*
bpo-38547: Fix test_pty if the process is the session leader (GH-17519)
Miss Islington (bot)
2019-12-09
2
-3
/
+19
*
bpo-38669: patch.object now raises a helpful error (GH17511)
Miss Islington (bot)
2019-12-09
3
-0
/
+9
*
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
Miss Islington (bot)
2019-12-08
3
-6
/
+9
*
[3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)
Miss Islington (bot)
2019-12-07
4
-7
/
+59
*
bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions...
Miss Islington (bot)
2019-12-07
2
-0
/
+12
*
[3.7] Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Py...
Andrew Svetlov
2019-12-07
2
-0
/
+18
*
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13...
Miss Islington (bot)
2019-12-06
4
-5
/
+17
*
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Miss Islington (bot)
2019-12-04
2
-10
/
+9
*
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
Inada Naoki
2019-12-04
3
-5
/
+22
*
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
Miss Islington (bot)
2019-12-03
1
-1
/
+2
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Miss Islington (bot)
2019-12-02
4
-0
/
+21
*
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)
Miss Islington (bot)
2019-12-02
1
-2
/
+8
*
bpo-38449: Add URL delimiters test cases (GH-16729)
Miss Islington (bot)
2019-12-01
1
-0
/
+15
*
document threading.Lock.locked() (GH-17427)
Miss Islington (bot)
2019-12-01
1
-0
/
+4
*
bpo-38524: clarify example a bit and improve formatting (GH-17406)
Miss Islington (bot)
2019-11-27
1
-5
/
+8
*
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Inada Naoki
2019-11-28
4
-16
/
+23
*
bpo-38524: document implicit and explicit calling of descriptors' __set_name_...
Miss Islington (bot)
2019-11-27
1
-1
/
+12
*
[3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366...
Terry Jan Reedy
2019-11-26
7
-41
/
+69
*
bpo-21063: Improve module synopsis for distutils (GH-17363) (#17381)
Miss Islington (bot)
2019-11-26
5
-9
/
+9
*
Remove use of deprecated `array.fromstring` method (GH-17332)
Miss Islington (bot)
2019-11-25
2
-3
/
+3
*
bpo-38686: fix HTTP Digest handling in request.py (GH-17045)
Miss Islington (bot)
2019-11-22
2
-2
/
+5
*
closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)
Miss Islington (bot)
2019-11-22
1
-10
/
+5
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
Miss Islington (bot)
2019-11-22
4
-6
/
+27
*
bpo-22367: Update test_fcntl.py for spawn process mode (GH-17154) (GH-17253)
Miss Islington (bot)
2019-11-22
1
-9
/
+19
*
bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338)
Miss Islington (bot)
2019-11-22
1
-2
/
+5
[next]