summaryrefslogtreecommitdiff
path: root/ply
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed issue 63David Beazley2015-05-072-30/+41
* Fixed version numbersDavid Beazley2015-04-263-2/+3
* IOError handling improvements. More tests. Doc updateDavid Beazley2015-04-252-7/+18
* Further refinement of table handling with packages. More unit tests.David Beazley2015-04-242-41/+58
* Fixed potential package problems with lextab and parsetab filesDavid Beazley2015-04-242-19/+25
* 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-212-63/+96
* Code modernization related to range() and enumerate().David Beazley2015-04-212-47/+45
* Continued code readability edits.David Beazley2015-04-202-384/+400
* Numerous code cleanups. Formatting. Other readability fixesDavid Beazley2015-04-201-283/+269
* Substantial code cleanup. Modernization to Python 2.6.David Beazley2015-04-203-519/+579
* Various code cleanup all over. Better use of booleans and sets. In progress.David Beazley2015-04-202-188/+192
* Improvements to output file handling. Python2/3 compatibility. Table generationDavid Beazley2015-04-192-29/+72
* Modified yacc.py to only record the base filename in parsetab.py. See issue #58David Beazley2015-04-192-4/+5