- 19 Apr, 2015 4 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 18 Apr, 2015 1 commit
-
-
Kevin Modzelewski authored
Set correct site-package directory, fix 'str * -1', add sys.dont_write_bytecode
-
- 17 Apr, 2015 5 commits
-
-
Marius Wachtler authored
-
Kevin Modzelewski authored
Attach BoxedFile::gcHandler.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
cmake explicitly list all c++ source files
-
Kevin Modzelewski authored
-
- 16 Apr, 2015 16 commits
-
-
Kevin Modzelewski authored
Beginnings of a testsuite, starting with a simple django test. Increases testing time by about 45 seconds which isn't great, but tests a lot of stuff which is good.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
We don't support arbitrary dict-like objects as the globals, but in the special case that that dict-like object is just an attrwrapper around the current module, we can fall back on our module-as-globals support.
-
Kevin Modzelewski authored
(Django 1.7.5)
-
Kevin Modzelewski authored
We had a few callers but they weren't actually using the fact that the strings were interned.
-
Kevin Modzelewski authored
Implement misc stuff
-
Joris Vankerschaver authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
This both lets us reuse the frame object and verify that the BoxedFrame is still valid.
-
Kevin Modzelewski authored
Conflicts: src/codegen/unwinding.cpp src/codegen/unwinding.h
-
Kevin Modzelewski authored
The first change is to move to a PIMPL strategy so that we can provide a more extensive unwinding API to other modules. In particular, you can get access to a python frame iterator and make repeated calls on it. This is in preparation of the sys._getframe implementation. This also exposed an issue with our usage of libunwind -- basically you have to do all of your unwinding in one function, but we were doing it in several different functions and happening to get away with it. So, switch from a C++11 range-for loop which is nicer, to a callback approach which is less nice in my opinion, but safer.
-
- 15 Apr, 2015 2 commits
-
-
Kevin Modzelewski authored
fix recursive searching problem in Makefile
-
Michael Arntzenius authored
-
- 14 Apr, 2015 4 commits
-
-
Daniel Agar authored
-target_link_libraries already adds the dependencie
-
Daniel Agar authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 13 Apr, 2015 3 commits
-
-
Kevin Modzelewski authored
Update README.md
-
Chris Toshok authored
strip U out of the mode passed to fileNew before calling fopen
-
Chris Toshok authored
-
- 12 Apr, 2015 1 commit
-
-
Daniel Agar authored
-fix link to Makefile -update -x argument to current usage
-
- 11 Apr, 2015 2 commits
-
-
Kevin Modzelewski authored
Conflicts: from_cpython/Lib/collections.py src/codegen/irgen/irgenerator.cpp
-
Kevin Modzelewski authored
-
- 10 Apr, 2015 1 commit
-
-
Chris Toshok authored
support 'linux2', 'darwin', and 'unknown' for sys.platform
-
- 07 Apr, 2015 1 commit
-
-
Kevin Modzelewski authored
Conflicts: src/runtime/builtin_modules/builtins.cpp src/runtime/import.cpp
-