Dave Halter
|
31514dfe76
|
Fix a lot on PEP 484.
|
2016-11-14 23:29:09 +01:00 |
|
Dave Halter
|
65d3e29146
|
dostring fixes.
|
2016-11-13 20:23:17 +01:00 |
|
Dave Halter
|
b2bdfe4a28
|
Array fixes except for conversions.
|
2016-11-13 16:18:46 +01:00 |
|
Dave Halter
|
cf00c83ed8
|
Fix parameter issues in functions that are defined on self.
|
2016-11-13 03:29:36 +01:00 |
|
Dave Halter
|
cb86cdec68
|
Small fixes to the origin_scopes.
|
2016-11-12 17:01:26 +01:00 |
|
Dave Halter
|
052f6bf9e7
|
Fix some small import stuff and the whole ordering tests.
|
2016-11-11 00:45:16 +01:00 |
|
Dave Halter
|
6899c8f646
|
Fix __getattribute__ and __getattr__.
|
2016-11-09 22:23:04 +01:00 |
|
Dave Halter
|
4a8fd73601
|
Fixing getattr tests.
|
2016-11-07 20:15:58 +01:00 |
|
Dave Halter
|
cd4a7a9fc3
|
Implementation of BoundMethod.
|
2016-11-06 22:33:22 +01:00 |
|
Dave Halter
|
82667b85b9
|
Publicize the _evaluator in contexts.
|
2016-11-03 09:54:47 +01:00 |
|
Dave Halter
|
6d8ff9293d
|
Fixes to decorators and *arg functions.
|
2016-10-31 09:19:58 +01:00 |
|
Dave Halter
|
c537d360f3
|
More fixes to *args type inference.
|
2016-10-30 01:35:36 +02:00 |
|
Dave Halter
|
3cce530ef4
|
Taking a stab at simple *args and generators.
|
2016-10-29 02:11:04 +02:00 |
|
Dave Halter
|
a620c7dbdb
|
Try to get star arguments working just a little bit.
|
2016-10-27 18:14:20 +02:00 |
|
Dave Halter
|
bcaf06399f
|
Fix another execute issue.
|
2016-10-25 18:17:07 +02:00 |
|
Dave Halter
|
90af0c36e0
|
Function -> FunctionContext and fakes use the FunctionContext, too.
|
2016-10-25 09:59:42 +02:00 |
|
Dave Halter
|
e34246eb00
|
Fix __call__.
|
2016-10-24 00:39:59 +02:00 |
|