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
*
ssl: Hard-disable SSLv3 to avoid automagic deps
gentoo-2.7.18_p10
Michał Górny
2021-05-12
1
-0
/
+4
*
[3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...
gentoo-2.7.18_p9
Miss Islington (bot)
2021-05-02
4
-0
/
+55
*
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391)
Miss Islington (bot)
2021-05-02
1
-1
/
+1
*
[3.6] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881...
gentoo-2.7.18_p8
Miss Islington (bot)
2021-04-03
3
-3
/
+43
*
py2-ize the CJK codec test
Michał Górny
2021-04-03
1
-2
/
+3
*
[3.6] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24532)
gentoo-2.7.18_p7
Senthil Kumaran
2021-02-16
7
-40
/
+100
*
test.support.unlink: ignore EACCES
gentoo-2.7.18-r6
Mike Gilbert
2021-01-19
1
-1
/
+1
*
Force using system libffi
Michał Górny
2021-01-19
1
-4
/
+4
*
Use specific -Werror for cross-compile tests
Michał Górny
2021-01-19
1
-2
/
+2
*
Use ncurses to find pkg-config
Michał Górny
2021-01-19
1
-1
/
+1
*
Make module byte-compilation non-fatal
Michał Górny
2021-01-19
1
-2
/
+2
*
Disable nis
Mike Gilbert
2021-01-19
1
-1
/
+1
*
use_pyxml
Mike Gilbert
2021-01-19
1
-15
/
+18
*
ARM OABI
Mike Gilbert
2021-01-19
1
-29
/
+78
*
Turkish locale
Mike Gilbert
2021-01-19
1
-15
/
+24
*
distutils C++
Mike Gilbert
2021-01-19
6
-42
/
+82
*
Regenerate platform-specific modules
Mike Gilbert
2021-01-19
5
-26
/
+34
*
sqlite loadable extensions
Mike Gilbert
2021-01-19
2
-2
/
+13
*
Non-zero exit status on failure
Mike Gilbert
2021-01-19
1
-0
/
+6
*
Gentoo libdir
Mike Gilbert
2021-01-19
9
-35
/
+30
*
Disable modules and SSL
Mike Gilbert
2021-01-19
1
-19
/
+31
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config.
Mike Gilbert
2021-01-19
3
-17
/
+14
*
[3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ct...
Benjamin Peterson
2021-01-19
3
-25
/
+69
*
bpo-40791: Make compare_digest more constant-time. (GH-23438)
Miss Islington (bot)
2020-12-14
2
-1
/
+2
*
bpo-41944: No longer call eval() on content received via HTTP in the CJK code...
Miss Skeleton (bot)
2020-12-14
2
-15
/
+9
*
bpo-42051: Reject XML entity declarations in plist files (GH-22760) (GH-22801...
Miss Skeleton (bot)
2020-12-14
3
-0
/
+28
*
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21539)
Michał Górny
2020-09-13
2
-0
/
+37
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19304)
Michał Górny
2020-09-13
2
-40
/
+101
*
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
Rishi
2020-09-13
2
-0
/
+3
*
Add empty 2.7.18 NEWS file.
v2.7.18
2.7
Benjamin Peterson
2020-04-19
1
-0
/
+8
*
Bump version to 2.7.18.
Benjamin Peterson
2020-04-19
1
-3
/
+3
*
Remove incorrect comma. (GH-19604)
Benjamin Peterson
2020-04-19
1
-1
/
+1
*
[2.7] Doc: Add an optional obsolete header. (GH-19229)
Leonard Richardson
2020-04-18
3
-0
/
+21
*
Bump version to 2.7.18rc1.
v2.7.18rc1
Benjamin Peterson
2020-04-04
2
-5
/
+5
*
Make 2.7.18rc1 release notes.
Benjamin Peterson
2020-04-04
10
-16
/
+89
*
Update macOS installer build for 2.7.18 end-of-life. (GH-19352)
Ned Deily
2020-04-03
4
-27
/
+27
*
[2.7] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19...
Benjamin Peterson
2020-03-31
1
-3
/
+3
*
[2.7] closes bpo-38576: Disallow control characters in hostnames in http.clie...
Matěj Cepl
2020-03-18
4
-8
/
+53
*
Doc: Change Python 2 status to EOL. (GH-17885)
Miss Islington (bot)
2020-01-06
1
-1
/
+1
*
bpo-27973 - Use test.support.temp_dir instead of NamedTemporaryFile for the (...
Senthil Kumaran
2020-01-03
1
-4
/
+4
*
Update copyright year in macOS installer license copy (GH-17806)
Miss Islington (bot)
2020-01-02
1
-3
/
+3
*
[2.7] Bring Python into the next decade. (GH-17805)
Benjamin Peterson
2020-01-02
7
-7
/
+7
*
[2.7] bpo-27973 - Fix for urllib.urlretrieve() failing on second ftp transfer...
Senthil Kumaran
2019-12-30
3
-1
/
+46
*
[2.7] Minor C API documentation improvements. (GH-17699)
Benjamin Peterson
2019-12-24
1
-1
/
+1
*
bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...
Miss Islington (bot)
2019-12-17
2
-1
/
+2
*
bpo-38730: Replace strncpy in import.c with memcpy. (GH-17633)
Benjamin Peterson
2019-12-16
1
-3
/
+3
*
bpo-39035: travis: Don't use beta group (GH-17605)
Inada Naoki
2019-12-14
1
-1
/
+0
*
[2.7] bpo-38945: UU Encoding: Don't let newline in filename corrupt the outpu...
Matthew Rollings
2019-12-03
4
-0
/
+22
*
document threading.Lock.locked() (GH-17427)
Miss Islington (bot)
2019-12-01
1
-0
/
+4
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (GH-17345)
Victor Stinner
2019-11-24
4
-8
/
+29
[next]