summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing release 2.0.0a22.0.0a2Jason Madden2022-03-242-2/+2
* Typo in CHNAGES.rstJason Madden2022-03-241-1/+1
* Add change note for #294Jason Madden2022-03-241-0/+5
* Merge pull request #293 from bigcat88/masterJason Madden2022-03-242-2/+5
|\
| * Add change note for #293Jason Madden2022-03-241-2/+4
| * Added musli build for arm8(aarch64).Alexander Piskun2022-02-181-0/+1
* | Merge pull request #294 from vstinner/py311a6Jason Madden2022-03-243-12/+17
|\ \
| * | Update GitHub Action to Python 3.11a6Victor Stinner2022-03-241-1/+1
| * | Update for Python 3.11 alpha 6Victor Stinner2022-03-012-11/+16
| |/
* | Add the workflow_dispatch event to .github/workflows/tests.ymlJason Madden2022-03-241-1/+1
* | Merge pull request #290 from Biswa96/setup-fix-mingwJason Madden2022-03-241-1/+1
|\ \ | |/ |/|
| * setup: Add MSVC options only when python is compiled with MSVCBiswapriyo Nath2022-02-181-1/+1
|/
* Add change note for #286Jason Madden2022-01-242-12/+26
* Merge pull request #286 from python-greenlet/issue285Jason Madden2022-01-243-2/+129
|\
| * Trying to do something useful on an unhandled exception corrupts all memory. ...Jason Madden2022-01-241-5/+12
| * Try a global exception handler.Jason Madden2022-01-241-1/+10
| * Compensate for windows abort() terminating with 3 rather than -signal.SIGABRTJason Madden2022-01-241-10/+28
| * Port #285 from os.fork to multiprocessing so it can run on Windows.Jason Madden2022-01-241-39/+24
| * [1.1.2] Demonstrate that C++ exception thrown in one greenlet, can propagate ...Kirill Smelkov2022-01-242-1/+109
|/
* Another TODO comment [skip ci]Jason Madden2022-01-202-0/+17
* Back to development: 2.0.0a2Jason Madden2022-01-202-1/+7
* Preparing release 2.0.0a12.0.0a1Jason Madden2022-01-202-3/+3
* Update MANIFEST.in to exclude results from benchmarksJason Madden2022-01-201-1/+7
* Update CHANGES for #280.Jason Madden2022-01-201-4/+25
* Merge pull request #280 from brandtbucher/recursion-depthJason Madden2022-01-194-15/+87
|\
| * Bump GHA Python 3.11 from a2 to a4Jason Madden2022-01-191-1/+1
| * Refactor for NULL datastack supportBrandt Bucher2021-12-222-75/+30
| * Restore compatibility with Python 3.11Brandt Bucher2021-12-212-2/+69
| * Add back missing membersBrandt Bucher2021-12-211-0/+4
| * Fix compatibility macroBrandt Bucher2021-12-211-2/+2
| * Revert unrelated changeBrandt Bucher2021-12-211-1/+0
| * Fix exc_state usage for Python 3.11Brandt Bucher2021-12-212-10/+35
| * Add 3.11 to tox.ini and tests.ymlJason Madden2021-12-162-2/+2
| * Fix recursion_depth usage for Python 3.11Brandt Bucher2021-12-152-0/+22
* | Add change note for #283. [skip ci]Jason Madden2021-12-171-0/+4
* | Merge pull request #283 from python-greenlet/issue269Jason Madden2021-12-171-1/+7
|\ \
| * | Add musllinux wheelsissue269Jason Madden2021-12-171-1/+7
|/ /
* | Merge pull request #282 from python-greenlet/codeqlJason Madden2021-12-171-0/+41
|\ \ | |/ |/|
| * Specify the python needed.Jason Madden2021-12-171-17/+24
| * Seems to not be running the compiler?Jason Madden2021-12-171-9/+8
| * Guess the language.Jason Madden2021-12-171-2/+2
| * Building like normal failed to find source; try autobuild.codeqlJason Madden2021-12-161-18/+20
| * Try adding CodeQL analysis.Jason Madden2021-12-161-0/+33
|/
* Fix typosKian-Meng, Ang2021-11-1710-18/+17
* Merge pull request #277 from python-greenlet/issue264Jason Madden2021-11-165-15/+128
|\
| * Add a way to get how long it takes to cleanup using gc, and a way to disable it.issue264Jason Madden2021-11-165-15/+128
* | Merge pull request #276 from python-greenlet/issue264Jason Madden2021-11-168-401/+528
|\ \ | |/
| * Change some dynamic_cast to static_cast where we know its safe.Jason Madden2021-11-161-4/+4
| * Drop the PyMainGreenlet type.Jason Madden2021-11-167-192/+89
| * Refactor to separate the main greenlet from user-created greenlets.Jason Madden2021-11-165-222/+452