Commit Graph

3647 Commits

Author SHA1 Message Date
David Hewitt bbe0e846b0
Merge pull request #1738 from davidhewitt/latest-links
docs: use pyo3.rs/latest instead of pyo3.rs/main
2021-07-24 17:57:03 +01:00
David Hewitt 4a71f82099
Merge pull request #1724 from davidhewitt/err-new-no-gil
err: don't use with_gil internally in PyErr::new()
2021-07-24 10:13:50 +01:00
messense 1a0f46b35d
Merge pull request #1737 from davidhewitt/pypy-buffer
pypy: fix FFI definition of Py_Buffer
2021-07-24 16:28:08 +08:00
David Hewitt c09947a61c err: don't use with_gil internally in PyErr::new() 2021-07-24 08:51:17 +01:00
David Hewitt dc58815143 benches: add bench_err 2021-07-24 08:50:35 +01:00
David Hewitt 3794aab11f docs: use pyo3.rs/latest instead of pyo3.rs/main 2021-07-24 08:47:02 +01:00
David Hewitt 243e5eea13
Merge pull request #1734 from davidhewitt/latest-tag
guide: add latest symlink
2021-07-24 08:38:07 +01:00
David Hewitt d46d3265cb pypy: fix FFI definition of Py_Buffer 2021-07-24 08:37:22 +01:00
Ivan Carvalho bd0e0d808f
Add optional support for conversion from `indexmap::IndexMap` (#1728)
* Add support to IndexMap

* Fix indexmap version to 1.6.2

* Remove code duplication by mistake

* Fix ambiguity in test

* Minor change for doc.rs

* Add to lib.rs docstring

* Add indexmap to conversion table

* Add indexmap flag in docs.rs action

* Add indexmap feature to CI

* Add note in changelog

* Use with_gil in tests

* Move code to src/conversions/indexmap.rs

* Add PR number to CHANGELOG

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

* Add round trip test

* Fix issue in MSRV Ubuntu build

* Fix Github workflow syntax

* Yet Another Attempt to Fix MSRV Ubuntu build

* Specify hashbrown to avoid ambiguity in CI

* Add suggestions

* More flexible version for indexmap

* Add documentation

* Address PR comments

* Export indexmap for docs

Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2021-07-22 08:15:26 +01:00
Eric Arellano 9ab7b1fad1
Rewrite `module.md` for clarity and add tip on code organization (#1693)
* Rewrite `module.md` for clarity and add tip on code organization

* Add section on how to build the guide + add workaround proposed by David

* Make more clear references to #1709
2021-07-22 08:10:32 +01:00
David Hewitt fccea9ff7c guide: add latest symlink 2021-07-22 08:08:50 +01:00
David Hewitt f72a9657d3
Merge pull request #1735 from davidhewitt/mdbook-0.4.10
guide: bump mdbook to 0.4.10
2021-07-21 07:52:41 +01:00
David Hewitt 6e0fb9e3a1 guide: bump mdbook to 0.4.10 2021-07-20 08:54:21 +01:00
messense 7957521b78
Merge pull request #1732 from davidhewitt/no-bench-alert
bench: don't alert on CI benchmark changes
2021-07-20 08:40:37 +08:00
David Hewitt acede283e1 bench: don't alert on CI benchmark changes 2021-07-19 20:56:43 +01:00
David Hewitt 614fab7a15
Merge pull request #1729 from davidhewitt/print-config
pyo3-build-config: add print-config helper
2021-07-19 20:36:11 +01:00
David Hewitt bac1345f4d
Merge pull request #1730 from davidhewitt/pypy-pytests
pyo3-pytests: cover more tests on PyPy
2021-07-19 18:16:06 +01:00
David Hewitt 00d2d080ed
Merge pull request #1731 from davidhewitt/buf_and_str
pyo3-pytests: remove memory leak test
2021-07-19 18:15:48 +01:00
David Hewitt ab4348c30b pyo3-pytests: remove memory leak test 2021-07-18 20:04:46 +01:00
David Hewitt 95cb5c6ef1 pyo3-pytests: cover more tests on PyPy 2021-07-18 19:30:30 +01:00
David Hewitt 3ba58fedb1 pyo3-build-config: add print-config helper 2021-07-17 12:44:20 +01:00
David Hewitt 5f2627aac2
Merge pull request #1725 from davidhewitt/build-errors
pyo3-build-config: improve error messaging
2021-07-17 09:59:26 +01:00
messense 068946c978
Merge pull request #1727 from nihaals/fix-badge
Fix crates.io badge
2021-07-16 10:41:02 +08:00
David Hewitt 15a193da21
Merge pull request #1726 from alex/patch-1
workaround an issue that causes function arguments to show up as if they are uncovered
2021-07-15 20:03:59 +01:00
Nihaal Sangha 0a454f7add
Replace crates.io badge with shields.io 2021-07-15 17:41:09 +01:00
Alex Gaynor a941b2c65f Added a changelog entry 2021-07-15 07:14:44 -04:00
David Hewitt 8107c86682
Merge pull request #1710 from mejrs/pyt
Improve Py<...> documentation
2021-07-15 08:23:17 +01:00
Alex Gaynor 82697bfec0
workaround an issue that causes function arguments to show up as if they are uncovered
https://github.com/rust-lang/rust/issues/86972 describes this issue in some detail and links to a minimal reproducer

making this change, and this change alone, resolves the coverage issues
2021-07-14 23:38:08 -04:00
David Hewitt 2fbe57d629 pyo3-build-config: improve error messaging 2021-07-14 22:13:58 +01:00
messense 584fc6fe42
Merge pull request #1722 from davidhewitt/pymodule-doc-hidden
macros-backend: don't error on #[doc(hidden)]
2021-07-09 10:41:55 +08:00
David Hewitt d11943ab6d macros-backend: don't error on #[doc(hidden)] 2021-07-08 23:41:24 +01:00
David Hewitt 4001fdf56f
Merge pull request #1716 from PyO3/release-0.14.1
release: 0.14.1
2021-07-04 22:23:06 +01:00
David Hewitt 3f8c4ad38e release: 0.14.1 2021-07-04 16:49:36 +01:00
David Hewitt fde4211081
Merge pull request #1707 from nw0/doc
Document some undocumented items
2021-07-04 16:35:17 +01:00
David Hewitt 4ed0383e41
Merge pull request #1713 from PyO3/pypy_macros
PyPy: the PyList/Tuple_GET/SET macros are defined as functions
2021-07-04 15:59:56 +01:00
Georg Brandl f7235482eb PyPy: the PyList_GET/SET macros are defined as functions, the PyTuple_ ones do not exist 2021-07-04 15:54:40 +02:00
Nicholas Sim fa7588aa7f
Apply suggestions that make doc take the plural form
Co-authored-by: Georg Brandl <georg@python.org>
Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2021-07-04 19:32:40 +08:00
messense 9cdb6a0d63
Merge pull request #1712 from messense/pathbuf-into-py
Implement `IntoPy<PyObject>` for `&PathBuf` and `&OsString`
2021-07-04 16:45:16 +08:00
messense eaf5dcaab7 Implement `IntoPy<PyObject>` for `&PathBuf` and `&OsString` 2021-07-04 16:18:04 +08:00
David Hewitt 4b88dd156e
Merge pull request #1698 from PyO3/release-0.14
release: 0.14.0
2021-07-03 22:29:05 +01:00
mejrs 23d43e37dc remove pyclass on impl block 2021-07-03 18:12:09 +02:00
mejrs ef1b42070d improve py<t> docs feedback 2021-07-03 18:01:12 +02:00
mejrs cfc147e826
fix punctuation
Co-authored-by: Georg Brandl <georg@python.org>
2021-07-03 12:12:11 +02:00
mejrs cd1efef228
fix punctuation
Co-authored-by: Georg Brandl <georg@python.org>
2021-07-03 12:11:55 +02:00
mejrs 4a4e0d84d1
fix typo
Co-authored-by: Georg Brandl <georg@python.org>
2021-07-03 12:11:41 +02:00
mejrs d7465af86f
Update src/instance.rs
Co-authored-by: Georg Brandl <georg@python.org>
2021-07-03 12:11:13 +02:00
David Hewitt adf6bdba8e release: 0.14.0 2021-07-03 08:37:00 +01:00
David Hewitt 5715683892
Merge pull request #1711 from mejrs/macro
Add full path for PyCell
2021-07-03 08:19:30 +01:00
mejrs c07c5a4c93 Add full path for PyCell 2021-07-03 07:51:18 +01:00
mejrs e6cd5cbd34 Improve Py<...> documentation 2021-07-03 03:31:05 +02:00