summaryrefslogtreecommitdiff
path: root/source3/python/examples
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22584: Don't hardcode specific Python version.Jelmer Vernooij2-2/+2
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
2002-12-12* Ignore .pyc and .pyo files produced as a side-effect of runningMartin Pool1-0/+2
2002-11-19Fix typo in docstring.Tim Potter1-1/+1
2002-11-12Remove non-integer Pointer values, which are no longer supported.Martin Pool1-2/+0
2002-11-06Add another test case for repeated-unpack ('$')Martin Pool1-0/+9
2002-11-05Update test cases.Martin Pool1-28/+32
2002-11-04Add more test cases that now work.Martin Pool1-1/+2
2002-11-04Re-add some tests which do work with both implementationsMartin Pool1-6/+6
2002-11-04Comment out test cases where the old and new parser are different.Martin Pool1-60/+71
2002-11-04test_pack_extra: Add additional cases.Martin Pool1-7/+12
2002-11-04test_pack_extra: Better way of testing packing with extra values.Martin Pool1-3/+3
2002-11-04test_pack_extra: The old code does not complain when there are tooMartin Pool1-1/+15
2002-11-04test_pack_failures: The old code does not complain when there are tooMartin Pool1-6/+14
2002-11-04test_pack_failures: The old and new code is not exactly the same aboutMartin Pool1-33/+37
2002-11-04test_pack: Coercing a dictionary to a sequence as it is packed is notMartin Pool1-4/+0
2002-10-21Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool1-29/+37
2002-10-21Import old pure Python version of tdbpack/unpack, so that we can doMartin Pool1-0/+144
2002-09-10Check in examples for tdb packerMartin Pool2-0/+207
2002-09-10Updated examples for new top level module layout.Tim Potter3-8/+25
2002-05-02Some examples using the spoolss python module.Tim Potter3-0/+141