Dave Halter
|
fe3e8a0867
|
Refactor environments a bit
|
2017-12-17 18:47:28 +01:00 |
|
Dave Halter
|
c3efde3bfa
|
Add an optimization around compiled dir()
|
2017-12-14 22:28:22 +01:00 |
|
Dave Halter
|
9d094b68f3
|
Cache the subprocess results
|
2017-12-14 22:23:59 +01:00 |
|
Dave Halter
|
e03afc60ef
|
Make get_repr static in access.
|
2017-12-13 19:16:29 +01:00 |
|
Dave Halter
|
b196c6849b
|
Don't try to pickle ellipsis
|
2017-12-11 20:55:34 +01:00 |
|
Dave Halter
|
afb73876ac
|
Don't use the pickler modification anymore. That doesn't work in other python versions and was in general a bit hard to do
|
2017-12-10 18:39:03 +01:00 |
|
Dave Halter
|
aa7319dba5
|
Remove the last test failures.
|
2017-12-09 17:38:45 +01:00 |
|
Dave Halter
|
649225333f
|
Get the subprocess mostly working
|
2017-12-08 09:44:12 +01:00 |
|
Dave Halter
|
a210be8198
|
Don't use the create function anymore in compiled
Now the whole creation of builtin objects is abstract and was moved to subprocesses etc.
|
2017-12-06 15:26:29 +01:00 |
|
Dave Halter
|
42fb93dc01
|
Use the subprocess access to create acceses
|
2017-12-06 15:06:48 +01:00 |
|
Dave Halter
|
f09ca9fc20
|
Use access handles everywhere
|
2017-12-06 14:46:27 +01:00 |
|
Dave Halter
|
7db6d11c49
|
Create a way of accessing access objects through a subprocess
|
2017-12-06 14:18:10 +01:00 |
|
Dave Halter
|
37533c5d51
|
Cleanup some compiled stuff.
|
2017-11-22 19:04:02 +01:00 |
|
Dave Halter
|
96a0003cb5
|
Progress in executing builtin stuff in submodules.
|
2017-11-20 21:02:40 +01:00 |
|
Dave Halter
|
87452639ad
|
Exceptions now also work over the subprocess.
|
2017-11-17 01:54:05 +01:00 |
|
Dave Halter
|
4a7d715a57
|
Finally got compiled_objects and the access to them working
|
2017-11-17 01:42:27 +01:00 |
|
Dave Halter
|
73576b2a8b
|
Progress when working with evaluators
|
2017-11-17 01:21:38 +01:00 |
|
Dave Halter
|
4136dcaf08
|
Make the subprocesses work and return the right sys paths for the different versions
|
2017-11-15 08:58:13 +01:00 |
|
Dave Halter
|
96149d2e6a
|
Make it possible to connect to a subprocess to get the sys path
|
2017-11-14 18:25:37 +01:00 |
|
Dave Halter
|
46b81dfa6d
|
Subprocess progress
Also add an enviornment variable to Script
|
2017-11-13 00:40:32 +01:00 |
|
Dave Halter
|
3a4dc94ee6
|
Use types instead of special objects (see also #988)
|
2017-11-12 13:12:04 +01:00 |
|
Dave Halter
|
969d029499
|
Some subprocess progress
|
2017-11-12 11:46:35 +01:00 |
|