]> git.evergreen-ils.org Git - OpenSRF.git/history - src/python/osrf
Enable Python build with regular user to avoid perm problems at clean time.
[OpenSRF.git] / src / python / osrf /
2008-01-06 ericksonproviding option to connect to memcache at general...
2008-01-06 ericksonmade exceptions a litte more generic, passing msg to...
2008-01-02 ericksonchanged str to msg to prevent clobbering. changed...
2007-12-27 ericksonadded a static method to see if there is already a...
2007-12-27 ericksonrepaired stderr call
2007-12-27 ericksonforcing int-ness on timeout value
2007-12-23 dbsUse distutils to install Python into the standard location
2007-12-21 ericksonadded a flag to encode/decode flattened data as json
2007-12-20 ericksonadded a multisession class for agregating requets into...
2007-12-20 ericksonadded an xml flattener similar to the java xml flattener
2007-12-16 dbsContinue the march towards a pedantic 1.0 python API.
2007-12-16 dbsAdd rudimentary locale support to srfsh.py
2007-12-16 dbsAdd some basic locale support.
2007-12-16 dbsFurther pedanticize logging method names.
2007-12-16 dbsMove towards Pythonic API style conventions (as informe...
2007-12-16 dbsxml.py conflicts with other xml module namespace (boo...
2007-12-16 dbsThis file will hold only OpenSRF XML functions.
2007-11-30 ericksonremoved unnecessary log line
2007-11-30 ericksonparsing requests so the translator can return OK and...
2007-11-29 ericksonadded cache delete. updated some logging
2007-11-29 ericksonadded the proof-of-concept http multipart translation...
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-12 ericksonadded ability to log to a file
2007-11-11 ericksonchanged imports to be fully qualified
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