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
...
*
bpo-44180: Report generic syntax errors in the furthest position reached in t...
Miss Islington (bot)
2021-05-21
1
-0/+1
*
[3.10] bpo-38671: Add test that `pathlib.Path.resolve()` returns an absolute ...
Barney Gale
2021-05-21
1
-0/+10
*
bpo-36160: Fix test_site so that it can run independently of other tests (GH-...
Miss Islington (bot)
2021-05-20
1
-2/+4
*
bpo-44168: Fix error message in the parser for keyword arguments for invalid ...
Miss Islington (bot)
2021-05-19
1
-19/+24
*
[3.10] bpo-25872: Add unit tests for linecache and threading (GH-25913) (GH-2...
Irit Katriel
2021-05-18
2
-1/+60
*
bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)
Miss Islington (bot)
2021-05-17
1
-0/+6
*
bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-2...
Miss Islington (bot)
2021-05-16
1
-1/+2
*
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...
Miss Islington (bot)
2021-05-15
1
-0/+1
*
[3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (...
Miss Islington (bot)
2021-05-15
1
-0/+7
*
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Miss Islington (bot)
2021-05-13
1
-2/+5
*
bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH...
Miss Islington (bot)
2021-05-13
1
-0/+25
*
[3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061)
Mark Shannon
2021-05-13
1
-0/+21
*
bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-...
Miss Islington (bot)
2021-05-12
1
-0/+8
*
[3.10] bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034...
Irit Katriel
2021-05-12
1
-0/+18
*
bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066)
Miss Islington (bot)
2021-05-12
1
-0/+3
*
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-2...
Miss Islington (bot)
2021-05-11
1
-0/+38
*
bpo-43149: Correct the syntax error message for multiple exception types (GH-...
Miss Islington (bot)
2021-05-09
1
-5/+5
*
Revert test for Tix deprecation warning (GH-26005)
Miss Islington (bot)
2021-05-09
1
-6/+3
*
[3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks ...
Miss Islington (bot)
2021-05-08
1
-1/+1
*
bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972)
Miss Islington (bot)
2021-05-07
1
-0/+7
*
bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186)
Miss Islington (bot)
2021-05-07
1
-5/+10
*
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Miss Islington (bot)
2021-05-07
1
-0/+7
*
bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 3...
Miss Islington (bot)
2021-05-06
1
-0/+1
*
Correct location for syntax error in try-except (GH-25939)
Mark Shannon
2021-05-06
1
-1/+1
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Miss Islington (bot)
2021-05-05
1
-1/+9
*
bpo-43882 Remove the newline, and tab early. From query and fragments. (GH-25...
Miss Islington (bot)
2021-05-05
1
-8/+16
*
bpo-35753: Fix crash in doctest with unwrap-able functions (GH-22981) (#25926)
Miss Islington (bot)
2021-05-05
1
-1/+14
*
bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548)
Miss Islington (bot)
2021-05-04
1
-2/+1
*
bpo-44018: random.seed() no longer mutates its inputs (GH-25856) (GH-25872)
Miss Islington (bot)
2021-05-04
1
-0/+5
*
fix enum and backslash warnings (GH-25861) (GH-25871)
Miss Islington (bot)
2021-05-04
2
-2/+2
*
bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...
Miss Islington (bot)
2021-05-04
1
-1/+1
*
Remove Enum warnings from test_httpservers (GH-25844)
Shreyan Avigyan
2021-05-03
1
-2/+2
*
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney
2021-05-03
1
-18/+84
*
bpo-43943: ssl tests: Increase server socket timeout, backlog, debugging (GH-...
Christian Heimes
2021-05-03
1
-5/+11
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
4
-1757/+60
*
Increase test timeout (GH-25842)
Andrew Svetlov
2021-05-03
1
-3/+3
*
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
Batuhan Taskaya
2021-05-03
1
-6/+55
*
bpo-44011: Fix asyncio tests without ssl module (GH-25840)
Christian Heimes
2021-05-03
1
-2/+7
*
bpo-44015: dataclasses should allow KW_ONLY to be specified only once per cla...
Eric V. Smith
2021-05-03
1
-0/+77
*
bpo-25478: Add total() method to collections.Counter (GH-25829)
Raymond Hettinger
2021-05-03
1
-0/+4
*
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)
Ned Deily
2021-05-03
1
-1/+1
*
bpo-43977: Make sure that tp_flags for pattern matching are inherited correct...
Mark Shannon
2021-05-02
2
-0/+47
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-02
4
-60/+1752
*
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...
Erlend Egeberg Aasland
2021-05-02
2
-4/+5
*
bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)
Jason R. Coombs
2021-05-02
3
-3/+37
*
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher
2021-05-02
1
-3/+77
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes
2021-05-02
1
-4/+17
*
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
Christian Heimes
2021-05-02
3
-0/+31
*
Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-2...
Ethan Furman
2021-05-01
1
-1/+1
*
bpo-43916: Rewrite new hashlib tests, fix typo (GH-25791)
Christian Heimes
2021-05-01
1
-30/+12
[prev]
[next]