index
:
libplist
master
time64
Library to handle Apple Property List format files in binary or XML
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cython
/
plist.pxd
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-16
Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val()
Nikias Bassen
1
-1
/
+2
2019-07-11
cython: Implement dump()/dumps() to match up with plistlib (Python 3.4)
Andrew Udvare
1
-0
/
+2
2019-07-11
cython: Implement load()/loads() to match up with plistlib (Python 3.4)
Andrew Udvare
1
-0
/
+3
2013-03-19
cython: added PLIST_UID support
Nikias Bassen
1
-0
/
+4
2013-03-19
cython: use uint64_t instead of int for Integer get_value and __repr__
Nikias Bassen
1
-2
/
+4
2013-03-19
cython: fixed missing class definition for PLIST_KEY type
Nikias Bassen
1
-1
/
+1
2013-03-18
added PLIST_KEY support to cython bindings
Nikias Bassen
1
-0
/
+4
2011-09-26
cython: use bint instead of bool, fix deprecated stuff
Nikias Bassen
1
-2
/
+2
2011-09-26
More qualifiers.
Bryan Forbes
1
-4
/
+4
2011-09-26
Changed bool to bint in Cython functions. Added some more type qualifiers.
Bryan Forbes
1
-2
/
+2
2011-09-26
Fixed some memory leaks and unicode handling.
Bryan Forbes
1
-4
/
+5
2011-09-26
Added cython bindings.
Bryan Forbes
1
-0
/
+62