David Hewitt
71f9f18d54
remove toborrowedobject trait
2022-04-26 05:48:34 +01:00
David Hewitt
4168feed1b
opt: tidy some generic code bloat
2022-04-26 05:36:57 +01:00
Yuji Kanagawa
41d3b3562c
Merge pull request #2329 from cuishuang/main
...
fix some typos
2022-04-25 00:28:11 +09:00
cuishuang
19e32a0621
fix some typos
...
Signed-off-by: cuishuang <imcusg@gmail.com>
2022-04-24 22:06:32 +08:00
David Hewitt
c6249f0214
Merge pull request #2327 from davidhewitt/remove-cls
...
cleanup: unused cls.rs
2022-04-24 11:47:39 +01:00
David Hewitt
e05cec01e4
cleanup: unused cls.rs
2022-04-24 09:20:20 +01:00
David Hewitt
8ef9e54e13
Merge pull request #2287 from davidhewitt/kill-type-object
...
cleanup: deprecate PyTypeObject trait
2022-04-23 15:41:51 +01:00
David Hewitt
7e2d3117ce
cleanup: deprecate PyTypeObject trait
2022-04-23 13:36:32 +01:00
David Hewitt
76bc2a6a4a
Merge pull request #2322 from davidhewitt/opt-in-pyproto
...
pyproto: make deprecated feature opt-in
2022-04-23 13:34:21 +01:00
David Hewitt
ca8958c347
Merge pull request #1979 from mejrs/immutable
...
Opt out of PyCell borrow tracking
2022-04-23 13:34:02 +01:00
David Hewitt
b196aa1d5a
remove some redundant traits
2022-04-23 06:27:55 +01:00
David Hewitt
e9bd41efb2
better mutability inheritance rules
2022-04-21 20:51:28 +01:00
David Hewitt
0787b670e8
pyproto: make deprecated feature opt-in
2022-04-21 20:19:14 +01:00
David Hewitt
7118e94947
Merge branch 'main' into immutable
2022-04-19 19:00:33 +01:00
pigeon
dea9eb7af6
Implement ToPyObject for [T; N] ( #2313 )
2022-04-19 15:09:54 +02:00
David Hewitt
1d71d173bb
Merge pull request #2311 from messense/workflow-dispatch
...
Add `workflow_dispatch` trigger event to CI
2022-04-19 07:23:37 +01:00
David Hewitt
330fa78a41
Merge pull request #2309 from messense/pyo3-ffi-generate-abi3-import-lib
...
Add `generate-abi3-import-lib` feature to `pyo3-ffi`
2022-04-19 07:01:15 +01:00
messense
6f278923da
Add `workflow_dispatch` trigger event to CI
...
https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
2022-04-19 13:18:02 +08:00
messense
97a9121025
pyo3-ffi: forward `extension-module` feature to `pyo3-build-config`
2022-04-19 13:17:47 +08:00
messense
1276068891
Add `generate-abi3-import-lib` feature to `pyo3-ffi`
2022-04-19 13:17:43 +08:00
David Hewitt
e88655d7ed
Merge pull request #2314 from mejrs/try-fix-ci
...
Try fix CI
2022-04-19 06:12:27 +01:00
mejrs
5e7e50ec24
Try with previous alpha version
2022-04-18 22:31:58 +02:00
David Hewitt
ac56be4e23
Merge pull request #2307 from davidhewitt/0.15.2-changelog
...
changelog: add notes from 0.15.2
2022-04-14 19:50:59 +01:00
David Hewitt
34ec0e8bd2
Merge pull request #2290 from PyO3/release-0.16.4
...
release: 0.16.4
2022-04-14 19:21:23 +01:00
David Hewitt
3fe38307b8
changelog: add notes from 0.15.2
2022-04-14 19:16:57 +01:00
David Hewitt
36603459da
Merge pull request #2305 from davidhewitt/sorted-authors
...
noxfile: sort authors case-insensitively
2022-04-14 19:07:43 +01:00
Adam Reichold
d2caa056e9
release: 0.16.4
2022-04-14 07:56:42 +01:00
David Hewitt
8cd551fdfc
Merge pull request #2293 from ravenexp/abi3-no-python
...
pyo3-build-config: Build "abi3" extensions without an interpreter
2022-04-14 07:55:53 +01:00
David Hewitt
01e2a553df
noxfile: sort authors case-insensitively
2022-04-14 07:42:53 +01:00
Adam Reichold
c2d44ac7e3
Merge pull request #2263 from pickfire/pytzinfoaccess
...
Add PyTzInfoAccess
2022-04-13 11:16:53 +02:00
Adam Reichold
0d0089ea29
Remove redundant use statements and add missing calls to add_function in datetime test.
2022-04-13 09:40:16 +02:00
Sergey Kvachonok
ae7e1f5ee9
pyo3-build-config: Build "abi3" extensions without an interpreter
...
Support compiling portable "abi3" extension modules even when
the build host Python interpreter configuration is not available
or the discovered Python interpreter version is not supported.
Maturin already implements this by building "abi3" extension wheels
with `PYO3_NO_PYTHON` environment veriable set for cargo when
an `abi3-py3*` feature is detected.
Closes #2292
2022-04-13 10:40:08 +03:00
Adam Reichold
9e605da761
Merge pull request #2299 from PyO3/hex-intp-cfg
...
Use more robust hexadecimal escaping of interpreter configuration.
2022-04-12 22:25:40 +02:00
Adam Reichold
58b7081274
Use more robust hexadecimal escaping of interpreter configuration.
2022-04-12 20:53:03 +02:00
David Hewitt
366bcd14fc
Merge pull request #2297 from messense/pip-install-cargo-xwin
...
Install cargo-xwin from PyPI to speedup CI
2022-04-12 19:38:29 +01:00
Ivan Tham
a1f97f164d
Add PyTzInfoAccess
2022-04-13 00:00:08 +08:00
mejrs
53a642eda7
Fix ui test
2022-04-12 15:49:23 +02:00
Bruno Kolenbrander
bc6bd6099c
Merge branch 'main' into immutable
2022-04-12 14:22:33 +02:00
mejrs
b7745dffc8
Fix everything
2022-04-12 14:19:02 +02:00
messense
57412f1a29
Install cargo-xwin from PyPI to speedup CI
2022-04-12 17:04:40 +08:00
David Hewitt
cb48557601
Merge pull request #2296 from davidhewitt/print-config-note
...
build: add hint when PYO3_PRINT_CONFIG is set
2022-04-12 08:27:49 +01:00
David Hewitt
fe4edd170a
Merge pull request #2295 from davidhewitt/base-datetimes
...
ffi: add BaseDateTime and BaseTime definitions
2022-04-12 08:18:36 +01:00
David Hewitt
b35fed00d7
build: add hint when PYO3_PRINT_CONFIG is set
2022-04-12 07:54:23 +01:00
David Hewitt
391a375bae
ffi: add BaseDateTime and BaseTime definitions
2022-04-12 07:46:38 +01:00
David Hewitt
3b45170824
Merge pull request #2282 from ravenexp/python3-dll-a
...
pyo3-build-config: Add `python3-dll-a` crate support
2022-04-11 18:54:54 +01:00
Adam Reichold
dc5a6702a3
Merge pull request #2291 from PyO3/contributors
...
Add Nox session to retrieve sorted list of contributors.
2022-04-11 10:08:02 +02:00
Adam Reichold
851e43bc1a
Add Nox session to retrieve sorted list of contributors.
2022-04-11 08:57:00 +02:00
Sergey Kvachonok
4347624bd3
Mention `generate-abi3-import-lib` in the features guide
...
Update the feature list section of the user guide
to include `generate-abi3-import-lib` description.
2022-04-11 09:56:52 +03:00
messense
75ea171927
Use `cargo-xwin` to test windows msvc cross compilation
2022-04-11 00:19:20 +08:00
messense
4ba11f7615
Add a windows msvc cross compilation test
2022-04-10 23:17:21 +08:00