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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.8.15
v3.8.15
Łukasz Langa
2022-10-11
1
-1/+1
*
[3.8] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97575)
Miss Islington (bot)
2022-10-04
1
-0/+2
*
[3.8] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97628)
Miss Islington (bot)
2022-10-04
1
-0/+13
*
Python 3.8.14
v3.8.14
Łukasz Langa
2022-09-06
1
-26/+2
*
[3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)
Gregory P. Smith
2022-09-05
9
-5/+304
*
[3.8] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (...
Łukasz Langa
2022-07-27
1
-23/+31
*
[3.8] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94571)
Łukasz Langa
2022-07-05
1
-1/+6
*
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (G...
Miss Islington (bot)
2022-06-22
2
-2/+58
*
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-92954)
Victor Stinner
2022-06-06
1
-6/+10
*
[3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-930...
Łukasz Langa
2022-05-24
1
-0/+35
*
[3.8] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#9...
Erlend Egeberg Aasland
2022-05-16
1
-0/+43
*
Python 3.8.13
Łukasz Langa
2022-03-15
1
-21/+21
*
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)
Ned Deily
2022-03-15
3
-4/+2
*
bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31572)
Miss Islington (bot)
2022-03-02
2
-8/+25
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
Sebastian Pipping
2022-02-22
2
-8/+15
*
bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-31118)
Miss Islington (bot)
2022-02-17
1
-2/+6
*
[3.8] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metad...
Jason R. Coombs
2022-02-14
1
-2/+2
*
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) (GH-31173)
Miss Islington (bot)
2022-02-08
1
-0/+2
*
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...
Miss Islington (bot)
2021-12-11
1
-0/+1
*
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29093)
Miss Islington (bot)
2021-10-20
2
-5/+11
*
bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28979)
Victor Stinner
2021-10-19
1
-15/+23
*
bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28984)
Miss Islington (bot)
2021-10-19
1
-1/+3
*
Python 3.8.12
v3.8.12
Łukasz Langa
2021-08-30
1
-7/+7
*
[3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036)
Miss Islington (bot)
2021-08-29
2
-3/+63
*
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...
Miss Islington (bot)
2021-08-29
1
-6/+7
*
bpo-45001: Make email date parsing more robust against malformed input (GH-27...
Miss Islington (bot)
2021-08-26
2
-0/+4
*
[3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-...
achraf-mer
2021-08-17
2
-4/+22
*
bpo-33930: Fix typo in the test name. (GH-27735)
Miss Islington (bot)
2021-08-12
1
-1/+1
*
[3.8] bpo-33930: Fix segfault with deep recursion when cleaning method object...
Łukasz Langa
2021-08-11
1
-0/+15
*
bpo-44022: Improve the regression test. (GH-26503) (#26506)
Miss Islington (bot)
2021-07-12
1
-1/+6
*
Python 3.8.11
v3.8.11
Łukasz Langa
2021-06-28
1
-1/+12
*
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) (GH-26895)
Miss Islington (bot)
2021-06-24
1
-3/+8
*
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...
Miss Islington (bot)
2021-06-12
1
-0/+2
*
[3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Pa...
Łukasz Langa
2021-05-12
2
-0/+47
*
bpo-44070: No longer eagerly makes import filenames absolute, except for exte...
Steve Dower
2021-05-12
2
-7/+7
*
bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957)
Miss Islington (bot)
2021-05-07
1
-2/+1
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Miss Islington (bot)
2021-05-06
2
-18/+30
*
[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...
Miss Islington (bot)
2021-05-05
2
-0/+58
*
Python 3.8.10
v3.8.10
Łukasz Langa
2021-05-03
1
-26/+44
*
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-872...
Miss Islington (bot)
2021-05-02
1
-0/+8
*
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
Ned Deily
2021-05-02
9
-19/+118
*
[3.8] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25783)
Stéphane Bidoul
2021-05-01
2
-1/+1
*
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
Miss Islington (bot)
2021-04-30
1
-1/+1
*
bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691)...
Miss Islington (bot)
2021-04-28
1
-7/+11
*
[3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 ne...
Pete Wicken
2021-04-26
2
-0/+21
*
[3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899)
Irit Katriel
2021-04-26
2
-5/+33
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212)
Miss Islington (bot)
2021-04-26
1
-0/+10
*
Quick pydoc update to smtplib.py (GH-22292) (GH-25616)
Miss Islington (bot)
2021-04-26
1
-2/+2
*
bpo-43534: Fix the turtle module working with multiple root windows GH-25594
Miss Islington (bot)
2021-04-26
1
-8/+7
*
[3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialog...
Miss Islington (bot)
2021-04-25
5
-7/+21
[next]