forked from VimPlug/jedi-vim
* pythonx/parso 6f385bd...e6bc924 (44):
> Use a setuptools that still supports py33
> 3.1 release notes
> Use one simple functions to check for funcdefs in diff parser
> Make sure to treat async funcdefs the same way as normal funcdefs
> Fix an issue in the diff parser
> Asterisks in function definitions may be at the end of a func without a comma, fixes #44
> Remove some TODOs that were fixed
> Error recovery should not match the whole line in case of an invalid token, fixes #40
> docs: enable searchbox
> Merge branch 'pgen'
> Merge branch 'master' of github.com:davidhalter/parso
> Add docstring
> Add some comments
> Use a set instead of dict if it's not necessary
> Simplify some code
> Some refactorings for simplicity
> Use NFAArc as a class
> Some more renames
> Another rename
> Rename
> Move the grammar parsing to a separate module
> More renames
> Rename
> Separate generating dfas from parsing
> Cleanup some names
> Remove some code that is not used anymore
> Some cleanups and documentation
> Move out some more functions out of classes
> Some more refactorings for clarification
> Factor out start_symbol into a better position
> Refactor out dfas
> Document pgen grammars a bit better
> addarc -> add_arc
> Refactor some things in pgen
> Move some initializations
> Change license again. The year shouldn't matter
> Make first private
> Change copyright years
> Remove some code from the grammar
> Separate the grammar generation from the grammar parsing
> In pgen now everything is named grammar and not c
> Better recovery for online classes and functions
> Fix one-line error recovery for all things that are using a suite
> Add a debug function for first tokens