]> git.evergreen-ils.org Git - OpenSRF.git/history - src/python
added a default timeout cache setting
[OpenSRF.git] / src / python /
2007-11-27 ericksonadded a default timeout cache setting
2007-11-27 ericksonadding a caching api. requires memcache: ftp://ftp...
2007-11-26 ericksonadded error message. re-tabbed to 4 spaces
2007-11-26 ericksonremoved debug statement
2007-11-26 ericksonin addition to pushing the received message to the...
2007-11-26 ericksonadded ability to parse attributes and elements containi...
2007-11-21 ericksonreplaced str() calls with unicode()
2007-11-21 ericksonrepaired variable name
2007-11-15 ericksonremoved hard-coded reference to python 2.4
2007-11-12 ericksonadded ability to log to a file
2007-11-11 ericksonchanged imports to be fully qualified
2007-11-06 dbsEnable srfsh.py to load with the standard .srfsh.xml...
2007-10-18 ericksonreturning explicit true/false on data received
2007-08-19 ericksonadding thread name to the log output
2007-08-19 ericksonsafer extraction of data from the in-memory object
2007-08-19 ericksonfixed import statement
2007-08-19 ericksonnot creating new handle if the current thread already...
2007-08-19 ericksonadded support for multi-threaded client interactions...
2007-07-28 ericksonre-factored and cleaned up the registered class base...
2007-07-26 ericksonmaking sure error logs are logged to stderr even if...
2007-07-26 ericksonadded a try/catch around the XML parsing and an error log
2007-07-26 ericksonpython only evaluates default function param values...
2007-07-22 ericksonadded JSON gateway support
2007-07-18 ericksonfixed bug in json encoding of hinted objects and some...
2007-07-17 ericksonadded config contexts for config files. fixed some...
2007-07-05 ericksonreformated error for easier reading
2007-07-05 ericksonfixed bug where no-text-data resulted in incorrect...
2007-07-05 ericksonfixed bug in to-json logic -- was still using older api
2007-06-21 ericksonmade the logging module fail gracefully when syslog...
2007-06-15 ericksonmore tuning of hinted object handling. added support...
2007-06-15 ericksontesting email 2
2007-06-15 ericksontesting email
2007-06-15 ericksonCleaned up the network hint / object registration code...
2007-06-11 ericksonadding gateway parsing code. so far, we have XML gatew...
2007-06-11 ericksonported XML parsing from libxml2 to Python's builtin...
2007-05-18 ericksonbroke network-object logic out of the JSON parsing...
2007-01-05 ericksonadding python libs