summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Expand)AuthorAgeFilesLines
* Stop trying to use faulthandler because all releases have been yanked from PyPI.Jason Madden2023-01-261-1/+0
* win32: simplify the test matrix.Jason Madden2022-10-301-25/+49
* Add 3.11 to the appveyor matrix via download.Jason Madden2022-10-281-0/+6
* Fix typosKian-Meng, Ang2021-11-171-1/+1
* Make run_callable private.Jason Madden2021-11-081-10/+9
* Cleanup debugging code.Jason Madden2021-10-301-1/+0
* Neither disabling faulthandler nor enabling optimizations changed the SEH depth.Jason Madden2021-10-291-4/+4
* Nope, both are needed. So what about if faulthandler is off and we optimize (...Jason Madden2021-10-291-3/+3
* Use a better testrunner.Jason Madden2021-10-291-2/+2
* Debugging.Jason Madden2021-10-291-1/+2
* Hot dog, that fixed the tracing tests. Did it fix all the tests?Jason Madden2021-10-291-1/+1
* Guard the SEH walking with SEH handling. This probably doesn't work, but lets...Jason Madden2021-10-291-1/+1
* Try to traverse SEH chain manually.Jason Madden2021-10-291-4/+4
* We do seem to get a vectored exception each time we throw a C++ exception.Jason Madden2021-10-291-3/+3
* Debugging.Jason Madden2021-10-281-5/+5
* Windows: 32 bit builds are crashing somewhere, unclear why. Try to see any co...Jason Madden2021-10-281-0/+2
* Use faulthandler on Windows as well.Jason Madden2021-10-281-0/+2
* Test 2.7 non-standard threading on GHA. Use 3.10 final on Appveyor.Jason Madden2021-10-121-3/+3
* Progress on supporting older compilers.Jason Madden2021-10-121-9/+9
* Enable debug prints, windows is crashing.Jason Madden2021-10-121-0/+2
* Remove debugging and update comments.Jason Madden2021-10-121-9/+9
* Try declspec(thread) for old MSC.Jason Madden2021-10-121-0/+10
* Drop Python 2.7 on Windows; the compiler is far too old.Jason Madden2021-10-121-10/+0
* Update change log to clarify greenlet/list leakJason Madden2021-09-291-1/+1
* Add some hopefully failing tests for #245Jason Madden2021-08-061-0/+1
* Also need to disable doctests on appveyor for now because of the incompatibil...Jason Madden2021-08-061-1/+2
* Add 3.10 on Windows.Jason Madden2021-08-061-0/+5
* Build and test in the manylinux environment for amd64 and aarch64, and macos.Jason Madden2020-11-161-0/+15
* Also add doctests to appveyor.Jason Madden2020-11-131-1/+2
* Move to the src/ layout, and make greenlet a package.issue184Jason Madden2020-11-121-6/+7
* Remove custom my_build_ext and stop trying to build extensions at test time.Jason Madden2020-11-111-20/+98
* Test on Python 3.9 finalHugo van Kemenade2020-10-281-0/+8
* Officially drop support for 2.4/5/6 and 3.0/1/2/3/4.issue186Jason Madden2020-10-011-19/+2
* Prepare to release greenlet 0.4.17release-0.4.17Alexey Borzenkov2020-09-221-1/+1
* Update version in appveyor.ymlAlexey Borzenkov2020-04-221-1/+1
* Include Python 3.8 in appveyorBengt Lüers2020-02-041-0/+8
* Start NEWS for future 0.4.15Alexey Borzenkov2018-07-231-1/+1
* Prepare to release greenlet 0.4.14Alexey Borzenkov2018-07-171-1/+1
* Stop trying to upgrade pip on AppVeyor buildsAlexey Borzenkov2018-06-281-1/+1
* Start building with Python 3.7Alexey Borzenkov2018-06-281-0/+8
* Bump version in appveyor.ymlAlexey Borzenkov2018-02-011-1/+1
* Drop Python 2.6 from appveyor.ymlAlexey Borzenkov2018-01-291-8/+0
* Stop using trashcan api0.4.12Alexey Borzenkov2017-02-011-1/+1
* Build with Python 3.6 on travis and appveyorAlexey Borzenkov2017-01-061-0/+8
* Prepare for 0.4.11 release0.4.11Alexey Borzenkov2016-12-111-1/+1
* Fix running pip on Python 2.6Alexey Borzenkov2016-06-121-1/+1
* Upgrade pip using python -mpipAlexey Borzenkov2016-06-111-4/+1
* Start building greenlet with appveyorsupport-appveyorAlexey Borzenkov2016-06-111-0/+76