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.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
*
bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitie...
Miss Islington (bot)
2021-04-25
1
-2/+3
*
[3.8] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-2557...
Stéphane Bidoul
2021-04-24
3
-4/+3
*
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
Miss Islington (bot)
2021-04-23
2
-1/+27
*
[3.8] bpo-43920: Make load_verify_locations(cadata) error message consistent ...
Christian Heimes
2021-04-23
1
-3/+8
*
Reformat idlelib colorizer (GH-25479)
Miss Islington (bot)
2021-04-23
1
-16/+20
*
bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an inva...
Miss Islington (bot)
2021-04-22
1
-0/+1
*
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...
Miss Islington (bot)
2021-04-22
1
-10/+11
*
Fix typo in a dataclasses comment. (GH-25454)
Miss Islington (bot)
2021-04-17
1
-1/+1
*
[3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...
Christian Heimes
2021-04-17
15
-709/+986
*
bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) ...
Miss Islington (bot)
2021-04-16
2
-0/+5
*
bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)...
Victor Stinner
2021-04-16
1
-2/+5
*
[3.8] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are release...
Ethan Furman
2021-04-12
2
-13/+50
*
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)
Miss Islington (bot)
2021-04-12
1
-1/+4
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-09
5
-79/+157
*
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
Miss Islington (bot)
2021-04-09
1
-1/+3
*
[3.8] bpo-43791: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) (GH-25...
Miss Islington (bot)
2021-04-09
1
-0/+5
*
bpo-39674: Fix collections ABC deprecation notice (GH-25281)
Markus Gerstel
2021-04-08
1
-1/+1
*
Fix broken test for MutableSet.pop() (GH-25209) (GH-25270)
Miss Islington (bot)
2021-04-07
1
-2/+6
*
bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
Steve Dower
2021-04-07
1
-10/+16
*
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391)
Miss Islington (bot)
2021-04-07
1
-1/+1
*
bpo-43176: Fix processing of empty dataclasses (GH-24484)
Miss Islington (bot)
2021-04-06
2
-1/+25
*
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values...
Miss Islington (bot)
2021-04-05
2
-1/+19
[next]