An error occurred fetching the project authors.
- 30 Aug, 2014 1 commit
-
-
Stefan Behnel authored
-
- 21 Aug, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
split internal method calling helper functions into specialised 0-, 1-, 2- args versions to apply the method call optimisation to them
-
- 14 Aug, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Aug, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
streamline non-C-function fallback code for the 1-arg call case to avoid overhead beyond the type checks
-
- 10 Aug, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : transplant_source : %E7%F6%F6%0F%80%3A%B2%BDs%7E%8D%80p%2AYX%3B%08%DBL
-
- 23 May, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : transplant_source : %D6h%3C%E4%02%B9%D5%D1%B0%95%5Bly.%18%B3%D20%A7%EC
-
- 25 Apr, 2014 1 commit
-
-
Stefan Behnel authored
http://www.python.org/dev/peps/pep-0465/ New syntax: "c = a @ b" and "a @= b" Includes a partial backport that works with the special methods at the Python level, but not (properly) with extension types, which lack the necessary slot methods. Also currently lacks the subtype special casing that Python does for the numeric special methods.
-
- 23 Feb, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 22 Feb, 2014 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 02 Feb, 2014 1 commit
-
-
Stefan Behnel authored
--HG-- extra : amend_source : c827dfd2e781c1a7e1b982601b6ee8e826d5b4ed
-
- 19 Jan, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Jan, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 06 Dec, 2013 1 commit
-
-
Stefan Behnel authored
-
- 22 Nov, 2013 1 commit
-
-
Stefan Behnel authored
use more CPython-like (and potentially faster) _PyType_Lookup() for internal special method lookups instead of generic attribute lookup
-
- 10 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 01 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 27 Oct, 2013 1 commit
-
-
Stefan Behnel authored
-
- 09 Nov, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
make fast path in Get/SetItemInt() utility functions safe for sizeof(index type) >= sizeof(Py_ssize_t)
-
- 26 Jul, 2013 2 commits
-
-
Stefan Behnel authored
move getattr() utility code from Builtins.c to ObjectHandling.c as it deals with object protocols and is not a required replacement
-
Stefan Behnel authored
-
- 14 Jul, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Apr, 2013 1 commit
-
-
Stefan Behnel authored
-
- 16 Mar, 2013 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/run/slice2_T636.pyx => tests/run/slice2_T636.py
-