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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-19
cython: return correct Key_factory in plist_t_to_node
Nikias Bassen
1
-1
/
+1
2013-03-19
cython: removed unused return statements
Nikias Bassen
1
-3
/
+0
2013-03-19
cython: get rid of ctypedefs and use libc.stdint instead
Nikias Bassen
1
-11
/
+1
2013-03-19
cython: fixed missing class definition for PLIST_KEY type
Nikias Bassen
2
-1
/
+76
2013-03-18
added PLIST_KEY support to cython bindings
Nikias Bassen
2
-0
/
+6
2012-03-22
cython: Fix broken String plist handling in Python
Martin Szulecki
1
-5
/
+5
2011-09-26
cython: use bint instead of bool, fix deprecated stuff
Nikias Bassen
2
-28
/
+27
2011-09-26
More qualifiers.
Bryan Forbes
2
-19
/
+23
2011-09-26
Changed bool to bint in Cython functions. Added some more type qualifiers.
Bryan Forbes
2
-16
/
+16
2011-09-26
Fixed some memory leaks and unicode handling.
Bryan Forbes
2
-43
/
+72
2011-09-26
If the plist type is none, return None.
Bryan Forbes
1
-0
/
+2
2011-09-26
Removed a call to __dealloc__ and added initialization of _array.
Bryan Forbes
1
-1
/
+1
2011-09-26
Added cython bindings.
Bryan Forbes
5
-0
/
+837