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