- 18 Nov, 2014 4 commits
-
-
https://github.com/cython/cythonroot authored
-
root authored
-
root authored
Fixed one error which made it break the test suite. Now it doesn't break, but still needs more test cases to see if the functionality works on all inputs.
-
root authored
-
- 14 Nov, 2014 2 commits
-
-
Stefan Behnel authored
reference naming conflict resolution from C++ wrapping doc, show how to wrap C++ objects in cdef class attributes
-
Robert Bradshaw authored
Add max_load_factor getter and setter for std::unordered_map.
-
- 13 Nov, 2014 1 commit
-
-
maciejkula authored
This might be useful for controlling memory usage at the expense of collision probability.
-
- 11 Nov, 2014 1 commit
-
-
Stefan Behnel authored
-
- 08 Nov, 2014 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
fix crash with starred assignments where IndexNode generated for type inference ended up being visited
-
Stefan Behnel authored
-
Stefan Behnel authored
extend array assignment test to include unpacking and starred assignments (even though it's currently highly inefficient)
-
Stefan Behnel authored
-
Stefan Behnel authored
be a bit smarter about the item index during type inference of indexed slices to allow for better type inference of non-homogeneous containers
-
Stefan Behnel authored
-
Stefan Behnel authored
make item types of tuple/array unpacking inferable and institutionalise the IndexNode creation for the inference
-
Stefan Behnel authored
-
- 07 Nov, 2014 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 Nov, 2014 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Nov, 2014 9 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
(Seems we're missing tests...)
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 02 Nov, 2014 3 commits
-
-
Stefan Behnel authored
clean up recent incorrect change in Symtab code that validated the property generation for extension type attributes
-
Stefan Behnel authored
-
Stefan Behnel authored
-