summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Description of operatorPrecedence bug fixptmcg2007-12-101-2/+9
* Fixed bug introduced in v1.4.8 and 1.4.9 that calls parse actions intermediat...ptmcg2007-12-101-17/+6
* Added note for fixing operatorPrecedence bugptmcg2007-12-091-7/+11
* Fixed bug in operatorPrecedence, in which simpleBool was running off the end ...ptmcg2007-12-081-3/+2
* git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@128 9bf210a0-9d2d-494c...ptmcg2007-11-281-0/+18
* Fix syntax errors (ugh!)ptmcg2007-11-281-4/+3
* Added support for '*' multiplication operator for ParserElementsptmcg2007-11-242-0/+46
* Fixed quoted string built-ins to accept '\xHH' hex characters within the stringptmcg2007-11-241-0/+3
* Fixed quoted string built-ins to accept '\xHH' hex characters within the stringptmcg2007-11-241-4/+5
* Cleaned up per Tim Mitchell's inputptmcg2007-11-091-15/+3
* Added LICENSE file to distributionptmcg2007-11-091-1/+1
* Fixed bug in ParseResults.__delitem__ptmcg2007-11-093-22/+104
* Updated release filesptmcg2007-10-072-5/+16
* Updated to reflect 1.4.8 changes.ptmcg2007-10-073-33/+179
* Added withAttribute parse action helper method.ptmcg2007-10-071-4/+66
* Added restriction on min argument to Word and CharsNotIn classes (cannot be < 1)ptmcg2007-09-251-2/+12
* Fix bug in _makeTags that did not detect HTML tag attributes with no '= value...ptmcg2007-09-251-2/+2
* Update notesptmcg2007-09-081-0/+6
* Simplified expression created by operatorPrecedenceptmcg2007-09-081-8/+22
* Added notes for changes:ptmcg2007-07-311-0/+10
* Fix whitespace-skipping bug in wrapper classes (such as Group, Suppress, etc....ptmcg2007-07-311-2/+3
* Fix typo when deleting an item from a ParseResults using its results nameptmcg2007-07-311-3/+3
* StringEnd bugfix noteptmcg2007-07-151-1/+5
* Fixed bug in StringEnd() to accept having read past the end of the input string.ptmcg2007-07-151-1/+3
* Add description of Dict key conversion bug fixptmcg2007-06-151-0/+5
* Fixed bug in which Dict keys were all converted to strings - only need to con...ptmcg2007-06-151-2/+6
* Removed file/folderPaul2007-06-101-1008/+0
* Added tests for:Paul2007-06-101-9/+38
* Changes for 1.4.7Paul2007-06-101-1/+36
* Added ("abc") form of setResultsName("abc")Paul2007-06-101-29/+67
* git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@99 9bf210a0-9d2d-494c-...Paul2007-04-121-0/+15
* Changes for 1.4.6Paul2007-04-111-3/+62
* Added tests for 1.4.6.Paul2007-04-111-32/+116
* Changes for 1.4.6Paul2007-04-111-4/+62
* Renamed PositionToken to _PositionToken and ParseResultsWithOffset to _ParseR...Paul2007-04-111-37/+60
* Fix reset(self) in OnlyOnce class.Paul2007-02-131-35/+109
* Add some attribute commentsPaul2006-12-281-18/+30
* Added tests for OperatorPrecedence, Repeater helpers, tuples a named results,...Paul2006-12-271-118/+250
* Added support for simplified exception syntax:Paul2006-12-271-3/+7
* Added notes for tuple results bug fix, and abbreviated exception syntax supportPaul2006-12-271-0/+12
* Fix bug when saving a tuple as a named result.Paul2006-12-271-11/+22
* Performance improvement - skip preParse for first element in ParseExpressionsPaul2006-12-221-13/+27
* Changes for 1.4.5Paul2006-12-221-1/+36
* Add support for pickle of ParseResults objects (added __setstate__/__getstate...Paul2006-11-191-4/+23
* Added description of operatorPrecedencePaul2006-11-191-14/+44
* Changes for 1.4.4 - added operatorPrecedence helperPaul2006-11-191-20/+82
* Fix cppStyleCommentPaul2006-10-043-81/+263
* git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@82 9bf210a0-9d2d-494c-...Paul2006-09-251-0/+3
* Changes for 1.4.4Paul2006-09-091-0/+59
* Changes for 1.4.4Paul2006-09-091-22/+44