summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag for 2.1.5 releasepyparsing_2.1.5ptmcg2016-06-130-0/+0
* Added ParserElement.split() generator methodptmcg2016-06-133-1/+118
* Fix docstring formatting for epydocptmcg2016-06-121-5/+5
* Fix docstring formatting for epydocptmcg2016-06-121-2/+2
* Fix test file path (change '\' to '/')ptmcg2016-06-121-1/+1
* Needed for new test for parseFileptmcg2016-06-121-0/+1
* Change result value returned by runTests to be a list of (test,result) tuplesptmcg2016-06-123-85/+176
* Add names to new pyparsing_common fraction expressionsptmcg2016-06-081-3/+3
* Update version timestampptmcg2016-06-081-1/+1
* Add support in pyparsing_common for fractions and mixed integer-fraction valuesptmcg2016-06-083-13/+44
* Added pyparsing_common.stripHTMLTags; added links to pyparsing_common docstring ptmcg2016-06-022-8/+17
* Added new numerics.py exampleptmcg2016-05-252-0/+69
* Added tokenMap parse action helper; general code cleanup; renamed literalStri...ptmcg2016-05-243-66/+153
* Updated comments in pyparsing_common and CHANGESptmcg2016-05-182-2/+6
* Add hex_integer to pyparsing_commonptmcg2016-05-181-0/+3
* runTests changes: made parseAll=True the default; added support for failure t...ptmcg2016-05-183-30/+55
* Add UUID to pyparsing_commonptmcg2016-05-183-2/+6
* Added more expressions to pyparsing_common: IPv4 and IPv6 addresses (includin...ptmcg2016-05-183-4/+116
* Py2/Py3 compatibilityptmcg2016-05-181-3/+8
* Update pyparsing code practicesptmcg2016-05-174-101/+30
* Some docstring cleanup for better epydoc outputptmcg2016-05-141-10/+11
* Added 'fatal' option to addCondition; enhancements to runTests, and added uni...ptmcg2016-05-133-20/+103
* Fix Py3 incompatibility in traceParseActionptmcg2016-05-131-2/+2
* Minor enhancement to traceParseAction decorator, to retain the parse action's...ptmcg2016-05-133-65/+42
* Add epydoc docstrings to new expressions in pyparsing_commonptmcg2016-05-131-3/+11
* Split out the '==' behavior in ParserElement, now implemented as the matches(...ptmcg2016-05-122-39/+150
* Notes on _trim_arity fixptmcg2016-05-111-1/+8
* Update version timestampptmcg2016-05-111-1/+1
* traceback module variations between Py3.5.0 and Py3.5.1ptmcg2016-05-111-2/+5
* Fix trim_arity handling of Python 2 vs 3 traceback data; changed in 3.5, not ...ptmcg2016-05-111-6/+7
* Better handling of Win vs. Linux line endings in ParseConfigFileTest, and cas...ptmcg2016-05-111-2/+2
* Fixed similar backtracking issues in the C and C++ style commentsptmcg2016-04-292-5/+7
* Fixed catastrophic regex backtracking in implementation of the quoted string ...ptmcg2016-04-293-5/+26
* Fix bug in _trim_arity when pyparsing is part of a PyInstaller (which leaves ...ptmcg2016-04-222-6/+33
* Fix timestamp for releaseptmcg2016-03-211-1/+1
* Cleanup docstring changes to QuotedString for epydoc processingptmcg2016-03-211-3/+2
* Added default behavior to QuotedString to convert embedded '\t', '\n', etc. c...ptmcg2016-03-193-2/+36
* Fixed bug in ParseResults.toDict(), in which dict values were always converte...ptmcg2016-03-063-2/+51
* Fixed bug in Each introduced in 2.1.0ptmcg2016-02-233-4/+30
* Fixed bug in SkipTo when using failOn; replaced explicit references to obj.__...ptmcg2016-02-223-10/+16
* Removed use of partial in replaceWith, for PyPy compatibility. Removed no-lon...ptmcg2016-02-162-21/+6
* Added support for assigning to ParseResults using slices; reimplemented origi...ptmcg2016-02-153-8/+18
* Cleaned up pickle tests; added CountedArrayTest3 to test for non-decimal-inte...ptmcg2016-02-071-35/+106
* Added stopOn arg to ZeroOrMore and OneOrMore; refactored/cleaned up SkipTo to...ptmcg2016-02-072-97/+152
* Fixed to match current Python installed versionptmcg2016-02-071-1/+1
* Removed deprecated class Upcase and deprecated class keepOriginalText; update...ptmcg2016-02-0713-78/+60
* Switched version number to 2.1.0ptmcg2016-02-072-14/+14
* Add support for pickling ParseResults with protocols 2 and higher (default pr...ptmcg2016-02-063-5/+49
* Add CHANGES blurb for example fixesptmcg2016-01-271-0/+3
* Cleanup examples, fix typo in fourFn.py, convert sample tests to use runTestsptmcg2016-01-274-51/+40