]> git.evergreen-ils.org Git - OpenSRF.git/history - src/python
LP1204123 SIGUSR1 causes router unregister (Perl/C)
[OpenSRF.git] / src / python /
2012-05-31 Dan ScottBump version numbers to help with library compatibility
2012-03-07 Bill EricksonPython libs for OpenSRF ingress tracking
2011-08-16 Ben WebbLP 799718: Pass the DESTDIR variable to setup.py
2011-05-09 dbsInline TestObject for net_obj_test.py as well
2011-05-09 dbsFix unit tests for Python in a twistd instance
2011-05-09 dbsAdd Python unit testing and coverage report to "make...
2011-03-30 dbsHandle the common NXDOMAIN problem with Python a bit...
2011-03-29 dbsGive Python services introspection methods matching...
2011-03-02 ericksonbug fix with srfsh.py introspection; better handling...
2011-01-25 dbsTrivial typo fix (also tests OpenSRF buildbot)
2011-01-21 ericksonrepaired call to handle_request for router query; canno...
2011-01-11 dbsClean up Python server implementation, guided by pylint
2010-12-20 ericksonrepaired bug in total request time calc, particularly...
2010-12-20 ericksonPython srfsh enhancements
2010-12-13 ericksonimproved select/read/write fault tolerance; cleaner...
2010-11-30 ericksonfail gracefully when opensrf.settings is not up and...
2010-11-20 ericksonadded support for introspect operation
2010-11-20 ericksonadded support for paging through 'less' (like C); added...
2010-11-20 ericksonadded network disconnect func
2010-11-19 ericksonadded 'router' command for router class info queries...
2010-11-16 ericksonrepaired logic in the as-yet-unused import_array_data...
2010-11-16 ericksonremoved debug print statement
2010-11-16 ericksonrely on logic, not failure through try/catch, to determ...
2010-11-16 ericksonkilled the terminal colors in srfsh.py output. They...
2010-11-14 dbsLimit list of Python services to those within the domai...
2010-11-10 dbsCommit some unit tests for Python osrf.json module
2010-11-09 dbsosrf.json clean up
2010-11-09 dbsA solution for starting all Python services: make sh...
2010-11-09 dbsEnhanced do_start() implementation in Python management...
2010-11-09 dbsAssign, don't test equality (thanks berick)
2010-11-09 dbsMake start_all automatically daemonize services
2010-11-09 dbsGive opensrf.py reasonable defaults for options
2010-11-09 dbsTry not to stomp on global variable names and built...
2010-11-09 dbsTypos: s/wait_for_child/try_wait_child/ and s/min_child...
2010-11-09 dbsTypo: Pass in the array of servers to the memcached...
2010-11-09 dbsReference constants properly
2010-11-09 dbsMake pylint happier with PEP8-compliant argument name
2010-11-09 dbsFix daemonize problem that surfaced in start_all
2010-11-09 dbsMore debuggery for the spawning of child processes
2010-11-09 dbsMinutes and months were reversed in Python logging...
2010-11-05 ericksonpatch from Michael Giarlo for better sanity checking...
2010-11-05 ericksonadded osrf.apps to installed pachages (thanks for the...
2010-05-23 ericksonadded some debugging / sanity checks to python gateway...
2010-01-21 ericksonsimilar to recent opensrf-c changes, keep active and...
2009-09-10 ericksoninitial support for capturing bytes read from gateway...
2009-08-13 sboyetteAdded DISTCLEANFILES to make "make distclean" work...
2009-06-11 ericksoncall cleanup instead of running the death callback...
2009-06-11 ericksonadded session callback support with example method...
2009-06-10 ericksonadded a session_data disctionary to ServerSession class...
2009-05-22 ericksonopensrf.py can now read the opensrf.settings file for...
2009-05-19 ericksonuntil full settings support is added, comment that...
2009-05-19 ericksonadded final bits for stateful sessions (drone keepalive)
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...
next