summaryrefslogtreecommitdiff
path: root/src/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Update oc.py example: fix regex for '==' operator, add packrat parsing and fu...HEADmasterptmcg2017-04-231-0/+7
* Add minor enht for infixNotation, to accept a sequence of parse actions at ea...ptmcg2017-03-061-0/+3
* Prep for 2.2.0 releaseptmcg2017-03-031-0/+28
* Add 2.1.10 release date to CHANGESptmcg2016-10-071-1/+1
* Fixed bug in col, which allowed simplification of LineStart down to minimal i...ptmcg2016-10-061-1/+3
* Fixed behavior of LineStart; added AutoReset to other unit tests that modify ...ptmcg2016-10-041-0/+5
* Fix bug in ZeroOrMore results name reportingptmcg2016-09-281-0/+3
* Fixed bug in ParseResults.dump when keys were not strings. Also changed displ...ptmcg2016-09-241-0/+5
* Added support for multiline test strings in runTestsptmcg2016-09-111-2/+1
* Fix typo in doc string; add comment on support for ()'s in infixNotationptmcg2016-09-111-0/+6
* Cleanup/notes in prep for 2.1.9 releaseptmcg2016-09-101-9/+16
* Fix Py3 bug in ParseResults.getName; fixed bug in Keyword and CaselessKeyword...ptmcg2016-09-081-0/+6
* Copied upcaseTokens and downcaseTokens to pyparsing_common; renamed pyparsing...ptmcg2016-08-261-0/+22
* Added CloseMatch classptmcg2016-08-171-0/+7
* Change log - reformat test comments for runTestsptmcg2016-08-141-0/+2
* Simplified merging ParseResults from expressions in an Each; also fixed class...ptmcg2016-08-131-0/+5
* Add limit=n args to extract_stack and extract_tb calls, to minimize scanning ...ptmcg2016-08-121-0/+5
* Added inline doc example for ParserElement.setDebugptmcg2016-08-111-0/+2
* Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite loop with Su...ptmcg2016-08-111-0/+6
* Update changelog with Iterable improvements to oneOfptmcg2016-08-111-0/+5
* Fix regression when using packrat parsing and raising ParseSyntaxException in...ptmcg2016-08-091-0/+7
* Fixed bug in upcaseTokens and downcaseTokens introduced in 2.1.5, when the pa...ptmcg2016-08-051-3/+8
* Add inline examples to docstrings, so that reference docs will show sample co...ptmcg2016-08-051-0/+8
* Deprecated ParseResults.asXML ptmcg2016-08-051-0/+12
* Updated traceParseAction to use repr of input/output tokens instead of strptmcg2016-08-051-0/+14
* Rename pyparsing_common's "numeric" and "number" expressions to "number" and ...ptmcg2016-08-051-0/+10
* LRU rework to use OrderedDict instead, better cross-version Python compatibil...ptmcg2016-08-041-9/+7
* Final code cleanup for adding lru_cache. Removed DictCache wrapper on dict, j...ptmcg2016-07-271-0/+10
* Fixed bug in pyparsing_common.numeric, integers were parsed as floatsptmcg2016-06-181-0/+5
* Added ParserElement.split() generator methodptmcg2016-06-131-0/+5
* Change result value returned by runTests to be a list of (test,result) tuplesptmcg2016-06-121-1/+3
* Add support in pyparsing_common for fractions and mixed integer-fraction valuesptmcg2016-06-081-0/+2
* Added pyparsing_common.stripHTMLTags; added links to pyparsing_common docstring ptmcg2016-06-021-1/+2
* Added new numerics.py exampleptmcg2016-05-251-0/+7
* Added tokenMap parse action helper; general code cleanup; renamed literalStri...ptmcg2016-05-241-3/+28
* Updated comments in pyparsing_common and CHANGESptmcg2016-05-181-1/+2
* runTests changes: made parseAll=True the default; added support for failure t...ptmcg2016-05-181-0/+8
* Add UUID to pyparsing_commonptmcg2016-05-181-0/+1
* Added more expressions to pyparsing_common: IPv4 and IPv6 addresses (includin...ptmcg2016-05-181-1/+10
* Added 'fatal' option to addCondition; enhancements to runTests, and added uni...ptmcg2016-05-131-3/+7
* Minor enhancement to traceParseAction decorator, to retain the parse action's...ptmcg2016-05-131-1/+4
* Split out the '==' behavior in ParserElement, now implemented as the matches(...ptmcg2016-05-121-0/+19
* Notes on _trim_arity fixptmcg2016-05-111-1/+8
* Fixed similar backtracking issues in the C and C++ style commentsptmcg2016-04-291-1/+3
* Fixed catastrophic regex backtracking in implementation of the quoted string ...ptmcg2016-04-291-0/+5
* Fix bug in _trim_arity when pyparsing is part of a PyInstaller (which leaves ...ptmcg2016-04-221-1/+7
* Added default behavior to QuotedString to convert embedded '\t', '\n', etc. c...ptmcg2016-03-191-0/+4
* Fixed bug in ParseResults.toDict(), in which dict values were always converte...ptmcg2016-03-061-0/+4
* Fixed bug in Each introduced in 2.1.0ptmcg2016-02-231-0/+3
* Fixed bug in SkipTo when using failOn; replaced explicit references to obj.__...ptmcg2016-02-221-0/+2