index
:
delta/python-packages/greenlet.git
codeql
docs
issue184
issue186
issue191
issue206
issue207
issue215
issue252
issue256
issue264
issue269
maint/1.1
master
object_ownership
publish-changes
release-0.4.16
release-0.4.17
release-next
support-appveyor
wip-gcc48-workaround
wip-issue28-configure-compiler
github.com: python-greenlet/greenlet.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start work on making PyGreenlet opaque. First part of the conversion: the exc...
Jason Madden
2021-11-03
1
-1
/
+3
*
Merge branch 'object_ownership'
Jason Madden
2021-11-02
1
-16
/
+51
|
\
|
*
Always test C++.
Jason Madden
2021-11-02
1
-17
/
+16
|
*
Neither disabling faulthandler nor enabling optimizations changed the SEH depth.
Jason Madden
2021-10-29
1
-2
/
+1
|
*
Nope, both are needed. So what about if faulthandler is off and we optimize (...
Jason Madden
2021-10-29
1
-4
/
+6
|
*
Can't use /MDd because we would need the Python debug libs.
Jason Madden
2021-10-28
1
-5
/
+6
|
*
Enable some debug options on MSVC.
Jason Madden
2021-10-28
1
-1
/
+16
|
*
One more try with /EHa.
Jason Madden
2021-10-28
1
-1
/
+1
|
*
Sprinkle in some more noexcept.
Jason Madden
2021-10-28
1
-1
/
+1
|
*
Take the c off the /EHsc.
Jason Madden
2021-10-28
1
-1
/
+1
|
*
The SAFESEH stuff looks like a red herring.
Jason Madden
2021-10-28
1
-11
/
+0
|
*
What if we require SAFESEH?
Jason Madden
2021-10-28
1
-2
/
+4
|
*
/EHa did not fix the 32-bit Windows problem. Maybe /SAFESEH:NO?
Jason Madden
2021-10-28
1
-3
/
+7
|
*
The 32-bit windows error seems to have something to do with Microsoft's SEH.
Jason Madden
2021-10-28
1
-4
/
+14
|
*
Windows: 32 bit builds are crashing somewhere, unclear why. Try to see any co...
Jason Madden
2021-10-28
1
-2
/
+11
|
*
Use faulthandler on Windows as well.
Jason Madden
2021-10-28
1
-0
/
+1
|
*
Add version pin for docutils on Python 2.7.
Jason Madden
2021-10-28
1
-0
/
+3
|
*
Add leakchecks to the actual test cases themselves.
Jason Madden
2021-10-19
1
-0
/
+1
*
|
add support for win/arm64 platform
Niyas Sait
2021-10-21
1
-2
/
+3
|
/
*
Enable exception handling for old MSVC
Jason Madden
2021-10-12
1
-0
/
+5
*
Implement cleanup using the thread dictionary on platforms that require it.
Jason Madden
2021-10-12
1
-3
/
+6
*
Queue pending cleanups to reduce the number of Py_AddPendingCall slots we take.
Jason Madden
2021-10-12
1
-1
/
+2
*
Try declspec(thread) for old MSC.
Jason Madden
2021-10-12
1
-10
/
+22
*
Drop Python 2.7 on Windows; the compiler is far too old.
Jason Madden
2021-10-12
1
-0
/
+3
*
See if all compilers can work in C++ mode.
Jason Madden
2021-10-12
1
-1
/
+2
*
Add extra metadata to setup.py
Jason Madden
2021-09-29
1
-0
/
+6
*
Add support for Python 3.10
Jason Madden
2021-05-05
1
-0
/
+1
*
fix: typo in source code url in setup file
Federico Caselli
2021-01-18
1
-1
/
+1
*
Move definition of __version__ into __init__.py.
Jason Madden
2020-11-16
1
-1
/
+12
*
Build and test in the manylinux environment for amd64 and aarch64, and macos.
Jason Madden
2020-11-16
1
-0
/
+1
*
Minor cleanup after merge of #208
Jason Madden
2020-11-12
1
-4
/
+7
*
Move to the src/ layout, and make greenlet a package.
issue184
Jason Madden
2020-11-12
1
-16
/
+32
*
Remove custom my_build_ext and stop trying to build extensions at test time.
Jason Madden
2020-11-11
1
-11
/
+28
*
Remove redundant code for Python 2.4-2.6 and 3.0-3.3
Hugo van Kemenade
2020-10-02
1
-3
/
+0
*
Officially drop support for 2.4/5/6 and 3.0/1/2/3/4.
issue186
Jason Madden
2020-10-01
1
-6
/
+2
*
Drop 3.0, 3.1 and 3.2; they're no longer supported by setuptools.
publish-changes
Jason Madden
2020-09-30
1
-5
/
+4
*
Publish the change log on RTD.
Jason Madden
2020-09-30
1
-24
/
+31
*
Prepare to release greenlet 0.4.17
release-0.4.17
Alexey Borzenkov
2020-09-22
1
-3
/
+1
*
Prepare to release greenlet 0.4.16
release-0.4.16
Alexey Borzenkov
2020-06-05
1
-1
/
+2
*
Start NEWS for 0.4.16
Alexey Borzenkov
2020-04-22
1
-1
/
+1
*
Update setup.py
Bengt Lüers
2020-02-04
1
-0
/
+1
*
Prepare to release greenlet 0.4.15
Alexey Borzenkov
2018-09-08
1
-1
/
+1
*
Start NEWS for future 0.4.15
Alexey Borzenkov
2018-07-23
1
-1
/
+1
*
Prepare to release greenlet 0.4.14
Alexey Borzenkov
2018-07-17
1
-1
/
+1
*
Prepare for 0.4.13 release
0.4.13
Alexey Borzenkov
2018-02-01
1
-1
/
+1
*
Support for Python 3.7 (fixes #123)
Alexey Borzenkov
2017-12-06
1
-1
/
+2
*
Stop using trashcan api
0.4.12
Alexey Borzenkov
2017-02-01
1
-1
/
+1
*
Add Python 3.6 to classifiers
Alexey Borzenkov
2017-01-06
1
-0
/
+1
*
Prepare for 0.4.11 release
0.4.11
Alexey Borzenkov
2016-12-11
1
-1
/
+1
*
Prepare for 0.4.10 release
0.4.10
release-next
Alexey Borzenkov
2016-06-11
1
-1
/
+1
[next]