summaryrefslogtreecommitdiff
path: root/pyparsing_py3.py
Commit message (Expand)AuthorAgeFilesLines
* Changes for pyparsing 1.5.5 (just fixing builtins ref in PY3 version)pyparsing_1.5.5@206ptmcg2011-05-011-4/+4
* Prep for 1.5.4 releaseptmcg2010-08-101-109/+134
* Additional fixes for Python 3 compatibilityptmcg2010-08-011-2/+5
* Add fix to originalTextFor to not include any trailing comments or ignorable ...pyparsing_1.5.3@200ptmcg2010-06-241-21/+19
* Packaging for 1.5.3 releaseptmcg2010-06-231-13/+17
* Fix token locations passed to parse actions, to not include leading whitespaceptmcg2010-06-151-55/+67
* Fix indentation errorptmcg2010-05-261-3/+3
* Added better support for sum(ParseResults)ptmcg2010-05-171-39/+67
* Updated for Py3 compatibilityptmcg2010-02-251-16/+19
* Changes for pyparsing version 1.5.2ptmcg2009-04-131-41/+49
* Updates submitted through pastebin, submitted by Patrick Labanptmcg2009-03-301-3/+3
* Removed __slots__ declaration on ParseBaseException, for compatibility with I...ptmcg2009-02-181-33/+45
* Fixed bug in SkipTo when ignore argument is found at the beginning of the ran...ptmcg2008-12-201-9/+19
* Added support for generator expressions when manually creating And, Or, Match...ptmcg2008-11-081-15/+31
* Updated for version 1.5.1 releaseptmcg2008-10-181-62/+131
* Add Py3K compatible version of pyparsingptmcg2008-06-011-0/+3601