index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
python
/
py_tdbpack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pytdbpack_pack_data: Oops, since B is separately encoded as buffer and
Martin Pool
2002-11-05
1
-5
/
+8
*
pytdbpack_unpack: Handle unpacking Buffers into (LEN, DATA): form list
Martin Pool
2002-11-05
1
-21
/
+45
*
pytdbpack_pack_data: Allow 'd' and 'w' formats to take either Integer
Martin Pool
2002-11-04
1
-2
/
+20
*
Make sure uint32 unpacking is unsigned, and generates a Python long so
Martin Pool
2002-11-04
1
-10
/
+10
*
pytdbpack_calc_reqd_len: Correct calculation of packed length of
Martin Pool
2002-11-04
1
-5
/
+8
*
Change to representing buffers ('B') as (LEN, STRING) in Python,
Martin Pool
2002-11-04
1
-130
/
+112
*
pytdbpack_calc_reqd_len: It's no longer an error to supply more data
Martin Pool
2002-11-04
1
-8
/
+2
*
Doc
Martin Pool
2002-11-04
1
-2
/
+5
*
pytdbpack_calc_reqd_len: Make exception be thrown correctly when a
Martin Pool
2002-11-04
1
-2
/
+5
*
Give better error messages for TypeError, which will arise if e.g. you
Martin Pool
2002-10-21
1
-10
/
+24
*
Import my code to do reasonably fast tdbpack/unpack from Python
Martin Pool
2002-09-09
1
-0
/
+662