- 30 Jul, 2014 3 commits
-
-
Stefan Behnel authored
-
scoder authored
add support for C++ stdlib heap operations
-
Lars Buitinck authored
-
- 28 Jul, 2014 7 commits
-
-
Stefan Behnel authored
enable the C compiler to distinguish between the two for-in iteration cases (special case for list/tuple and generic iterator case)
-
Stefan Behnel authored
make SwitchTransform return True/False as result when Python objects are requested instead of crashing when trying to cast bint values to PyObject*
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 27 Jul, 2014 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix isinstance(x, (A,B)) split optimisation: must set up BoolBinopNode correctly when creating it after type analysis
-
Stefan Behnel authored
-
Stefan Behnel authored
support non-Python-builtin types in Jedi generated declarations by using name strings instead of bare types
-
Stefan Behnel authored
-
Stefan Behnel authored
clean up directives setup in InterpretCompilerDirectives transform by moving the global part into __init__()
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 26 Jul, 2014 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Jul, 2014 1 commit
-
-
Robert Bradshaw authored
Clarify license position with respect to compilation output.
-
- 24 Jul, 2014 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 23 Jul, 2014 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Thanks to Alok Singhal.
-
Robert Bradshaw authored
-
- 20 Jul, 2014 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
replace the currently broken BoolBinopNode by GenericBoolBinopNode to fix it and generally avoid redundancy
-
Stefan Behnel authored
-
Lisandro Dalcin authored
Add more libc and posix includes
-