| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
backport pyparsing_test from 3.0
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Explicitly specify UTF-8 encoding when opening README file
* Fix Python 2.6.x+ support for setup.py
* Removed stray unicode space character from README.rst
|
| |
|
| |
|
|
|
|
| |
in unit tests
|
| |
|
|
|
|
| |
docstring for PyPI compatibility
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
# Conflicts:
# CHANGES
# docs/HowToUsePyparsing.rst
# pyparsing.py
|
| | |
|
| | |
|
| |
| |
| |
| | |
3.0.0 dev branch
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
with None
|
| |
|
|
|
|
| |
ParseException
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
overriding current class with a class with optimized parseImpl()
|
| |
|
|
|
|
| |
singleton class-local
|
| |
|
|
|
|
| |
behavior; added file argument to runTests; added conditionAsParseAction helper
|
| |
|
|
|
|
| |
arg for oneOf to emit Keyword expressions instead of Literals
|
| |
|
| |
|
| |
|
|
|
|
| |
the error location, to help diagnose errors.
|
|
|
|
| |
parseString
|
| |
|
| |
|
|
|
|
| |
results name will always return a list of skipped items
|
| |
|