summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Fix setup.py encoding; bump github codeql from v2 to v2Jason Madden2023-01-261-1/+2
* Adjusting compiler argument settings and detection.Jason Madden2023-01-261-9/+32
* Stop trying to use faulthandler because all releases have been yanked from PyPI.Jason Madden2023-01-261-1/+2
* Python 3.11: Fix a memory leak switching to greenlets.Jason Madden2022-11-071-1/+2
* setup.py: Add Python 3.11 to the PyPI classifier metadata.Jason Madden2022-11-031-1/+2
* Win32: Using /EHr, annotate inner_bootstrap again as noexcept to try to force...Jason Madden2022-10-301-1/+1
* win32 compiler: don't assume C functions cannot throw.Jason Madden2022-10-301-3/+6
* Why didn't the WIN32 path get taken?Jason Madden2022-10-291-4/+11
* setup: Add MSVC options only when python is compiled with MSVCBiswapriyo Nath2022-02-181-1/+1
* 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