summaryrefslogtreecommitdiff
path: root/ply/yacc.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganization. Added makefileDavid Beazley2022-10-271-2482/+0
* cleanup/project reorganizationDavid Beazley2022-01-081-1/+1
* Massive refactoring/cleanupDavid Beazley2020-02-221-1084/+68
* initial year-end cleanup.David Beazley2020-01-011-11/+5
* Fix simple typo: Diagonistic -> DiagnosticTim Gates2019-11-081-1/+1
* Minor typo fixesDavid Beazley2018-12-281-2/+2
* Bump copyright. Slight travis changeDavid Beazley2018-12-221-1/+3
* Minor cleanup of support files3.11David Beazley2018-02-151-1/+1
* Fixed issue #148David Beazley2018-02-151-0/+3
* Merge pull request #141 from segevfiner/fix-tabmodule-class-in-packageDavid Beazley2017-12-021-1/+5
|\
| * Calculate the correct tabmodule for parsers defined in a class inside a packageSegev Finer2017-12-011-1/+5
* | Merge pull request #125 from ignamv/pylint_disableDavid Beazley2017-12-021-0/+1
|\ \
| * | Add pylint command to disable warnings on generated parsetab.pyIgnacio Martinez2017-07-141-0/+1
| |/
* | Update yacc.pyAnton Koval2017-08-021-1/+1
|/
* Fix issue #31 on python3Jose Rodriguez2017-05-081-1/+1
* Bump versionDavid Beazley2017-04-131-1/+1
* Merge pull request #119 from divergentdave/clear-modules-cacheDavid Beazley2017-04-131-0/+2
|\
| * Clear table modules from cache when overwritingDavid Cook2017-04-051-0/+2
* | Fixes for problems reported by pyflakes3Albert Hofkamp2017-03-231-3/+1
|/
* Updated dates. Release info3.10David Beazley2017-01-311-1/+1
* Reworked signature code to not use digests or hashes.David Beazley2017-01-311-14/+6
* Fixed issue #101. Incorrect shift/reduce conflict resolutionDavid Beazley2016-10-071-5/+15
* Published parser state on parser objectsDavid Beazley2016-08-301-0/+9
* Merge pull request #87 from bionikspoon/patch-1David Beazley2016-08-301-1/+1
|\
| * check for updated line numberManu Phatak2016-01-041-1/+1
* | Fixed issue #93. Crash if SyntaxError raised in productionDavid Beazley2016-08-301-22/+31
* | Fixed Issue #97. Validation of files when original .py file isn't present.David Beazley2016-08-301-1/+4
* | Fixed version numbersDavid Beazley2016-08-301-2/+2
|/
* Bumped version numbersDavid Beazley2015-10-021-2/+2
* Merge pull request #70 from jvtrigueros/underscore-codeDavid Beazley2015-08-251-1/+1
|\
| * MethodType doesn't have __code__ attribute, use __func__Jose V. Trigueros2015-07-151-1/+1
* | Merge pull request #71 from moses-palmer/fixup-module-sort-orderDavid Beazley2015-08-251-2/+8
|\ \
| * | Convert modules to strs when sorting p_functionsMoses Palmér2015-07-161-2/+8
| |/
* | Merge pull request #74 from joeedh/masterDavid Beazley2015-08-251-0/+3
|\ \
| * | check for existence of pickled parse tables beforeJoe Eagar2015-08-091-0/+3
| |/
* | Fix in-source version constants for 3.7Gregory M. Turner2015-07-291-1/+1
|/
* Minor fix to account for bad None arguments for tabmodule/lextabDavid Beazley2015-05-081-1/+4
* Fixed issue 63David Beazley2015-05-071-11/+19
* Fixed version numbersDavid Beazley2015-04-261-1/+1
* IOError handling improvements. More tests. Doc updateDavid Beazley2015-04-251-6/+14
* Further refinement of table handling with packages. More unit tests.David Beazley2015-04-241-18/+27
* Fixed potential package problems with lextab and parsetab filesDavid Beazley2015-04-241-9/+12
* Simplified set_defaulted_states() methodDavid Beazley2015-04-221-1/+1
* Fixed minor bug in line-number tracking. Fixed failing yacc_error5 test.David Beazley2015-04-221-15/+26
* Continued work on defaulted states. Some bug fixes. In progress.David Beazley2015-04-221-3/+8
* Added optional support for defaulted statesDavid Beazley2015-04-211-62/+95
* Code modernization related to range() and enumerate().David Beazley2015-04-211-16/+20
* Continued code readability edits.David Beazley2015-04-201-384/+399
* Substantial code cleanup. Modernization to Python 2.6.David Beazley2015-04-201-356/+365
* Various code cleanup all over. Better use of booleans and sets. In progress.David Beazley2015-04-201-187/+191