- 12 Feb, 2016 3 commits
-
-
Marius Wachtler authored
the module is much faster than the python implementation But I had to change the code a little bit because of our GC and more importantly because some of our types have different names etc... I also noticed that we failed to to set capifunc.__module__ in a lot of cases which made pickle error
-
Marius Wachtler authored
-
Marius Wachtler authored
The static variables should be fine because this is compiled as shared object which we the GC will automatically scan.
-
- 11 Feb, 2016 3 commits
-
-
Marius Wachtler authored
Make the pycrypto integration test run the testsuite
-
Marius Wachtler authored
-
Marius Wachtler authored
-
- 10 Feb, 2016 3 commits
-
-
Kevin Modzelewski authored
fix misc problems (del nonexisting attr, bool ops, super: support nonexisting attr,...)
-
Marius Wachtler authored
-
Marius Wachtler authored
-
- 09 Feb, 2016 6 commits
-
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
Enable working cpython tests
-
Marius Wachtler authored
-
Marius Wachtler authored
Switch to cpythons file object implementation
-
Marius Wachtler authored
-
- 08 Feb, 2016 5 commits
-
-
Marius Wachtler authored
-
Marius Wachtler authored
fixes test_file2k, test_file_eintr and test_softspace
-
Marius Wachtler authored
-
Kevin Modzelewski authored
fix misc minor compatibility issues
-
Marius Wachtler authored
-
- 07 Feb, 2016 3 commits
-
-
Marius Wachtler authored
-
Marius Wachtler authored
and switch to the correct urllib test version
-
Marius Wachtler authored
-
- 05 Feb, 2016 2 commits
-
-
Marius Wachtler authored
this increases the compatibility if some one is using 'is' identity comparisons instead of equality '==' comparisons.
-
Marius Wachtler authored
-
- 04 Feb, 2016 1 commit
-
-
Marius Wachtler authored
-
- 03 Feb, 2016 4 commits
-
-
Kevin Modzelewski authored
Mention automake in the dependencies
-
Marius Wachtler authored
Add signal support
-
Jacek Wielemborek authored
-
Marius Wachtler authored
We check for signals on most calls to runtime functions in the llvm tier and the bjit and inside the interpreter on some additional places, because checking on every bytecode is a too large slowdown (>10%).
-
- 02 Feb, 2016 3 commits
-
-
Marius Wachtler authored
add formencode test
-
Kevin Modzelewski authored
Fix cpython parser bool operation conversion
-
Kevin Modzelewski authored
Quick fix for issue #1083
-
- 01 Feb, 2016 3 commits
-
-
Marius Wachtler authored
Because we only checked for Or's instead of checking for Ands this did not cause any issues except when printing the CFG
-
Marius Wachtler authored
sysconfig: adjust paths
-
Dong-hee Na authored
-
- 31 Jan, 2016 1 commit
-
-
Kevin Modzelewski authored
Fix finding GMP on FreeBSD
-
- 30 Jan, 2016 2 commits
-
-
Tony Narlock authored
Update adds CMake module for finding GMP https://github.com/vinzenz/libpypa/pull/50 Fixes: #1017
-
Dong-hee Na authored
* use _PyObject_GetDictPtr of cpython implementation remove unnecessary functor and use lambda expression
-
- 29 Jan, 2016 1 commit
-
-
Kevin Modzelewski authored
support inspecting exited frames (faster version)
-