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
...
*
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
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
Inada Naoki
2021-04-02
1
-2/+2
*
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya
2021-01-20
1
-2/+2
*
bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
Lysandros Nikolaou
2021-01-14
1
-0/+3
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
1
-0/+83
*
bpo-30858: Improve error location for expressions with assignments (GH-23753)
Pablo Galindo
2020-12-13
1
-1/+1
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
1
-2/+50
*
bpo-41659: Disallow curly brace directly after primary (GH-22996)
Lysandros Nikolaou
2020-10-27
1
-0/+1
*
bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)
Pablo Galindo
2020-09-01
1
-0/+31
*
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi
2020-08-03
1
-3/+6
*
bpo-40334: Produce better error messages on invalid targets (GH-20106)
Lysandros Nikolaou
2020-06-18
1
-1/+1
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-3/+3
*
Use subTest in test_exceptions for better error reporting (GH-20140)
Pablo Galindo
2020-05-17
1
-26/+29
*
bpo-40619: Correctly handle error lines in programs without file mode (GH-20090)
Pablo Galindo
2020-05-14
1
-0/+2
*
bpo-40334: Always show the caret on SyntaxErrors (GH-20050)
Lysandros Nikolaou
2020-05-13
1
-9/+6
*
bpo-40334: Error message for invalid default args in function call (GH-19973)
Lysandros Nikolaou
2020-05-07
1
-2/+2
*
bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865)
Lysandros Nikolaou
2020-05-04
1
-1/+1
*
bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782)
Batuhan Taskaya
2020-05-01
1
-21/+21
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
1
-1/+1
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+1
*
bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (G...
Pablo Galindo
2020-04-21
1
-1/+11
*
bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)
Victor Stinner
2020-03-13
1
-1/+1
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
1
-2/+3
*
bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828)
Serhiy Storchaka
2020-02-12
1
-1/+13
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
1
-0/+16
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+1
*
bpo-36829: Add test.support.catch_unraisable_exception() (GH-13490)
Victor Stinner
2019-05-22
1
-22/+8
*
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-1...
Serhiy Storchaka
2018-11-27
1
-1/+1
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
1
-0/+39
*
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
1
-9/+0
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-2/+101
*
bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)
xdegaye
2017-10-23
1
-1/+18
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
1
-0/+56
*
bpo-31161: only check for parens error for SyntaxError (#3082)
Martijn Pieters
2017-08-22
1
-0/+28
*
bpo-29951: Include function name for some error messages in `PyArg_ParseTuple...
Michael Seifert
2017-04-09
1
-1/+1
*
bpo-29998: Pickling and copying ImportError now preserves name and path (#1010)
Serhiy Storchaka
2017-04-08
1
-0/+20
*
bpo-20548: Use specific asserts in warnings and exceptions tests (#788)
Serhiy Storchaka
2017-03-30
1
-9/+9
*
Issue #29507: Update test_exceptions
Victor Stinner
2017-02-09
1
-9/+2
*
Issue #28289: ImportError.__init__ now resets not specified attributes.
Serhiy Storchaka
2016-09-28
1
-0/+14
*
Issue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka
2016-09-27
1
-0/+16
|
\
|
*
Issue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka
2016-09-27
1
-0/+17
|
/
*
Issue #22836: Keep exception reports sensible despite errors
Martin Panter
2016-02-28
1
-2/+66
[prev]
[next]