0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 04, 2025 — Aug 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version 4.3.0 More... over 16 years ago
Add a mrclient module wrapping libmrclient. More... over 16 years ago
Instead of duplicating docstrings, copy them in code. More... over 16 years ago
Wrap _moira.connect in Python so we can set the query version to -1. More... over 16 years ago
Wrap mr_version. More... over 16 years ago
Version 4.2.2 More... over 16 years ago
Work around loop bugs in older Pyrex instances. More... over 16 years ago
Version 4.2.1 More... over 16 years ago
Don't link against extra libraries. More... over 16 years ago
Version 4.2 More... over 16 years ago
mr_init is a private function. More... over 16 years ago
Expose moira.proxy, a wrapper around mr_proxy. More... over 16 years ago
Squelch a Pyrex warning. More... over 16 years ago
Use MR_SUCCESS and MR_CONT instead of 0 when appropriate. More... over 16 years ago
Clear out query caches when disconnecting from a server. More... over 16 years ago
Update moira.__all__ to include newly added functions. More... over 16 years ago
Add a function to the Python module to expose mr_access. More... over 16 years ago
Expose mr_access in the Pyrex module. More... over 16 years ago
Generalize the *args/**kwargs parsing code from moira.query. More... over 16 years ago
Convert error codes to ints in moira.errors. More... over 16 years ago
Add a code attribute to MoiraException that pulls up the com_err code. More... over 16 years ago
Add moira.errors(), which parses a compile_et-generated com_err header file to get the Moira error codes. More... over 16 years ago
Make sure qy can handle _help and _list_queries queries. More... over 16 years ago
Actually export MoiraException in the moira module. More... over 16 years ago
Import MoiraException into the moira module so it's exposed. More... over 16 years ago
Release version 4.1 More... over 16 years ago
Add a 'qy' script, based on the one in the ops locker. More... over 16 years ago
Make it possible for clients to change how moira.query returns parsed information. More... over 16 years ago
Bump version number to 4.0 to reflect major improvements. More... over 16 years ago
Fix handling of kwargs in moira.query. More... over 16 years ago