summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changes for pyparsing 1.5.5 (just fixing builtins ref in PY3 version)pyparsing_1.5.5@206ptmcg2011-05-013-8/+8
* Changes for Python 3.2ptmcg2010-08-112-0/+4
* Mark pyparsing as Python 3 compatiblepyparsing_1.5.4@204ptmcg2010-08-101-0/+1
* Prep for 1.5.4 releaseptmcg2010-08-104-217/+4063
* Additional fixes for Python 3 compatibilityptmcg2010-08-011-0/+8
* Additional fixes for Python 3 compatibilityptmcg2010-08-012-4/+7
* Add fix to originalTextFor to not include any trailing comments or ignorable ...pyparsing_1.5.3@200ptmcg2010-06-243-30/+36
* Packaging for 1.5.3 releaseptmcg2010-06-237-103/+183
* Two more examples were added to this releaseptmcg2010-06-211-0/+6
* Fix token locations passed to parse actions, to not include leading whitespaceptmcg2010-06-152-110/+133
* Fix indentation errorptmcg2010-05-261-3/+3
* Another example added to release 1.5.3ptmcg2010-05-251-0/+5
* Added select_parser.py sqlite SELECT example referenceptmcg2010-05-241-0/+5
* Add mention of more new examplesptmcg2010-05-241-0/+9
* Added better support for sum(ParseResults)ptmcg2010-05-174-96/+240
* Updated for Py3 compatibilityptmcg2010-02-254-34/+47
* Updated HTML help to match reST textptmcg2010-02-012-56/+61
* Fixed setup to handle Py3 vs Py2 setUpptmcg2010-02-015-157/+256
* Removed use of __slots__ for Jython/IronPython compatibility.ptmcg2010-01-041-7/+7
* Undo some Python 2.4 usages, for better compatibility with Python 2.3ptmcg2010-01-041-3/+4
* Fixed subtle bug in originalTextFor, if followed by significant whitespace (l...ptmcg2009-09-242-11/+18
* Add change note reflecting smarter version of setup.py.ptmcg2009-09-081-0/+7
* Conditionalize which pyparsing version gets installed, depending on Python 2 ...ptmcg2009-09-081-1/+4
* Add change to ship both pyparsing and pyparsing_py3 modules.ptmcg2009-09-081-11/+11
* 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