summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag for 2.1.8 releasepyparsing_2.1.8ptmcg2016-08-150-0/+0
* Some docstring changesptmcg2016-08-141-9/+11
* Change log - reformat test comments for runTestsptmcg2016-08-141-0/+2
* reformat test comments for runTests; example of using results from runTests i...ptmcg2016-08-143-24/+67
* enhanced runTests to better handle non-parsing exceptionsptmcg2016-08-141-3/+17
* Add examples from pyparsing_commonptmcg2016-08-141-1/+13
* Update to new pyparsing and Python featuresptmcg2016-08-141-14/+7
* Simplified merging ParseResults from expressions in an Each; also fixed class...ptmcg2016-08-133-40/+80
* Add limit=n args to extract_stack and extract_tb calls, to minimize scanning ...ptmcg2016-08-123-7/+64
* Clearer example output in ParseResultsptmcg2016-08-111-15/+18
* Added inline doc example for ParserElement.setDebugptmcg2016-08-112-2/+33
* Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite loop with Su...ptmcg2016-08-113-3/+61
* Update changelog with Iterable improvements to oneOfptmcg2016-08-111-0/+5
* oneOf test cleanupptmcg2016-08-111-5/+5
* 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