summaryrefslogtreecommitdiff
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* Stop using 'const PyObject*, per @vstinnerJason Madden2023-01-271-1/+14
* Moving to currently supported action versions.Jason Madden2023-01-271-32/+16
* Fix setup.py encoding; bump github codeql from v2 to v2Jason Madden2023-01-261-2/+2
* Stop trying to use faulthandler because all releases have been yanked from PyPI.Jason Madden2023-01-261-4/+0
* Switch from ubuntu-latest to ubuntu-20.04 in an attempt to get the legacy ver...Jason Madden2023-01-261-2/+5
* .github/workflows/tests.yml: Move to final release of 3.11Jason Madden2022-11-031-2/+2
* Tests move from 3.11a6 to 3.11rc2Jason Madden2022-10-101-1/+1
* Merge pull request #293 from bigcat88/masterJason Madden2022-03-241-0/+1
|\
| * Added musli build for arm8(aarch64).Alexander Piskun2022-02-181-0/+1
* | Merge pull request #294 from vstinner/py311a6Jason Madden2022-03-241-1/+1
|\ \
| * | Update GitHub Action to Python 3.11a6Victor Stinner2022-03-241-1/+1
| |/
* | Add the workflow_dispatch event to .github/workflows/tests.ymlJason Madden2022-03-241-1/+1
|/
* Merge pull request #280 from brandtbucher/recursion-depthJason Madden2022-01-191-1/+1
|\
| * Bump GHA Python 3.11 from a2 to a4Jason Madden2022-01-191-1/+1
| * Add 3.11 to tox.ini and tests.ymlJason Madden2021-12-161-1/+1
* | Add musllinux wheelsissue269Jason Madden2021-12-171-1/+7
* | 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 a double-addressing issue.Jason Madden2021-10-121-0/+2
* Whoops, can't enable PYTHONFAULTHANDLER twice. GHA complains.Jason Madden2021-10-121-1/+0
* Enable exception handling for old MSVCJason Madden2021-10-121-0/+3
* Tweak compiler flags.Jason Madden2021-10-121-2/+6
* Simplify thread state cleanup.Jason Madden2021-10-121-0/+3
* Test 2.7 non-standard threading on GHA. Use 3.10 final on Appveyor.Jason Madden2021-10-121-1/+1
* Allow using the PyThread_ APIs back on Python 2.7 as well. Add tox.ini to tes...Jason Madden2021-10-121-1/+3
* Add GHA test cases that disable the use of standard threading.Jason Madden2021-10-121-4/+33
* Enable debug prints, windows is crashing.Jason Madden2021-10-121-0/+1
* Add some hopefully failing tests for #245Jason Madden2021-08-061-0/+1
* Is yaml picky about single quote vs double quote?Jason Madden2021-08-051-1/+1
* Current release of Sphinx doesn't run on 3.10rc1.Jason Madden2021-08-051-0/+5
* Update CI to 3.10rc1 from beta1.Jason Madden2021-08-051-1/+1
* Add a manylinux environment that should have Python 3.10.Jason Madden2021-05-051-1/+1
* Add support for Python 3.10Jason Madden2021-05-051-2/+9
* Move to GitHub actions and away from Travis.Jason Madden2021-01-131-0/+117