index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.5] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface ...
Tapas Kundu
2020-08-04
1
-0/+11
*
[3.5] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21489)
Petr Viktorin
2020-07-16
2
-0/+7
*
bpo-41183: Update finite DH params to 3072 bits (#21278)
Christian Heimes
2020-07-02
3
-8/+42
*
bpo-41183: Update test certs and keys (#21258)
Christian Heimes
2020-07-02
15
-397/+899
*
[3.5] closes bpo-38576: Disallow control characters in hostnames in http.clie...
Tapas Kundu
2020-06-20
2
-3/+46
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (#19305)
Victor Stinner
2020-06-20
1
-33/+57
*
bpo-39073: validate Address parts to disallow CRLF (#19007) (#20450)
Victor Stinner
2020-06-12
1
-0/+19
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17344)
Victor Stinner
2020-04-03
1
-0/+13
*
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...
Ned Deily
2020-03-21
1
-0/+9
*
[3.5] bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)
Serhiy Storchaka
2019-10-29
2
-2/+29
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441) (#16516)
Victor Stinner
2019-10-29
1
-0/+16
*
[3.5] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...
Jason R. Coombs
2019-10-08
1
-0/+29
*
[3.5] bpo-37461: Fix infinite loop in parsing of specially crafted email head...
Abhilash Raj
2019-09-07
1
-0/+7
*
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-1...
Victor Stinner
2019-09-07
1
-5/+6
*
bpo-36576: Skip test_ssl and test_asyncio tests failing with OpenSSL 1.1.1 (#...
Victor Stinner
2019-09-07
2
-0/+12
*
[3.5] bpo-34155: Dont parse domains containing @ (GH-13079) (#15317)
Abhilash Raj
2019-09-07
2
-0/+24
*
bpo-30458: Disallow control chars in http URLs. (GH-12755) (#13207)
Miro HronĨok
2019-07-14
2
-1/+62
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-07-14
1
-0/+6
*
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) (GH-...
Victor Stinner
2019-07-14
1
-0/+18
*
[3.5] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (#13200)
Gregory P. Smith
2019-07-13
2
-14/+66
*
[3.5] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...
Xtreak
2019-03-17
1
-0/+30
*
bpo-35647: Fix path check in cookiejar (#11436) (#12277)
Xtreak
2019-03-16
1
-0/+26
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-11
1
-0/+23
*
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11867)
Victor Stinner
2019-02-26
2
-0/+44
*
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (#11874)
Victor Stinner
2019-02-25
1
-0/+12
*
[3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991)
Steve Dower
2018-05-14
1
-0/+40
*
[3.5] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6034)
Ned Deily
2018-03-11
2
-2/+32
*
[3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656)
Serhiy Storchaka
2018-01-23
1
-1/+57
*
[3.5] bpo-32551: Consistently configure sys.path[0] (#5197)
Nick Coghlan
2018-01-23
1
-0/+67
*
[3.5] bpo-32620: Remove failing pyenv call from CI config (#5274)
Nick Coghlan
2018-01-23
1
-0/+1
*
[3.5] [security] bpo-30119: fix ftplib.FTP.putline() to throw an error for a ...
Dong-hee Na
2017-07-26
1
-1/+5
*
bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) (#2845)
Victor Stinner
2017-07-24
1
-0/+1
*
[3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)
Serhiy Storchaka
2017-07-23
5
-5/+28
*
bpo-30822: regrtest: remove tzdata (#2782)
Victor Stinner
2017-07-20
3
-11/+3
*
bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)
Victor Stinner
2017-07-20
3
-4/+29
*
[3.5] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net ...
Ammar Askar
2017-07-20
1
-3/+3
*
[3.5] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-271...
Serhiy Storchaka
2017-07-16
1
-0/+4
*
[3.5] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...
Serhiy Storchaka
2017-07-13
1
-0/+22
*
[3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...
Serhiy Storchaka
2017-07-11
2
-3/+33
*
[3.5] bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-09
1
-3/+47
*
bpo-30532: Fix whitespace folding in certain cases (#2592)
Joel Hillacre
2017-07-06
1
-0/+12
*
[3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...
Serhiy Storchaka
2017-07-04
1
-0/+24
*
[3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3....
Victor Stinner
2017-07-03
2
-10/+173
*
bpo-30280: Cleanup threads in ayncio tests (#2501) (#2512)
Victor Stinner
2017-06-30
1
-5/+3
*
[3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...
Antoine Pitrou
2017-06-30
1
-0/+9
*
[3.5] Clear potential ref cycle between Process and Process target (GH-2470) ...
Antoine Pitrou
2017-06-28
1
-0/+18
*
[3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2469)
Antoine Pitrou
2017-06-28
1
-2/+17
*
[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...
Serhiy Storchaka
2017-06-28
7
-1/+35
*
[3.5] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2442)
Victor Stinner
2017-06-27
3
-31/+135
*
bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2411)
Victor Stinner
2017-06-26
1
-26/+25
[next]