| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@211 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
|
|
| |
compatibility, no longer necessary)
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@210 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
|
|
|
|
| |
Removed tabs as indentation
Fixed srange syntax for hex characters to support \x intro vs \0x
Removed Python2-specific code from pyparsing_py3
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@209 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
impls/versions; submitted by Raymond Hettinger
- Fixed packratting bug that repeated values in parsed output
- Reinstated fix to not fail with parseAll=True if trailing mismatch consisted solely of ignorable expressions
- Added overlap arg to scanString, to locate overlapping matches
- Improved performance in transformString
- Added support for trailing '*' in results names to indicate listAllMatches=True
- Added intExpr arg to countedArray, allowing the caller to provide a custom leading integer expression
- General epydoc formatting updates
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@207 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@206 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@203 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@201 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
|
|
| |
text
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@200 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@199 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@197 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@196 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
|
|
|
| |
Fixed off-by-one bug in line()
Added ability to compose a Regex using a compiled RE
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@192 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@191 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
|
|
|
| |
scanString handles zero-length parsed results
"except" statements are more Py3K-friendly
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@181 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@180 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
|
|
| |
IronPython 2.0.1.
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@179 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
|
|
|
|
|
| |
range of text to be skipped.
Fixed docstring in White class.
Fixed obscure bug when calling __getitem__ of an object that replaces ParseResults during a parse action.
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@176 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
|
|
|
|
|
|
| |
MatchFirst, or Each objects
Clean up exception stack traces returned to caller
Fix ignoreExpr handling in SkipTo
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@173 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@167 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|
|
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@155 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
|