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