summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move src to rootCengiz Kaygusuz2017-11-20113-31044/+0
* Update oc.py example: fix regex for '==' operator, add packrat parsing and fu...Paul McGuire2017-04-231-0/+7
* Update oc.py example: fix regex for '==' operator, add packrat parsing and fu...Paul McGuire2017-04-231-4/+6
* Add minor enht for infixNotation, to accept a sequence of parse actions at ea...Paul McGuire2017-03-063-6/+83
* Prep for 2.2.0 releasePaul McGuire2017-03-032-1/+29
* Fix error and expand docstring examples for ParserElement.searchStringPaul McGuire2017-03-031-1/+5
* Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 ...Paul McGuire2017-03-034-7/+7
* Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 ...Paul McGuire2017-02-282-7/+7
* Updated setup.py to address recursive import problems now that pyparsing is p...Paul McGuire2017-02-281-1/+7
* Minor change when using '-' operator, to be compatible with ParserElement.str...Paul McGuire2017-02-281-1/+1
* Fix KeyError when packrat cache gets updated recursivelyPaul McGuire2017-02-281-5/+20
* Add 2.1.10 release date to CHANGESPaul McGuire2016-10-071-1/+1
* Fix docstring formatting for epydoc compatibilityPaul McGuire2016-10-071-2/+2
* Fix @(*#&$#& typoPaul McGuire2016-10-061-4/+2
* Add example to LineStart docstringPaul McGuire2016-10-061-0/+19
* Fixed bug in col, which allowed simplification of LineStart down to minimal i...Paul McGuire2016-10-063-12/+44
* Fixed behavior of LineStart; added AutoReset to other unit tests that modify ...Paul McGuire2016-10-043-33/+95
* Fix all bare 'except:' statements in pyparsing; add more 'n-or-more' unit testsPaul McGuire2016-10-022-11/+16
* Fix bug in ZeroOrMore results name reportingPaul McGuire2016-09-283-6/+21
* Fixed bug in ParseResults.dump when keys were not strings. Also changed displ...Paul McGuire2016-09-242-3/+12
* Updated some examples to more current pyparsing coding methodsPaul McGuire2016-09-244-155/+86
* (no commit message)Paul McGuire2016-09-151-8/+3
* Remove all uses of 'eval'Paul McGuire2016-09-151-4/+9
* Minor changes to unitTests.pyPaul McGuire2016-09-151-4/+1
* Expand results names to capture multiple values; add '*' as potential functio...Paul McGuire2016-09-131-3/+3
* Added support for multiline test strings in runTestsPaul McGuire2016-09-112-3/+10
* Add tests of sci_realPaul McGuire2016-09-111-0/+8
* Fix typo in doc string; add comment on support for ()'s in infixNotationPaul McGuire2016-09-112-4/+11
* Fix spelling on contributor's namePaul McGuire2016-09-101-1/+1
* Cleanup/notes in prep for 2.1.9 releasePaul McGuire2016-09-103-11/+26
* Simpler API to AutoReset context manager for testingPaul McGuire2016-09-091-25/+29
* Minor rework to unitTest - suppresses test output unless there is an exceptionPaul McGuire2016-09-091-23/+41
* Fix Py3 bug in ParseResults.getName; fixed bug in Keyword and CaselessKeyword...Paul McGuire2016-09-083-6/+77
* Copied upcaseTokens and downcaseTokens to pyparsing_common; renamed pyparsing...Paul McGuire2016-08-263-11/+59
* Upgrade to use pyparsing_common for numbersPaul McGuire2016-08-191-4/+5
* Fix 'from' results name to include all join elements.Paul McGuire2016-08-181-1/+1
* Added CloseMatch classPaul McGuire2016-08-173-3/+99
* Some docstring changesPaul McGuire2016-08-151-11/+34
* Some docstring changesPaul McGuire2016-08-141-9/+11
* Change log - reformat test comments for runTestsPaul McGuire2016-08-141-0/+2
* reformat test comments for runTests; example of using results from runTests i...Paul McGuire2016-08-143-24/+67
* enhanced runTests to better handle non-parsing exceptionsPaul McGuire2016-08-141-3/+17
* Add examples from pyparsing_commonPaul McGuire2016-08-141-1/+13
* Update to new pyparsing and Python featuresPaul McGuire2016-08-141-14/+7
* Simplified merging ParseResults from expressions in an Each; also fixed class...Paul McGuire2016-08-133-40/+80
* Add limit=n args to extract_stack and extract_tb calls, to minimize scanning ...Paul McGuire2016-08-123-7/+64
* Clearer example output in ParseResultsPaul McGuire2016-08-111-15/+18
* Added inline doc example for ParserElement.setDebugPaul McGuire2016-08-112-2/+33
* Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite loop with Su...Paul McGuire2016-08-113-3/+61
* Update changelog with Iterable improvements to oneOfPaul McGuire2016-08-111-0/+5