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
*
00351-cve-2019-20907-fix-infinite-loop-in-tarfile.patch
fedora-2.7.18-5
Rishi
2020-09-29
2
-0/+7
*
00191-disable-NOOP.patch
Fedora Python maintainers
2020-09-29
1
-0/+1
*
00170-gc-assertions.patch
Fedora Python maintainers
2020-09-29
1
-1/+47
*
00167-disable-stack-navigation-tests-when-optimized-in-test_gdb.patch
Fedora Python maintainers
2020-09-29
1
-11/+3
*
00165-crypt-module-salt-backport.patch
Fedora Python maintainers
2020-09-29
1
-0/+19
*
00156-gdb-autoload-safepath.patch
Fedora Python maintainers
2020-09-29
1
-1/+26
*
00147-add-debug-malloc-stats.patch
Fedora Python maintainers
2020-09-29
1
-0/+26
*
00146-hashlib-fips.patch
Fedora Python maintainers
2020-09-29
1
-44/+88
*
00142-skip-failing-pty-tests-in-rpmbuild.patch
Fedora Python maintainers
2020-09-29
2
-0/+2
*
00139-skip-test_float-known-failure-on-arm.patch
Fedora Python maintainers
2020-09-29
1
-0/+1
*
00136-skip-tests-of-seeking-stdin-in-rpmbuild.patch
Fedora Python maintainers
2020-09-29
1
-0/+1
*
00133-skip-test_dl.patch
Fedora Python maintainers
2020-09-29
1
-0/+3
*
00131-disable-tests-in-test_io.patch
Fedora Python maintainers
2020-09-29
1
-0/+1
*
python-2.7.1-fix_test_abc_with_COUNT_ALLOCS.patch
Fedora Python maintainers
2020-09-29
1
-2/+8
*
00102-2.7.13-lib64.patch
Fedora Python maintainers
2020-09-29
1
-4/+7
*
Update macOS installer build for 2.7.18 end-of-life. (GH-19352)
Ned Deily
2020-04-04
1
-1/+5
*
[2.7] closes bpo-38576: Disallow control characters in hostnames in http.clie...
Matěj Cepl
2020-03-19
2
-8/+37
*
bpo-27973 - Use test.support.temp_dir instead of NamedTemporaryFile for the (...
Senthil Kumaran
2020-01-04
1
-4/+4
*
[2.7] bpo-27973 - Fix for urllib.urlretrieve() failing on second ftp transfer...
Senthil Kumaran
2019-12-31
1
-1/+38
*
bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...
Miss Islington (bot)
2019-12-17
1
-1/+1
*
[2.7] bpo-38945: UU Encoding: Don't let newline in filename corrupt the outpu...
Matthew Rollings
2019-12-03
1
-0/+10
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (GH-17345)
Victor Stinner
2019-11-24
1
-1/+14
*
[2.7] bpo-38535: Fix positions for AST nodes for calls without arguments in d...
Serhiy Storchaka
2019-10-26
1
-0/+9
*
[2.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...
Jason R. Coombs
2019-10-08
1
-0/+14
*
[2.7] bpo-38338, test.pythoninfo: add more ssl infos (GH-16543)
Victor Stinner
2019-10-02
1
-0/+60
*
[2.7] bpo-38243: Escape the server title of DocXMLRPCServer (GH-16447)
Dong-hee Na
2019-10-01
1
-0/+20
*
[2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)...
Serhiy Storchaka
2019-09-09
1
-0/+41
*
test_multiprocessing removes temporary files (GH-15421)
Victor Stinner
2019-08-23
1
-0/+2
*
bpo-35518: Skip test that relies on a deceased network service. (GH-15349)
Miss Islington (bot)
2019-08-21
1
-0/+1
*
[2.7] bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) (GH-14404)
Miss Islington (bot)
2019-06-26
1
-26/+56
*
bpo-37124: Fix reference leak in test_msilib (GH-13750) (GH-14340)
Victor Stinner
2019-06-24
1
-0/+1
*
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14333)
Victor Stinner
2019-06-24
1
-1/+20
*
bpo-37362: test_gdb now ignores stderr (GH-14287) (GH-14297)
Victor Stinner
2019-06-21
1
-34/+13
*
[2.7] bpo-35647: Fix path check in cookiejar. (GH-11436) (GH-13427)
Xtreak
2019-06-15
1
-0/+29
*
[2.7] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...
Xtreak
2019-06-15
1
-0/+30
*
[2.7] bpo-36742: Fix urlparse.urlsplit() error message for Unicode URL (GH-13...
Victor Stinner
2019-06-11
1
-0/+9
*
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812)
Steve Dower
2019-06-04
1
-6/+7
*
[2.7] bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not...
Miss Islington (bot)
2019-05-31
1
-0/+8
*
bpo-26423: Fix test_descr.test_wrap_lenfunc_bad_cast() on 32-bit Windows (GH-...
Victor Stinner
2019-05-28
1
-1/+5
*
bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) (GH-13625)
Victor Stinner
2019-05-28
1
-0/+4
*
bpo-35907: Complete test_urllib.test_local_file_open() (GH-13506)
Victor Stinner
2019-05-22
1
-1/+5
*
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-11842)
SH
2019-05-21
1
-0/+7
*
bpo-30458: Disallow control chars in http URLs (GH-12755) (GH-13154) (GH-13315)
Victor Stinner
2019-05-21
3
-2/+82
*
closes bpo-36755: Suppress noisy error output in test HTTPS server by default...
Benjamin Peterson
2019-05-17
1
-0/+5
*
[2.7] bpo-35925: Skip SSL tests that fail due to weak external certs or old T...
Gregory P. Smith
2019-05-13
1
-0/+33
*
[2.7] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13...
Gregory P. Smith
2019-05-09
2
-14/+66
*
[2.7] bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)...
Zackery Spytz
2019-05-02
1
-0/+27
*
Change bisect to bisect_cmd in docstring (GH-13040)
Miss Islington (bot)
2019-05-02
1
-3/+3
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-05-01
1
-0/+6
*
bpo-35952: Sync test.pythoninfo from master (GH-13010)
Victor Stinner
2019-04-29
1
-8/+65
[next]