summaryrefslogtreecommitdiff
path: root/ply
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup of support files3.11David Beazley2018-02-152-2/+2
* Merge pull request #152 from astrofrog/fix-whitespaceDavid Beazley2018-02-154-52/+29
|\
| * Remove trailing whitespaceThomas Robitaille2018-02-094-52/+29
* | Fixed token orderDavid Beazley2018-02-151-1/+1
* | Merge branch 'master' of https://github.com/dabeaz/plyDavid Beazley2018-02-151-1/+1
|\ \
| * | Force reflags to be converted to an integer on Python 3Thomas Robitaille2018-02-091-1/+1
| |/
* | Fixed issue #148David Beazley2018-02-151-0/+3
|/
* Merge pull request #135 from laerreal/bugfixesDavid Beazley2017-12-021-2/+9
|\
| * cpp: check token list bounds during macro expansionEfimov Vasily2017-10-301-1/+1
| * cpp: avoid infinite attempts to expand a word same as a parameterized macroEfimov Vasily2017-10-301-0/+6
| * cpp: fixup removal of '##' around macro argument during concatenationEfimov Vasily2017-10-301-1/+2
* | 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-133-3/+3
* Merge pull request #119 from divergentdave/clear-modules-cacheDavid Beazley2017-04-132-0/+4
|\
| * Clear table modules from cache when overwritingDavid Cook2017-04-052-0/+4
* | Merge pull request #116 from alberth/flakes_fixesDavid Beazley2017-04-132-6/+1
|\ \
| * | Fixes for problems reported by pyflakes3Albert Hofkamp2017-03-232-6/+1
| |/
* | Merge pull request #118 from divergentdave/patch-1David Beazley2017-04-131-1/+1
|\ \
| * | Fix typo in commentDavid Cook2017-04-051-1/+1
| |/
* | bump remaining file to 3.10Jack Danger Canty2017-03-061-1/+1
|/
* Updated dates. Release info3.10David Beazley2017-01-312-2/+2
* Reworked signature code to not use digests or hashes.David Beazley2017-01-311-14/+6
* Minor patch up for re flagsDavid Beazley2017-01-311-1/+1
* Merge pull request #102 from ignamv/ignamv-noverboseDavid Beazley2017-01-311-5/+5
|\
| * Make re.VERBOSE flag optionalignamv2016-10-271-5/+5
* | Fixed issue #103David Beazley2017-01-311-0/+1
|/
* Fixed issue #101. Incorrect shift/reduce conflict resolutionDavid Beazley2016-10-072-7/+17
* 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
* | Merge pull request #90 from bionikspoon/patch-2David Beazley2016-08-301-1/+1
|\ \
| * | use literal set notation for 2.6 compatibilityManu Phatak2016-01-211-1/+1
| |/
* | cleanupDavid Beazley2016-08-301-2/+11
* | 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-302-2/+8
* | Fixed version numbersDavid Beazley2016-08-303-5/+5
|/
* Bumped version numbersDavid Beazley2015-10-022-4/+4
* 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-293-3/+3
|/
* Minor fix to account for bad None arguments for tabmodule/lextabDavid Beazley2015-05-082-1/+8