An error occurred fetching the project authors.
- 26 Jun, 2014 2 commits
-
-
Kevin Modzelewski authored
(Though most libraries will probably crash)
-
Kevin Modzelewski authored
-
- 25 Jun, 2014 2 commits
-
-
Marius Wachtler authored
-
Kevin Modzelewski authored
-
- 17 Jun, 2014 2 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 10 Jun, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 09 Jun, 2014 1 commit
-
-
Kevin Modzelewski authored
Don't worry, a non-gil version is coming. Use a gil for now so we can start working on the other threading requirements, such as GC.
-
- 04 Jun, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 31 May, 2014 2 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
If you throw an unhandled exception, you'll see a traceback from the top-level handler. Doesn't enable us to run any additional programs, since this functionality isn't available to Python-level code, but hopefully should make debugging easier.
-
- 30 May, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 21 May, 2014 1 commit
-
-
Kevin Modzelewski authored
Added some string functions and fixed a couple bugs.
-
- 20 May, 2014 2 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 17 May, 2014 1 commit
-
-
Kevin Modzelewski authored
There's still vestiges of the libunwind experiment; I'm leaving those in even though they're dead since I think we should move soon back to that approach.
-
- 13 May, 2014 1 commit
-
-
Kevin Modzelewski authored
Changed the indentation of pretty much the entire codebase. It did some things that I don't like that seem not configurable, but overall it seems like an improvement, and nice to have a canonical format going forward.
-
- 26 Apr, 2014 1 commit
-
-
Kevin Modzelewski authored
Doing it "right" is more complicated than I thought, so it's a little bit hacky right now.
-
- 24 Apr, 2014 1 commit
-
-
Kevin Modzelewski authored
Doesn't handle packages or anything other than importing a .py file (ex zip import, .so, .pyc), but has some basic support for sys.path and sys.modules.
-
- 21 Apr, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 04 Apr, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 03 Apr, 2014 1 commit
-
-
Kevin Modzelewski authored
-