summaryrefslogtreecommitdiffstats
path: root/source3/python/examples
Commit message (Collapse)AuthorAgeFilesLines
* * Ignore .pyc and .pyo files produced as a side-effect of runningMartin Pool2002-12-121-0/+2
| | | | | Python examples. (This used to be commit 3bb4bd3ed642a61e54c44c40c31f0e2242977614)
* Fix typo in docstring.Tim Potter2002-11-191-1/+1
| | | | (This used to be commit 9f9347bc03448f8b93d536f9cd2df8fb496a4c22)
* Remove non-integer Pointer values, which are no longer supported.Martin Pool2002-11-121-2/+0
| | | | (This used to be commit 4a18526257ec4582679efa7a21d0b31ad07992fb)
* Add another test case for repeated-unpack ('$')Martin Pool2002-11-061-0/+9
| | | | (This used to be commit 2a492c4854d4c6469d8c7d21aa187fef6303b641)
* Update test cases.Martin Pool2002-11-051-28/+32
| | | | (This used to be commit db2c393dd488dad2ce95f3b3cf0297d5b0159ae7)
* Add more test cases that now work.Martin Pool2002-11-041-1/+2
| | | | (This used to be commit 7827536c15ac27ebcc4e9c342be6e203248195f6)
* Re-add some tests which do work with both implementationsMartin Pool2002-11-041-6/+6
| | | | (This used to be commit a9c2817c79f675b82ace4e21df7fa123f9a995c3)
* Comment out test cases where the old and new parser are different.Martin Pool2002-11-041-60/+71
| | | | (This used to be commit 6be885da2ca0ee41db86c46625301b51858061af)
* test_pack_extra: Add additional cases.Martin Pool2002-11-041-7/+12
| | | | | test_pack_failures: Remove cases for which old code is too lax. (This used to be commit 631945a03a3bf4982177bc22ebccf096b2bb5b6c)
* test_pack_extra: Better way of testing packing with extra values.Martin Pool2002-11-041-3/+3
| | | | (This used to be commit 12c3bb99a5f870b01ef389ddad1073fc92d2362c)
* test_pack_extra: The old code does not complain when there are tooMartin Pool2002-11-041-1/+15
| | | | | | many data values for the format. Test that the new code behaves the same way. (This used to be commit b0143e77d64f6af977395cf39e50f35e46486157)
* test_pack_failures: The old code does not complain when there are tooMartin Pool2002-11-041-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)
* test_pack_failures: The old and new code is not exactly the same aboutMartin Pool2002-11-041-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)
* test_pack: Coercing a dictionary to a sequence as it is packed is notMartin Pool2002-11-041-4/+0
| | | | | compatible with the old code, and so it is removed from the test case. (This used to be commit ed0e4a670d4d62b63afdaf7d9f13e39b98cdf1b2)
* Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool2002-10-211-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)
* Import old pure Python version of tdbpack/unpack, so that we can doMartin Pool2002-10-211-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)
* Check in examples for tdb packerMartin Pool2002-09-102-0/+207
| | | | (This used to be commit e8f9fbd32b73f60db3683d23a979dc09e7204258)
* Updated examples for new top level module layout.Tim Potter2002-09-103-8/+25
| | | | | Fixed some bugs also. (This used to be commit 3e19e3afdb6fd1f63dee9ca52a5d33090670832e)
* Some examples using the spoolss python module.Tim Potter2002-05-023-0/+141
(This used to be commit 68b952561429e1d08a974e633bb9c2870c819c69)