An error occurred fetching the project authors.
- 23 Jun, 2018 1 commit
-
-
gabrieldemarmiesse authored
-
- 06 Jun, 2018 1 commit
-
-
Robert Bradshaw authored
Using __new__ was made an error 8 years ago, keeping this in the docs just causes confusion at this point (e.g. #2311).
-
- 21 May, 2018 1 commit
-
-
Pan authored
-
- 19 May, 2018 3 commits
-
-
gabrieldemarmiesse authored
Replaced the text in reference/extension_types.rst by links to the corresponding sections in the userguide.
-
gabrieldemarmiesse authored
-
gabrieldemarmiesse authored
-
- 18 May, 2018 1 commit
-
-
gabrieldemarmiesse authored
-
- 08 Dec, 2017 1 commit
-
-
Jeroen Demeyer authored
-
- 25 Nov, 2017 1 commit
-
-
Stefan Behnel authored
Closes #1848.
-
- 13 Oct, 2017 2 commits
-
-
Stefan Behnel authored
Fix the first argument special method signatures of "__eq__", "__lt__" and the other richcmp methods to be of "self" type, in accordance with to the CPython specs. See https://docs.python.org/3/reference/datamodel.html#emulating-container-types Closes #1935.
-
Stefan Behnel authored
-
- 03 Sep, 2017 2 commits
-
-
Stefan Behnel authored
Generate "tp_richcompare" slot when "__eq__" and/or its friends are defined but "__richcmp__" is not. Closes #690.
-
Stefan Behnel authored
-
- 11 Jan, 2017 1 commit
-
-
mathbunnyru authored
-
- 15 Jul, 2016 1 commit
-
-
Jeroen Demeyer authored
-
- 21 Jun, 2016 1 commit
-
-
Jeroen Demeyer authored
-
- 20 Jan, 2015 1 commit
-
-
Lars Buitinck authored
[ci skip]
-
- 15 Dec, 2012 2 commits
-
-
Josh Ayers authored
-
Josh Ayers authored
Added note that the __dealloc__ method of a superclass is always called, even if it is overridden in a subclass.
-
- 04 May, 2012 1 commit
-
-
Peter Todd authored
-