pyo3/src
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
..
class Cleanup 2018-08-19 20:06:47 +02:00
ffi2 Add preliminary Python 2 support to datetime bindings 2018-08-21 14:29:36 -04:00
ffi3 Add type checking FFI bindings 2018-08-21 14:29:36 -04:00
objects Add PyTime component accessors 2018-08-21 14:29:36 -04:00
argparse.rs Rustfmt all the things ✔️ 2018-07-30 23:05:10 +02:00
buffer.rs Rustfmt all the things ✔️ 2018-07-30 23:05:10 +02:00
callback.rs Rustfmt all the things ✔️ 2018-07-30 23:05:10 +02:00
conversion.rs Cleanup 2018-08-19 20:06:47 +02:00
err.rs Rustfmt all the things ✔️ 2018-07-30 23:05:10 +02:00
freelist.rs Cleanup 2018-08-19 20:06:47 +02:00
instance.rs Rustfmt all the things ✔️ 2018-07-30 23:05:10 +02:00
lib.rs Add objects/datetime.rs 2018-08-21 14:29:33 -04:00
noargs.rs Rustfmt all the things ✔️ 2018-07-30 23:05:10 +02:00
object.rs Cleanup 2018-08-19 20:06:47 +02:00
objectprotocol.rs Cleanup 2018-08-19 20:06:47 +02:00
prelude.rs Rustfmt all the things ✔️ 2018-07-30 23:05:10 +02:00
python.rs Added an explenation that the GIL can temporarily be released even while holding a GILGuard 2018-08-20 22:56:24 +02:00
pythonrun.rs Rustfmt all the things ✔️ 2018-07-30 23:05:10 +02:00
typeob.rs Cleanup 2018-08-19 20:06:47 +02:00