Commit Graph

5709 Commits

Author SHA1 Message Date
David Hewitt 04af02f155 ci: switch from black to ruff 2023-12-29 22:44:24 +00:00
David Hewitt 8e08e4ad1b examples: remove requirements-dev.txt files 2023-12-29 22:44:11 +00:00
David Hewitt 7f328767a3 Note about `pyenv activate` and `pyenv virtualenv` commands
Co-authored-by: Niko Matsakis <niko@alum.mit.edu>
2023-12-29 22:44:06 +00:00
David Hewitt ba5a1da4a8 ci: fix nightly unused import warnings 2023-12-29 22:43:56 +00:00
David Hewitt 410ef89456 docs: improve detail around pyenv install 2023-12-29 22:43:51 +00:00
David Hewitt 92cde096b5 add coverage for `emit_pyo3_cfgs` 2023-12-29 22:43:44 +00:00
David Hewitt 8c272a6ef2 ci: tidy up some dev deps 2023-12-29 22:43:32 +00:00
David Hewitt e900df02f0 ci: use older hashbrown and indexmap for MSRV 2023-12-29 22:42:35 +00:00
dependabot[bot] 97bf194152 Bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-29 22:42:25 +00:00
David Hewitt 422f8665c9 ci: install prebuilt cargo-careful 2023-12-29 22:41:07 +00:00
David Hewitt 30463b6720 remove comparison to rust-cpython 2023-12-29 22:41:00 +00:00
David Hewitt f745299b7b ci: drop psutil dependency 2023-12-29 22:40:49 +00:00
Adam Reichold d468f570ae Align chrono dev and runtime dependency version specifications. 2023-12-29 22:40:02 +00:00
Orhun Parmaksız 826fa973b6 Set version of smallvec to 1.0 2023-12-29 22:39:53 +00:00
Orhun Parmaksız 779eb2412c Add an entry to features table in lib 2023-12-29 22:39:43 +00:00
David Hewitt 84264b358e keep emscripten back on 3.11 for now 2023-12-29 22:39:36 +00:00
David Hewitt 9e07203afb also test emscripten with CI-build-full 2023-12-29 22:39:26 +00:00
David Hewitt 8392ed2a94 bump "latest" CI jobs to 3.12 2023-12-29 22:39:17 +00:00
Orhun Parmaksız 427b2e9386 Add support for `SmallVec` in conversion traits (#3440) 2023-12-29 22:39:09 +00:00
David Hewitt c77deee18e release: 0.20.0 2023-10-11 14:39:19 +02:00
David Hewitt b03c4cb33c
Merge pull request #3506 from davidhewitt/default-ne
Fix bug in default implementation of `__ne__`
2023-10-11 10:04:55 +00:00
David Hewitt e1d4173827 Fix bug in default implementation of `__ne__` 2023-10-11 09:48:06 +01:00
David Hewitt b73c06948c
Merge pull request #3504 from davidhewitt/classmethod-receiver
emit helpful error hint for classmethod with receiver
2023-10-10 21:35:34 +00:00
David Hewitt 76bf521ed0
Merge pull request #3505 from davidhewitt/deprecate_dunder_new
deprecate undocumented `#[__new__]` form of `#[new]`
2023-10-10 21:35:10 +00:00
David Hewitt 6c90325a1c deprecate undocumented `#[__new__]` form of `#[new]` 2023-10-10 08:47:03 +01:00
David Hewitt c0b5004cfa
Merge pull request #3455 from davidhewitt/normalized-exceptions
also use `PyErr::SetObject` on Python versions before 3.12
2023-10-10 07:44:39 +00:00
David Hewitt 80bbb30f56
Merge pull request #3500 from ecarrara/fix-eval-frame-py311
Fix `_PyFrameEvalFunction` receives an `_PyInterpreterFrame` since Python 3.11
2023-10-10 05:35:21 +00:00
David Hewitt ddc04ea093 emit helpful error hint for classmethod with receiver 2023-10-10 06:30:19 +01:00
Erle Carrara 0e0e6623f3
fix _PyFrameEvalFunction. Since python 3.11 it receives a `_PyInterpreterFrame` 2023-10-09 23:36:01 -03:00
Bruno Kolenbrander 300f2d63ae
Merge pull request #3487 from mejrs/ffi_example
refactor pyo3-ffi example to an example project
2023-10-09 22:53:35 +00:00
mejrs de27e5e41f refactor pyo3-ffi example to an example project 2023-10-09 23:45:14 +02:00
Bruno Kolenbrander 36b4a79930
Merge pull request #3502 from mejrs/interpreterapi
add PyInterpreterConfig api
2023-10-08 21:22:01 +00:00
David Hewitt 234c7b3d66
Merge pull request #3484 from davidhewitt/new-no-arguments
error on passing arguments to `#[new]` and similar attributes
2023-10-08 21:21:51 +00:00
mejrs 0cccb9f64b add PyInterpreterConfig api 2023-10-08 22:38:11 +02:00
David Hewitt b3ee70db40 refactor `parse_fn_type` 2023-10-08 21:31:59 +01:00
David Hewitt 1158c08f42 error on passing arguments to `#[new]` and similar attributes 2023-10-08 21:31:59 +01:00
Bruno Kolenbrander 5b5eb1983c
Merge pull request #3498 from mejrs/b
Pin byteorder on msrv
2023-10-08 02:47:23 +00:00
mejrs d6e22a9972 Only run invalid_result_conversion on linux 2023-10-08 04:23:05 +02:00
mejrs 6ca573b9d0 Update clippy 2023-10-06 23:31:06 +02:00
mejrs 8eb0ca8939 Pin byteorder on msrv 2023-10-06 21:49:00 +02:00
messense 2d3dc65428
Merge pull request #3497 from davidhewitt/ci-3.12-debug
bump test-debug to 3.12
2023-10-05 03:14:05 +00:00
David Hewitt cbd7370b20
Merge pull request #3490 from davidhewitt/ffi-marshal-limited
disable `marshal.rs` on `Py_LIMITED_API`
2023-10-04 19:05:01 +00:00
David Hewitt 6c6c607ad3 bump test-debug to 3.12 2023-10-04 19:58:27 +01:00
David Hewitt a4b79dc1e5
Merge pull request #3494 from mejrs/slots
Update PyModuleDef_Slot types
2023-10-04 06:10:25 +00:00
mejrs aa011f4a9d Update PyModuleDef_Slot types 2023-10-03 23:25:45 +02:00
David Hewitt 90cc69ba73
Merge pull request #3488 from davidhewitt/python-3.12
support python 3.12
2023-10-03 19:53:20 +00:00
David Hewitt 5b7885b7ee
Merge pull request #3491 from davidhewitt/pymethods-macro-error
emit compile errors on macros inside `#[pymethods]`
2023-10-02 21:45:07 +00:00
David Hewitt a1d333a563 emit compile errors on macros inside `#[pymethods]`
Co-authored-by: Bruno Kolenbrander <59372212+mejrs@users.noreply.github.com>
2023-10-02 22:15:29 +01:00
David Hewitt c80a61ee30 disable `marshal.rs` on `Py_LIMITED_API` 2023-10-02 21:36:17 +01:00
David Hewitt 86fc62c5e7 support python 3.12 2023-10-02 20:57:41 +01:00