- 27 Jan, 2016 1 commit
-
-
Dong-hee Na authored
-
- 25 Jan, 2016 5 commits
-
-
Marius Wachtler authored
Add list of not subclassable class
-
Dong-hee Na authored
-
Marius Wachtler authored
llvm tier: reduce scratch size
-
Marius Wachtler authored
With the new frame introspection we don't need to save additional space for spilling vars which live in regs (except for deopts). And for deopts we will never need more scratch than the one required for spilling the args.
-
Kevin Modzelewski authored
Disable lxml objectify tests
-
- 22 Jan, 2016 4 commits
-
-
Marius Wachtler authored
Fix imp.load_module if the module already exists and ban creating instances of None type
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
- 21 Jan, 2016 5 commits
-
-
Marius Wachtler authored
Fix long(None) and bug inside getattrEntry() which made test_decimal fail
-
Marius Wachtler authored
The cpython decimal test triggered this bug and works now. (But I had to add the correct version of the test)
-
Marius Wachtler authored
Two minor problem which found in NumPy tests
-
Marius Wachtler authored
-
Marius Wachtler authored
-
- 20 Jan, 2016 7 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Marius Wachtler authored
Fix minor compatibility issues
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
- 19 Jan, 2016 5 commits
-
-
Marius Wachtler authored
add support for avro
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
enable PyStringObject and remove some workarounds inside the numpy patch
-
Marius Wachtler authored
-
- 18 Jan, 2016 4 commits
-
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
@rudi-c #1027 numpy patch with a small fix
-
Marius Wachtler authored
-
- 14 Jan, 2016 9 commits
-
-
Rudi Chen authored
-
Rudi Chen authored
By checking for the error state before the chosen CF call, we know that it's not the CF call that set the error state.
-
Rudi Chen authored
-
Rudi Chen authored
-
Rudi Chen authored
-
Rudi Chen authored
Allow widths represented by subclasses of int and throw an exception instead of aborting if the wrong types are given.
-
Rudi Chen authored
-
Rudi Chen authored
Also some minor cleanup of the NumPy test script.
-
Rudi Chen authored
Some of the patches are no longer necessary, as issues have been fixed.
-