summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-28Fix version number in debian/changelog and add missing build-dep.tracing-0.5Lars Wirzenius2-3/+4
2011-05-28Release version 0.5.Lars Wirzenius3-1/+12
2011-05-28Build docs with sphinx.Lars Wirzenius7-11/+341
2011-05-28Install built docs.Lars Wirzenius1-0/+1
2011-05-28Fix setup.py to get version from tracing.py.Lars Wirzenius1-1/+3
2011-05-28Add Makefile to build docs, clean up stuff.Lars Wirzenius1-0/+7
2011-05-28Add files to build docs with sphinx.Lars Wirzenius3-0/+297
2011-05-28Add version number into tracing.py.Lars Wirzenius1-0/+2
sphinx will dig it out from there, and avoids needs to update it many places.
2011-05-28Update tracing.py docstrings.Lars Wirzenius1-10/+31
2011-05-18Change source package format.tracing-0.4Lars Wirzenius1-1/+1
2011-05-18Make it be a non-native package.Lars Wirzenius1-1/+1
2011-05-18Release version 0.4.Lars Wirzenius1-0/+7
2011-05-18Update description in setup.py.Lars Wirzenius1-6/+10
2011-05-18Also install docs and example.Lars Wirzenius1-0/+3
2011-05-18Bump version number in setup.py.Lars Wirzenius1-1/+1
2011-05-18Prepare debian/changelog for upload to Debian.Lars Wirzenius1-23/+3
2011-05-18Update debian/copyright to follow current DEP5 syntax.Lars Wirzenius1-5/+5
2011-05-18Add Homepage field to debian/copyright.Lars Wirzenius1-1/+1
2011-05-18Make setuppy-debian-versions-match not be required.Lars Wirzenius2-3/+3
This lets me upload python-tracing to Debian without having to also upload extrautils.
2011-05-18Update Debian package description.Lars Wirzenius1-6/+10
Thanks to Robert Collins for pointing out the need.
2011-05-18Bump Standards-Version to 3.9.2.Lars Wirzenius1-1/+1
No other changes required.
2011-05-18Bump Standards-Version to 3.9.1.Lars Wirzenius1-1/+1
No other changes required.
2011-05-16Add justification for tracing to exist to README.Lars Wirzenius1-0/+7
2011-04-23Release version 0.3.version_0_3Lars Wirzenius2-1/+7
2011-04-23Add NEWS.Lars Wirzenius1-0/+8
2011-04-23Add a README.Lars Wirzenius1-0/+34
2011-04-23Update setup.py for pypi upload.Lars Wirzenius1-1/+19
2011-02-15Bump version number for release of 0.2.version_0_2Lars Wirzenius1-1/+1
2011-02-15New version with API improvemnt: trace now takes optional argumentsLars Wirzenius2-1/+9
and if given any, they'll be used to format message.
2011-02-04Merge speed test and optimizations.Lars Wirzenius2-8/+41
2011-02-04Optimize speed a bit.Lars Wirzenius2-9/+15
2011-02-04Add more measurements.Lars Wirzenius1-1/+20
2011-02-04Add speed-test for measuring speed of tracing.Lars Wirzenius1-0/+8
2011-02-03Only log basename.Lars Wirzenius1-0/+2
2011-02-03Speed optimization. Don't dig out tracebacks if there are no patterns.Lars Wirzenius3-7/+15
2011-02-03Add Debian packaging.Lars Wirzenius7-0/+66
2011-02-03Initial commit.Lars Wirzenius3-0/+131