- 15 Jan, 2014 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : amend_source : 6a5e7668208a89296264b05bbfe7640514318a1d
-
- 14 Jan, 2014 9 commits
-
-
Stefan Behnel authored
remove duplication of type analysis for base type tuple of Python classes (could crash the compiler for non-trivial base class expressions)
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 13 Jan, 2014 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Jan, 2014 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 11 Jan, 2014 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
implement another try-finally corner case (the Py3 way only for now!): reraising a fresh exception in the finally clause
-
Stefan Behnel authored
optimise string-to-something comparisons also when we know that the result is boolean (the cmp functions have a proper fallback for non-strings)
-
Stefan Behnel authored
-
- 10 Jan, 2014 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
revert dynamic tp_new() override because it breaks instantiating types with arguments that object.__new__()/object.__init__() don't expect
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
reuse object's tp_new() for simple extension types if possible to improve support for multiple inheritance
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-