foundationdb/bindings/python/fdb
Jay Kominek fb33412b3a use inspect.getfullargspec when available
getargspec was deprecated in python3, this should use
getfullargspec when available, and degrade gracefully
otherwise.
2018-06-08 01:07:18 -06:00
..
__init__.py Merge remote-tracking branch 'upstream/release-5.1' into merge-release-5.1 2018-04-27 16:38:18 -07:00
directory_impl.py Fix Python3 directory layer bug where str() was used instead of bytes(). Fix bug in binding tester that caused directory tests to not compare results, which resulted in the directory layer bug going undetected. 2018-03-19 15:47:56 -07:00
fdb_c.dll.pth Initial repository commit 2017-05-25 13:48:44 -07:00
impl.py use inspect.getfullargspec when available 2018-06-08 01:07:18 -06:00
libfdb_c.dylib.pth Initial repository commit 2017-05-25 13:48:44 -07:00
libfdb_c.so.pth Initial repository commit 2017-05-25 13:48:44 -07:00
locality.py Fixed broken links to documentation 2018-04-19 11:45:24 -07:00
six.py Initial repository commit 2017-05-25 13:48:44 -07:00
subspace_impl.py remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
tuple.py Merge release-5.2 into master 2018-05-23 15:32:56 -07:00