Commit Graph

43 Commits

Author SHA1 Message Date
rdb 8178fb21f3 direct: don't rely on vfs being present in builtins 2020-08-11 09:40:34 +02:00
Fireclaw 316d254c64 distributed: Fix two ServerRepository issues in Python 3 2020-05-05 17:28:32 +02:00
fireclawthefox b3c79096e5 distributed: fix division exception in ServerRepository
change operator to double slash for integer division

Closes #762
2019-10-29 20:47:48 +01:00
Tohka 0b1ad67e13 distributed: Fix DC file reading regression (#295) 2018-03-31 04:01:35 -06:00
Sam Edwards ac8417ffdf distributed: `type(x) == types.FooType` -> `inspect.isfoo(x)`
This is more compatible across Python 2 vs. 3.

[skip ci]
2018-03-04 15:28:39 -07:00
Sam Edwards 0846a89677 general: Stop using several deprecated pandac.PandaModules imports. 2016-06-27 00:06:40 -07:00
rdb 23bf9ea5c7 The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
rdb 54fa31ba17 StandardError -> Exception, other 2to3 changes, threaded 2to3 2016-03-25 17:13:09 +01:00
mfwass f8837999ed Cleanup trailing whitespace 2015-12-13 10:08:41 -05:00
rdb 88048bf3da Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
David Rose d0bd8dc046 impossible things happen sometimes? 2010-05-28 16:58:31 +00:00
David Rose 39a745bdaa protect for threading 2009-12-19 07:19:38 +00:00
David Rose 85702cf2f8 flushTask in its own thread 2009-12-19 06:05:44 +00:00
David Rose 1d7fd44214 uninstall wip, utf-8 2009-12-18 23:42:09 +00:00
David Rose f4da45091a whoops 2009-12-08 01:46:27 +00:00
David Rose e90652e89e move finalExitCallbacks to CMU implementation 2009-12-07 20:21:01 +00:00
David Rose f4ed61f659 support listening on a specific interface 2009-12-01 01:34:02 +00:00
David Rose df2a0b0025 getModelPath() for server too 2009-11-24 01:47:13 +00:00
David Rose abbbb21a8e some more explicit control over connection parameters 2009-11-19 02:37:09 +00:00
David Rose 29c61ac510 fix bug causing server to stop listening 2009-11-10 13:17:22 +00:00
David Rose 793249f347 typo 2009-06-17 01:26:05 +00:00
David Rose 7b00b88f29 separate out cmu and disney distributed systems better 2009-06-08 18:49:09 +00:00
David Rose 5b59964012 handleMessageType 2009-03-19 01:02:41 +00:00
David Rose e7d62baf9b boldly checking in fixes blindly that I can't test from here 2006-06-15 13:14:52 +00:00
Dave Schuyler fc7fc09140 formatting 2006-03-17 22:43:25 +00:00
David Rose e89d02c9c5 separate out ClientRepositoryBase, ClientRepository, and OTPClientRepository 2006-02-28 22:21:32 +00:00
Josh Yelon 6c3677e07a Added dcFileNames argument to constructors 2005-11-07 19:17:47 +00:00
Joe Shochet 0d5cfa8e1b better pandac importing for old and new FFI 2005-05-27 21:50:18 +00:00
Dave Schuyler a8869e5147 formatting 2005-04-06 00:10:05 +00:00
David Rose faac5ba300 accept HumanDNA instead of HumanDNAAI 2005-03-09 20:47:01 +00:00
David Rose 497d3b2610 accept HumanDNA instead of HumanDNAAI 2005-03-09 20:33:13 +00:00
Dave Schuyler 728483764d formatting 2005-03-03 20:39:59 +00:00
Dave Schuyler 9774a2282e formatting 2005-03-03 20:33:57 +00:00
Josh Yelon ac5fb48042 A Fix for p2p messages 2005-03-01 18:35:47 +00:00
David Rose edf017e3f6 support multiple inheritance in dc file 2005-02-25 23:32:34 +00:00
David Rose 92cf58e6db untabify 2005-01-20 01:14:14 +00:00
David Rose ee66668ab1 integrate latest changes from CMU 2005-01-19 23:27:15 +00:00
David Rose ec535f800a CConnectionRepository 2004-05-19 20:19:36 +00:00
Joe Shochet bc70d28fc5 datagram improvements 2004-04-09 22:56:34 +00:00
Dave Schuyler 75708f8b9d removed excess returns 2003-10-08 00:44:26 +00:00
Joe Shochet de41ee6447 *** empty log message *** 2002-02-08 01:16:45 +00:00
Jesse Schell dd0210b095 *** empty log message *** 2000-10-18 00:27:00 +00:00
David Rose c07eb09341 Initial revision 2000-10-11 20:04:08 +00:00