- 08 Feb, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : amend_source : 2797e0ad678cc0a33a2548a8a20b00475bc8a21b Conflicts: CHANGES.rst
-
- 04 Feb, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 18 Jan, 2014 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
The (k=k) can results in "multiple unsequenced modifications to 'kind'" warning when this macro is expanded twice in the same expression.
-
- 16 Jan, 2014 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 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 7 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
-