An error occurred fetching the project authors.
- 06 May, 2017 1 commit
-
-
Stefan Behnel authored
Closes #1692
-
- 09 Apr, 2017 2 commits
- 28 Mar, 2017 2 commits
-
-
da-woods authored
Also doesn't require gil for int and long abs. Notes: * I don't think the correct utility code is loaded for complex abs (but it should be loaded by the complex data types hopefully) * Would probably be worth making double and float abs not require gil
-
Robert Bradshaw authored
set.update() is actually variadic. Fixes #1645.
-
- 01 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
This allows extending from it with a cdef class. Closes #724.
-
- 28 Jul, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 25 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 21 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 29 Mar, 2015 1 commit
-
-
Stefan Behnel authored
reimplement ord() to make its (C long) return value and input argument type (bytes/unicode/char/unichar) available to the type analysis and avoid redundant round-trips into Python space
-
- 17 Dec, 2014 1 commit
-
-
Stefan Behnel authored
-
- 17 Jun, 2014 1 commit
-
-
Stefan Behnel authored
-
- 22 Feb, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 10 Jan, 2014 1 commit
-
-
Stefan Behnel authored
-
- 31 Dec, 2013 1 commit
-
-
Stefan Behnel authored
-
- 28 Dec, 2013 1 commit
-
-
Stefan Behnel authored
-
- 27 Dec, 2013 1 commit
-
-
Stefan Behnel authored
--HG-- extra : amend_source : f3b7f004f905c791e6ced2a5b27fffa21f9ceb08
-
- 24 Dec, 2013 1 commit
-
-
Stefan Behnel authored
-
- 16 Dec, 2013 1 commit
-
-
Stefan Behnel authored
-
- 07 Dec, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 06 Oct, 2013 1 commit
-
-
Stefan Behnel authored
extend semantics of 'basestring' typed variables to represent exactly bytes/str/unicode but no subtypes
-
- 30 Aug, 2013 1 commit
-
-
Stefan Behnel authored
-
- 29 Aug, 2013 1 commit
-
-
Stefan Behnel authored
-
- 27 Jul, 2013 1 commit
-
-
Stefan Behnel authored
-
- 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
-
- 11 Apr, 2013 1 commit
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 9a5bbb4f08a0eb5be71afd48d9ad5566d8a39efc
-
- 02 Mar, 2013 1 commit
-
-
Stefan Behnel authored
-
- 22 Feb, 2013 1 commit
-
-
Stefan Behnel authored
automatically replace calls to builtin.__contains__() with the corresponding C-API function and enable optimisation of unbound builtin methods for subtypes
-
- 20 Feb, 2013 2 commits
-
-
Stefan Behnel authored
automatically convert dict.iter*() and dict.view*() methods to .keys/values/items() in Py3 for typed dicts
-
Stefan Behnel authored
-
- 15 Feb, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Feb, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-