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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preparing release 2.0.0a2
2.0.0a2
Jason Madden
2022-03-24
2
-2
/
+2
*
Typo in CHNAGES.rst
Jason Madden
2022-03-24
1
-1
/
+1
*
Add change note for #294
Jason Madden
2022-03-24
1
-0
/
+5
*
Merge pull request #293 from bigcat88/master
Jason Madden
2022-03-24
2
-2
/
+5
|
\
|
*
Add change note for #293
Jason Madden
2022-03-24
1
-2
/
+4
|
*
Added musli build for arm8(aarch64).
Alexander Piskun
2022-02-18
1
-0
/
+1
*
|
Merge pull request #294 from vstinner/py311a6
Jason Madden
2022-03-24
3
-12
/
+17
|
\
\
|
*
|
Update GitHub Action to Python 3.11a6
Victor Stinner
2022-03-24
1
-1
/
+1
|
*
|
Update for Python 3.11 alpha 6
Victor Stinner
2022-03-01
2
-11
/
+16
|
|
/
*
|
Add the workflow_dispatch event to .github/workflows/tests.yml
Jason Madden
2022-03-24
1
-1
/
+1
*
|
Merge pull request #290 from Biswa96/setup-fix-mingw
Jason Madden
2022-03-24
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
setup: Add MSVC options only when python is compiled with MSVC
Biswapriyo Nath
2022-02-18
1
-1
/
+1
|
/
*
Add change note for #286
Jason Madden
2022-01-24
2
-12
/
+26
*
Merge pull request #286 from python-greenlet/issue285
Jason Madden
2022-01-24
3
-2
/
+129
|
\
|
*
Trying to do something useful on an unhandled exception corrupts all memory. ...
Jason Madden
2022-01-24
1
-5
/
+12
|
*
Try a global exception handler.
Jason Madden
2022-01-24
1
-1
/
+10
|
*
Compensate for windows abort() terminating with 3 rather than -signal.SIGABRT
Jason Madden
2022-01-24
1
-10
/
+28
|
*
Port #285 from os.fork to multiprocessing so it can run on Windows.
Jason Madden
2022-01-24
1
-39
/
+24
|
*
[1.1.2] Demonstrate that C++ exception thrown in one greenlet, can propagate ...
Kirill Smelkov
2022-01-24
2
-1
/
+109
|
/
*
Another TODO comment [skip ci]
Jason Madden
2022-01-20
2
-0
/
+17
*
Back to development: 2.0.0a2
Jason Madden
2022-01-20
2
-1
/
+7
*
Preparing release 2.0.0a1
2.0.0a1
Jason Madden
2022-01-20
2
-3
/
+3
*
Update MANIFEST.in to exclude results from benchmarks
Jason Madden
2022-01-20
1
-1
/
+7
*
Update CHANGES for #280.
Jason Madden
2022-01-20
1
-4
/
+25
*
Merge pull request #280 from brandtbucher/recursion-depth
Jason Madden
2022-01-19
4
-15
/
+87
|
\
|
*
Bump GHA Python 3.11 from a2 to a4
Jason Madden
2022-01-19
1
-1
/
+1
|
*
Refactor for NULL datastack support
Brandt Bucher
2021-12-22
2
-75
/
+30
|
*
Restore compatibility with Python 3.11
Brandt Bucher
2021-12-21
2
-2
/
+69
|
*
Add back missing members
Brandt Bucher
2021-12-21
1
-0
/
+4
|
*
Fix compatibility macro
Brandt Bucher
2021-12-21
1
-2
/
+2
|
*
Revert unrelated change
Brandt Bucher
2021-12-21
1
-1
/
+0
|
*
Fix exc_state usage for Python 3.11
Brandt Bucher
2021-12-21
2
-10
/
+35
|
*
Add 3.11 to tox.ini and tests.yml
Jason Madden
2021-12-16
2
-2
/
+2
|
*
Fix recursion_depth usage for Python 3.11
Brandt Bucher
2021-12-15
2
-0
/
+22
*
|
Add change note for #283. [skip ci]
Jason Madden
2021-12-17
1
-0
/
+4
*
|
Merge pull request #283 from python-greenlet/issue269
Jason Madden
2021-12-17
1
-1
/
+7
|
\
\
|
*
|
Add musllinux wheels
issue269
Jason Madden
2021-12-17
1
-1
/
+7
|
/
/
*
|
Merge pull request #282 from python-greenlet/codeql
Jason Madden
2021-12-17
1
-0
/
+41
|
\
\
|
|
/
|
/
|
|
*
Specify the python needed.
Jason Madden
2021-12-17
1
-17
/
+24
|
*
Seems to not be running the compiler?
Jason Madden
2021-12-17
1
-9
/
+8
|
*
Guess the language.
Jason Madden
2021-12-17
1
-2
/
+2
|
*
Building like normal failed to find source; try autobuild.
codeql
Jason Madden
2021-12-16
1
-18
/
+20
|
*
Try adding CodeQL analysis.
Jason Madden
2021-12-16
1
-0
/
+33
|
/
*
Fix typos
Kian-Meng, Ang
2021-11-17
10
-18
/
+17
*
Merge pull request #277 from python-greenlet/issue264
Jason Madden
2021-11-16
5
-15
/
+128
|
\
|
*
Add a way to get how long it takes to cleanup using gc, and a way to disable it.
issue264
Jason Madden
2021-11-16
5
-15
/
+128
*
|
Merge pull request #276 from python-greenlet/issue264
Jason Madden
2021-11-16
8
-401
/
+528
|
\
\
|
|
/
|
*
Change some dynamic_cast to static_cast where we know its safe.
Jason Madden
2021-11-16
1
-4
/
+4
|
*
Drop the PyMainGreenlet type.
Jason Madden
2021-11-16
7
-192
/
+89
|
*
Refactor to separate the main greenlet from user-created greenlets.
Jason Madden
2021-11-16
5
-222
/
+452
[next]