index
:
delta/python-packages/ply.git
master
github.com: dabeaz/ply.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ply
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Pull request 51. Minor formatting cleanup
David Beazley
2015-04-17
1
-2
/
+2
*
Minor cleanup related to pull request 35
David Beazley
2015-04-17
1
-3
/
+6
*
Merge pull request #55 from gabrielaraujof/master
David Beazley
2015-04-17
1
-0
/
+22
|
\
|
*
Deleted the warning for no t_eof rule defined
Gabriel Araujo
2015-01-22
1
-2
/
+0
|
*
Added the option of defining EOF rules
Gabriel Araujo
2015-01-22
1
-0
/
+24
*
|
Fixed Issue #44. call_errorfunc() should return the result of errorfunc()
David Beazley
2015-04-17
1
-0
/
+1
*
|
Fixed yacc start keyword and parsetab caching #52
David Beazley
2015-04-16
1
-0
/
+4
|
/
*
Minor code cleanups
David Beazley
2013-05-29
1
-34
/
+34
*
Fixed issue 21
David Beazley
2013-05-29
1
-1
/
+1
*
Fixed from __future__ import unicode_literals bug
David Beazley
2013-05-29
1
-4
/
+10
*
Merge pull request #33 from mdboom/load_unicode_file
David Beazley
2013-05-29
2
-42
/
+31
|
\
|
*
Make the yacc parser handle being defined in source files with magic coding c...
Michael Droettboom
2013-05-16
1
-22
/
+17
|
*
Support defining lexers in Python files with a magic coding comment. This wo...
Michael Droettboom
2013-05-15
1
-20
/
+14
*
|
More test fixes
David Beazley
2013-05-21
1
-2
/
+6
|
/
*
Fixed whitespace handling in comments
David Beazley
2012-10-15
1
-5
/
+15
*
Fixed rule names
David Beazley
2012-10-15
1
-3
/
+3
*
Reverted p_error() API
David Beazley
2012-04-26
1
-9
/
+9
*
Changes to panic mode error recovery
David Beazley
2012-04-26
1
-21
/
+53
*
Enhanced tracking of positional information in error tokens.
David Beazley
2012-04-19
1
-2
/
+20
*
Changes to @TOKEN decorator to store regexes in a .regex attribute of functio...
David Beazley
2012-04-18
1
-9
/
+19
*
Minor bug fixes
David Beazley
2012-04-18
3
-7
/
+8
*
Minor bug fix for Python2.6
David Beazley
2011-02-17
1
-1
/
+1
*
Bumped version number
David Beazley
2011-02-17
2
-4
/
+4
*
Patched syntax for Python 3.
David Beazley
2011-02-17
1
-16
/
+16
*
Version number cleanup
David Beazley
2009-09-02
1
-1
/
+1
*
A few minor bug fixes
David Beazley
2009-08-27
2
-3
/
+4
*
Fixed buglet in the 3.2 release
David Beazley
2009-03-25
1
-2
/
+1
*
Reduced number of warning messages for repeated r/r conflicts
David Beazley
2009-03-24
1
-1
/
+6
*
License change to BSD
David Beazley
2009-03-24
2
-35
/
+53
*
Performance speedup. Improved warnings
David Beazley
2009-03-24
1
-15
/
+24
*
Added support for picking the parsing tables instead of writing a .py file.
David Beazley
2009-03-23
1
-3
/
+68
*
Bumped version number
David Beazley
2009-03-23
1
-2
/
+2
*
Reverted back to MD5 signatures. The CRC32 calculation wasn't supported on I...
David Beazley
2009-03-23
1
-9
/
+12
*
Fixed rule numbering in parser.out
David Beazley
2009-03-13
1
-1
/
+1
*
Fixed bad string formatting.
David Beazley
2009-03-13
1
-1
/
+1
*
Minor bug fixes
David Beazley
2009-02-28
1
-14
/
+18
*
Added nowarn back as an argument to lex so the API isn't broken.
David Beazley
2009-02-07
1
-1
/
+1
*
Fixed EOF syntax error handling bug.
David Beazley
2009-02-06
1
-3
/
+3
*
Removed a generator expression that was causing problems in Python 2.3
David Beazley
2009-02-06
1
-1
/
+1
*
(no commit message)
David Beazley
2009-02-06
1
-0
/
+2
*
Fixed minor bug in ignore characters with lexer states
David Beazley
2009-02-04
1
-1
/
+2
*
Fixed missing lexer attribute on some tokens when calling p_error() functions.
David Beazley
2009-02-03
1
-0
/
+6
*
Fixes to debugging output and docs
David Beazley
2009-02-03
2
-18
/
+48
*
Bug fix in sorting on Python 3
David Beazley
2009-02-02
1
-1
/
+1
*
Refactored the lex builder. A lot of error messages changed so unit tests ha...
David Beazley
2009-02-02
2
-293
/
+375
*
Removed a dead if-statement. Results in a 6-7% speedup in
David Beazley
2009-02-01
1
-19
/
+62
*
Significant cleanup. Refactoring of yacc internals
David Beazley
2009-01-13
2
-1702
/
+1924
*
Fixed relative import problems
David Beazley
2008-11-28
1
-24
/
+22
*
Python 2.6/3.0 compatibility changes
David Beazley
2008-11-27
2
-241
/
+296
*
Fixed a bug with negative stack indices
David Beazley
2008-11-04
2
-3
/
+136
[prev]
[next]