]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/python
Stamping upgrade for truncate-to-max-fine
[working/Evergreen.git] / Open-ILS / src / python /
2012-05-23 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-05-21 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-03-08 Bill EricksonUser activity tracking : auth verify test for srfsh.py
2011-08-18 Bill EricksonMerge branch 'master' of git.evergreen-ils.org:Evergree...
2011-08-18 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2011-08-16 Dan ScottLP 799719: Pass the DESTDIR variable to python installer
2011-03-23 senatorMerge branch 'master' of ssh://yeti.esilibrary.com...
2011-03-23 Mike RylanderMerge branch 'opac-tt-poc' of git+ssh://yeti.esilibrary...
2011-03-19 Mike RylanderMerge branch 'master' of git+ssh://yeti.esilibrary...
2011-03-19 dbsA docstring and spaces for Evergreen constants in const.py
2011-03-19 dbsSort out a mix of tabs and spaces in system.py
2011-03-19 dbsImport osrf.log and reference it when we attempt to log
2011-03-19 dbsProvide a top-level docstring for oils/utils/utils.py
2011-03-19 dbsRemove unused imports, correct some references, and...
2011-03-19 dbsDon't stomp "type" built-in and don't import that which...
2011-03-19 dbsParse the field_safe parameter in Python's IDL parser
2010-12-20 ericksoninitial openils python srfsh plugin; adds suport for...
2010-12-20 ericksonadded a simple stringifierr for IDLClass and IDLField...
2010-07-20 ericksonmd5 module is deprecated; move to hashlib
2010-06-09 atzSome python code is non-executable (script_x_check...
2010-06-09 atzExecutable scripts
2009-04-30 ericksonfield array position is determined by position in the...
2009-04-26 ericksonilsevent may be present, but null, be safer
2009-04-26 ericksondon't assume the existence event code number
2008-11-11 ericksonsome trivial python changes I meant to check in a while...
2008-08-27 dbsStart using automake/autoconf for configuring, building...
2008-08-15 mikerprotecting against (future) non-class root node children
2008-04-28 dbsx.y.z for egg versions seems to satisfy setuptools...
2008-04-19 ericksonmoved to the more correct (and functional) documnentElement
2008-03-06 ericksonfetching IDL from new open-ils idl method. added a...
2008-02-26 ericksonchanged the /right/ error to warning to prevent stderr...
2008-02-26 ericksonchanged error to warning to prevent stderr spewing
2008-02-11 ericksonaugmented parse_and_raise to act as a pass-thru when...
2008-02-06 ericksonadded vars to store permission error info
2008-02-04 ericksonadded a min-depth function for a group of orgs, changed...
2008-02-04 ericksonforcing int-ness on flat org keys for consistency
2008-02-04 ericksonverifying existance of org tree before building union...
2008-02-04 ericksonno longer clobbering client-provided array of orgs
2008-02-04 ericksonrepaired logic error in union-tree builder
2008-02-01 ericksoncreated method to return the thinnest full tree which...
2008-01-23 ericksonverifying existance of local tree before performing...
2008-01-23 ericksonadded method to return flat list of related orgs
2008-01-22 ericksonmore org utility code
2008-01-22 ericksonmore org utility code
2008-01-22 ericksonadded open-ils.actor app
2008-01-22 ericksonbeginnings of general purpose org_unit utility functions
2008-01-18 ericksonrepaired logic error in reading event status. assuming...
2008-01-17 ericksonrepaired event test
2008-01-17 ericksonadded a to_ex method to turn the event into an exceptio...
2008-01-17 ericksonadded a generic event class to model ILS events, remove...
2008-01-16 ericksonadded acq const
2008-01-16 dbsBackport from acq-experiment branch:
2008-01-15 ericksonupdated to match opensrf changes, more move away from...
2008-01-15 dbsSwitch to setuptools for dependency handling
2008-01-09 ericksonadded an is_true function
2008-01-07 dbsEnable Python build with regular user to avoid perm...
2008-01-06 ericksonmore IDL api work. moving to more pythonic lower/under...
2008-01-06 dbsTypo fix in Python IDL module (virtul -> virtual)
2008-01-04 ericksonlogging error for now instead of throwing exception
2008-01-04 erickson* added link parsing
2008-01-04 ericksonparsing primary, sequence, and primitive settings from IDL
2008-01-03 ericksonreplaced unneccesary loop with API call
2007-12-23 dbsInstall Evergreen Python modules via distutils
2007-12-21 ericksonadded some documentation. sorry, dbs, if the format...
2007-12-21 dbsAdd a little bit of example usage to the docs for idl.pl
2007-12-21 dbsFix typo that prevents parsing virtual fields
2007-12-21 dbsAdd some documentation to this marvelous class
2007-12-21 ericksonfixed atomic method re-naming
2007-12-20 ericksonadded search
2007-12-19 ericksonupdating to use new osrf api
2007-12-19 ericksonchanged str calls to unicode, changed a var from str...
2007-12-16 dbsSync up with OpenSRF trunk function name change
2007-12-16 dbsBring Evergreen Python code in sync with OpenSRF python.
2007-11-28 dbsTypo: it's -> its
2007-11-26 ericksonadded a batch retrieve method
2007-11-11 ericksonif we have already parsed the IDL,no need to re-parse
2007-11-08 ericksondid some re-tabbing
2007-09-16 ericksonpassing config context to osrfConnect
2007-09-16 ericksonrolling back unnecessary use of custom replace method
2007-09-16 ericksonfixed some attr fetching bugs. also loading tablename...
2007-09-16 ericksonadded a login method
2007-07-23 ericksonadded a list unique-ifier
2007-07-05 ericksonadded some event handling utility code and app name...
2007-06-11 ericksonported XML parsing from libxml2 to Python's builtin...
2007-05-28 mikerTypo patch from Dan Scott, correcting the Namespace...
2007-01-05 ericksonadding oils libs