summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* We cannot reliably include internal/pycore_pystate.h, so copy the needed defi...Jason Madden2022-10-282-18/+157
* In Python 3.8, Py_AddPendingCall is broken. Workaround that.Jason Madden2022-10-281-2/+79
* Back to development: 2.0.0rc2Jason Madden2022-10-272-1/+7
* Preparing release 2.0.0rc12.0.0rc1Jason Madden2022-10-272-3/+3
* Merge pull request #320 from python-greenlet/issue308Jason Madden2022-10-278-3/+11
|\
| * Omit PY_SSIZE_T_CLEAN from greenlet.h; that's a public API.Jason Madden2022-10-274-4/+5
| * Fixed missing PY_SSIZE_T_CLEAN define before python.h importAddison Gourluck2022-10-277-0/+7
|/
* Merge pull request #318 from python-greenlet/gevent-1909Jason Madden2022-10-278-15/+255
|\
| * Save/restore the trash_delete_nesting; add tests for this.Jason Madden2022-10-278-15/+255
* | Merge pull request #307 from timgates42/bugfix_typosJason Madden2022-10-103-6/+6
|\ \ | |/ |/|
| * docs: Fix a few typosTim Gates2022-07-043-6/+6
* | Tests move from 3.11a6 to 3.11rc2Jason Madden2022-10-103-1/+14
|/
* Back to development: 2.0.0a3Jason Madden2022-03-242-1/+7
* 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
|/ /