summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update oc.py example: fix regex for '==' operator, add packrat parsing and fu...HEADmasterptmcg2017-04-231-0/+7
* Update oc.py example: fix regex for '==' operator, add packrat parsing and fu...ptmcg2017-04-231-4/+6
* Add minor enht for infixNotation, to accept a sequence of parse actions at ea...ptmcg2017-03-063-6/+83
* Prep for 2.2.0 releaseptmcg2017-03-032-1/+29
* Fix error and expand docstring examples for ParserElement.searchStringptmcg2017-03-031-1/+5
* Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 ...ptmcg2017-03-034-7/+7
* Fix deprecated use of '\' as described in https://bugs.python.org/issue27364 ...ptmcg2017-02-282-7/+7
* Updated setup.py to address recursive import problems now that pyparsing is p...ptmcg2017-02-281-1/+7
* Minor change when using '-' operator, to be compatible with ParserElement.str...ptmcg2017-02-281-1/+1
* Fix KeyError when packrat cache gets updated recursivelyptmcg2017-02-281-5/+20
* Add 2.1.10 release date to CHANGESptmcg2016-10-071-1/+1
* Fix docstring formatting for epydoc compatibilityptmcg2016-10-071-2/+2
* Fix @(*#&$#& typoptmcg2016-10-061-4/+2
* Add example to LineStart docstringptmcg2016-10-061-0/+19
* Fixed bug in col, which allowed simplification of LineStart down to minimal i...ptmcg2016-10-063-12/+44
* Fixed behavior of LineStart; added AutoReset to other unit tests that modify ...ptmcg2016-10-043-33/+95
* Fix all bare 'except:' statements in pyparsing; add more 'n-or-more' unit testsptmcg2016-10-022-11/+16
* Fix bug in ZeroOrMore results name reportingptmcg2016-09-283-6/+21
* Fixed bug in ParseResults.dump when keys were not strings. Also changed displ...ptmcg2016-09-242-3/+12
* Updated some examples to more current pyparsing coding methodsptmcg2016-09-244-155/+86
* git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@441 9bf210a0-9d2d-49...ptmcg2016-09-151-8/+3
* Remove all uses of 'eval'ptmcg2016-09-151-4/+9
* Minor changes to unitTests.pyptmcg2016-09-151-4/+1
* Expand results names to capture multiple values; add '*' as potential functio...ptmcg2016-09-131-3/+3
* Added support for multiline test strings in runTestsptmcg2016-09-112-3/+10
* Add tests of sci_realptmcg2016-09-111-0/+8
* Fix typo in doc string; add comment on support for ()'s in infixNotationptmcg2016-09-112-4/+11
* Fix spelling on contributor's nameptmcg2016-09-101-1/+1
* Cleanup/notes in prep for 2.1.9 releaseptmcg2016-09-103-11/+26
* Simpler API to AutoReset context manager for testingptmcg2016-09-091-25/+29
* Minor rework to unitTest - suppresses test output unless there is an exceptionptmcg2016-09-091-23/+41
* Fix Py3 bug in ParseResults.getName; fixed bug in Keyword and CaselessKeyword...ptmcg2016-09-083-6/+77
* Copied upcaseTokens and downcaseTokens to pyparsing_common; renamed pyparsing...ptmcg2016-08-263-11/+59
* Upgrade to use pyparsing_common for numbersptmcg2016-08-191-4/+5
* Fix 'from' results name to include all join elements.ptmcg2016-08-181-1/+1
* Added CloseMatch classptmcg2016-08-173-3/+99
* Some docstring changesptmcg2016-08-151-11/+34
* 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