index
:
delta/python-packages/pyparsing-git.git
226-railroad-updates
NZd4iiDQleE1FBF0
left_recursion_support
master
pep8_naming
pp_unicode
pyjion_testing
pyparsing_1.5.x
pyparsing_2.4.1.x
pyparsing_2.4.x
unittest_integration
github.com: pyparsing/pyparsing.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyparsing
/
exceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't import Optional from typing, import the whole module. (#386)
Dominic Davis-Foster
2022-04-11
1
-2
/
+2
*
PEP-8 some internal names
ptmcg
2021-10-31
1
-2
/
+2
*
Added parser_element to synonymize with parserElement in ParseBaseException
ptmcg
2021-10-22
1
-1
/
+1
*
Clean up bullet lists in docstrings
ptmcg
2021-10-02
1
-8
/
+8
*
Code cleanup: replaced dynamic attrs in ParseBaseException with properties, s...
ptmcg
2021-09-21
1
-32
/
+45
*
Adding type annotations
ptmcg
2021-08-23
1
-1
/
+3
*
More informative exception messages
ptmcg
2021-08-09
1
-4
/
+18
*
Add PEP-8 naming, with compatibility synonyms
ptmcg
2021-08-07
1
-18
/
+7
*
Update __versionTime__; blacken core code and examples
ptmcg
2021-08-01
1
-9
/
+14
*
Replace last-century '%' string interp with .format() usage
Paul McGuire
2020-07-19
1
-7
/
+3
*
Sphinx and docstring fixes
ptmcg
2020-07-06
1
-15
/
+14
*
More thorough ParseException.explain testing
ptmcg
2020-06-25
1
-2
/
+2
*
Collapse _checkRecursion methods; moved 3.0.0 summary from CHANGES to whats_n...
ptmcg
2020-06-25
1
-0
/
+15
*
Convert internal imports to relative imports, to support projects that vendor...
ptmcg
2020-05-13
1
-1
/
+1
*
Enhanced error messages and error locations when parsing fails on the Keyword...
ptmcg
2020-04-03
1
-0
/
+1
*
Refactor ParseException explain() static method into a staticmethod and an in...
Paul McGuire
2020-03-31
1
-73
/
+87
*
Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162)
Paul McGuire
2019-11-18
1
-0
/
+219