355388226b
- Fixed issue in the optimization to _trim_arity, when the full stacktrace is retrieved to determine if a TypeError is raised in pyparsing or in the caller's parse action. Code was traversing the full stacktrace, and potentially encountering UnicodeDecodeError. - Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite loop with Suppress. - Fixed bug in Each, when merging named results from multiple expressions in a ZeroOrMore or OneOrMore. Also fixed bug when ZeroOrMore expressions were erroneously treated as required expressions in an Each expression. - Added a few more inline doc examples. - Improved use of runTests in several example scripts.
26 lines
544 B
Plaintext
26 lines
544 B
Plaintext
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
|
|
|
flake8==2.6.2 # rq.filter: < 3.0.0
|
|
flake8-copyright==0.2.0
|
|
flake8-debugger==1.4.0
|
|
flake8-deprecated==1.0
|
|
flake8-docstrings==1.0.2
|
|
flake8-future-import==0.4.3
|
|
flake8-mock==0.2
|
|
flake8-pep3101==0.4
|
|
flake8-putty==0.4.0
|
|
flake8-string-format==0.2.3
|
|
flake8-tidy-imports==1.0.2
|
|
flake8-tuple==0.2.12
|
|
hacking==0.11.0
|
|
mccabe==0.5.2
|
|
packaging==16.7
|
|
pbr==1.10.0
|
|
pep8==1.7.0
|
|
pep8-naming==0.4.1
|
|
pycodestyle==2.0.0
|
|
pydocstyle==1.0.0
|
|
pyflakes==1.2.3
|
|
pyparsing==2.1.8
|
|
six==1.10.0
|