Nicholas Sim
d8198f8beb
ffi cleanup: remove PyTypeObject_INIT
...
This should only be used internally. See discussion:
https://github.com/PyO3/pyo3/pull/1429#discussion_r575837123
2021-02-16 19:36:15 +08:00
Nicholas Sim
ac3282e527
ffi cleanup: fix another bad import
2021-02-14 21:27:08 +08:00
Nicholas Sim
3f222b7dd8
ffi: cpython: object: use correct printfunc def
2021-02-14 21:17:46 +08:00
Nicholas Sim
031840652c
Merge branch 'master' into ffi-6
2021-02-14 21:00:28 +08:00
Nicholas Sim
a3b1f35767
CHANGELOG: update with PR number
2021-02-14 20:55:58 +08:00
Nicholas Sim
67e1755f9c
ffi cleanup: deprecate some nonexistent functions
2021-02-14 20:44:55 +08:00
Nicholas Sim
edaf35c1ea
ffi cleanup: object: initial changes
2021-02-14 20:21:29 +08:00
David Hewitt
442a04efdd
Merge pull request #1397 from kangalioo/get_fold_bool
...
Make PyTimeAccess::get_fold() return bool instead of u8
2021-02-14 12:17:38 +00:00
David Hewitt
83821bd961
Merge pull request #1426 from davidhewitt/0.14-deprecations
...
0.14: deprecations
2021-02-14 08:29:06 +00:00
David Hewitt
28aff42e80
Merge pull request #1425 from nw0/ffi-5
...
ffi cleanup: methodobject to moduleobject
2021-02-14 07:48:01 +00:00
kangalioo
87ee51fb86
Make PyTimeAccess::get_fold return bool
2021-02-13 20:28:28 +00:00
David Hewitt
1196cbd396
0.14: deprecations
2021-02-13 20:03:39 +00:00
Nicholas Sim
2d7d482d8d
another conditional import fix
2021-02-13 19:06:31 +08:00
Nicholas Sim
39a29a59f0
ffi: methodobject: conditional import for CI
2021-02-13 18:59:33 +08:00
Nicholas Sim
96fcfe6e0c
ffi: methodobject: PyModule_Check: update for Py39 change
2021-02-13 17:10:29 +08:00
Nicholas Sim
1c845e7b3b
PyModule: filename: use non-deprecated function
2021-02-13 17:07:19 +08:00
Nicholas Sim
aaddb20a22
CHANGELOG: update as requested
2021-02-13 17:07:03 +08:00
Nicholas Sim
b35a6a58b0
ffi: methodobject: PyCFunction_Check: fix outdated def
2021-02-13 17:06:20 +08:00
Nicholas Sim
d34856ba59
CHANGELOG: add PR number
2021-02-13 15:43:12 +08:00
Nicholas Sim
d84d0de604
ffi cleanup: methodobject to moduleobject
2021-02-13 15:36:59 +08:00
David Hewitt
0b30904eab
Merge pull request #1400 from PyO3/release-0.13.2
...
release: 0.13.2
2021-02-12 23:34:25 +00:00
David Hewitt
190eb72803
release: 0.13.2
2021-02-12 21:34:29 +00:00
David Hewitt
3df4f9b2da
Merge pull request #1423 from lazka/mingw-support
...
Support building with Mingw Python
2021-02-12 21:28:44 +00:00
David Hewitt
d148c79aa3
Merge pull request #1422 from davidhewitt/fixes-rust-1_50
...
rust 1.50: clippy and lint fixes
2021-02-12 19:32:16 +00:00
Christoph Reiter
e067b32521
Support building with Mingw Python
...
The DLL of the mingw Python in MSYS2 is named libpython3.8.dll:
$ python3 -m sysconfig | grep LIBPYTHON
LIBPYTHON = "-lpython3.8"
Add another special case to in get_rustc_link_lib() to handle that case.
Afaik the mingw build doesn't support the limited ABI, so skipt that as well.
This makes all tests pass in an MSYS2 environment and lets us build
python-cryptography.
2021-02-12 12:31:20 +00:00
David Hewitt
b2675b11fe
rust 1.50: clippy and lint fixes
2021-02-11 22:03:34 +00:00
David Hewitt
83f71d85fa
Merge pull request #1421 from birkenfeld/rust1.41
...
Restore compatibility with Rust 1.41(.1).
2021-02-11 20:28:24 +00:00
Georg Brandl
fa8d7518ca
Restore compatibility with Rust 1.41.
...
This version is currently supported by Debian stable and Alpine Linux.
Fixes #1420
2021-02-11 10:14:25 +01:00
David Hewitt
414c05c14e
Merge pull request #1419 from cfbolz/patch-1
...
Fix the PyPy link in README.md
2021-02-10 22:04:39 +00:00
Carl Friedrich Bolz-Tereick
9288cf024c
Fix the PyPy link in README.md
2021-02-10 14:01:24 +01:00
David Hewitt
479d67a1eb
Merge pull request #1417 from awestlake87/master
...
Updated guide after merging awestlake87/pyo3-asyncio#10
2021-02-10 07:21:18 +00:00
Andrew J Westlake
db3668898a
Updated guide after merging attributes branch into pyo3-asyncio
2021-02-09 18:26:14 -06:00
David Hewitt
377335a0ac
Merge pull request #1415 from davidhewitt/async-await-guide
...
Added async/await example to the guide
2021-02-09 19:46:47 +00:00
Yuji Kanagawa
8815c6d162
Merge pull request #1414 from PyO3/davidhewitt-patch-1
...
readme: typo lirbary -> library
2021-02-09 18:57:15 +09:00
Andrew J Westlake
80d4c5b3ad
rebased on #1401
2021-02-08 22:43:21 +00:00
Andrew J Westlake
411e97643a
Changed overview paragraphs at the top, added some of my own changes to (hopefully) improve the flow
2021-02-08 22:43:21 +00:00
Andrew J Westlake
e1b2bd20d0
Added sleep in the initialization example as suggested
2021-02-08 22:43:21 +00:00
Andrew J Westlake
bc87c57f7c
Updated guide to address some issues brought up in the PR
2021-02-08 22:43:21 +00:00
Andrew J Westlake
3b82cf475a
Changed instance of Asyncio to `asyncio`
...
Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2021-02-08 22:43:21 +00:00
Andrew J Westlake
b4f338c68d
Update guide/src/async-await.md
...
Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
2021-02-08 22:43:21 +00:00
Andrew J Westlake
8140dc99ec
Fixed typo in README, flattened sections in Cargo Test portion of guide
2021-02-08 22:43:01 +00:00
Andrew J Westlake
946460caeb
Added async/await example to the guide, added pyo3-asyncio to list of tools and libraries
2021-02-08 22:41:42 +00:00
David Hewitt
bb5e68fdc8
readme: typo lirbary -> library
2021-02-08 22:09:04 +00:00
Yuji Kanagawa
7fbf7e4d04
Merge pull request #1413 from alex/patch-1
...
List pyca/cryptography in the README
2021-02-08 16:05:44 +09:00
Alex Gaynor
0d4eda2ee6
List pyca/cryptography in the README
2021-02-07 22:31:33 -05:00
David Hewitt
e80eef4b18
Merge pull request #1408 from kylepollina/patch-1
...
Fix broken links
2021-01-31 13:07:12 +00:00
David Hewitt
6baa1e89d3
Merge branch 'master' into patch-1
2021-01-31 11:16:18 +00:00
David Hewitt
72de73b915
Merge pull request #1409 from tdamsma/patch-1
...
update url to jsonschema-rs
2021-01-31 11:12:43 +00:00
Thijs Damsma
d907947f7d
update url to jsonschema-rs
2021-01-29 20:28:29 +01:00
kylepollina
3414cbbbcd
Fix broken links
2021-01-29 09:23:02 -06:00