David Hewitt
|
67b1b35013
|
release: 0.21.0-beta.0 (#3944)
|
2024-03-10 22:16:18 +00:00 |
David Hewitt
|
75af678f43
|
docs: use kebab-case instead of snake_case for guide URLs (#3942)
* guide: use kebab-case instead of snake_case
* fixup doctest names
Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com>
* review: Icxolu
* fix relative url
* also remap latest pyo3
* fixup python_from_rust
---------
Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com>
|
2024-03-09 20:10:58 +00:00 |
David Hewitt
|
4efc4b82a3
|
ci: fix redundant import warnings on nightly (#3873)
|
2024-02-19 22:07:05 +00:00 |
David Hewitt
|
f5eafe23f2
|
add maximum Python version check (#3821)
* add maximum Python version check
* restore dependency of `pyo3-macros-backend` on `pyo3-build-config`
* fix clippy-all noxfile job
|
2024-02-13 21:52:53 +00:00 |
Alex Gaynor
|
d92792f8ad
|
Fixes #3645 -- added `abi3-py312` feature
|
2023-12-21 10:40:14 -05:00 |
David Hewitt
|
4a43b2f454
|
bump version to 0.21.0-dev
|
2023-11-19 06:41:10 +00:00 |
David Hewitt
|
852e4fea04
|
add link to user guide to cross compile error message
|
2023-10-30 22:21:56 +00:00 |
David Hewitt
|
e284f3669f
|
add coverage for `emit_pyo3_cfgs`
|
2023-10-25 22:59:43 +01:00 |
David Hewitt
|
c77deee18e
|
release: 0.20.0
|
2023-10-11 14:39:19 +02:00 |
David Hewitt
|
ccc22a905d
|
allow invalid_from_utf8 lint in tests
|
2023-09-23 12:54:53 +01:00 |
David Hewitt
|
f0f15edc4e
|
remove some redundant explicit doc links
|
2023-09-08 15:36:24 +01:00 |
David Hewitt
|
eba2c59778
|
tidy up some file locations after dual licensing
|
2023-08-16 08:22:51 +01:00 |
DataTriny
|
3c3e9401a3
|
Dual-license
|
2023-08-15 23:39:45 +02:00 |
David Hewitt
|
43b37109de
|
Revert "Fix the pydebug with trace refs and count_allocs for python > 3.7"
This reverts commit c780aa931d .
|
2023-08-15 08:41:22 +01:00 |
David Hewitt
|
284c42d840
|
release: 0.19.2
|
2023-08-01 07:29:04 +01:00 |
David Hewitt
|
7d357ad992
|
release: 0.19.1
|
2023-07-03 16:18:24 +01:00 |
mejrs
|
b939849094
|
Use `value` as argument name
|
2023-06-19 20:17:50 +02:00 |
mejrs
|
456efde245
|
Replace unreachable! with empty enum match
|
2023-06-19 19:48:04 +02:00 |
Adam Reichold
|
0d30bb7d3d
|
Bump Rust edition to 2021 and make current Clippy happy.
|
2023-06-07 21:15:38 +02:00 |
Adam Reichold
|
6f987263c1
|
Remove cfg addr_of made unnecessary by MSRV bump.
|
2023-06-05 11:12:06 +02:00 |
Adam Reichold
|
eb04f54683
|
Remove cfg min_const_generics made unnecessary by MSRV bump.
|
2023-06-05 09:42:40 +02:00 |
Adam Reichold
|
f7bd6ce224
|
Remove cfg option_insert made unnecessary by MSRV bump.
|
2023-06-05 09:37:13 +02:00 |
Adam Reichold
|
b49e401319
|
Remove unmatched cfg and unused rustup component.
|
2023-06-05 09:36:13 +02:00 |
David Hewitt
|
1bbd556718
|
run cargo check instead of clippy for MSRV in CI
|
2023-06-04 23:15:59 +01:00 |
David Hewitt
|
2500e22e13
|
release: 0.19.0
|
2023-05-31 13:53:37 +01:00 |
Kang Seonghoon
|
dee45d3644
|
Use a const initializer for `GIL_COUNT` if possible.
|
2023-05-22 11:31:20 +09:00 |
David Hewitt
|
bfcc1f8c27
|
update release notes for 0.18.3
|
2023-04-13 22:47:55 +01:00 |
David Hewitt
|
e7e58ba51e
|
update release notes for 0.18.2
|
2023-03-24 20:40:06 +00:00 |
David Hewitt
|
92cca896de
|
release notes for 0.18.1
|
2023-02-07 21:38:07 +00:00 |
David Hewitt
|
d67a8dc0a1
|
link against pythonXY_d.dll for debug Python on Windows
|
2023-02-07 07:23:17 +00:00 |
messense
|
f8e2a26439
|
Warn about unknown config keys in `PYO3_CONFIG_FILE`
|
2023-01-29 10:49:27 +08:00 |
David Hewitt
|
224a4160b4
|
release: 0.18.0
|
2023-01-17 19:04:30 +00:00 |
messense
|
7e89456c77
|
Remove `libpython.so` from cross compile error message
|
2023-01-05 17:07:21 +08:00 |
David Hewitt
|
f2608a923c
|
remove functionality deprecated in 0.16
|
2022-12-28 12:23:53 +00:00 |
David Hewitt
|
97487ffbb5
|
add abi3-py311 feature
|
2022-11-23 08:08:12 +00:00 |
messense
|
dee791de90
|
`pyo3-build-config`: rebuild when `PYO3_ENVIRONMENT_SIGNATURE` value changed
|
2022-11-09 20:28:18 +08:00 |
David Hewitt
|
548e90fcec
|
release: 0.17.3
|
2022-11-01 20:47:46 +00:00 |
David Hewitt
|
bd40011e93
|
release: 0.17.2
|
2022-10-04 08:13:53 +01:00 |
David Hewitt
|
8102ad1a1b
|
rust: updates for 1.64
|
2022-09-22 21:03:34 +02:00 |
David Hewitt
|
caaf7bbda7
|
release: 0.17.1
|
2022-08-28 08:27:56 +01:00 |
David Hewitt
|
04c1ac87f1
|
release: 0.17.0
|
2022-08-23 21:21:19 +01:00 |
Sergey Kvachonok
|
97eaa77db8
|
docs: Update the guide for `python3-dll-a` v0.2.6
Bump the minimum `python3-dll-a` dependency version.
Document the implemented workaround for
https://github.com/PyO3/python3-dll-a/issues/28
|
2022-08-21 14:33:52 +03:00 |
David Hewitt
|
49246bec45
|
pyo3-build-config: add link args for wasm32-unknown-emscripten
|
2022-08-06 08:05:45 +01:00 |
David Hewitt
|
209c942277
|
pyfunction: use extract_argument with holder to avoid extractext
|
2022-07-14 08:42:22 +01:00 |
messense
|
dfe223619a
|
Add support for generating PyPy Windows import library
|
2022-07-14 14:22:33 +08:00 |
David Hewitt
|
c4a2c6c912
|
clippy: fix some warnings from beta toolchain
|
2022-07-12 23:02:47 +01:00 |
Bruno Kolenbrander
|
58d4ba833e
|
Rust 1.62 (#2489)
* Rust 1.62
* Make rust happy
* Just use a doctest instead
Co-authored-by: mejrs <>
|
2022-07-02 16:08:01 +01:00 |
messense
|
2bd24565c4
|
Rename `fixup_import_libs` to `generate_import_libs`
|
2022-05-28 15:07:10 +08:00 |
messense
|
4787ad75c9
|
Add a `default_lib_name_for_target` function
|
2022-05-28 14:59:10 +08:00 |
messense
|
4986d8ee7f
|
Fixup `lib_name` when using `PYO3_CONFIG_FILE`
|
2022-05-28 13:58:54 +08:00 |