Commit Graph

4610 Commits

Author SHA1 Message Date
messense 8bc86c39eb
Merge pull request #2538 from davidhewitt/emscripten-link-args
pyo3-build-config: add link args for wasm32-unknown-emscripten
2022-08-07 10:57:56 +08:00
dswij 480fe7ef05
Expose `PyDict_GetItemWithError` on `PyDict` object (#2536)
* Expose `PyDict_GetItemWithError` on `PyDict` object

* Expose only on non-pypy

* use `unwrap_err` on `GetItemWithError` test

* Add changes info to changelog

* Ignore import for pypy ignored test
2022-08-07 00:19:02 +08:00
David Hewitt 49246bec45 pyo3-build-config: add link args for wasm32-unknown-emscripten 2022-08-06 08:05:45 +01:00
Nathan Henrie 1b7a850fad
Minor typo: missing space (#2533)
* Add missing space

* It's -> its
2022-08-04 22:45:05 +00:00
David Hewitt c80f63610c
Merge pull request #2534 from n8henrie/issue_1800
Guide: additional link args and troubleshooting for MacOS
2022-08-04 23:20:43 +01:00
Nathan Henrie 1ebceb4f86 Additional link args and troubleshooting for MacOS
Fixes https://github.com/PyO3/pyo3/issues/1800

Documents issues linking with the system python (`/usr/bin/python3`) as
well as reemphasizes the need for `--no-default-features` with `cargo
test` on MacOS
2022-08-02 16:52:53 -06:00
Sam Vente 6503128442
add first version of getting started page to the guide (#2499)
* add first version of getting started page to the guide

* add more info on maturin
2022-08-01 10:30:53 +08:00
messense 97330a59d2
Merge pull request #2524 from acshi/main
Documentation of another workaround for enabling the extension-module feature
2022-07-30 11:32:21 +08:00
messense 624565cd81
Pin emscripten test python version to 3.11b4 (#2526)
* Fix emscripten test and pin python version

* Try emscripten 3.1.17

* Try 3.11b4
2022-07-30 00:04:47 +08:00
Acshi Haggenmiller 6831b4875b Add documentation for more workarounds for enabling the extension-module feature
Closes https://github.com/PyO3/pyo3/issues/2521
2022-07-29 00:03:51 -07:00
David Hewitt 5b9d3097bd
Merge pull request #2520 from jonaspleyer/main
guide: python_from_rust: fix typo for call0
2022-07-25 19:05:53 +01:00
Jonas Pleyer 9d081e76a4 guide: python_from_rust: fix typo for call0 2022-07-25 12:36:51 -04:00
David Hewitt 63b1d2228e
Merge pull request #2485 from davidhewitt/rework-capsule
types: rework PyCapsule for soundness
2022-07-23 21:28:33 +01:00
David Hewitt 2aa44b5c16 types: rework PyCapsule for soundness 2022-07-23 20:54:31 +01:00
David Hewitt e40b25237d
Merge pull request #2518 from mejrs/acquire_gil_tests
Use Python::with_gil in tests
2022-07-20 06:54:35 +01:00
mejrs 1983671782 Try fix hashbrown version on msrv 2022-07-19 20:17:23 +02:00
mejrs 984fdf57c7 Use Python:;with_gil in tests 2022-07-19 19:34:23 +02:00
David Hewitt 2b6d59f889
Merge pull request #2515 from davidhewitt/changelog-tidy
changelog: tidy up & corrections
2022-07-17 07:44:23 +01:00
David Hewitt fa19f322d2
Merge pull request #2503 from davidhewitt/extract_argument_holder
pyfunction: use extract_argument with holder to avoid extractext
2022-07-17 07:14:53 +01:00
David Hewitt a8650f43e0 changelog: tidy up & corrections 2022-07-17 07:11:29 +01:00
messense a00e9d553d
Update Python to 3.11.0b4 in emscripten test (#2507)
* Update Python to 3.11.0b4 in emscripten test

* Print traceback when import exception failed

* Try `ALLOW_MEMORY_GROWTH=1`
2022-07-15 20:39:58 +01:00
David Hewitt de317a5667
Merge pull request #2512 from PWhiddy/patch-1
update url to renamed branch
2022-07-15 19:28:10 +01:00
Peter Whidden bab9e07c42
update url to renamed branch 2022-07-15 13:38:49 -04:00
messense 3c0520da83
Add FFI definitions for `Py_EnterRecursiveCall` and `Py_LeaveRecursiveCall` (#2511)
* Add FFI definitions for `Py_EnterRecursiveCall` and
`Py_LeaveRecursiveCall`

* Update pyo3-ffi/src/ceval.rs

Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>

Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2022-07-15 15:45:15 +08:00
David Hewitt 5ff494c855
Merge pull request #2283 from davidhewitt/0.15-deprecations
refactor: remove all 0.15 deprecations
2022-07-15 07:49:51 +01:00
David Hewitt d5e99b635d refactor: remove all 0.15 deprecations 2022-07-15 06:33:14 +01:00
David Hewitt 5a1be18266
Merge pull request #2508 from davidhewitt/fix-fmt
fix formatting in datetime tests
2022-07-14 09:42:42 +01:00
David Hewitt 209c942277 pyfunction: use extract_argument with holder to avoid extractext 2022-07-14 08:42:22 +01:00
David Hewitt 2623ed5ac6 fix formatting in datetime tests 2022-07-14 08:35:24 +01:00
David Hewitt 379f29ade2
Merge pull request #2506 from messense/windows-pypy-import-lib
Add support for generating PyPy Windows import library
2022-07-14 08:30:00 +01:00
messense dfe223619a
Add support for generating PyPy Windows import library 2022-07-14 14:22:33 +08:00
David Hewitt 402018e628
Merge pull request #1588 from davidhewitt/timezone_offset
datetime: support timezone bindings
2022-07-13 23:11:56 +01:00
David Hewitt 7babd13830 datetime: support timezone bindings 2022-07-13 22:05:17 +01:00
Jérome Eertmans 308ffa25b0
Prevent `str` from converting to `Vec<&str>` and `Vec<String>` (#2500) 2022-07-13 21:44:44 +01:00
David Hewitt adfc83681d
Merge pull request #2504 from davidhewitt/fix-beta-clippy
clippy: fix some warnings from beta toolchain
2022-07-13 08:39:16 +01:00
David Hewitt 97ce1f6892 ci: fix nightly UI tests 2022-07-13 08:06:14 +01:00
David Hewitt dae23ea08d ci: fix build MSRV with hashbrown 0.12.2 release 2022-07-13 06:34:58 +01:00
David Hewitt c4a2c6c912 clippy: fix some warnings from beta toolchain 2022-07-12 23:02:47 +01:00
David Hewitt a95485cd0e
Merge pull request #2497 from aganders3/patch-1
Pin `plotters` to preserve MSRV (Take 2)
2022-07-06 06:22:01 +01:00
Ashley Anderson b39871c4ac Use proper method for pinning MSRV minimal package versions 2022-07-06 00:29:58 -04:00
Ashley Anderson 74bf971080 Pin `plotters` to preserve MSRV 2022-07-05 23:50:46 -04:00
David Hewitt eb2e080f3d
Merge pull request #2492 from davidhewitt/inventory-0.3
inventory: update to 0.3
2022-07-04 22:15:18 +01:00
Ivan Krivosheev 1cd1dbfe8b
Add super object (#2486) 2022-07-03 19:21:15 +01:00
David Hewitt 0391b3b0c1 inventory: update to 0.3 2022-07-03 15:22:25 +01:00
David Hewitt 17742dc766
Merge pull request #2491 from messense/mdbook
Upgrade mdbook to 0.4.19
2022-07-03 06:50:33 +01:00
messense 2782a4eb67
Upgrade mdbook to 0.4.19 2022-07-03 10:48:33 +08: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
Bruno Kolenbrander 8babae655e
Merge pull request #2468 from mejrs/frozen
Add frozen documentation
2022-06-30 14:45:45 +02:00
mejrs a62930bd95 Fix duplication 2022-06-28 19:53:45 +02:00
David Hewitt 101c11fb14
Merge pull request #2481 from davidhewitt/fix-address-sanitizer
security: fix use-after-free in PyCapsule implementation
2022-06-28 08:13:29 +01:00