- 05 Oct, 2021 1 commit
-
-
Matt Davis authored
--HG-- branch : release-1.15
-
- 17 Sep, 2021 1 commit
-
-
Matt Davis authored
--HG-- branch : release-1.15
-
- 20 Jun, 2021 1 commit
-
-
Armin Rigo authored
--HG-- branch : release-1.14
-
- 11 Feb, 2021 1 commit
-
-
Armin Rigo authored
--HG-- branch : release-1.14
-
- 24 Nov, 2020 1 commit
-
-
Armin Rigo authored
--HG-- branch : release-1.14
-
- 15 Sep, 2020 1 commit
-
-
Armin Rigo authored
--HG-- branch : release-1.14
-
- 31 Aug, 2020 1 commit
-
-
Armin Rigo authored
no-op. It is explicitly deprecated in 3.9.
-
- 15 Aug, 2020 2 commits
-
-
Armin Rigo authored
--HG-- branch : release-1.14
-
Armin Rigo authored
-
- 26 Jul, 2020 1 commit
-
-
Armin Rigo authored
--HG-- branch : release-1.14
-
- 12 Apr, 2020 1 commit
-
-
Armin Rigo authored
-
- 07 Feb, 2020 1 commit
-
-
Armin Rigo authored
-
- 03 Nov, 2019 1 commit
-
-
Armin Rigo authored
--HG-- branch : release-1.13
-
- 21 Oct, 2019 1 commit
-
-
Armin Rigo authored
-
- 19 Oct, 2019 1 commit
-
-
Armin Rigo authored
Fix: it's invalid according the API to call PyGILState_Release(PyGILState_UNLOCKED) manually at startup to release the GIL. Instead we must call another function, like PyEval_SaveThread(). The difference shows up in a rare case on CPython 3.7 only.
-
- 03 Jun, 2019 1 commit
-
-
Armin Rigo authored
-
- 19 Apr, 2019 1 commit
-
-
Armin Rigo authored
--HG-- branch : release-1.12
-
- 11 Apr, 2019 1 commit
-
-
Armin Rigo authored
-
- 16 Mar, 2019 1 commit
-
-
Armin Rigo authored
-
- 26 Feb, 2019 1 commit
-
-
Armin Rigo authored
-
- 16 Feb, 2019 1 commit
-
-
Armin Rigo authored
--HG-- branch : release-1.12
-
- 07 Jul, 2018 1 commit
-
-
Armin Rigo authored
-
- 27 Feb, 2018 1 commit
-
-
Armin Rigo authored
--HG-- branch : release-1.11
-
- 22 Feb, 2018 1 commit
-
-
Armin Rigo authored
Fix following recent changes to CPython 2.7
-
- 13 Jan, 2018 1 commit
-
-
Armin Rigo authored
-
- 10 Jan, 2018 1 commit
-
-
Armin Rigo authored
-
- 08 Oct, 2017 1 commit
-
-
Armin Rigo authored
-
- 27 Sep, 2017 1 commit
-
-
Armin Rigo authored
-
- 20 Jul, 2017 2 commits
-
-
Armin Rigo authored
CFFI_DLLEXPORT for MinGW on Windows
-
Armin Rigo authored
-
- 16 Jun, 2017 2 commits
-
-
Armin Rigo authored
Call MessageBox() more generally on most stderr outputs from cffi
-
Armin Rigo authored
open a non-modal MessageBox() in addition to sending the detailed error to stderr... because stderr is likely to go nowhere, in case of non-console applications.
-
- 31 May, 2017 1 commit
-
-
Armin Rigo authored
-
- 23 Jan, 2017 1 commit
-
-
Armin Rigo authored
-
- 22 Dec, 2016 1 commit
-
-
Armin Rigo authored
-
- 12 Nov, 2016 1 commit
-
-
Armin Rigo authored
-
- 11 Nov, 2016 2 commits
-
-
Armin Rigo authored
-
Armin Rigo authored
I think that the init function is not always exported any more now, which breaks everything.
-
- 09 Nov, 2016 1 commit
-
-
Armin Rigo authored
-
- 02 Nov, 2016 1 commit
-
-
Armin Rigo authored
-