David Halter
|
a118b001cc
|
version bump to 0.7
|
2013-08-02 15:38:39 +02:00 |
|
David Halter
|
997e506038
|
fix a magic method problem
|
2013-08-02 15:11:01 +02:00 |
|
David Halter
|
68d02df017
|
fix a parent problem with generators
|
2013-08-01 15:49:52 +02:00 |
|
David Halter
|
cdba4ef3e1
|
fixed multi level import issue, includes parts of a patch by Lubos Trilety <ltrilety@redhat.com>
|
2013-07-28 23:15:45 +02:00 |
|
David Halter
|
1ed94060df
|
fix another position problem with the reverse tokenizer. includes tests.
|
2013-07-28 21:19:17 +02:00 |
|
David Halter
|
8598fe7327
|
get the reverse tokenizer positions right even with strange docstring situations
|
2013-07-26 01:24:44 +02:00 |
|
David Halter
|
284f2f1671
|
add __iter__method to InstanceElement, because it's needed for arrays
|
2013-07-24 17:21:49 +02:00 |
|
David Halter
|
f4fdf904ee
|
fix lambdas in instances
|
2013-07-24 16:30:38 +02:00 |
|
David Halter
|
18e561f332
|
fix problem that strings are no function calls
|
2013-07-24 16:11:51 +02:00 |
|
David Halter
|
972d4e9a08
|
fix a problem with dynamic flow information and usages
|
2013-07-24 01:28:15 +02:00 |
|
David Halter
|
991b138ff3
|
star imports and usages
|
2013-07-23 17:21:12 +02:00 |
|
David Halter
|
fd2e158cf6
|
fix usage problem on **kwargs params
|
2013-07-23 16:33:59 +02:00 |
|
David Halter
|
68635fc80c
|
fix empty return statement docstrings
|
2013-07-23 15:36:53 +02:00 |
|
David Halter
|
434de60350
|
fixed docstring params
|
2013-07-23 15:26:29 +02:00 |
|
David Halter
|
000eb20cce
|
delete old IndexError catches, didn't make sense
|
2013-07-23 14:39:43 +02:00 |
|
David Halter
|
d78b72b046
|
fixed getattr with array call
|
2013-07-23 14:30:18 +02:00 |
|
David Halter
|
db17c27bb8
|
removed old very strange string casts, that didn't really make sense and even though it mentioned a test, it wouldn't break after deleting it
|
2013-07-23 13:33:00 +02:00 |
|
David Halter
|
bb8e864f8e
|
fix UnboundLocalError and TypeError within Array lookups, not a very good solution, but for now it doesn't puke errors
|
2013-07-23 02:33:07 +02:00 |
|
David Halter
|
52c8340d72
|
invalid goto syntax
|
2013-07-23 00:19:58 +02:00 |
|
David Halter
|
471f492f12
|
generators in *args and illegal *args like *1
|
2013-07-23 00:07:17 +02:00 |
|
David Halter
|
6017daded5
|
removed statement docstr stuff for now. it will be reintroduced when using the evaluator class
|
2013-07-19 13:17:27 +02:00 |
|
David Halter
|
ed99e380d7
|
catch ValueError when the cache json.load method fails, fixes #245
|
2013-07-19 10:55:07 +02:00 |
|
David Halter
|
4e34fb9494
|
fixed illegal params problem
|
2013-07-19 10:32:58 +02:00 |
|
David Halter
|
f754d1565f
|
fixed error with 'comma' separated exceptions
|
2013-07-19 01:27:40 +02:00 |
|
David Halter
|
b84315b829
|
tests for import problems
|
2013-07-19 00:56:56 +02:00 |
|
David Halter
|
29f89cc75a
|
finally fixed a unicode problem that existed for a longer time
|
2013-07-18 16:55:19 +02:00 |
|
David Halter
|
dd6967de7c
|
fixed a unicode test problem
|
2013-07-18 14:54:40 +02:00 |
|
David Halter
|
9348feb8bf
|
operations (+, *, etc) shouldn't be InstanceElements, fixes #246
|
2013-07-18 12:31:48 +02:00 |
|
David Halter
|
075c60de29
|
fix a problem related to #246: comments were used as normal strings
|
2013-07-18 12:18:07 +02:00 |
|
David Halter
|
b6e9f16a01
|
fix a completion problem on docstrings
|
2013-07-17 16:48:50 +02:00 |
|
David Halter
|
45c8cc739b
|
fixed the dict problem, but dictionary completions are still very bad
|
2013-07-17 16:14:06 +02:00 |
|
David Halter
|
c0d51e300b
|
fixed problem with empty statements in function calls
|
2013-07-17 15:05:06 +02:00 |
|
Laurens Van Houtven
|
627266b38d
|
Move isinstance checks back to unary type checks
|
2013-07-11 20:36:00 +02:00 |
|
Laurens Van Houtven
|
73662fe893
|
More PEP8 indentation fixes
|
2013-07-11 15:26:07 +02:00 |
|
Laurens Van Houtven
|
8c314c2732
|
while 1 -> while True
|
2013-07-11 15:25:05 +02:00 |
|
Laurens Van Houtven
|
5b2028c9fc
|
PEP8 indentation
|
2013-07-11 15:24:15 +02:00 |
|
Laurens Van Houtven
|
75f848d8a9
|
PEP8 indentation
|
2013-07-11 15:22:09 +02:00 |
|
Laurens Van Houtven
|
6157be1a19
|
PEP8 indentation of multiline expressions
|
2013-07-11 15:21:10 +02:00 |
|
Laurens Van Houtven
|
1391a5a914
|
PEP8 newlines between class members
|
2013-07-11 15:19:54 +02:00 |
|
Laurens Van Houtven
|
4763846b1b
|
PEP8 indentation
|
2013-07-11 15:19:31 +02:00 |
|
Laurens Van Houtven
|
f353d5f6af
|
PEP8 imports
|
2013-07-11 15:18:30 +02:00 |
|
Laurens Van Houtven
|
bb0a4e0d0a
|
Fix indentation according to PEP8 in api.py
|
2013-07-11 14:55:36 +02:00 |
|
Laurens Van Houtven
|
3817110717
|
Remove unneccessary pass statement
|
2013-07-11 14:55:16 +02:00 |
|
Laurens Van Houtven
|
afcaa89cf0
|
Use isinstance instead of unary type
|
2013-07-10 19:00:11 +02:00 |
|
Laurens Van Houtven
|
18c105b055
|
Remove stale debug code
|
2013-07-10 18:57:05 +02:00 |
|
Laurens Van Houtven
|
ad932815b9
|
PEP8 whitespace fixes
|
2013-07-10 18:55:48 +02:00 |
|
Laurens Van Houtven
|
cdc41128b4
|
(Mostly) whitespace fixes
|
2013-07-10 14:45:47 +02:00 |
|
Laurens Van Houtven
|
96477cbb13
|
Inline absolute import detection function
|
2013-07-10 12:24:19 +02:00 |
|
Laurens Van Houtven
|
402bc092e3
|
Remove has_explicit_absolute_import caching
|
2013-07-10 12:18:41 +02:00 |
|
Laurens Van Houtven
|
4068f5f058
|
Move has_absolute_import to SubModule class
|
2013-07-10 12:17:48 +02:00 |
|