| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stop using 'const PyObject*, per @vstinner | Jason Madden | 2023-01-27 | 1 | -1/+14 |
| | | | | | | | | | See also https://github.com/python/cpython/issues/91768 Fixes #302 Also stops building the mac wheels we ship with Ofast and debugging assertions. That's not meant for production use. | ||||
| * | Moving to currently supported action versions. | Jason Madden | 2023-01-27 | 1 | -32/+16 |
| | | |||||
| * | Fix setup.py encoding; bump github codeql from v2 to v2 | Jason Madden | 2023-01-26 | 1 | -2/+2 |
| | | |||||
| * | Stop trying to use faulthandler because all releases have been yanked from PyPI. | Jason Madden | 2023-01-26 | 1 | -4/+0 |
| | | |||||
| * | Switch from ubuntu-latest to ubuntu-20.04 in an attempt to get the legacy ↵ | Jason Madden | 2023-01-26 | 1 | -2/+5 |
| | | | | | versions of Python working again. | ||||
| * | .github/workflows/tests.yml: Move to final release of 3.11 | Jason Madden | 2022-11-03 | 1 | -2/+2 |
| | | |||||
| * | Tests move from 3.11a6 to 3.11rc2 | Jason Madden | 2022-10-10 | 1 | -1/+1 |
| | | | | | Matching 1.1.3 | ||||
| * | Merge pull request #293 from bigcat88/master | Jason Madden | 2022-03-24 | 1 | -0/+1 |
| |\ | | | | | Added musli build for arm8(aarch64). | ||||
| | * | 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 | 1 | -1/+1 |
| |\ \ | | | | | | | Update for Python 3.11 alpha 6 | ||||
| | * | | Update GitHub Action to Python 3.11a6 | Victor Stinner | 2022-03-24 | 1 | -1/+1 |
| | |/ | |||||
| * | | Add the workflow_dispatch event to .github/workflows/tests.yml | Jason Madden | 2022-03-24 | 1 | -1/+1 |
| |/ | | | | This lets us manually run a workflow. See https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow | ||||
| * | Merge pull request #280 from brandtbucher/recursion-depth | Jason Madden | 2022-01-19 | 1 | -1/+1 |
| |\ | | | | | Restore compatibility with Python 3.11 | ||||
| | * | Bump GHA Python 3.11 from a2 to a4 | Jason Madden | 2022-01-19 | 1 | -1/+1 |
| | | | |||||
| | * | Add 3.11 to tox.ini and tests.yml | Jason Madden | 2021-12-16 | 1 | -1/+1 |
| | | | |||||
| * | | Add musllinux wheelsissue269 | Jason Madden | 2021-12-17 | 1 | -1/+7 |
| | | | |||||
| * | | 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 a double-addressing issue. | Jason Madden | 2021-10-12 | 1 | -0/+2 |
| | | |||||
| * | Whoops, can't enable PYTHONFAULTHANDLER twice. GHA complains. | Jason Madden | 2021-10-12 | 1 | -1/+0 |
| | | |||||
| * | Enable exception handling for old MSVC | Jason Madden | 2021-10-12 | 1 | -0/+3 |
| | | |||||
| * | Tweak compiler flags. | Jason Madden | 2021-10-12 | 1 | -2/+6 |
| | | |||||
| * | Simplify thread state cleanup. | Jason Madden | 2021-10-12 | 1 | -0/+3 |
| | | |||||
| * | Test 2.7 non-standard threading on GHA. Use 3.10 final on Appveyor. | Jason Madden | 2021-10-12 | 1 | -1/+1 |
| | | |||||
| * | Allow using the PyThread_ APIs back on Python 2.7 as well. Add tox.ini to ↵ | Jason Madden | 2021-10-12 | 1 | -1/+3 |
| | | | | | test this. | ||||
| * | Add GHA test cases that disable the use of standard threading. | Jason Madden | 2021-10-12 | 1 | -4/+33 |
| | | | | | It passes for me locally. | ||||
| * | Enable debug prints, windows is crashing. | Jason Madden | 2021-10-12 | 1 | -0/+1 |
| | | |||||
| * | Add some hopefully failing tests for #245 | Jason Madden | 2021-08-06 | 1 | -0/+1 |
| | | |||||
| * | Is yaml picky about single quote vs double quote? | Jason Madden | 2021-08-05 | 1 | -1/+1 |
| | | | | | Maybe: The workflow is not valid. .github/workflows/tests.yml (Line: 64, Col: 11): Unexpected symbol: '"3'. Located at position 26 within expression: matrix.python-version != "3.10.0-rc.1" | ||||
| * | Current release of Sphinx doesn't run on 3.10rc1. | Jason Madden | 2021-08-05 | 1 | -0/+5 |
| | | |||||
| * | Update CI to 3.10rc1 from beta1. | Jason Madden | 2021-08-05 | 1 | -1/+1 |
| | | |||||
| * | Add a manylinux environment that should have Python 3.10. | Jason Madden | 2021-05-05 | 1 | -1/+1 |
| | | |||||
| * | Add support for Python 3.10 | Jason Madden | 2021-05-05 | 1 | -2/+9 |
| | | | | | | | Fixs #236 and fixes #237 Locally, the python.org installer for macOS 3.10.0b1 is crashing on the test suite, but versions I've built myself are fine. I'm still trying to figure out what's going on. | ||||
| * | Move to GitHub actions and away from Travis. | Jason Madden | 2021-01-13 | 1 | -0/+117 |
| Because Travis is no longer free. Run tests on Linux and macOS. Use the manylinux images to build and test: - x86_64 (redundant with the normal tests, but needed for uploads) - aarch64 - ppc64le In the last two cases, this requires emulation, but that's probably what Travis was doing anyway. On releases, the manylinux and macOS builds will be uploaded. | |||||
