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
/
test_exceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252...
Pablo Galindo Salgado
2022-02-10
1
-1/+1
*
[3.10] bpo-46240: Correct the error for unclosed parentheses when the tokeniz...
Pablo Galindo Salgado
2022-01-23
1
-1/+1
*
bpo-46442: improve and rename testExceptionCleanupNames (GH-30758)
Miss Islington (bot)
2022-01-22
1
-2/+14
*
[3.10] bpo-46339: Fix crash in the parser when computing error text for multi...
Miss Islington (bot)
2022-01-20
1
-0/+6
*
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Miss Islington (bot)
2022-01-11
1
-0/+12
*
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...
Miss Islington (bot)
2021-12-12
1
-0/+12
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-3...
Miss Islington (bot)
2021-12-12
1
-3/+4
*
[3.10] bpo-46004: Fix error location for loops with invalid targets (GH-29959...
Pablo Galindo Salgado
2021-12-07
1
-0/+1
*
[3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion ...
Pablo Galindo Salgado
2021-11-25
1
-2/+2
*
[3.10] bpo-45727: Make the syntax error for missing comma more consistent (GH...
Pablo Galindo Salgado
2021-11-20
1
-1/+2
*
[3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-...
Łukasz Langa
2021-11-20
1
-0/+13
*
[3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is ...
Łukasz Langa
2021-11-18
1
-0/+31
*
[3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co...
Łukasz Langa
2021-10-19
1
-0/+4
*
[3.10] bpo-45408: Don't override previous tokenizer errors in the second pars...
Pablo Galindo Salgado
2021-10-07
1
-1/+1
*
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
Christian Clauss
2021-10-07
1
-1/+1
*
bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
Miss Islington (bot)
2021-10-07
1
-1/+1
*
[tests] Add missing assert against expected tracebacks in test_exceptions.py ...
Miss Islington (bot)
2021-09-21
1
-0/+1
*
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-2800...
Serhiy Storchaka
2021-09-08
1
-0/+10
*
bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fix...
Miss Islington (bot)
2021-08-16
1
-3/+1
*
bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)
Miss Islington (bot)
2021-08-13
1
-0/+3
*
[3.10] bpo-33930: Fix typo in the test name. (GH-27736)
Benjamin Peterson
2021-08-13
1
-1/+1
*
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...
Miss Islington (bot)
2021-08-11
1
-0/+15
*
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...
Miss Islington (bot)
2021-08-10
1
-0/+142
*
bpo-34013: Don't consider a grouped expression when reporting legacy print sy...
Miss Islington (bot)
2021-08-01
1
-0/+9
*
bpo-34013: Move the Python 2 hints from the exception constructor to the pars...
Miss Islington (bot)
2021-07-27
1
-7/+5
*
[3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-2...
Pablo Galindo Salgado
2021-07-27
1
-0/+6
*
bpo-44655: Don't include suggestions for attributes that are the same as the ...
Miss Islington (bot)
2021-07-16
1
-0/+12
*
bpo-44317: Improve tokenizer errors with more informative locations (GH-26555...
Miss Islington (bot)
2021-07-10
1
-2/+2
*
bpo-44297: Add a regression test for line numbers in with statements (GH-26891)
Mark Shannon
2021-06-24
1
-7/+24
*
bpo-44409: Fix error location in tokenizer errors that happen during initiali...
Miss Islington (bot)
2021-06-14
1
-0/+1
*
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft key...
Miss Islington (bot)
2021-06-09
1
-0/+1
*
bpo-44349: Fix edge case when displaying text from files with encoding in syn...
Miss Islington (bot)
2021-06-09
1
-0/+16
*
bpo-44335: Fix a regression when identifying invalid characters in syntax err...
Miss Islington (bot)
2021-06-08
1
-0/+1
*
bpo-44180: Report generic syntax errors in the furthest position reached in t...
Miss Islington (bot)
2021-05-21
1
-0/+1
*
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...
Miss Islington (bot)
2021-05-15
1
-0/+1
*
Correct location for syntax error in try-except (GH-25939)
Mark Shannon
2021-05-06
1
-1/+1
*
bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...
Miss Islington (bot)
2021-05-04
1
-1/+1
*
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney
2021-05-03
1
-18/+84
*
bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line n...
Mark Shannon
2021-04-29
1
-1/+10
*
bpo-38530: Require 50% similarity in NameError and AttributeError suggestions...
Dennis Sweeney
2021-04-27
1
-0/+112
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
1
-12/+143
*
bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)
Pablo Galindo
2021-04-21
1
-1/+1
*
bpo-25460: Surround suggestions by quotes (GH-25473)
Pablo Galindo
2021-04-19
1
-14/+14
*
bpo-38530: Cover more error paths in error suggestion functions (GH-25462)
Pablo Galindo
2021-04-17
1
-0/+10
*
bpo-38530: Include builtins in NameError suggestions (GH-25460)
Pablo Galindo
2021-04-17
1
-4/+20
*
bpo-38530: Match exactly AttributeError and NameError when offering suggestio...
Pablo Galindo
2021-04-16
1
-0/+15
*
bpo-38530: Make sure that failing to generate suggestions on failure will not...
Pablo Galindo
2021-04-14
1
-0/+14
*
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo
2021-04-14
1
-0/+123
*
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo
2021-04-14
1
-0/+159
*
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo
2021-04-12
1
-1/+1
[next]