| Commit message (Expand) | Author | Age | Files | Lines |
| * | Overhaul exception reporting. | Robert Collins | 2015-03-10 | 1 | -65/+52 |
| * | Fixed docstrings in content.py. | Corey Goldberg | 2014-10-17 | 1 | -20/+20 |
| * | Make text_content more explicit about the types that it accepts. | Thomi Richards | 2014-10-16 | 1 | -3/+5 |
| * | Raise a TypeError when text_content is passed bytes, so we get an error as ea... | Thomi Richards | 2014-05-16 | 1 | -0/+3 |
| * | Remove workaround for getincrementaldecoder not being in 2.4. | Daniel Watkins | 2013-12-03 | 1 | -12/+6 |
| * | Use a context manager as suggested by a comment. | Daniel Watkins | 2013-12-03 | 1 | -7/+6 |
| * | Add testtools.StacktraceContent. | Thomi Richards | 2013-11-26 | 1 | -0/+31 |
| * | Export testtools.content.json_content properly. | Robert Collins | 2013-11-08 | 1 | -0/+1 |
| * | Comment about disabled test | Jonathan Lange | 2013-10-26 | 1 | -0/+1 |
| * | Add StackLinesContent, reimplement TracebackContent to use this new class. | Thomi Richards | 2013-10-25 | 1 | -35/+73 |
| * | Remove unused code. | Thomi Richards | 2013-10-23 | 1 | -11/+0 |
| * | Disable hiding internal frames within user frames. | Robert Collins | 2013-06-16 | 1 | -1/+1 |
| * | * Testtools now depends on extras, a small library split out from it to contain | Robert Collins | 2013-01-18 | 1 | -1/+2 |
| * | * ``content_from_file`` and ``content_from_stream`` now accept seek_offset and | Robert Collins | 2012-12-11 | 1 | -5/+14 |
| * | Fix json_content helper on pythons with a unicode native str type | Martin | 2012-07-27 | 1 | -2/+6 |
| * | Add a JSON content type. | Jonathan Lange | 2012-07-13 | 1 | -5/+2 |
| * | Add a json_content helper. | Jonathan Lange | 2012-07-13 | 1 | -0/+8 |
| * | Copyright. Flakes | Jonathan Lange | 2012-02-04 | 1 | -1/+1 |
| * | Use TracebackContent as the point to pivot whether or not we hide stack. | Jonathan Lange | 2012-02-04 | 1 | -3/+9 |
| * | Give TracebackContent the ability to format exceptions itself, rather than | Jonathan Lange | 2012-02-04 | 1 | -4/+57 |
| * | Add as_text, a content helper. | Jonathan Lange | 2012-02-04 | 1 | -1/+10 |
| * | More doc tweaks | Jonathan Lange | 2011-12-05 | 1 | -3/+3 |
| * | Remove the decorators, correctly credit lifeless in the news file. | Jonathan Lange | 2011-04-01 | 1 | -32/+10 |
| * | Tweaks for Jono's consideration. | Robert Collins | 2011-02-19 | 1 | -28/+72 |
| * | More tests for attach_file, make lazy read work. | Jonathan Lange | 2011-02-01 | 1 | -5/+9 |
| * | read_now => lazy_read, as per review. | Jonathan Lange | 2011-02-01 | 1 | -11/+18 |
| * | Change the order of parameters to attach_file | Jonathan Lange | 2011-02-01 | 1 | -1/+1 |
| * | Move attachFile from TestCase to be a standalone function. | Jonathan Lange | 2011-02-01 | 1 | -0/+26 |
| * | Move Content.from_stream to be content_from_stream | Jonathan Lange | 2011-02-01 | 1 | -54/+55 |
| * | Delete from_text. | Jonathan Lange | 2011-02-01 | 1 | -9/+8 |
| * | Copyright bump | Jonathan Lange | 2011-02-01 | 1 | -1/+1 |
| * | Merge trunk. | Jonathan Lange | 2011-02-01 | 1 | -1/+1 |
| |\ |
|
| | * | Get it right. | Jonathan Lange | 2011-01-22 | 1 | -1/+1 |
| * | | Add eager loading options to from_file and from_stream | Jonathan Lange | 2010-12-29 | 1 | -8/+19 |
| * | | More documentation. | Jonathan Lange | 2010-12-29 | 1 | -0/+6 |
| * | | attachFile helper. | Jonathan Lange | 2010-12-29 | 1 | -4/+6 |
| * | | Remove duplication. | Jonathan Lange | 2010-12-29 | 1 | -9/+14 |
| * | | Basic convenience method for reading content from a file. | Jonathan Lange | 2010-12-29 | 1 | -0/+22 |
| * | | Make it a classmethod, and make text_content one too. | Jonathan Lange | 2010-12-29 | 1 | -23/+32 |
| * | | Add a `stream_content` helper. | Jonathan Lange | 2010-12-29 | 1 | -0/+22 |
| |/ |
|
| * | Make sure a byte string is used to join iterated bytes in Content obejcts | Martin | 2010-11-16 | 1 | -2/+5 |
| * | Add a convenience function for string content. | Jonathan Lange | 2010-10-28 | 1 | -1/+9 |
| * | testtools.utils has been renamed to testtools.compat. Importing | Robert Collins | 2010-06-23 | 1 | -3/+3 |
| |\ |
|
| | * | Move most of utils module to compat and put iterate_tests in testsuite module | Martin | 2010-06-18 | 1 | -1/+1 |
| | * | First pass at implementing unicode tracebacks for Python 2 | Martin | 2010-05-25 | 1 | -2/+2 |
| |/ |
|
| * | Fix many simple mistakes in the epytext. | Jonathan Lange | 2010-01-16 | 1 | -1/+1 |
| * | Add a 'make apidocs' target, and fix the docstrings with errors. | Jonathan Lange | 2010-01-16 | 1 | -1/+1 |
| * | Truth in copyright statements. | Jonathan Lange | 2010-01-01 | 1 | -1/+1 |
| * | Lots of little coding cleanups | Jonathan Lange | 2009-12-31 | 1 | -3/+3 |
| * | Remove trailing whitespace. | Jonathan Lange | 2009-12-31 | 1 | -3/+3 |