- 18 May, 2018 1 commit
-
-
Stefan Behnel authored
-
- 17 May, 2018 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Replace text with links
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
scoder authored
Transfered type casting
-
scoder authored
Further optimise int/float comparison
-
Stefan Behnel authored
-
Stefan Behnel authored
Repair and simplify unrolled PyLong comparison loop that used PyLong_BASE incorrectly (it's an exponential base, not a factor).
-
- 16 May, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix incrementally increasing indentation level in utility functions due to repeated opening braces inside of C preprocessor conditionals.
-
Stefan Behnel authored
Speed up 1-argument method calls, especially those to CyFunctions, by avoiding the creation of a bound method object.
-
- 15 May, 2018 8 commits
-
-
gabrieldemarmiesse authored
-
scoder authored
Transfered keyword only arguments.
-
scoder authored
-
scoder authored
Transfer optional arguments
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
- 14 May, 2018 10 commits
-
-
Stefan Behnel authored
Fix utility function in MSVC which does not support C preprocessor tests inside of macro expansions ("likely()").
-
Stefan Behnel authored
-
scoder authored
transfered checked type casts
-
scoder authored
Transfered overriding in extension types.
-
scoder authored
Transfered warning from the reference guide to the user guide.
-
scoder authored
Improved "Types" section.
-
scoder authored
Transfered cdef statement.
-
scoder authored
Transfered declaring data types.
-
Stefan Behnel authored
Reducing the overhead here is actually helpful since many KeyErrors will never be instantiated.
-
Stefan Behnel authored
-
- 10 May, 2018 8 commits
-
-
scoder authored
Transfered the Cython file types in the userguide.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-