0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes to non-root error handling. More... about 18 years ago
Simplified the command line, made a better 'list' function, some string and exception cleanup. More... about 18 years ago
Adding exception handling to remove the problem of propogating error codes all the way up the stack. Still not quite super-consistant, but getting there. Util functions still return true/false since they just ask questions, but API functions will throw errors to ensure they are being dealt with. Main CLI class needs to take advantage of this fact and become simpler. Tests are already modified to detect new exceptions with one exception :) More... about 18 years ago
Interim checkin while straightening out exceptions. The last_error bit reminded me of the thing I hated most about Microsoft SDK/DDK programming (that being, last_error and inconsistant error handling), so it had to go. More... about 18 years ago
More pychecker. More comments. More... about 18 years ago
PyChecker. More... about 18 years ago
Re-enable tmpdir test. GC/circular ref issues resolved. More... about 18 years ago
Unit tests pass again. More... about 18 years ago
Removed trailing whitespace More... about 18 years ago
Interim commit during refactoring. Pretty broken as a result of some cleanup but it will get straightened out very soon. The main thing I'm doing here is to remove backreferences from the object tree and make the API simpler, so that folks using the API screw up less. This means making the CLI code simpler as well. The serializer has also been overhauled so it's not as much bolted on, although I have some fixing to do to make it work entirely correctly. Wanted to check all of this in case someone decided to patch something else, making diffing really complex in the interim. I'd recommend not patching anything else to this code as I'm not close to done, really. More... about 18 years ago
Get rid of swap file More... about 18 years ago
Interim commit More... about 18 years ago
Interim refactoring commit More... about 18 years ago
Interim commit while refactoring. This breaks lots of stuff. More... about 18 years ago
Weakref additions prior to refactoring More... about 18 years ago
Added __init__.py to tests More... about 18 years ago
Make /etc/cobbler.conf be packaged instead of being created, proper handling of parse errors on config files, tweaking unit tests tempfile stuff since sync() test is currently broken by the tempfile changes (why??) More... about 18 years ago
Merging with mdehaan's changes More... about 18 years ago
Test case runs from a clean dir now More... about 18 years ago
Comparison function is simpler, and no need to sort when we need max More... about 18 years ago
s/cobber/cobbler/ More... about 18 years ago
Fixing regression in common constructor More... about 18 years ago
Moving code around More... about 18 years ago
Reducing duplication in the constructors More... about 18 years ago
Fixed so it doesn't fail on 64-bit platforms More... about 18 years ago
Removed unneeded traceback output More... about 18 years ago
Fix setup.py per Mihai's tweaks to earlier, make similar changes to Makefile, remove unused README, add __init__, etc More... about 18 years ago
Switch to syck since Mihai has it packaged now. Check for syck brokenness in main(). More... about 18 years ago
Merged Michael's changes with mine More... about 18 years ago
Fixed makefile More... about 18 years ago