summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Undo removal of generator handlingptmcg2016-08-111-1/+5
* Remove dangling ref to _generatorTypeptmcg2016-08-111-1/+1
* Add support for all iterables (sets, generators, etc.) to oneOf and ParseExpr...ptmcg2016-08-112-11/+24
* Add missing authorship attributions and copyrights to examplesptmcg2016-08-0918-46/+92
* Fix regression when using packrat parsing and raising ParseSyntaxException in...ptmcg2016-08-093-11/+42
* Update to current pyparsing featuresptmcg2016-08-073-45/+21
* Typo in Keyword docstringptmcg2016-08-071-1/+1
* docstring tweak (ParseResults.asDict)ptmcg2016-08-071-1/+1
* More docstring cleanup/enhancementptmcg2016-08-071-27/+45
* Fix typo in SkipTo docstringptmcg2016-08-071-1/+1
* Fix relative dir typo in xcopy pyparsing.py commandptmcg2016-08-071-1/+1
* Reformat Word docstring to include links to helper stringsptmcg2016-08-071-9/+10
* Update indentedGrammarExample.py to use indentedBlockptmcg2016-08-072-69/+10
* Add the last of the new inline doc examplesptmcg2016-08-061-57/+469
* Add more inline doc examplesptmcg2016-08-061-36/+286
* Fixed version dateptmcg2016-08-061-1/+1
* Add inline examples to docstrings, for realptmcg2016-08-051-481/+1094
* Fixed bug in upcaseTokens and downcaseTokens introduced in 2.1.5, when the pa...ptmcg2016-08-053-5/+15
* Add inline examples to docstrings, so that reference docs will show sample co...ptmcg2016-08-052-8/+16
* Deprecated ParseResults.asXML ptmcg2016-08-052-2/+14
* Updated traceParseAction to use repr of input/output tokens instead of strptmcg2016-08-052-3/+17
* Rename pyparsing_common's "numeric" and "number" expressions to "number" and ...ptmcg2016-08-053-8/+18
* Update to reflect Py3 is now default Python in dev environmentptmcg2016-08-041-1/+1
* LRU rework to use OrderedDict instead, better cross-version Python compatibil...ptmcg2016-08-042-50/+93
* Typo in Jython-specific unit testptmcg2016-07-271-1/+1
* Typo in Jython-specific unit testptmcg2016-07-271-1/+1
* Tweak unicode ranges for Jython 2.7.0 compatibilityptmcg2016-07-271-2/+6
* Modified init for Py2 compatibility (need args attribute for exception constr...ptmcg2016-07-271-0/+1
* Final code cleanup for adding lru_cache. Removed DictCache wrapper on dict, j...ptmcg2016-07-272-43/+39
* Rework to use lru_cache instead of TTLCacheptmcg2016-07-271-70/+62
* Remove pprint import; convert to use ParseResults.pprint methodsptmcg2016-07-271-3/+2
* _TTLCache logic cleanup, add get() method similar to dict.get ptmcg2016-07-271-7/+10
* Redo packrat cache to use _TTLCache instead of dict, to permit cache size con...ptmcg2016-07-261-21/+95
* Put test case classes back in order, as they are defined in the source module...ptmcg2016-07-261-0/+4
* Fixed bug in pyparsing_common.numeric, integers were parsed as floatsptmcg2016-06-183-3/+20
* Added ParserElement.split() generator methodptmcg2016-06-133-1/+118
* Fix docstring formatting for epydocptmcg2016-06-121-5/+5
* Fix docstring formatting for epydocptmcg2016-06-121-2/+2
* Fix test file path (change '\' to '/')ptmcg2016-06-121-1/+1
* Needed for new test for parseFileptmcg2016-06-121-0/+1
* Change result value returned by runTests to be a list of (test,result) tuplesptmcg2016-06-123-85/+176
* Add names to new pyparsing_common fraction expressionsptmcg2016-06-081-3/+3
* Update version timestampptmcg2016-06-081-1/+1
* Add support in pyparsing_common for fractions and mixed integer-fraction valuesptmcg2016-06-083-13/+44
* Added pyparsing_common.stripHTMLTags; added links to pyparsing_common docstring ptmcg2016-06-022-8/+17
* Added new numerics.py exampleptmcg2016-05-252-0/+69
* Added tokenMap parse action helper; general code cleanup; renamed literalStri...ptmcg2016-05-243-66/+153
* Updated comments in pyparsing_common and CHANGESptmcg2016-05-182-2/+6
* Add hex_integer to pyparsing_commonptmcg2016-05-181-0/+3
* runTests changes: made parseAll=True the default; added support for failure t...ptmcg2016-05-183-30/+55