Commit Graph

4827 Commits

Author SHA1 Message Date
David Hewitt f7ebda8ce3 docs: note with_gil auto-creates thread state 2022-08-23 20:49:14 +01:00
David Hewitt fb05e1d7a7 guide: additional detail on how to handle foreign errors 2022-08-23 20:49:14 +01:00
David Hewitt 580e747521 guide: use sentence case, move function signatures to own section 2022-08-23 20:49:14 +01:00
David Hewitt af60a359c5 guide: don't use `::pyo3` 2022-08-23 20:49:14 +01:00
David Hewitt ef8ccc0deb docs: demonstrate `NotImplemented` in `__richcmp__` 2022-08-23 20:49:14 +01:00
David Hewitt f574168974
Merge pull request #2586 from mejrs/ffi2
ffi - Also update the readme
2022-08-23 15:58:02 +01:00
mejrs 26fe75e9b5 Also update the readme 2022-08-23 13:54:11 +02:00
Bruno Kolenbrander 0935ddcdd1
Merge pull request #2584 from yankun1992/main
Add fastbloom to examples
2022-08-23 12:46:33 +02:00
yankun1992 b97546aa6e
Merge branch 'PyO3:main' into main 2022-08-23 18:13:50 +08:00
David Hewitt 2f65abf6a9
Merge pull request #2585 from davidhewitt/ci-fixups
ci: unpin serde, fixup nightly ui tests
2022-08-23 08:59:22 +01:00
David Hewitt 554bc84c88
Merge pull request #2583 from mejrs/ffi
Improve ffi example and make const PyMethodDef::zeroed
2022-08-23 08:09:53 +01:00
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