Merge branch 'master' of git://git.evergreen-ils.org/OpenSRF
[opensrf-equinox.git] / src / python /
2019-01-04 EquinoxMerge branch 'master' of git://git.evergreen-ils.org...
2019-01-04 Galen CharltonLP#1729610: return new OpenSRF status if backlog queue...
2017-09-20 Galen Charltonbump up version numbers in master to reflect 3.0 as...
2017-09-20 EquinoxMerge branch 'master' of git://git.evergreen-ils.org...
2015-06-19 EquinoxMerge branch 'master' of git://git.evergreen-ils.org...
2015-06-18 Dan ScottLP#1409055 Support specific protocols for OpenSRF gatew...
2014-01-31 EquinoxMerge branch 'master' of git://git.evergreen-ils.org...
2014-01-31 Bill EricksonLP#1066131: srfsh.py should not require opensrf.settings
2012-05-31 EquinoxMerge branch 'master' of git://git.evergreen-ils.org...
2012-05-31 Dan ScottBump version numbers to help with library compatibility
2012-03-07 EquinoxMerge branch 'master' of git://git.evergreen-ils.org...
2012-03-07 Bill EricksonPython libs for OpenSRF ingress tracking
2011-08-16 EquinoxMerge branch 'master' of git://git.evergreen-ils.org...
2011-08-16 Ben WebbLP 799718: Pass the DESTDIR variable to setup.py
2011-05-14 EquinoxMerge branch 'master' of git://git.evergreen-ils.org...
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-30 dbsHandle the common NXDOMAIN problem with Python a bit...
2011-03-29 dbsGive Python services introspection methods matching...
2011-03-29 dbsGive Python services introspection methods matching...
2011-03-02 ericksonbug fix with srfsh.py introspection; better handling...
2011-03-02 ericksonbug fix with srfsh.py introspection; better handling...
2011-02-22 dbsTrivial typo fix (also tests OpenSRF buildbot)
2011-02-22 dbsClean up Python server implementation, guided by pylint
2011-01-25 dbsTrivial typo fix (also tests OpenSRF buildbot)
2011-01-21 ericksonrepaired call to handle_request for router query; canno...
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 ericksonrepaired bug in total request time calc, particularly...
2010-12-20 ericksonPython srfsh enhancements
2010-12-20 ericksonPython srfsh enhancements
2010-12-13 ericksonimproved select/read/write fault tolerance; cleaner...
2010-12-13 ericksonimproved select/read/write fault tolerance; cleaner...
2010-11-30 ericksonfail gracefully when opensrf.settings is not up and...
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 introspect operation
2010-11-20 ericksonadded support for paging through 'less' (like C); added...
2010-11-20 ericksonadded network disconnect func
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-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 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-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...
next