Andrew M. Kuchling
|
d9a9c1066c
|
Update uses of string exceptions
|
2008-09-13 01:57:25 +00:00 |
Benjamin Peterson
|
5b63acd31e
|
#2503 make singletons compared with "is" not == or !=
Thanks to Wummel for the patch
|
2008-03-29 15:24:25 +00:00 |
Raymond Hettinger
|
c672f8c377
|
SF patch 1179503: Fix typos in rpc.py
* Call to unpack_int() should have no arguments
* Misspelled BadRPCVerspion exception
* Replace <> with !=
|
2005-04-10 16:21:07 +00:00 |
Tim Peters
|
e6ddc8b20b
|
Whitespace normalization. Ran reindent.py over the entire source tree.
|
2004-07-18 05:56:09 +00:00 |
Walter Dörwald
|
70a6b49821
|
Replace backticks with repr() or "%r"
From SF patch #852334.
|
2004-02-12 17:35:32 +00:00 |
Guido van Rossum
|
7a1c7918e0
|
add mac compatibility
|
1996-07-21 02:09:54 +00:00 |
Guido van Rossum
|
ee3de2a8b5
|
small fixes
|
1995-10-04 18:39:03 +00:00 |
Guido van Rossum
|
9e80d6f125
|
*** empty log message ***
|
1993-12-17 14:32:26 +00:00 |
Guido van Rossum
|
8f1506b126
|
Complete broadcast support (both raw and via port mapper CALLIT)
|
1992-12-21 14:32:06 +00:00 |
Guido van Rossum
|
79f85eedfd
|
Changed mkcred/mkverf interface; added makesocket hook and changed init
interfaces; added bindresvport call.
|
1992-12-20 14:56:32 +00:00 |
Guido van Rossum
|
424c673d2f
|
Added server classes, and various robustness hacks
|
1992-12-19 00:05:55 +00:00 |
Guido van Rossum
|
a585444f7b
|
Added compatibility hacks for Python 0.9.6.
|
1992-12-17 17:31:58 +00:00 |
Guido van Rossum
|
c4698fbfbe
|
Improved exception handing. Added some XXX comments.
|
1992-12-17 17:12:17 +00:00 |
Guido van Rossum
|
16b22193e6
|
Add timeout and retry to UDP version of protocol
|
1992-12-15 21:44:31 +00:00 |
Guido van Rossum
|
749d0bbe6b
|
Make auth handling different
|
1992-12-15 20:52:53 +00:00 |
Guido van Rossum
|
e3cafbe7b8
|
Initial revision
|
1992-12-14 23:25:04 +00:00 |