- 10 Jun, 2020 1 commit
-
-
scoder authored
… and enforce them with pycodestyle.
-
- 21 Dec, 2019 1 commit
-
-
Brian Wignall authored
-
- 17 Apr, 2019 1 commit
-
-
Igor Kaplounenko authored
blocking all distutils from being compiled; removed distutils blacklists from the pyimport test and deleted the 'slow' test as it is now redundant
-
- 11 Apr, 2019 1 commit
-
-
Igor Kaplounenko authored
pyimport=True should work now on darwin without having to pre-import distutils directly or via pyxbuild
-
- 11 Jan, 2019 1 commit
-
-
Jon Dufresne authored
-
- 24 May, 2018 1 commit
-
-
Prakhar Goel authored
-
- 24 Mar, 2018 2 commits
-
-
Stefan Behnel authored
-
gabrieldemarmiesse authored
-
- 17 Mar, 2018 1 commit
-
-
gabrieldemarmiesse authored
-
- 13 Mar, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 17 Oct, 2017 1 commit
-
-
Unknown authored
Most are non-user facing. Found using: `codespell -d -q 3`
-
- 07 Sep, 2017 1 commit
-
-
Guilherme Caminha authored
-
- 20 May, 2017 1 commit
-
-
Jakub Wilk authored
The file is syntactically correct only in Python >= 2.6, so the version check would never be run.
-
- 24 Apr, 2017 1 commit
-
-
Jakub Wilk authored
The indentation was inadvertently broken when expanding tabs in e908c0b9. Fixes: $ python pyximport/test/test_reload.py File "pyximport/test/test_reload.py", line 23 assert hello.x == 1 ^ IndentationError: unexpected indent
-
- 11 Feb, 2017 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Sergei Lebedev authored
-
- 11 Jan, 2017 1 commit
-
-
mathbunnyru authored
-
- 12 Oct, 2016 1 commit
-
-
Sergei Lebedev authored
-
- 08 Sep, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 14 Nov, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-
- 25 Jul, 2015 2 commits
-
-
Stefan Behnel authored
-
Petr Viktorin authored
-
- 26 Dec, 2014 2 commits
-
-
Stefan Behnel authored
fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces "distutils.dist.Distribution" *after* we import it, which then breaks the input validation in "distutils.cmd"
-
Stefan Behnel authored
fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces "distutils.dist.Distribution" *after* we import it, which then breaks the input validation in "distutils.cmd" --HG-- extra : transplant_source : %3A%84%AC%02E%17%D8%EE%E64Mpv%25%A3%8E%8B%E5%CA%19
-
- 17 Jun, 2013 1 commit
-
-
xqat authored
this should be changed
-
- 16 May, 2013 2 commits
-
-
Martin Teichmann authored
It is very astonishing to a user, that pyximport uses a different set of config files from the underlying distutils.
-
Martin Teichmann authored
This reverts commit 813ff05a. This was an accidentally applied twice.
-
- 27 Feb, 2013 1 commit
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 3998c84c9c2a646d9588103205666d37731c41a7
-
- 24 Feb, 2013 1 commit
-
-
Pauli Virtanen authored
pyxbuild overwrites .so file contents, corrupting any mmapped code image loaded. If pyximporting the same module from two different processes, on Linux this leads to crashes with bus error. This commit fixes the issue by unlinking the file first. On Linux et al., this does not change the file contents of any open FDs. On Windows, unlinking fails, and we just switch to using a different file name.
-
- 16 Jan, 2013 2 commits
-
-
Steinn Steinsen authored
If '' is in sys.path and a module is found the package_path is relative and breaks the build process.
-
Steinn Steinsen authored
If '' is in sys.path and a module is found the package_path is relative and breaks the build process. --HG-- extra : transplant_source : 9%EA%CC%A6%3D%1B9R%EF%0DmM%CFZ%18%F3%EC%06%3B%B7
-
- 15 Jan, 2013 2 commits
-
-
Steven Winfield authored
Use OS-dependent directory separator - a / on windows is interpreted by LINK as a command line switch --HG-- extra : transplant_source : %A8%F23%AF%26%BC%82y1%86S%1Ac%D3%40%089o%DCQ
-
Steven Winfield authored
Use OS-dependent directory separator - a / on windows is interpreted by LINK as a command line switch
-
- 16 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-
- 15 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-