pyo3/tests
Paul Ganssle 996c2baec8
Add preliminary Python 2 support to datetime bindings
The bounds checking tests are xfail because the datetime "fast path"
constructor didn't do bounds checking until bpo-29100 was resolved in
CPython commit b67f0967386a9c90411, which was merged for Python 3.6.

This functionality should be simple to backport to earlier versions in a
future commit.

BPO issue:
https://bugs.python.org/issue29100

CPython commit:
b67f096738
2018-08-21 14:29:36 -04:00
..
rustapi_module Add preliminary Python 2 support to datetime bindings 2018-08-21 14:29:36 -04:00
common.rs Rustfmt all the things ✔️ 2018-07-30 23:05:10 +02:00
test_arithmetics.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_buffer_protocol.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_class_basics.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_class_new.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_datetime.rs Add preliminary Python 2 support to datetime bindings 2018-08-21 14:29:36 -04:00
test_doc.rs rudtfmt the tests 2018-06-15 21:21:12 +02:00
test_dunder.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_gc.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_getter_setter.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_inheritance.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_methods.rs Get rid of the pyobject_extract macro 2018-08-20 22:53:43 +02:00
test_module.rs More nightly fixes 2018-08-19 20:42:17 +02:00
test_various.rs More nightly fixes 2018-08-19 20:42:17 +02:00