summaryrefslogtreecommitdiffstats
path: root/Demo/rpc/rpc.py
Commit message (Collapse)AuthorAgeFilesLines
* Update uses of string exceptionsAndrew M. Kuchling2008-09-131-3/+3
|
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-4/+4
| | | | Thanks to Wummel for the patch
* SF patch 1179503: Fix typos in rpc.pyRaymond Hettinger2005-04-101-16/+18
| | | | | | * Call to unpack_int() should have no arguments * Misspelled BadRPCVerspion exception * Replace <> with !=
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-663/+663
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-15/+15
| | | | From SF patch #852334.
* add mac compatibilityGuido van Rossum1996-07-211-1/+29
|
* small fixesGuido van Rossum1995-10-041-1/+1
|
* *** empty log message ***Guido van Rossum1993-12-171-39/+66
|
* Complete broadcast support (both raw and via port mapper CALLIT)Guido van Rossum1992-12-211-83/+198
|
* Changed mkcred/mkverf interface; added makesocket hook and changed initGuido van Rossum1992-12-201-54/+106
| | | | interfaces; added bindresvport call.
* Added server classes, and various robustness hacksGuido van Rossum1992-12-191-0/+244
|
* Added compatibility hacks for Python 0.9.6.Guido van Rossum1992-12-171-4/+15
|
* Improved exception handing. Added some XXX comments.Guido van Rossum1992-12-171-14/+27
|
* Add timeout and retry to UDP version of protocolGuido van Rossum1992-12-151-9/+20
|
* Make auth handling differentGuido van Rossum1992-12-151-6/+20
|
* Initial revisionGuido van Rossum1992-12-141-0/+376