Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jul 24, 2014
Commits on Jul 22, 2014
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Jul 21, 2014
Commits on Jul 19, 2014
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Jul 18, 2014
- committed
- committed
- committed
- committed
- committed
dicts should not be used to check against in get_defined_names, because they cannot contain a defined name (lists and tuples can) so just ignore them., fixes #417
committed- committed
another parser issue, very much related to the last one. sometimes a None element was used as a token.fixes #418
committeddef/class keywords after an opening parentheses led to empty arrays without closing brackets, tests & fixes #416
committedparentheses checks in the fast parser (tokenizer) have been improved to really cover all cases. real fix for davidhalter/jedi-vim#288
committedparentheses should be ignored when calculating the indent of a new block in the fast parser, fixes davidhalter/jedi-vim#288
committed