Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Merge Martin[gz]'s fix for make_stream_binary. | Robert Collins | 2011-04-25 | 1 | -4/+10 | |
| | | |\ | ||||||
| | | | * | Remove presumably erroneous _make_stream_binary call | Martin | 2011-04-25 | 1 | -1/+0 | |
| | | | | | ||||||
| | | | * | Vary fileno attempt exception type to support Python 3 | Martin | 2011-04-25 | 1 | -1/+6 | |
| | | | | | ||||||
| | | | * | Use try/except rather than getattr to test for fileno _make_stream_binary | Martin | 2011-04-25 | 1 | -3/+5 | |
| | | | | | ||||||
| | | * | | More fixups. | Robert Collins | 2011-04-25 | 2 | -150/+168 | |
| | | |/ | ||||||
| | | * | More small stuff. | Robert Collins | 2011-04-25 | 2 | -9/+9 | |
| | | | | ||||||
| | | * | Progress. | Robert Collins | 2011-04-25 | 4 | -28/+34 | |
| | | | | ||||||
| | | * | More progress. | Robert Collins | 2011-04-25 | 1 | -5/+8 | |
| | | | | ||||||
| | | * | Make test suite importable in py3. | Robert Collins | 2011-04-25 | 8 | -22/+28 | |
| | | | | ||||||
| | | * | Get pydoc3.1 subunit working. | Robert Collins | 2011-04-25 | 2 | -2/+3 | |
| | | | | ||||||
| | | * | Fixup initial py3 support from tres and start digging further. | Robert Collins | 2011-04-25 | 2 | -13/+12 | |
| | | |\ | ||||||
| | | | * | Work around Python3 syntax errors. | Tres Seaver | 2011-03-10 | 1 | -14/+30 | |
| | | | | | | | | | | | | | | | Notions borrowed from the 'six' portability library. | |||||
| * | | | | Merge trunk r142 and resolve conflicts. | John Arbash Meinel | 2011-06-30 | 9 | -190/+503 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Split out method that checks for expected failures into a separate method. | Jelmer Vernooij | 2011-04-25 | 1 | -3/+6 | |
| | | | | | ||||||
| | * | | | Move read_test_filter to python/subunit. | Jelmer Vernooij | 2011-04-25 | 2 | -1/+13 | |
| | | | | | ||||||
| | * | | | Remove TagCollapsingDecator test. | Jelmer Vernooij | 2011-04-25 | 1 | -5/+0 | |
| | | | | | ||||||
| | * | | | Mark unexpected successes, too. | Jelmer Vernooij | 2011-04-11 | 2 | -2/+15 | |
| | | | | | ||||||
| | * | | | Filter errors as well. | Jelmer Vernooij | 2011-04-11 | 2 | -6/+18 | |
| | | | | | ||||||
| | * | | | Support --fixup-expected-failures argument to subunit-filter. | Jelmer Vernooij | 2011-04-11 | 2 | -3/+25 | |
| | | | | | ||||||
| | * | | | Add test for TagCollapsingDecorator.testsRun. | Jelmer Vernooij | 2011-03-28 | 1 | -0/+5 | |
| | |/ / | ||||||
| | * | | Add different support. | Jonathan Lange | 2011-02-15 | 1 | -0/+15 | |
| | | | | ||||||
| | * | | Consistently use super() rather than upcalling. | Jonathan Lange | 2011-02-13 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Use the time collapsing decorator as well. | Jonathan Lange | 2011-02-13 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Make sure that we don't send time if there are none to send. | Jonathan Lange | 2011-02-13 | 2 | -0/+17 | |
| | | | | ||||||
| | * | | Properly handle multiple events. | Jonathan Lange | 2011-02-13 | 2 | -6/+34 | |
| | | | | ||||||
| | * | | Add a time collapsing decorator. | Jonathan Lange | 2011-02-13 | 2 | -0/+44 | |
| | | | | ||||||
| | * | | Only one mechanism for checking to see if a thing is filtered. | Jonathan Lange | 2011-02-12 | 1 | -15/+27 | |
| | | | | ||||||
| | * | | Simplify TRF by using TagCollapsingDecorator. | Jonathan Lange | 2011-02-12 | 1 | -23/+1 | |
| | | | | ||||||
| | * | | Implement the tag collapsing logic by stealing stuff from TRF and fixing it. | Jonathan Lange | 2011-02-12 | 2 | -0/+63 | |
| | | | | ||||||
| | * | | Get started, fix a bug in subunit's decorator. | Jonathan Lange | 2011-02-12 | 2 | -1/+18 | |
| | |/ | ||||||
| | * | Delete unnecessary code. | Jonathan Lange | 2011-02-12 | 1 | -9/+1 | |
| | | | ||||||
| | * | More flakes. | Jonathan Lange | 2011-02-11 | 1 | -25/+23 | |
| | | | ||||||
| | * | Unnecessary whitespace. | Jonathan Lange | 2011-02-11 | 1 | -1/+0 | |
| | | | ||||||
| | * | Pass through time when we aren't in tests. | Jonathan Lange | 2011-02-11 | 2 | -3/+9 | |
| | | | ||||||
| | * | Fix the immediate bug. | Jonathan Lange | 2011-02-11 | 2 | -22/+31 | |
| | | | ||||||
| | * | Failing test that demonstrates the bug. | Jonathan Lange | 2011-02-11 | 1 | -1/+29 | |
| | | | ||||||
| | * | Clarity | Jonathan Lange | 2011-02-11 | 1 | -6/+16 | |
| | | | ||||||
| | * | Parametrize the subunit input. | Jonathan Lange | 2011-02-11 | 1 | -3/+4 | |
| | | | ||||||
| | * | Try to make the test set up a little more data driven. | Jonathan Lange | 2011-02-11 | 1 | -26/+26 | |
| | | | ||||||
| | * | Formatting. | Jonathan Lange | 2011-02-11 | 1 | -6/+3 | |
| | | | ||||||
| | * | No need for that either | Jonathan Lange | 2011-02-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | No need to store on the object either. | Jonathan Lange | 2011-02-10 | 1 | -28/+28 | |
| | | | ||||||
| | * | Delete unused method. | Jonathan Lange | 2011-02-10 | 1 | -3/+0 | |
| | | | ||||||
| | * | Pass the filter in. | Jonathan Lange | 2011-02-10 | 1 | -14/+14 | |
| | | | ||||||
| | * | Return, rather than setting an attribute | Jonathan Lange | 2011-02-10 | 1 | -6/+7 | |
| | | | ||||||
| | * | More flakes. | Jonathan Lange | 2011-02-10 | 1 | -3/+3 | |
| | | | ||||||
| | * | More flakes to fix up | Jonathan Lange | 2011-02-10 | 2 | -20/+8 | |
| | | | ||||||
| | * | Flakes | Jonathan Lange | 2011-02-10 | 1 | -11/+8 | |
| | | | ||||||
| | * | CR, not cr. Flakes. Whitespace. | Jonathan Lange | 2011-01-28 | 2 | -8/+7 | |
| | | | ||||||
| | * | Default to (more) strict decoding of chunked parts | Martin Pool | 2011-01-11 | 2 | -3/+32 | |
| | | |