.. |
conversions
|
Revert "Merge pull request #3578 from davidhewitt/typed-helpers"
|
2024-02-03 20:56:23 +00:00 |
coroutine
|
for now just change return type of intern!
|
2024-01-30 13:28:07 +00:00 |
err
|
Revert "Merge pull request #3578 from davidhewitt/typed-helpers"
|
2024-02-03 20:56:23 +00:00 |
ffi
|
Revert "Merge pull request #3578 from davidhewitt/typed-helpers"
|
2024-02-03 20:56:23 +00:00 |
impl_
|
Merge pull request #3790 from Icxolu/bool
|
2024-02-03 13:10:30 +00:00 |
inspect
|
|
|
pycell
|
call PyObject_GC_Untrack before deallocating
|
2023-09-09 22:29:58 +01:00 |
pyclass
|
Refactor create_type_object so that most of the code is monomorphic
|
2023-11-28 20:09:34 -05:00 |
tests
|
add PyBytes::new_bound
|
2024-02-01 08:52:28 +00:00 |
types
|
Add new get_bound and mark old get as deprecated
|
2024-02-04 07:30:28 +01:00 |
buffer.rs
|
Update clippy
|
2023-10-06 23:31:06 +02:00 |
callback.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
conversion.rs
|
Uncomment a test
|
2024-02-04 07:31:29 +01:00 |
coroutine.rs
|
Implement new API for PyNone #3684
|
2024-02-03 19:09:12 +01:00 |
derive_utils.rs
|
|
|
exceptions.rs
|
implement PyTracebackMethods
|
2024-01-27 11:34:32 +01:00 |
ffi_ptr_ext.rs
|
implement iterator for Bound iterator
|
2023-12-24 19:52:36 +00:00 |
gil.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
impl_.rs
|
feat: add coroutine __name__ /__qualname__ and not-awaited warning
|
2023-11-25 21:51:20 +01:00 |
instance.rs
|
Merge pull request #3790 from Icxolu/bool
|
2024-02-03 13:10:30 +00:00 |
internal_tricks.rs
|
|
|
lib.rs
|
Conversion between chrono_tz::Tz and zoneinfo.ZoneInfo
|
2024-01-08 15:19:49 +01:00 |
macros.rs
|
documentation updates for PyList::new_bound
|
2024-01-27 21:12:55 +00:00 |
marker.rs
|
Add new get_bound and mark old get as deprecated
|
2024-02-04 07:30:28 +01:00 |
marshal.rs
|
Add more lints
|
2022-03-23 08:07:28 +01:00 |
panic.rs
|
|
|
prelude.rs
|
implement PyCapsuleMethods
|
2024-01-29 18:22:40 +01:00 |
py_result_ext.rs
|
implement PyModuleMethods
|
2023-12-29 21:46:46 +00:00 |
pycell.rs
|
Turn calls of __traverse__ into no-ops for unsendable pyclass if on the wrong thread
|
2023-12-23 15:01:08 +01:00 |
pyclass.rs
|
Also replace IterANextOutput by autoref-based specialization to allow returning arbitrary values
|
2023-12-20 09:56:16 +01:00 |
pyclass_init.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
sync.rs
|
for now just change return type of intern!
|
2024-01-30 13:28:07 +00:00 |
test_utils.rs
|
truncate leap seconds on chrono to datetime conversions
|
2023-09-24 20:28:43 +01:00 |
type_object.rs
|
deprecate PyTryFrom and PyTryInto
|
2023-12-20 11:28:24 +00:00 |
version.rs
|
|
|