]> git.evergreen-ils.org Git - OpenSRF.git/history - src/python
Patch from Scott McKellar:
[OpenSRF.git] / src / python /
2008-04-07 ericksonadded support for log transaction IDs
2008-04-07 ericksonraise an exception when the xmpp recipient is not found...
2008-03-31 ericksonlogging http result status
2008-03-31 dbsAnother potentially annoying typo
2008-03-31 dbsThis could have been a puzzling typo
2008-03-29 ericksonimplemented the majority of server-side python. still...
2008-03-19 ericksonadded some debug logging
2008-03-06 ericksonadded connect-only handling
2008-03-06 dbsOvercome old setuptools' inability to convert FTP listi...
2008-03-05 ericksonAdded support for multi-router registration
2008-02-16 dbsx.y.z version numbering seems to make setuptools happie...
2008-02-14 ericksonupdated to fit new opensrf updates
2008-02-07 ericksongracefully handle a null server resposne
2008-01-30 ericksontry/except/finally combinations are only supported...
2008-01-29 ericksonpython opensrf pre-forking server implementation. ...
2008-01-22 ericksoncreated a shallow clone method
2008-01-20 ericksonadded the ability to wait forever by passing <0 to...
2008-01-17 dbslibxml2 and libxslt1 Python modules are abnormal -...
2008-01-16 dbsAdd dnspython, libxml, and libxslt1 dependencies on...
2008-01-16 ericksonadded the ability to use cjson for json encoding/decodi...
2008-01-15 ericksonI started adding some basic bootstrap options looking...
2008-01-15 dbsMake cleaning in Python dir optional as well, to avoid...
2008-01-15 dbsBootstrapping doesn't work as desired on systems that...
2008-01-15 dbsBootstrap setuptools, drop unnecessary directory metadata
2008-01-15 dbsSwitch to setuptools to enable dependency installs...
2008-01-07 dbsEnable Python build with regular user to avoid perm...
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-26 ericksonchanged osrf python version from 1.2. to 1.0 to match...
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-12-07 dbsMinor code cleanup:
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-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