- 11 Jan, 2014 2 commits
-
-
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
-
- 08 Jan, 2014 1 commit
-
-
Robert Bradshaw authored
Special method docstring guard
-
- 07 Jan, 2014 5 commits
-
-
Stefan Behnel authored
--HG-- extra : amend_source : 95fc8a7afdf4614a3dfe7b9874d1ba8cd1bf9967
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 05 Jan, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Jan, 2014 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : rebase_source : 22e9602b4fa5ddfd4e9577610afe1635b482a86d
-
Robert Bradshaw authored
-
- 03 Jan, 2014 9 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
be a little more relaxed about temping in assignments (looks like some things still can't be moved to a temp...)
-