- 25 Aug, 2008 6 commits
-
-
Stefan Behnel authored
some code cleanup and beautification, fix error message to match Python when passing too many positional arguments into a function with required keyword arguments
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
removed some redundancy from arg parsing helper functions (and some of the helper functions) general cleanup and performance improvements (now a lot faster for common kw passing casese)
-
Stefan Behnel authored
-
- 23 Aug, 2008 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
optimisation: store keyword argument names as Python strings to avoid string creation within PyDict_GetItemString()
-
- 22 Aug, 2008 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
cosolidate exception messages cleanup of utility code
-
Stefan Behnel authored
changed more exception messages to what Py3 raises some cleanup
-
Stefan Behnel authored
use argument exception messages from Python 2.6 TODO: handling of keyword-only arguments seems to require more work TODO: clean up helper functions (currently somewhat redundant)
-
Stefan Behnel authored
changed Python C-API usage test case to test includes from Cython/Includes/, currently fails: are cimports in .pxd files not re-exported?
-
Stefan Behnel authored
-
Stefan Behnel authored
some EncodedString name fixes for function names
-
- 21 Aug, 2008 4 commits
-
-
Andrew Straw authored
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Aug, 2008 6 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
HoytKoepke authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 18 Aug, 2008 3 commits
-
-
Dag Sverre Seljebotn authored
--HG-- rename : tests/run/tnumpy.pyx => tests/run/numpy_test.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Aug, 2008 2 commits
-
-
Dag Sverre Seljebotn authored
Removed use of <BLANKLINE> doctest directive.
-
Stefan Behnel authored
-