David Hewitt
|
7e2d3117ce
|
cleanup: deprecate PyTypeObject trait
|
2022-04-23 13:36:32 +01:00 |
David Hewitt
|
0787b670e8
|
pyproto: make deprecated feature opt-in
|
2022-04-21 20:19:14 +01:00 |
Sergey Kvachonok
|
a7c0de3628
|
Document `generate-abi3-import-lib` crate feature
Update the user guide to describe its applicability to the native
and cross-compilation build scenarios.
|
2022-04-10 16:45:32 +03:00 |
Sergey Kvachonok
|
2d2b9f5c33
|
Update the user guide and add a ChangeLog entry
Update Architecture.md to reflect the current cross compilation
support state.
|
2022-04-01 11:32:46 +03:00 |
Georg Brandl
|
a21cf677e3
|
docs: remove/deprecate pyproto
|
2022-02-23 07:50:55 +00:00 |
DSPOM
|
6a9a9ba38a
|
move ffi module to separate crate
|
2022-01-31 13:27:16 +01:00 |
David Hewitt
|
e33b3e6a5b
|
opt: don't emit T::dict_offset and T::weakref_offset without attributes
|
2021-12-30 14:57:27 +00:00 |
David Hewitt
|
b0af3ec25f
|
docs: pyo3 config files
|
2021-11-10 08:34:54 +00:00 |
Alex Touchet
|
2a09583b28
|
Update various links and formatting
|
2021-09-18 11:48:45 -07:00 |
David Hewitt
|
3794aab11f
|
docs: use pyo3.rs/latest instead of pyo3.rs/main
|
2021-07-24 08:47:02 +01:00 |
David Hewitt
|
adf6bdba8e
|
release: 0.14.0
|
2021-07-03 08:37:00 +01:00 |
Yung-Jin (Joey) Hu
|
edb3d0d03b
|
Fix typos in Architecture and Contributing docs
|
2021-05-16 19:49:23 -07:00 |
Sergey Kvachonok
|
68d187a00a
|
Update `build.rs` env vars in Architecture.md
|
2021-04-08 09:57:49 +03:00 |
kngwyu
|
603d81f9ef
|
Python C/API -> Python/C API
|
2021-03-15 22:20:22 +09:00 |
Yuji Kanagawa
|
bbca585002
|
Apply some more suggestions from davidhewitt for Architecture.md
Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
|
2021-03-14 23:48:49 +09:00 |
kngwyu
|
78c41831f3
|
[Architecture] Cover more topics and mention in Contributing
|
2021-03-13 16:39:16 +09:00 |
Yuji Kanagawa
|
cca560649e
|
Apply suggestions from davidhewitt
Co-authored-by: David Hewitt <1939362+davidhewitt@users.noreply.github.com>
|
2021-03-07 23:26:45 +09:00 |
Yuji Kanagawa
|
7c1cc29612
|
Apply suggestions from birkenfeld
Co-authored-by: Georg Brandl <georg@python.org>
|
2021-03-06 23:59:46 +09:00 |
kngwyu
|
a591b55219
|
Architecture.md: Initial draft
|
2021-03-06 17:52:54 +09:00 |