- 25 Sep, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 04 Sep, 2008 4 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
-
- 03 Sep, 2008 5 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
Earlier, the compiler would crash in this situation.
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 Sep, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
- the original exception status will be saved when entering a try: block - sys.exc_info() will be reset after a successful except: block This mimics the behaviour of Py3 and prevents exceptions, tracebacks and frames (i.e. deep function state) from staying alive any longer than necessary to handle an exception. The new semantics imply that a try: block is no longer free, but it is still very cheap.
-
- 01 Sep, 2008 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 31 Aug, 2008 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 29 Aug, 2008 2 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
Ticket 65
-
- 27 Aug, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Aug, 2008 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
cleanup of arg parsing code, faster string comparison in __Pyx_SplitKeywords(), some minor exception fixes
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 25 Aug, 2008 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
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
-