David Hewitt
36ecadd69f
ci: unpin serde, fixup nightly ui tests
2022-08-23 08:07:26 +01:00
yankun1992
74007d716b
Add fastbloom to examples
2022-08-23 10:42:53 +08:00
mejrs
5b845d3b1a
Improve pyo3-ffi example
2022-08-22 22:27:05 +02:00
mejrs
3845e3fe33
Make a way to make const zeroed PyMethodDef
2022-08-22 22:25:02 +02:00
David Hewitt
2a3eb43ef6
Merge pull request #2578 from mejrs/proto
...
Fix pyproto documentation.
2022-08-22 20:51:09 +01:00
mejrs
ae50da1e3e
Mention a concrete pyo3 version
2022-08-22 21:14:07 +02:00
David Hewitt
34ed67aa72
Merge pull request #2573 from davidhewitt/netlify-badge
...
netlify: add badge, use github-pages domain rather than pyo3.rs
2022-08-21 18:48:47 +01:00
David Hewitt
cc0833aef7
netlify: add badge, use github-pages domain rather than pyo3.rs
2022-08-21 18:13:27 +01:00
mejrs
db8b55a3fc
pyproto is no longer enabled by default
2022-08-21 17:51:11 +02:00
messense
819a28bdd4
Merge pull request #2577 from ravenexp/update-docs-for-python3-dll-a-v-0-2-6
...
docs: Update the guide for `python3-dll-a` v0.2.6
2022-08-21 20:16:39 +08: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
d0492b7c72
Merge pull request #2570 from davidhewitt/pyclass-frozen-tidy
...
pyclass: tidy up frozen implementation
2022-08-21 09:35:51 +01:00
David Hewitt
e6868016e6
Merge pull request #2572 from davidhewitt/pyclassimpl-tidy
...
pyclass: note removed members
2022-08-21 08:45:27 +01:00
David Hewitt
24456f3f41
pyclass: tidy up frozen implementation
2022-08-21 08:21:06 +01:00
David Hewitt
e80431f7ff
pyclass: note removed members
2022-08-21 07:51:26 +01:00
David Hewitt
7bdc504252
Merge pull request #2567 from davidhewitt/pyclass-sequence
...
pyclass: add `sequence` option to implement `sq_length`
2022-08-21 07:31:58 +01:00
David Hewitt
d2b4c3a324
Merge pull request #2569 from davidhewitt/fix-gh-pages-deploy
...
gh-pages: don't publish whole target directory
2022-08-20 09:19:58 +01:00
David Hewitt
fd8026c7bb
pyclass: add `sequence` option to implement `sq_length`
2022-08-20 07:14:26 +01:00
messense
5def1a0057
Merge pull request #2568 from davidhewitt/netlify-tweaks
...
netlify: add banner back to internal docs
2022-08-20 10:49:50 +08:00
David Hewitt
1c02533641
gh-pages: don't publish whole target directory
2022-08-19 15:54:19 +01:00
David Hewitt
e0b75768e4
netlify: add banner back to internal docs
2022-08-19 15:35:53 +01:00
David Hewitt
c698067da4
Merge pull request #2562 from PyO3/netlify-test
...
guide: deployment to netlify
2022-08-19 13:46:42 +01:00
David Hewitt
b70318fd1b
guide: deployment to netlify
2022-08-19 12:46:56 +01:00
David Hewitt
5d44c5225c
rebase of #2553 - created a builder for creating types, allowing for more flexibility ( #2565 )
...
* Rewrote `create_type_object_impl` to use a builder, allowing for more flexibility.
* Fixed clippy warning about complex type
* Removed `with_` prefix from `PyTypeBuilder`
* Fixed misnamed function call
Co-authored-by: Aidan Grant <mraidangrant@gmail.com>
2022-08-19 11:33:04 +01:00
David Hewitt
2dade088b7
Merge pull request #2564 from davidhewitt/ffi-py3.11
...
ffi: swap field order in PyCodeObject for 3.11
2022-08-19 10:02:07 +01:00
David Hewitt
88ad288345
ffi: swap field order in PyCodeObject for 3.11
2022-08-19 09:28:57 +01:00
messense
c4cf5fe6cf
Merge pull request #2563 from davidhewitt/ci-tidys
...
misc package updates
2022-08-18 17:25:35 +08:00
David Hewitt
5ca3001957
examples: update maturin to 0.13
2022-08-18 08:17:53 +01:00
David Hewitt
2ccc034d2f
msrv: unpin anyhow, pin bumpalo
2022-08-18 07:48:09 +01:00
Bruno Kolenbrander
f718d34e70
Merge pull request #2559 from Cryptex-github/main
...
Add ril-py to examples
2022-08-16 23:37:35 +02:00
mejrs
abb27873ea
Call the right cargo binary
2022-08-16 22:02:28 +02:00
Cryptex
6d8ac28bcf
Add ril-py to examples
2022-08-16 13:01:11 -07:00
David Hewitt
e34742e154
Merge pull request #2557 from davidhewitt/ffi-py3.11
...
ffi: more fixes for Python 3.11 rc1
2022-08-16 18:50:35 +01:00
David Hewitt
218ef6cd83
ffi: more fixes for Python 3.11 rc1
2022-08-16 18:17:50 +01:00
David Hewitt
e38676d825
Merge pull request #2554 from mejrs/acquire_gil2
...
Deprecate acquire_gil
2022-08-15 06:20:36 +01:00
mejrs
fc6121eafe
Deprecate acquire_gil
2022-08-15 03:34:47 +02:00
David Hewitt
dc4c581979
Merge pull request #2552 from davidhewitt/ffi-py3.11
...
ffi: fixes to 3.11 bindings
2022-08-14 17:17:25 +01:00
David Hewitt
8907cabaf9
Merge pull request #2544 from davidhewitt/panic-drop-abort
...
safety: abort if dropping panic payloads panic
2022-08-14 14:24:12 +01:00
David Hewitt
1e73ef67f2
ffi: fixes to 3.11 bindings
2022-08-14 14:23:24 +01:00
David Hewitt
a3f093d7f0
safety: abort on uncaught panics
2022-08-14 13:47:46 +01:00
David Hewitt
15d816d3f2
Merge pull request #2550 from davidhewitt/beta-clippy
...
clippy: fixes flagged by beta toolchain
2022-08-14 08:22:08 +01:00
David Hewitt
de8fa18946
clippy: fixes flagged by beta toolchain
2022-08-14 07:44:11 +01:00
David Hewitt
b389a6ba4d
Merge pull request #2542 from davidhewitt/pypy-pyfunction-type
...
pypy: disable PyFunction
2022-08-13 18:18:27 +01:00
David Hewitt
c58ff7758c
pypy: disable PyFunction
2022-08-13 17:51:10 +01:00
messense
020e583f7b
Merge pull request #2548 from messense/clippy-1.63
...
Fix new clippy warnings in Rust 1.63.0
2022-08-12 15:05:07 +08:00
David Hewitt
987858f5fa
ci: ui tests for 1.63
2022-08-12 07:26:29 +01:00
messense
db177a07ad
Fix new clippy warnings in Rust 1.63.0
2022-08-12 11:50:23 +08:00
David Hewitt
6eb47c2fce
Merge pull request #2543 from davidhewitt/ci-anyhow
...
ci: pin anyhow for MSRV
2022-08-11 08:45:47 +01:00
David Hewitt
9ab5de1441
ci: pin anyhow for MSRV
2022-08-11 07:58:41 +01:00
David Hewitt
e31e27be55
Merge pull request #2541 from aganders3/patch-1
...
Update CHANGELOG.md
2022-08-10 22:08:43 +01:00