index
:
python-oops
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
oops
/
tests
Age
Commit message (
Expand
)
Author
8 days
fix: suppress bandit B324 for non-security md5 usage
Enrique Sanchez Cardoso
8 days
style: apply black 26.5.1 formatting
Enrique Sanchez Cardoso
2025-07-25
Add and apply pre-commit to the repo
Ilker Emre Koc
2025-07-25
Drop support for Python2.7 and buildout, add tox
Ilker Emre Koc
2018-02-08
More idiomatic bytes/str test.
Colin Watson
2018-02-08
Add Python 3 support.
Colin Watson
2012-08-10
Release 0.0.13.
Robert Collins
2012-08-10
Add pprint_to_stream, a new helpful new publisher.
Robert Collins
2012-06-26
Revert to putting ids in the report.
James Westby
2012-06-26
More fixes from review. Thanks Rob.
James Westby
2012-06-20
Add a converter for old-style publishers.
James Westby
2012-06-20
Use a couple of functions to do publish_to_many and publish_with_fallback. Th...
James Westby
2012-06-20
Use `__call__` rather than `publish`. Thanks Rob.
James Westby
2012-06-20
Call both `publisher` and `publishers`.
James Westby
2012-06-19
Small fixes from review. Thanks Rick.
James Westby
2012-06-08
Have the config use a new publisher attribute.
James Westby
2012-06-08
Add a fan-out publisher.
James Westby
2011-11-13
Relicense under LGPL per silbs signoff.
Robert Collins
2011-10-11
Clarity on None vs non-zero.
Robert Collins
2011-10-11
Add publish_new_only helper for managing fallback publishers.
Robert Collins
2011-10-11
Do not propogate oops ids of None to the report: they indicate that the oops ...
Robert Collins
2011-10-04
Encourage setting reporter and capture the hostname by default.
Robert Collins
2011-08-17
Add an attach_date on by default.
Robert Collins
2011-08-17
Add default hooks for topic, reporter, url and exc_info, bump to 0.0.6
Robert Collins
2011-08-16
Deepcopy the template to make it safe for use with lists.
Robert Collins
2011-08-16
Permit a context to be provided to on creation hooks.
Robert Collins
2011-08-16
Support filtering of reports.
Robert Collins
2011-08-15
Review feedback.
Robert Collins
2011-08-15
Bump to v4, delete disk based storage - moved that to python-oops-datedir-rep...
Robert Collins
2011-08-15
Permit serialization and deserialisation of much more minimal oops reports.
Robert Collins
2011-08-11
Expose the branch nick and revno which the LP code used to discard on reads, ...
Robert Collins
2011-08-11
Port over the serializer from LP.
Robert Collins
2011-08-10
And extract the rfc822 parsing logic from LP.
Robert Collins
2011-08-10
Port over the uniquefileallocator code.
Robert Collins
2011-08-10
Initial project skeleton.
Robert Collins