- 21 Jan, 2016 2 commits
-
-
Marius Wachtler authored
-
Marius Wachtler authored
-
- 20 Jan, 2016 4 commits
-
-
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 13 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.
-
Marius Wachtler authored
Use our interned ints more often (especially for constants specified inside the source)
-
Marius Wachtler authored
Before we did not use the interned ints for constants inside the source code so every module had there on 0, 1 etc...
-
Marius Wachtler authored
switch to CPython parser
-
Marius Wachtler authored
compile: Don't check for ''break' outside loop' error when in AST only mode
-
- 13 Jan, 2016 7 commits
-
-
Boxiang Sun authored
-
Marius Wachtler authored
fixes for py.test
-
Marius Wachtler authored
_warnings is modifying it
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
- 12 Jan, 2016 5 commits
-
-
Marius Wachtler authored
Add a modified version of cpythons ast test
-
Marius Wachtler authored
-
Marius Wachtler authored
Correctly align pointers inside registerPotentialRootRange
-
Marius Wachtler authored
this showed up while importing a C extension
-
Marius Wachtler authored
enable CPython's _ast module
-