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