An error occurred fetching the project authors.
- 18 Jun, 2020 7 commits
- 08 Dec, 2018 1 commit
-
-
Elliott Sales de Andrade authored
-
- 25 Mar, 2018 1 commit
-
-
Stefan Behnel authored
-
- 16 Feb, 2018 1 commit
-
-
Stefan Behnel authored
Closes #2106.
-
- 16 Dec, 2017 1 commit
-
-
Antoine Pitrou authored
-
- 12 Sep, 2017 1 commit
-
-
Stefan Behnel authored
-
- 24 Aug, 2017 1 commit
-
-
Robert Bradshaw authored
This means abs(MIN_INT) has the "overflow" behavior of returning MIN_INT as in C, but avoids surprising unsigned arithmetic for all other values. To preserve Python compatibility, abs(x) dissallows integer inference for x just like the other potentially overflowing arithmetic operators. This fixes Github Issue #1837
-
- 18 May, 2017 1 commit
-
-
Robert Bradshaw authored
This fixes #1702.
-
- 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
-