Files
cpython/Lib
Jeremy Hylton d750036b20 A little refactoring.
Add read(), write(), and readwrite() helper functions to shorten poll
functions.  Use get() instead of try/except KeyError for lookup.
XXX How could the lookup ever fail?

Remove module-level DEBUG flag.

Use iteritems() instead of items() when walking the socket map.

Reformat the functions I touched so that are consistently Pythonic.
2002-09-08 00:14:54 +00:00
..
2002-08-23 18:19:30 +00:00
2002-09-05 02:31:20 +00:00
2002-06-11 06:22:31 +00:00
2001-12-22 15:23:50 +00:00
2001-08-09 12:33:32 +00:00
2002-09-07 05:56:21 +00:00
2002-09-08 00:14:54 +00:00
2002-08-04 17:22:59 +00:00
2002-08-11 18:28:09 +00:00
2002-07-16 21:35:23 +00:00
2002-08-15 14:59:02 +00:00
2001-06-19 00:26:25 +00:00
2002-08-26 16:44:56 +00:00
2001-07-04 10:15:58 +00:00
2002-06-01 16:07:16 +00:00
2002-09-07 04:48:03 +00:00
2002-08-23 18:19:30 +00:00
2002-06-01 16:07:16 +00:00
2002-07-16 21:35:23 +00:00
2002-08-29 15:13:50 +00:00
2002-06-02 00:40:05 +00:00
2002-06-02 00:40:05 +00:00
2001-10-28 20:15:40 +00:00
2002-02-08 20:41:34 +00:00
2002-08-15 14:59:02 +00:00
2002-08-13 20:43:46 +00:00
2002-03-18 13:06:00 +00:00
2002-04-13 14:03:38 +00:00
2002-07-16 21:35:23 +00:00