An error occurred fetching the project authors.
- 29 Feb, 2020 1 commit
-
-
Stefan Behnel authored
-
- 18 Feb, 2020 1 commit
-
-
Stefan Behnel authored
-
- 16 Feb, 2020 1 commit
-
-
Stefan Behnel authored
Close #2686.
-
- 12 Feb, 2020 1 commit
-
-
Stefan Behnel authored
-
- 06 Feb, 2020 1 commit
-
-
Stefan Behnel authored
-
- 30 Jan, 2020 1 commit
-
-
Stefan Behnel authored
Make sure we always use the correct post-analysed bases, mkw and metaclass in Python class creation by making the PyClassDefNode own it and other nodes only refer to it, rather than risking stale references in subnodes. (Alternatively, ownership could be distributed across the subnodes, but it's a bit unclear how, and how to refer to the other subnodes then.) Closes #3338.
-
- 29 Jan, 2020 1 commit
-
-
Stefan Behnel authored
Closes #3337.
-
- 24 Jan, 2020 1 commit
-
-
Stefan Behnel authored
-
- 29 Dec, 2019 1 commit
-
-
Stefan Behnel authored
-
- 28 Dec, 2019 1 commit
-
-
Stefan Behnel authored
-
- 05 Dec, 2019 1 commit
-
-
Brian Wignall authored
-
- 01 Nov, 2019 1 commit
-
-
Stefan Behnel authored
-
- 10 Sep, 2019 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 Aug, 2019 1 commit
-
-
Stefan Behnel authored
-
- 23 Aug, 2019 1 commit
-
-
Stefan Behnel authored
-
- 21 Aug, 2019 2 commits
-
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
- 09 Aug, 2019 1 commit
-
-
Jeroen Demeyer authored
-
- 04 Aug, 2019 1 commit
-
-
Stefan Behnel authored
-
- 03 Aug, 2019 1 commit
-
-
Stefan Behnel authored
-
- 26 Jul, 2019 1 commit
-
-
Stefan Behnel authored
-
- 19 Jul, 2019 1 commit
-
-
Stefan Behnel authored
-
- 07 Jul, 2019 1 commit
-
-
Stefan Behnel authored
-
- 05 Jul, 2019 1 commit
-
-
Stefan Behnel authored
-
- 30 Jun, 2019 1 commit
-
-
Stefan Behnel authored
-
- 29 Jun, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Jun, 2019 1 commit
-
-
Stefan Behnel authored
* REF: make Utils dependency-free by moving search_include_directories to Main * BUG: prefer sys.path before Cython/Include when searching for pxd files
-
- 11 Jun, 2019 1 commit
-
-
Stefan Behnel authored
-
- 07 Jun, 2019 1 commit
-
-
realead authored
-
- 02 Jun, 2019 1 commit
-
-
Stefan Behnel authored
-
- 01 Jun, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 31 May, 2019 2 commits
-
-
Stefan Behnel authored
Closes GH-2976.
-
Stefan Behnel authored
When passing keyword arguments from unpacked dict literals, prevent duplicate dict keys from raising an error and instead overwrite the previous one. Closes GH-2963.
-