- 29 Oct, 2009 1 commit
-
-
Robert Bradshaw authored
-
- 27 Aug, 2008 1 commit
-
-
Stefan Behnel authored
-
- 26 Aug, 2008 1 commit
-
-
Stefan Behnel authored
cleanup of arg parsing code, faster string comparison in __Pyx_SplitKeywords(), some minor exception fixes
-
- 25 Aug, 2008 2 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
-
- 22 Aug, 2008 3 commits
-
-
Stefan Behnel authored
-
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)
-
- 29 Jul, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 26 Jul, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 22 May, 2008 1 commit
-
-
Stefan Behnel authored
-
- 18 May, 2008 1 commit
-
-
Stefan Behnel authored
fix keyword arguments in function calls: must be unicode in Py3 and strings in Py2, just like identifiers
-
- 15 May, 2008 1 commit
-
-
Stefan Behnel authored
-
- 14 May, 2008 1 commit
-
-
Stefan Behnel authored
tons of fixes for the test suite: docstrings must be unicode strings to run in Py3's doctest (obviously...) --HG-- rename : tests/compile/withnogil.pyx => tests/run/withnogil.pyx
-
- 02 Feb, 2008 1 commit
-
-
Stefan Behnel authored
-
- 15 Jan, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Jan, 2008 1 commit
-
-
Stefan Behnel authored
-
- 31 Dec, 2007 1 commit
-
-
Stefan Behnel authored
-