Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.8
/
Lib
/
test
tag
d100c08f9947f4f0740743a5c87c4c1b90557a02
tagger
Ned Deily <nad@python.org>
Sat Jun 27 08:36:51 2020
object
4b47a5b6ba66b02df9392feb97b8ead916f8c1fa
Python 3.7.8
d3798ed
[3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949)
by Christian Heimes
· 5 years ago
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
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
5f977e0
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620)
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
4330014
[3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192)
by Batuhan Taskaya
· 5 years ago
beba1a8
bpo-40436: Fix code parsing gdb version (GH-19792)
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
694a95f
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
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
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
b894b66
Update libregrtest from master (GH-19517)
by Victor Stinner
· 5 years ago
8821200
bpo-32033: Fix test_pwd failures on Android (GH-19502)
by Miss Islington (bot)
· 5 years ago
096e41a
[3.7] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19487)
by Miss Islington (bot)
· 5 years ago
717f166
bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391)
by Miss Islington (bot)
· 5 years ago
0961dbd
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316) (GH-19318)
by Victor Stinner
· 5 years ago
b57a736
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19297)
by Miss Islington (bot)
· 5 years ago
f2b83c7
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)
by Miss Islington (bot)
· 5 years ago
a764a1cc
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
by Miss Islington (bot)
· 5 years ago
9387678
bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385)
by Miss Islington (bot)
· 5 years ago
5765aca
[3.7] bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) (GH-19111)
by Jason R. Coombs
· 5 years ago
6056b7b
[3.8] bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) (GH-19090)
by Miss Islington (bot)
· 5 years ago
34f85af
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
by Miss Islington (bot)
· 5 years ago
4dcfe5f
[3.7] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18990)
by Mark Dickinson
· 5 years ago
636eecb
bpo-39689: Do not test undefined casts to _Bool (GH-18964) (#18965)
by Miss Islington (bot)
· 5 years ago
6f4e7fc
[3.7] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18955)
by Serhiy Storchaka
· 5 years ago
d0837d2
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
by Miss Islington (bot)
· 5 years ago
633957d
[3.7] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18895)
by Dong-hee Na
· 5 years ago
2235e04
[3.7] bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) (GH-18877)
by Pablo Galindo
· 5 years ago
cca0b31
bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815)
by Miss Islington (bot)
· 5 years ago
65b0310
[3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826)
by Miss Islington (bot)
· 5 years ago
12c45ef
[3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101)
by Miss Islington (bot)
· 5 years ago
3eff46f
bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751)
by Ryan Rowe
· 5 years ago
69ded39
bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749)
by Miss Islington (bot)
· 5 years ago
f4d709f
bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
by Miss Islington (bot)
· 5 years ago
7c64726
[3.7] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) (GH-18725)
by Gregory P. Smith
· 5 years ago
c4ca1f8
[3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)
by Stefan Krah
· 5 years ago
55be9a6
bpo-30566: Fix IndexError when using punycode codec (GH-18632)
by Miss Islington (bot)
· 5 years ago
e349e83
Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18645)
by Miss Islington (bot)
· 5 years ago
43a0137
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
by Miss Islington (bot)
· 5 years ago
c6f9554
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18585)
by Miss Islington (bot)
· 5 years ago
3c57ca6
[3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18204)
by Miss Islington (bot)
· 6 years ago
505b601
Revert "bpo-27657: Fix urlparse() with numeric paths (GH-661)" (#18526)
by Senthil Kumaran
· 6 years ago
f464edf
bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18502)
by Nathaniel J. Smith
· 6 years ago
705d271
bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)
by Miss Islington (bot)
· 6 years ago
97d2a98
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
by Miss Islington (bot)
· 6 years ago
fda6593
Fixes in sorting descriptions (GH-18317)
by Miss Islington (bot)
· 6 years ago
61b3484
[3.7] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117) (GH-18151)
by Alex Rebert
· 6 years ago
958064f
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
by Miss Islington (bot)
· 6 years ago
b76d5e9
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
by Miss Islington (bot)
· 6 years ago
4be9726
bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
by Miss Islington (bot)
· 6 years ago
a993658
[3.7] Add test cases for dataclasses. (GH-17909) (GH-17920)
by Miss Islington (bot)
· 6 years ago
00ac28a
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
by Miss Islington (bot)
· 6 years ago
43fbc70
bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
by Miss Islington (bot)
· 6 years ago
3bdb2d9
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)
by Miss Islington (bot)
· 6 years ago
880a17a
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
by Miss Islington (bot)
· 6 years ago
0e0e4ac
bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773) (GH-17786)
by Miss Islington (bot)
· 6 years ago
53f11ba
[3.7] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-17765)
by Dong-hee Na
· 6 years ago
296d45e
[3.7] bpo-38610: Fix possible crashes in several list methods (GH-17022) (GH-17759)
by Pablo Galindo
· 6 years ago
59d06b9
[3.7] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) (GH-17685)
by Bar Harel
· 6 years ago
b8bbdf0
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) (GH-17655)
by Miss Islington (bot)
· 6 years ago
3dbfe0a
bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Catalina (GH-17636)
by Miss Islington (bot)
· 6 years ago
c70c8ca
Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17580)
by Miss Islington (bot)
· 6 years ago
4b75466
[3.7] Fix elif start column offset when there is an else following (GH-17596) (GH-17601)
by Pablo Galindo
· 6 years ago
d321203
bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592)
by Miss Islington (bot)
· 6 years ago
0ed45d0
[3.7] bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) (#17584)
by Pablo Galindo
· 6 years ago
95157c6
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (GH-17570)
by Ned Deily
· 6 years ago
66d7a5d
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518) (#17532)
by Miss Islington (bot)
· 6 years ago
b9f4b49
bpo-38547: Fix test_pty if the process is the session leader (GH-17519)
by Miss Islington (bot)
· 6 years ago
9baa870
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
by Miss Islington (bot)
· 6 years ago
a197f8a
[3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)
by Miss Islington (bot)
· 6 years ago
e0f148e
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
by Inada Naoki
· 6 years ago
87f2d26
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418)
by Miss Islington (bot)
· 6 years ago
1f4f28c
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)
by Miss Islington (bot)
· 6 years ago
926eabb
bpo-38449: Add URL delimiters test cases (GH-16729)
by Miss Islington (bot)
· 6 years ago
e65b3fa
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
by Inada Naoki
· 6 years ago
cb60851
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
by Miss Islington (bot)
· 6 years ago
d4d7920
bpo-22367: Update test_fcntl.py for spawn process mode (GH-17154) (GH-17253)
by Miss Islington (bot)
· 6 years ago
30e5bd8
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126)
by Miss Islington (bot)
· 6 years ago
4ffc569
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
by Miss Islington (bot)
· 6 years ago
87b4d39
bpo-38785: Prevent asyncio from crashing (GH-17144)
by Miss Islington (bot)
· 6 years ago
b8b3e43
[3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17137)
by Benjamin Peterson
· 6 years ago
917dbe3
bpo-22367: Add tests for fcntl.lockf(). (GH-17010)
by Miss Islington (bot)
· 6 years ago
f7d50f8
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656)
by Miss Skeleton (bot)
· 6 years ago
ed2db31
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
by Miss Skeleton (bot)
· 6 years ago
91fc9cf
[3.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16930)
by Serhiy Storchaka
· 6 years ago
175abcc
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
by Miss Skeleton (bot)
· 6 years ago
82b5f6b
bpo-27657: Fix urlparse() with numeric paths (GH-661)
by Miss Islington (bot)
· 6 years ago
1bceb0e
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) (GH-16818)
by Victor Stinner
· 6 years ago
Next »