summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101)Miss Islington (bot)2020-03-041-0/+20
* bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751)Ryan Rowe2020-03-031-0/+116
* bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and ...Miss Islington (bot)2020-03-021-0/+20
* bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)Miss Islington (bot)2020-03-021-0/+9
* [3.7] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) (GH-1...Gregory P. Smith2020-03-012-0/+52
* [3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)Stefan Krah2020-02-291-0/+1
* bpo-30566: Fix IndexError when using punycode codec (GH-18632)Miss Islington (bot)2020-02-251-0/+12
* Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#...Miss Islington (bot)2020-02-241-0/+2
* bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)Miss Islington (bot)2020-02-221-0/+21
* bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (...Miss Islington (bot)2020-02-211-0/+35
* [3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18...Miss Islington (bot)2020-02-171-0/+7
* Revert "bpo-27657: Fix urlparse() with numeric paths (GH-661)" (#18526)Senthil Kumaran2020-02-161-6/+4
* bpo-39606: allow closing async generators that are already closed (GH-18475) ...Nathaniel J. Smith2020-02-131-2/+28
* bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)Miss Islington (bot)2020-02-061-0/+37
* closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)Miss Islington (bot)2020-02-041-0/+5
* Fixes in sorting descriptions (GH-18317)Miss Islington (bot)2020-02-041-1/+1
* [3.7] bpo-35182: fix communicate() crash after child closes its pipes (GH-181...Alex Rebert2020-01-231-0/+11
* bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...Miss Islington (bot)2020-01-231-0/+31
* bpo-39386: Prevent double awaiting of async iterator (GH-18081)Miss Islington (bot)2020-01-201-0/+36
* bpo-38293: Allow shallow and deep copying of property objects (GH-16438)Miss Islington (bot)2020-01-121-2/+2
* [3.7] Add test cases for dataclasses. (GH-17909) (GH-17920)Miss Islington (bot)2020-01-101-0/+19
* bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)Miss Islington (bot)2020-01-081-2/+2
* bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)Miss Islington (bot)2020-01-051-0/+23
* bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH...Miss Islington (bot)2020-01-051-0/+1
* bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)Miss Islington (bot)2020-01-051-0/+22
* bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-1777...Miss Islington (bot)2020-01-011-0/+31
* [3.7] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-...Dong-hee Na2019-12-312-1/+36
* [3.7] bpo-38610: Fix possible crashes in several list methods (GH-17022) (GH-...Pablo Galindo2019-12-301-0/+26
* [3.7] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) (GH-17685)Bar Harel2019-12-231-0/+8
* bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652...Miss Islington (bot)2019-12-181-3/+11
* bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...Miss Islington (bot)2019-12-171-1/+1
* Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17580)Miss Islington (bot)2019-12-171-3/+4
* [3.7] Fix elif start column offset when there is an else following (GH-17596)...Pablo Galindo2019-12-141-0/+9
* bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592)Miss Islington (bot)2019-12-131-1/+5
* [3.7] bpo-39031: Include elif keyword when producing lineno/col-offset info f...Pablo Galindo2019-12-131-0/+9
* bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...Ned Deily2019-12-111-17/+24
* bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518)...Miss Islington (bot)2019-12-092-0/+24
* bpo-38547: Fix test_pty if the process is the session leader (GH-17519)Miss Islington (bot)2019-12-091-3/+16
* bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)Miss Islington (bot)2019-12-081-3/+4
* [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500)Miss Islington (bot)2019-12-071-6/+6
* bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)Inada Naoki2019-12-041-3/+18
* bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...Miss Islington (bot)2019-12-021-0/+9
* bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)Miss Islington (bot)2019-12-021-2/+8
* bpo-38449: Add URL delimiters test cases (GH-16729)Miss Islington (bot)2019-12-011-0/+15
* bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)Inada Naoki2019-11-281-8/+11
* bpo-38804: Fix REDoS in http.cookiejar (GH-17157)Miss Islington (bot)2019-11-221-0/+13
* bpo-22367: Update test_fcntl.py for spawn process mode (GH-17154) (GH-17253)Miss Islington (bot)2019-11-221-9/+19
* bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17...Miss Islington (bot)2019-11-212-0/+22
* bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)Miss Islington (bot)2019-11-191-0/+27
* bpo-38785: Prevent asyncio from crashing (GH-17144)Miss Islington (bot)2019-11-131-0/+39