]> git.evergreen-ils.org Git - OpenSRF.git/history - src/python
Eliminated the obsolete function osrf_message_free(), which is now
[OpenSRF.git] / src / python /
2008-10-27 dbsClean up the source tree a little more:
2008-10-25 dbsFix build of OpenSRF Python support:
2008-07-28 dbsCommit autotools patch from Kevin Beswick
2008-07-27 mikerremoving overly agressive locale normalization
2008-07-25 ericksonremoved example log line comment
2008-07-17 dbsMerge the following patches from Kevin Beswick:
2008-06-25 dbsPatch from Kevin Beswick to use autotools for OpenSRF...
2008-06-13 ericksonadded activity logging ability. activity logging any...
2008-05-23 ericksondefaulting to config.opensrf for config context. added...
2008-05-23 ericksonadded some hopefully useful comments
2008-05-23 ericksondefault to help when invalid option is provided
2008-05-23 ericksonmoved stop/start actions out to functions
2008-05-23 ericksonremoving chatty debug log line
2008-05-20 ericksonupdated some docs
2008-05-20 ericksonadded millisecond to the time output
2008-05-20 ericksonadded echo system method
2008-05-20 ericksondefaulting to string for info message
2008-05-20 ericksonnow disconnecting and clearing network handles where...
2008-05-20 ericksonadded new disconnected exception. added some error...
2008-05-20 ericksonmild doc update, some changes from testing
2008-05-19 ericksontesting svn email..
2008-05-18 ericksonNo longer globally setting the network recv_callback...
2008-05-18 ericksonadded date/time info when logging to a local file
2008-05-07 ericksonset the logging transaction ID earlier in the process
2008-05-07 ericksondisable use of cjson for now because oddities have...
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
next