summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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