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.7] gh-97616: list_resize() checks for integer overflow (GH-97617) (#97629)
Miss Islington (bot)
2022-10-05
1
-0/+13
*
[3.7] gh-96848: Fix -X int_max_str_digits option parsing (#96988) (#97576)
Victor Stinner
2022-10-05
1
-0/+2
*
[3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504)
Gregory P. Smith
2022-09-06
9
-2/+305
*
[3.7] fix CI on macOS due to infrastructure changes (GH-96493)
Gregory P. Smith
2022-09-02
1
-0/+1
*
[3.7] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (...
Łukasz Langa
2022-07-27
1
-23/+31
*
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (G...
Miss Islington (bot)
2022-06-22
1
-2/+51
*
[3.7] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93149)
Łukasz Langa
2022-05-23
1
-0/+35
*
bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31573)
Miss Islington (bot)
2022-02-25
1
-4/+21
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31471)
Miss Islington (bot)
2022-02-21
2
-8/+15
*
[3.7] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037)
Miss Islington (bot)
2021-08-30
1
-0/+55
*
bpo-45001: Make email date parsing more robust against malformed input (GH-27...
Miss Islington (bot)
2021-08-30
1
-0/+2
*
bpo-44022: Improve the regression test. (GH-26503) (GH-26507)
Miss Islington (bot)
2021-06-03
1
-1/+6
*
[3.7] bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-25960)
Zachary Ware
2021-05-07
1
-2/+4
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Miss Islington (bot)
2021-05-06
1
-1/+9
*
[3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...
Miss Islington (bot)
2021-05-06
1
-0/+48
*
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) (GH-25858)
Miss Islington (bot)
2021-05-03
1
-1/+4
*
[3.7] bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)...
Christian Heimes
2021-05-03
1
-0/+29
*
[3.7] bpo-43660: Fix crash when displaying exceptions with custom values for ...
Pablo Galindo
2021-03-29
1
-0/+15
*
bpo-42988: Remove the pydoc getfile feature (GH-25015) (#25066)
Miss Islington (bot)
2021-03-29
1
-6/+0
*
[3.7] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881...
Miss Islington (bot)
2021-03-16
1
-1/+26
*
[3.7] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24531)
Senthil Kumaran
2021-02-15
2
-27/+70
*
bpo-42794: Update test_nntplib to use offical group name for testing (GH-2403...
Miss Islington (bot)
2021-01-01
1
-3/+7
*
[3.7] bpo-42103: Improve validation of Plist files. (GH-22882) (#23117)
Serhiy Storchaka
2020-11-10
1
-54/+341
*
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 (#22760) (GH-22801)
Ned Deily
2020-10-20
1
-0/+18
*
bpo-41100: additional fixes for testing on macOS 11 Big Sur Intel
Ned Deily
2020-08-15
1
-0/+5
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Miss Islington (bot)
2020-08-14
2
-0/+78
*
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538)
Miss Islington (bot)
2020-07-19
1
-0/+22
*
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499)
Steve Dower
2020-07-15
1
-2/+34
*
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21484)
Miss Islington (bot)
2020-07-15
2
-0/+7
*
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21461)
Miss Islington (bot)
2020-07-13
1
-0/+18
*
[3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface ...
Tapas Kundu
2020-06-30
1
-0/+11
*
[3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949)
Christian Heimes
2020-06-25
1
-19/+19
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)
Miss Islington (bot)
2020-06-15
1
-1/+1
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Miss Islington (bot)
2020-06-15
1
-8/+8
*
[3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH...
Miss Islington (bot)
2020-06-15
1
-0/+14
*
bpo-40964: disable remote IMAP tests (GH-20836)
Christian Heimes
2020-06-12
1
-0/+3
*
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762)
Miss Islington (bot)
2020-06-11
1
-0/+10
*
Add quotes to code to be a string
Miss Islington (bot)
2020-06-09
1
-0/+5
*
[3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions...
Stefan Krah
2020-06-08
1
-35/+0
*
[3.8] bpo-40807: Backport test_codeop change [GH-19670]
Miss Islington (bot)
2020-06-05
1
-4/+4
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Miss Islington (bot)
2020-05-29
1
-0/+19
*
bpo-39073: validate Address parts to disallow CRLF (GH-19007)
Miss Islington (bot)
2020-05-27
1
-0/+19
*
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...
Miss Islington (bot)
2020-05-26
1
-0/+7
*
[3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
1
-0/+4
*
bpo-40436: Fix code parsing gdb version (GH-19792)
Miss Islington (bot)
2020-04-29
2
-2/+11
*
[3.7] bpo-38546: Backport multiprocessing tests fixes from master (GH-19689)
Victor Stinner
2020-04-23
2
-2/+4
*
bpo-39932: Fix multiprocessing test_heap() (GH-19690)
Victor Stinner
2020-04-23
1
-0/+10
*
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Miss Islington (bot)
2020-04-22
1
-0/+51
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
Miss Islington (bot)
2020-04-22
1
-5/+30
[next]