Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.17
/
Lib
tag
7f3c5c3b5f9e0d8e26e491254389dce8cf093ac9
tagger
Ned Deily <nad@python.org>
Mon Jun 05 20:45:48 2023
object
ecd9946c9d1df7cd1aa15d08d72bbcc0899d272d
Python 3.7.17
ecd9946
Python 3.7.17
by Ned Deily
· 2 years, 2 months ago
v3.7.17
d28bafa
[3.7] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-104896)
by stratakis
· 2 years, 2 months ago
1ce801b
[3.7] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104333)
by Miss Islington (bot)
· 2 years, 3 months ago
4e2dd0c
[3.7] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104122)
by Miss Islington (bot)
· 2 years, 3 months ago
e168f83
[3.7] gh-101997: Update bundled pip version to 23.0.1 (GH-102273)
by Pradyun Gedam
· 2 years, 3 months ago
c7fdc9c
[3.7] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286) (#101713)
by Steve Dower
· 2 years, 6 months ago
3f82aa7
Python 3.7.16
by Ned Deily
· 2 years, 9 months ago
v3.7.16
b5bdf6a
[3.7] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (GH-100034)
by Miss Islington (bot)
· 2 years, 9 months ago
b0b590b
[3.7] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99232)
by Miss Islington (bot)
· 2 years, 9 months ago
8088c90
[3.7] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (GH-98528)
by Miss Islington (bot)
· 2 years, 10 months ago
e7fe111
[3.7] gh-96710: Make the test timing more lenient for the int/str DoS regression test. (GH-96717) (#98195)
by Miss Islington (bot)
· 2 years, 10 months ago
6e8e9e7
[3.7] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (GH-98191)
by Miss Islington (bot)
· 2 years, 10 months ago
9de83ce
3.7.15
by Ned Deily
· 2 years, 10 months ago
v3.7.15
fd82f16
[3.7] gh-97616: list_resize() checks for integer overflow (GH-97617) (#97629)
by Miss Islington (bot)
· 2 years, 11 months ago
98884f5
[3.7] gh-96848: Fix -X int_max_str_digits option parsing (#96988) (#97576)
by Victor Stinner
· 2 years, 11 months ago
61e371a
3.7.14
by Ned Deily
· 3 years ago
15ec1af
[3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504)
by Gregory P. Smith
· 3 years ago
6fde293
[3.7] fix CI on macOS due to infrastructure changes (GH-96493)
by Gregory P. Smith
· 3 years ago
bb8e49b
bpo-41306: Allow scale value to not be rounded (GH-21715) (GH-96484)
by Miss Islington (bot)
· 3 years ago
c199831
[3.7] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (GH-95314)
by Łukasz Langa
· 3 years, 1 month ago
8a34afd
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (GH-94095)
by Miss Islington (bot)
· 3 years, 2 months ago
3a4ca49
[3.7] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93149)
by Łukasz Langa
· 3 years, 3 months ago
2a353b2
[3.7] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (GH-92334)
by Erlend Egeberg Aasland
· 3 years, 3 months ago
000593c
3.7.13
by Ned Deily
· 3 years, 5 months ago
v3.7.13
80cc10f
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31882)
by Ned Deily
· 3 years, 5 months ago
0fbab8a
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31861)
by Ned Deily
· 3 years, 5 months ago
5a8e968
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31852)
by Ned Deily
· 3 years, 5 months ago
31fef7e
bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31573)
by Miss Islington (bot)
· 3 years, 6 months ago
d4f5bb9
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31471)
by Miss Islington (bot)
· 3 years, 6 months ago
1f97973
3.7.12
by Ned Deily
· 4 years ago
v3.7.12
d2cc04c
[3.7] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037)
by Miss Islington (bot)
· 4 years ago
e9b85af
bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27975)
by Miss Islington (bot)
· 4 years ago
9da28d2
3.7.11
by Ned Deily
· 4 years, 2 months ago
v3.7.11
fee9642
bpo-44022: Improve the regression test. (GH-26503) (GH-26507)
by Miss Islington (bot)
· 4 years, 3 months ago
1beae7e
[3.7] bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-25960)
by Zachary Ware
· 4 years, 3 months ago
078b146
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (GH-25934)
by Miss Islington (bot)
· 4 years, 3 months ago
f4dac7e
[3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25923)
by Miss Islington (bot)
· 4 years, 3 months ago
ada1499
bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (#25249)
by Miss Islington (bot)
· 4 years, 4 months ago
512742d
bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) (GH-25858)
by Miss Islington (bot)
· 4 years, 4 months ago
64be96a
[3.7] bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) (GH-24928)
by Christian Heimes
· 4 years, 4 months ago
2f01c56
[3.7] bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075). (GH-25085)
by Pablo Galindo
· 4 years, 5 months ago
7c2284f
bpo-42988: Remove the pydoc getfile feature (GH-25015) (#25066)
by Miss Islington (bot)
· 4 years, 5 months ago
7937395
[3.7] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881) (GH-24883)
by Miss Islington (bot)
· 4 years, 5 months ago
9b2dd1f
3.7.10
by Ned Deily
· 4 years, 6 months ago
v3.7.10
d0d4d30
[3.7] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24531)
by Senthil Kumaran
· 4 years, 6 months ago
d9b8f13
[3.7] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24249)
by Benjamin Peterson
· 4 years, 7 months ago
8200ee6
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) (GH-24041)
by Miss Islington (bot)
· 4 years, 8 months ago
225e365
[3.7] bpo-42103: Improve validation of Plist files. (GH-22882) (#23117)
by Serhiy Storchaka
· 4 years, 9 months ago
43e5231
bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22578)
by Miss Skeleton (bot)
· 4 years, 10 months ago
e512bc7
bpo-42051: Reject XML entity declarations in plist files (#22760) (GH-22801)
by Ned Deily
· 4 years, 10 months ago
9b5a023
[3.7] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598). (GH-22601)
by Pablo Galindo
· 4 years, 10 months ago
13c9474
3.7.9
by Ned Deily
· 5 years ago
v3.7.9
a0ad829
bpo-41100: additional fixes for testing on macOS 11 Big Sur Intel
by Ned Deily
· 5 years ago
cf79cbf
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (GH-21878)
by Miss Islington (bot)
· 5 years ago
ca75fec
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538)
by Miss Islington (bot)
· 5 years ago
4bfcffe
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499)
by Steve Dower
· 5 years ago
79c6b60
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21484)
by Miss Islington (bot)
· 5 years ago
620e276
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21461)
by Miss Islington (bot)
· 5 years ago
b98e779
[3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) (GH-21231)
by Tapas Kundu
· 5 years ago
d3798ed
[3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949)
by Christian Heimes
· 5 years ago
5f3933d
3.7.8rc1
by Ned Deily
· 5 years ago
v3.7.8rc1
678ffc4
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)
by Miss Islington (bot)
· 5 years ago
b46beb2
bpo-40448: ensurepip: Do not use cache (GH-19812)
by Miss Islington (bot)
· 5 years ago
aa83935
[3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH-20892)
by Miss Islington (bot)
· 5 years ago
0abb70e
bpo-40964: disable remote IMAP tests (GH-20836)
by Christian Heimes
· 5 years ago
ebd4400
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762)
by Miss Islington (bot)
· 5 years ago
f881c86
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20817)
by Miss Islington (bot)
· 5 years ago
4b378ac
Add quotes to code to be a string
by Miss Islington (bot)
· 5 years ago
22faf6a
[3.7] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20748)
by Stefan Krah
· 5 years ago
12d3061
[3.8] bpo-40807: Backport test_codeop change [GH-19670]
by Miss Islington (bot)
· 5 years ago
911c35d
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
by Miss Islington (bot)
· 5 years ago
80b6a05
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
by Miss Islington (bot)
· 5 years ago
852e8a7
[3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092)
by Miss Islington (bot)
· 5 years ago
5f977e0
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620)
by Miss Islington (bot)
· 5 years ago
1c4dcaf
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
by Miss Islington (bot)
· 5 years ago
a93bf82
bpo-39073: validate Address parts to disallow CRLF (GH-19007)
by Miss Islington (bot)
· 5 years ago
4ea8028
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419)
by Miss Islington (bot)
· 5 years ago
3269a0e
bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353)
by Terry Jan Reedy
· 5 years ago
82397e2
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
by Miss Islington (bot)
· 5 years ago
4330014
[3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192)
by Batuhan Taskaya
· 5 years ago
e91032b
s/wakup/wakeup (GH-20250)
by Miss Islington (bot)
· 5 years ago
7ef2751
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
by Miss Islington (bot)
· 5 years ago
c1203b7
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099)
by Miss Islington (bot)
· 5 years ago
61b49a0
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
by Miss Islington (bot)
· 5 years ago
8ddf915
bpo-40459: Fix NameError in platform.py (GH-19855)
by Miss Islington (bot)
· 5 years ago
4eec39a
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752)
by Miss Islington (bot)
· 5 years ago
48ef06b
bpo-40443: Remove unused imports in idlelib (GH-19801)
by Miss Islington (bot)
· 5 years ago
beba1a8
bpo-40436: Fix code parsing gdb version (GH-19792)
by Miss Islington (bot)
· 5 years ago
adb1f85
[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (GH-19784)
by Miss Islington (bot)
· 5 years ago
fd32a0e
[3.7] bpo-38546: Backport multiprocessing tests fixes from master (GH-19689)
by Victor Stinner
· 5 years ago
857d573
bpo-39932: Fix multiprocessing test_heap() (GH-19690)
by Victor Stinner
· 5 years ago
e7f8684
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
by Miss Islington (bot)
· 5 years ago
de5dcfa
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
by Miss Islington (bot)
· 5 years ago
abdfb3b
bpo-38439: Add 256px IDLE icon (GH-17473)
by Miss Islington (bot)
· 5 years ago
694a95f
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
by Miss Islington (bot)
· 5 years ago
d0d4e33
Fix typo in Lib/tracepack.py (GH-19605)
by Miss Islington (bot)
· 5 years ago
67ae454
[3.7] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19584)
by Serhiy Storchaka
· 5 years ago
9c7727b
Fix two typos in multiprocessing (GH-19571) (GH-19579)
by Miss Islington (bot)
· 5 years ago
11ae7d0
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
by Miss Islington (bot)
· 5 years ago
cd09d7e
bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19555)
by Miss Islington (bot)
· 5 years ago
Next »