summaryrefslogtreecommitdiff
path: root/source3/python/examples
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22584: Don't hardcode specific Python version.Jelmer Vernooij2-2/+2
Patch by the Samba packaging team for Debian. (This used to be commit 1d3f35941bc3b35e115680ac4bddc8e819a0181b)
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
* updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
2002-12-12* Ignore .pyc and .pyo files produced as a side-effect of runningMartin Pool1-0/+2
Python examples. (This used to be commit 3bb4bd3ed642a61e54c44c40c31f0e2242977614)
2002-11-19Fix typo in docstring.Tim Potter1-1/+1
(This used to be commit 9f9347bc03448f8b93d536f9cd2df8fb496a4c22)
2002-11-12Remove non-integer Pointer values, which are no longer supported.Martin Pool1-2/+0
(This used to be commit 4a18526257ec4582679efa7a21d0b31ad07992fb)
2002-11-06Add another test case for repeated-unpack ('$')Martin Pool1-0/+9
(This used to be commit 2a492c4854d4c6469d8c7d21aa187fef6303b641)
2002-11-05Update test cases.Martin Pool1-28/+32
(This used to be commit db2c393dd488dad2ce95f3b3cf0297d5b0159ae7)
2002-11-04Add more test cases that now work.Martin Pool1-1/+2
(This used to be commit 7827536c15ac27ebcc4e9c342be6e203248195f6)
2002-11-04Re-add some tests which do work with both implementationsMartin Pool1-6/+6
(This used to be commit a9c2817c79f675b82ace4e21df7fa123f9a995c3)
2002-11-04Comment out test cases where the old and new parser are different.Martin Pool1-60/+71
(This used to be commit 6be885da2ca0ee41db86c46625301b51858061af)
2002-11-04test_pack_extra: Add additional cases.Martin Pool1-7/+12
test_pack_failures: Remove cases for which old code is too lax. (This used to be commit 631945a03a3bf4982177bc22ebccf096b2bb5b6c)
2002-11-04test_pack_extra: Better way of testing packing with extra values.Martin Pool1-3/+3
(This used to be commit 12c3bb99a5f870b01ef389ddad1073fc92d2362c)
2002-11-04test_pack_extra: The old code does not complain when there are tooMartin Pool1-1/+15
many data values for the format. Test that the new code behaves the same way. (This used to be commit b0143e77d64f6af977395cf39e50f35e46486157)
2002-11-04test_pack_failures: The old code does not complain when there are tooMartin Pool1-6/+14
many data values for the format, so we don't test that here. test_large: New test case for packing/unpack a thousand values. (This used to be commit 04cad599f40faf234b40090806bcd1ac0473470f)
2002-11-04test_pack_failures: The old and new code is not exactly the same aboutMartin Pool1-33/+37
error detection, so now we don't care what exact error is returned as long as we get something. (This used to be commit 5ade138bb815d3184fa57ff9cb548f78405059c5)
2002-11-04test_pack: Coercing a dictionary to a sequence as it is packed is notMartin Pool1-4/+0
compatible with the old code, and so it is removed from the test case. (This used to be commit ed0e4a670d4d62b63afdaf7d9f13e39b98cdf1b2)
2002-10-21Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool1-29/+37
This makes the test suite fail because at the moment they are in fact not behaving the same way. (This used to be commit 44dd7746ede7f7f9efcf7dabcd351b1d800e535c)
2002-10-21Import old pure Python version of tdbpack/unpack, so that we can doMartin Pool1-0/+144
compatibility testing against the shiny new C version. This version is slightly modified to not call codepage conversion routines, and renamed tdbutil->oldtdbutil. (This used to be commit 2dc4373727f73a46cd6135413e50917fb7fa538b)
2002-09-10Check in examples for tdb packerMartin Pool2-0/+207
(This used to be commit e8f9fbd32b73f60db3683d23a979dc09e7204258)
2002-09-10Updated examples for new top level module layout.Tim Potter3-8/+25
Fixed some bugs also. (This used to be commit 3e19e3afdb6fd1f63dee9ca52a5d33090670832e)
2002-05-02Some examples using the spoolss python module.Tim Potter3-0/+141
(This used to be commit 68b952561429e1d08a974e633bb9c2870c819c69)