summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* New test added for error position tracking.David Beazley2012-04-191-0/+92
* Changes to @TOKEN decorator to store regexes in a .regex attribute of functio...David Beazley2012-04-181-9/+19
* TOKEN decorator changes.David Beazley2012-04-181-0/+7
* typo fixedDavid Beazley2012-04-181-1/+1
* Minor bug fixesDavid Beazley2012-04-183-7/+8
* Minor changesDavid Beazley2012-04-181-0/+18
* Fixed some minor issues and typosDavid Beazley2012-04-181-0/+26
* Minor bug fix for Python2.6David Beazley2011-02-171-1/+1
* Minor fixesDavid Beazley2011-02-171-0/+1
* Bumped versionDavid Beazley2011-02-171-1/+1
* Bumped version numberDavid Beazley2011-02-172-4/+4
* AddedDavid Beazley2011-02-171-0/+6
* Python3.2 fixesDavid Beazley2011-02-174-13/+26
* Fixed for Python3.2David Beazley2011-02-171-1/+1
* Updated for Python3.2David Beazley2011-02-171-4/+0
* Fixed for Python 3.2David Beazley2011-02-172-22/+70
* Patched syntax for Python 3.David Beazley2011-02-171-16/+16
* Modification testDavid Beazley2011-01-021-0/+5
* Version number increaseDavid Beazley2009-09-021-1/+1
* Version number cleanupDavid Beazley2009-09-024-9/+8
* A few minor bug fixesDavid Beazley2009-08-274-4/+17
* Fixed buglet in the 3.2 releaseDavid Beazley2009-03-251-2/+1
* Reduced number of warning messages for repeated r/r conflictsDavid Beazley2009-03-242-1/+10
* License change to BSDDavid Beazley2009-03-241-1/+1
* License change to BSDDavid Beazley2009-03-246-569/+94
* Whoops. Left a debugging statement in one test. RemovedDavid Beazley2009-03-241-1/+0
* Cleanup. Added a new testDavid Beazley2009-03-242-0/+48
* Performance speedup. Improved warningsDavid Beazley2009-03-243-16/+37
* Version bumpDavid Beazley2009-03-232-2/+2
* Added support for picking the parsing tables instead of writing a .py file.David Beazley2009-03-231-3/+68
* *** empty log message ***David Beazley2009-03-231-0/+21
* Bumped version numberDavid Beazley2009-03-231-2/+2
* Reverted back to MD5 signatures. The CRC32 calculation wasn't supported on I...David Beazley2009-03-231-9/+12
* *** empty log message ***David Beazley2009-03-131-0/+10
* Fixed rule numbering in parser.outDavid Beazley2009-03-131-1/+1
* Fixed bad string formatting.David Beazley2009-03-131-1/+1
* Minor bug fixesDavid Beazley2009-02-285-26/+37
* Added nowarn back as an argument to lex so the API isn't broken.David Beazley2009-02-071-1/+1
* Fixed EOF syntax error handling bug.David Beazley2009-02-061-3/+3
* Various cleanupDavid Beazley2009-02-065-77/+114
* Removed a generator expression that was causing problems in Python 2.3David Beazley2009-02-061-1/+1
* (no commit message)David Beazley2009-02-061-0/+2
* Fixed minor bug in ignore characters with lexer statesDavid Beazley2009-02-041-1/+2
* *** empty log message ***David Beazley2009-02-031-0/+5
* Fixed missing lexer attribute on some tokens when calling p_error() functions.David Beazley2009-02-031-0/+6
* Fixes to debugging output and docsDavid Beazley2009-02-034-43/+178
* Bug fix in sorting on Python 3David Beazley2009-02-021-1/+1
* Minor changesDavid Beazley2009-02-022-5/+6
* Refactored the lex builder. A lot of error messages changed so unit tests ha...David Beazley2009-02-026-397/+460
* Removed a dead if-statement. Results in a 6-7% speedup inDavid Beazley2009-02-011-19/+62