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
*
Fix in-source version constants for 3.7
Gregory M. Turner
2015-07-29
3
-3
/
+3
*
Minor fix to account for bad None arguments for tabmodule/lextab
David Beazley
2015-05-08
2
-1
/
+8
*
Fixed issue 63
David Beazley
2015-05-07
2
-30
/
+41
*
Fixed version numbers
David Beazley
2015-04-26
3
-2
/
+3
*
IOError handling improvements. More tests. Doc update
David Beazley
2015-04-25
2
-7
/
+18
*
Further refinement of table handling with packages. More unit tests.
David Beazley
2015-04-24
2
-41
/
+58
*
Fixed potential package problems with lextab and parsetab files
David Beazley
2015-04-24
2
-19
/
+25
*
Simplified set_defaulted_states() method
David Beazley
2015-04-22
1
-1
/
+1
*
Fixed minor bug in line-number tracking. Fixed failing yacc_error5 test.
David Beazley
2015-04-22
1
-15
/
+26
*
Continued work on defaulted states. Some bug fixes. In progress.
David Beazley
2015-04-22
1
-3
/
+8
*
Added optional support for defaulted states
David Beazley
2015-04-21
2
-63
/
+96
*
Code modernization related to range() and enumerate().
David Beazley
2015-04-21
2
-47
/
+45
*
Continued code readability edits.
David Beazley
2015-04-20
2
-384
/
+400
*
Numerous code cleanups. Formatting. Other readability fixes
David Beazley
2015-04-20
1
-283
/
+269
*
Substantial code cleanup. Modernization to Python 2.6.
David Beazley
2015-04-20
3
-519
/
+579
*
Various code cleanup all over. Better use of booleans and sets. In progress.
David Beazley
2015-04-20
2
-188
/
+192
*
Improvements to output file handling. Python2/3 compatibility. Table generation
David Beazley
2015-04-19
2
-29
/
+72
*
Modified yacc.py to only record the base filename in parsetab.py. See issue #58
David Beazley
2015-04-19
2
-4
/
+5
*
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
[next]