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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24532)
Senthil Kumaran
2021-02-15
4
-38
/
+95
*
[3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ct...
Benjamin Peterson
2021-01-18
1
-0
/
+43
*
bpo-42794: Update test_nntplib to use offical group name for testing (GH-2403...
Miss Islington (bot)
2021-01-01
1
-3
/
+7
*
bpo-35560: Remove assertion from format(float, "n") (GH-11288) (GH-23231)
Miss Islington (bot)
2020-11-10
1
-0
/
+19
*
[3.6] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23118)
Serhiy Storchaka
2020-11-10
2
-67
/
+362
*
bpo-41944: No longer call eval() on content received via HTTP in the CJK code...
Miss Skeleton (bot)
2020-10-20
1
-14
/
+8
*
bpo-42051: Reject XML entity declarations in plist files (GH-22760) (GH-22801...
Miss Skeleton (bot)
2020-10-20
2
-0
/
+25
*
3.6.12
v3.6.12
Ned Deily
2020-08-15
1
-1
/
+1
*
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21539)
Miss Islington (bot)
2020-07-19
2
-0
/
+37
*
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21485)
Miss Islington (bot)
2020-07-15
3
-0
/
+9
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21462)
Miss Islington (bot)
2020-07-13
1
-0
/
+18
*
[3.6] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface ...
Tapas Kundu
2020-06-30
2
-2
/
+13
*
3.6.11rc1
v3.6.11rc1
Ned Deily
2020-06-17
1
-404
/
+468
*
bpo-39073: validate Address parts to disallow CRLF (GH-19007) (#19224)
Miss Islington (bot)
2020-05-27
2
-0
/
+24
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19304)
Victor Stinner
2020-04-02
2
-52
/
+107
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)...
Miss Islington (bot)
2020-03-14
3
-3
/
+56
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18350)
Miss Islington (bot)
2020-02-04
1
-0
/
+5
*
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...
Miss Islington (bot)
2020-01-23
1
-0
/
+31
*
bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...
Miss Islington (bot)
2019-12-17
1
-1
/
+1
*
Fix warnings in test_asyncio.test_base_events (GH-17577) (#17581)
Miss Islington (bot)
2019-12-12
1
-3
/
+4
*
3.6.10rc1
v3.6.10rc1
Ned Deily
2019-12-11
1
-1
/
+1
*
[3.6] bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR ...
Kyle Stanley
2019-12-11
2
-24
/
+42
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Miss Islington (bot)
2019-12-02
3
-0
/
+20
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17343)
Miss Islington (bot)
2019-11-22
2
-6
/
+25
*
[3.6] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...
Jason R. Coombs
2019-09-28
2
-10
/
+47
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441)
Victor Stinner
2019-09-28
2
-1
/
+18
*
bpo-34155: Dont parse domains containing @ (GH-13079) (GH-14826)
Miss Islington (bot)
2019-08-09
4
-1
/
+36
*
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...
Miss Islington (bot)
2019-08-01
2
-0
/
+10
*
Fix infinite loop in email folding logic (GH-12732) (GH-14799)
Miss Islington (bot)
2019-07-21
3
-6
/
+32
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-1...
Miss Islington (bot)
2019-07-02
1
-16
/
+0
*
3.6.9rc1
v3.6.9rc1
Ned Deily
2019-06-18
1
-14
/
+14
*
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-1...
Victor Stinner
2019-06-17
3
-14
/
+25
*
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-1...
Miss Islington (bot)
2019-06-04
2
-8
/
+9
*
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13513)
Victor Stinner
2019-05-28
2
-1
/
+19
*
[3.6] bpo-35925: Skip SSL tests that fail due to weak external certs or old T...
Gregory P. Smith
2019-05-28
2
-8
/
+65
*
bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612)
Victor Stinner
2019-05-28
1
-0
/
+15
*
[3.6] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13...
Gregory P. Smith
2019-05-08
1
-14
/
+32
*
bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13155)
Miro Hrončok
2019-05-08
3
-1
/
+74
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Miss Islington (bot)
2019-05-02
2
-4
/
+13
*
[3.6] bpo-36216: Add check for characters in netloc that normalize to separat...
Steve Dower
2019-03-12
2
-0
/
+40
*
bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268)
Miss Islington (bot)
2019-03-12
2
-5
/
+33
*
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (G...
Miss Islington (bot)
2019-03-09
2
-2
/
+41
*
bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...
Miss Islington (bot)
2019-02-24
1
-1
/
+6
*
Make sure file object is close if socket.create_connection fails (GH-11334) (...
Miss Islington (bot)
2019-01-17
1
-5
/
+4
*
bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio ...
Miss Islington (bot)
2019-01-17
1
-1
/
+3
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573)
Miss Islington (bot)
2019-01-15
2
-0
/
+44
*
Revert "bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff ...
Senthil Kumaran
2019-01-10
2
-47
/
+3
*
bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-1063...
Miss Islington (bot)
2019-01-09
2
-3
/
+47
*
3.6.8final
v3.6.8
Ned Deily
2018-12-23
1
-1
/
+1
*
[3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH...
Victor Stinner
2018-12-20
3
-2
/
+4
[next]