Commit Graph

20 Commits

Author SHA1 Message Date
rdb b9c1765ab4 Fix eggcacher, dramatically improve Windows installer 2015-02-11 21:12:54 +01:00
rdb 192d10b937 Experimental Python 3 support to the C++ code including interrogate. Also adds support for rich comparison in interrogate. 2013-02-16 19:22:26 +00:00
rdb d60e61993e This should fix the eggcacher/packpanda problems on Windows, I think. 2009-11-21 15:45:21 +00:00
rdb f97959e94b Full rewrite of ppython. Instead of invoking the python interpreter by launching it's process, it interfaces to the Python API to import the script as module.
Basically, it's a hybrid between what it used to be and what the scripts would be, frozen.
The advantage of the first is that ppython is now a very small wrapper instead of the hacky problematic mess it used to be.
The advantage of the second is that the scripts are not as big as if they would be frozen. And they can be modified.
2009-09-18 16:08:30 +00:00
rdb a307a23b41 FreeBSD port 2009-07-22 11:47:57 +00:00
rdb 0936def12b pfreeze in ppython too 2009-07-20 04:37:43 +00:00
rdb 02d97f5807 Fix compile warnings 2009-07-17 09:58:28 +00:00
rdb 749de9301d Dont depend on direct/__init__.py 2009-03-13 20:24:31 +00:00
rdb 2b6617793c Oops, small mistake 2008-08-02 09:32:41 +00:00
rdb 3e3301dfb8 Added support for OSX 2008-08-02 09:30:29 +00:00
Josh Yelon 3a5e7bf33a Restored PYTHONPATH in ppython 2007-06-19 16:49:21 +00:00
Josh Yelon ccef375974 Improved the egg-cacher 2007-06-17 09:10:47 +00:00
Josh Yelon e20cf31373 Adding eggcacher utility 2007-06-17 07:29:24 +00:00
Josh Yelon 989af98143 Getting ready for 1.3.0 2006-09-15 17:23:28 +00:00
Josh Yelon a553a9691b Another fix 2006-04-27 20:19:29 +00:00
Josh Yelon a6b9cd3e95 ppython fixes 2006-04-27 20:13:06 +00:00
Josh Yelon c80e8bd572 Added packpanda mode 2005-08-04 02:37:32 +00:00
Josh Yelon 0ea72c30fb Mainly fixes for path problems 2005-02-24 16:05:18 +00:00
Josh Yelon c073edb5ad Changing paths for D. Rose's proposed layout 2005-02-23 21:58:07 +00:00
David Rose 0cc932301d new stuff from CMU 2005-02-08 07:30:50 +00:00