summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Start work on making PyGreenlet opaque. First part of the conversion: the exc...Jason Madden2021-11-031-1/+3
* Merge branch 'object_ownership'Jason Madden2021-11-021-16/+51
|\
| * Always test C++.Jason Madden2021-11-021-17/+16
| * Neither disabling faulthandler nor enabling optimizations changed the SEH depth.Jason Madden2021-10-291-2/+1
| * Nope, both are needed. So what about if faulthandler is off and we optimize (...Jason Madden2021-10-291-4/+6
| * Can't use /MDd because we would need the Python debug libs.Jason Madden2021-10-281-5/+6
| * Enable some debug options on MSVC.Jason Madden2021-10-281-1/+16
| * One more try with /EHa.Jason Madden2021-10-281-1/+1
| * Sprinkle in some more noexcept.Jason Madden2021-10-281-1/+1
| * Take the c off the /EHsc.Jason Madden2021-10-281-1/+1
| * The SAFESEH stuff looks like a red herring.Jason Madden2021-10-281-11/+0
| * What if we require SAFESEH?Jason Madden2021-10-281-2/+4
| * /EHa did not fix the 32-bit Windows problem. Maybe /SAFESEH:NO?Jason Madden2021-10-281-3/+7
| * The 32-bit windows error seems to have something to do with Microsoft's SEH.Jason Madden2021-10-281-4/+14
| * Windows: 32 bit builds are crashing somewhere, unclear why. Try to see any co...Jason Madden2021-10-281-2/+11
| * Use faulthandler on Windows as well.Jason Madden2021-10-281-0/+1
| * Add version pin for docutils on Python 2.7.Jason Madden2021-10-281-0/+3
| * Add leakchecks to the actual test cases themselves.Jason Madden2021-10-191-0/+1
* | add support for win/arm64 platformNiyas Sait2021-10-211-2/+3
|/
* Enable exception handling for old MSVCJason Madden2021-10-121-0/+5
* Implement cleanup using the thread dictionary on platforms that require it.Jason Madden2021-10-121-3/+6
* Queue pending cleanups to reduce the number of Py_AddPendingCall slots we take.Jason Madden2021-10-121-1/+2
* Try declspec(thread) for old MSC.Jason Madden2021-10-121-10/+22
* Drop Python 2.7 on Windows; the compiler is far too old.Jason Madden2021-10-121-0/+3
* See if all compilers can work in C++ mode.Jason Madden2021-10-121-1/+2
* Add extra metadata to setup.pyJason Madden2021-09-291-0/+6
* Add support for Python 3.10Jason Madden2021-05-051-0/+1
* fix: typo in source code url in setup fileFederico Caselli2021-01-181-1/+1
* Move definition of __version__ into __init__.py.Jason Madden2020-11-161-1/+12
* Build and test in the manylinux environment for amd64 and aarch64, and macos.Jason Madden2020-11-161-0/+1
* Minor cleanup after merge of #208Jason Madden2020-11-121-4/+7
* Move to the src/ layout, and make greenlet a package.issue184Jason Madden2020-11-121-16/+32
* Remove custom my_build_ext and stop trying to build extensions at test time.Jason Madden2020-11-111-11/+28
* Remove redundant code for Python 2.4-2.6 and 3.0-3.3Hugo van Kemenade2020-10-021-3/+0
* Officially drop support for 2.4/5/6 and 3.0/1/2/3/4.issue186Jason Madden2020-10-011-6/+2
* Drop 3.0, 3.1 and 3.2; they're no longer supported by setuptools.publish-changesJason Madden2020-09-301-5/+4
* Publish the change log on RTD.Jason Madden2020-09-301-24/+31
* Prepare to release greenlet 0.4.17release-0.4.17Alexey Borzenkov2020-09-221-3/+1
* Prepare to release greenlet 0.4.16release-0.4.16Alexey Borzenkov2020-06-051-1/+2
* Start NEWS for 0.4.16Alexey Borzenkov2020-04-221-1/+1
* Update setup.pyBengt Lüers2020-02-041-0/+1
* Prepare to release greenlet 0.4.15Alexey Borzenkov2018-09-081-1/+1
* Start NEWS for future 0.4.15Alexey Borzenkov2018-07-231-1/+1
* Prepare to release greenlet 0.4.14Alexey Borzenkov2018-07-171-1/+1
* Prepare for 0.4.13 release0.4.13Alexey Borzenkov2018-02-011-1/+1
* Support for Python 3.7 (fixes #123)Alexey Borzenkov2017-12-061-1/+2
* Stop using trashcan api0.4.12Alexey Borzenkov2017-02-011-1/+1
* Add Python 3.6 to classifiersAlexey Borzenkov2017-01-061-0/+1
* Prepare for 0.4.11 release0.4.11Alexey Borzenkov2016-12-111-1/+1
* Prepare for 0.4.10 release0.4.10release-nextAlexey Borzenkov2016-06-111-1/+1