summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changes for pyparsing version 1.5.2pyparsing_1.5.2@182ptmcg2009-04-184-13/+4
* Changes for pyparsing version 1.5.2ptmcg2009-04-135-112/+198
* Updates submitted through pastebin, submitted by Patrick Labanptmcg2009-03-301-3/+3
* Removed __slots__ declaration on ParseBaseException, for compatibility with I...ptmcg2009-02-183-37/+52
* Tighten up __eq__ for ParserElement.ptmcg2009-01-291-4/+7
* Clean up exception stack traces returned to caller (updated scanString, searc...ptmcg2009-01-051-25/+34
* Fixed bug in SkipTo when ignore argument is found at the beginning of the ran...ptmcg2008-12-203-17/+40
* Make generator expr handling tolerant of getting non-iterablesptmcg2008-12-051-3/+6
* Fixed some Py3K set/dict codeptmcg2008-11-081-3/+5
* Added support for generator expressions when manually creating And, Or, Match...ptmcg2008-11-081-15/+31
* Added support for generator expressions when manually creating And, Or, Match...ptmcg2008-11-081-2/+2
* Added support for generator expressions when manually creating And, Or, Match...ptmcg2008-11-081-1/+18
* Clean up exception stack traces returned to callerptmcg2008-11-071-0/+10
* Clean up exception stack traces returned to callerptmcg2008-11-071-8/+17
* Fix ignoreExpr handling in SkipToptmcg2008-11-061-4/+9
* Updated for version 1.5.1 releaseptmcg2008-10-184-153/+289
* *Really* fixed nestedExpr behavior if multi-character expression delimiters a...ptmcg2008-10-021-8/+18
* Fix nestedExpr behavior if multi-character expression delimiters are used.ptmcg2008-10-012-6/+13
* Fixed bug in LineStart and LineEnd which did not recognize whitespace chars s...ptmcg2008-09-052-2/+7
* Fixed bug in parseString(parseAll=True), when the input string ends with a co...ptmcg2008-09-032-29/+36
* Removed generator expression for compatibility with older Python versionsptmcg2008-08-042-10/+15
* Added new helper method 'originalTextFor' to eventually supercede keepOrigina...ptmcg2008-07-282-11/+56
* Fixed bug in ParseResults.asXML()ptmcg2008-07-022-6/+10
* Added __dir__ function to ParseException and ParseResults classes, for Python...ptmcg2008-07-022-25/+53
* Removed dependency on xml.sax.saxutils.escape, and implemented it inline as _...ptmcg2008-06-042-8/+33
* Add parseAll flag to parseFile, passes through to parseStringptmcg2008-06-041-4/+4
* Py3K changesptmcg2008-06-011-46/+154
* Add Py3K compatible version of pyparsingptmcg2008-06-011-0/+3601
* Add change descriptions for indentedBlock and Optional bug fixesptmcg2008-06-011-8/+34
* Updated to v1.5.0ptmcg2008-06-012-85/+422
* Updated PY3K referencesptmcg2008-05-122-638/+796
* Fixed bug in nestedExpr requiring ignoreExpr to be whitespace separated in th...ptmcg2008-05-041-2/+7
* Add parseAll optional argument to parseString, to require full string parsingptmcg2008-05-041-32/+78
* Changes for compatibility with Python 3.0a3ptmcg2008-02-102-71/+92
* Added withAttribute.ANY_VALUE to specify that an attribute must be present, b...ptmcg2008-01-162-11/+48
* Added unit test for nestedExpr helper.ptmcg2008-01-051-1/+107
* Beefed up WordStart and WordEnd tests, to better test start/end of line check...ptmcg2008-01-051-3/+12
* Added unit test for WordStart and WordEnd classesptmcg2008-01-051-0/+43
* Added unit test for withAttribute helper parse action (submitted by voigts as...ptmcg2008-01-051-0/+42
* Changed '<<' operator on Forward to return None.ptmcg2008-01-032-18/+41
* Added matchOnlyAtCol helper parse actionptmcg2008-01-032-1/+15
* Added WordStart and WordEnd classesptmcg2008-01-031-0/+7
* Added WordStart and WordEnd classesptmcg2008-01-031-5/+51
* Updated version dateptmcg2007-12-291-1/+1
* Changes for IronPython compatibilityptmcg2007-12-291-5/+7
* Fix bug in which ignorables are not propagated to ParseElementEnhance wrapper...ptmcg2007-12-192-2/+12
* Include changes made in 1.4.7 version of this fileptmcg2007-12-191-1/+20
* Updated for 1.4.10ptmcg2007-12-101-4/+161
* Updated for V1.4.10ptmcg2007-12-102-58/+104
* Add __rmul__ to make __mul__ commutative.ptmcg2007-12-101-0/+3