Give better error messages for TypeError, which will arise if e.g. you
[samba.git] / source3 / python / py_spoolss_printers.c
2002-10-17 Tim Potteropen_pipe_creds() now takes a pipe index instead of...
2002-09-09 Tim PotterFix crash bugs in getprinter info level code (yay unit...
2002-08-27 Tim PotterNew arguments to cli_spoolss_enum_printers()
2002-07-11 Tim PotterAnother compile fix.
2002-05-28 Tim PotterRaise a ValueError if server names aren't given in...
2002-05-28 Tim PotterAllow None to be used as a valid credential for functio...
2002-05-27 Tim PotterUse new version of open_pipe_creds() function.
2002-05-17 Tim PotterUse get_level_value() utility fn.
2002-05-16 Tim PotterFix memory leaks and return values in error returns...
2002-05-16 Tim PotterMore cleanups.
2002-05-16 Tim PotterRefactored open_pipe_creds() function to remove unused...
2002-05-15 Tim PotterRenamed functions that are methods of a printer handle...
2002-05-15 Tim PotterFixed a memory leak in enumprinters.
2002-05-14 Tim PotterMoved PyDict_SetItemString for printer info level struc...
2002-05-08 Tim PotterChanged some error returns to return a werror tuple...
2002-05-01 Tim PotterGot setprinter level 3 working!
2002-04-20 Tim PotterReturn exception text if getprinter level not [0..3]
2002-04-18 Tim PotterStarted working on setprinter code.
2002-04-14 Tim PotterRename new_policy_hnd_object() to new_spoolss_policy_hn...
2002-04-14 Tim PotterCall PyErr_SetString instead of fprintf to stderr.
2002-04-05 Tim PotterRemoved unused label.
2002-04-05 Tim PotterThrow a spoolss.werror exception when the rpc client...
2002-03-28 Tim PotterAborted experiment to avoid namespace pollution and...
2002-03-27 Tim PotterMoved general printer related calls here.