Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calculate the pid suffix for data files at the end of the process so that ↵ | Ned Batchelder | 2010-03-20 | 5 | -35/+48 |
| | | | | programs calling os.fork will collect data from both child and parent. Fixes issue #56. | ||||
* | A successful fork.py will have 9 lines executed. | Ned Batchelder | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | A test for issue #56. | Ned Batchelder | 2010-03-18 | 1 | -0/+40 |
| | |||||
* | Track some details for Linux | Ned Batchelder | 2010-03-18 | 1 | -0/+3 |
| | |||||
* | Unhealthy whitespace obsession. | Ned Batchelder | 2010-03-15 | 2 | -8/+8 |
| | |||||
* | Remove unittest main invocations. | Ned Batchelder | 2010-03-15 | 4 | -20/+2 |
| | |||||
* | Source files can have more than one dot in them. Fixes issue #46. | Ned Batchelder | 2010-03-14 | 6 | -2/+23 |
| | |||||
* | The tweaks to HTML today mean the gold files need updating. | Ned Batchelder | 2010-03-14 | 26 | -246/+498 |
| | |||||
* | Make this function name better. | Ned Batchelder | 2010-03-14 | 2 | -2/+2 |
| | |||||
* | Added a link back to the index page at the bottom of HTML source pages. ↵ | Ned Batchelder | 2010-03-14 | 4 | -4/+17 |
| | | | | Closes issue #38. | ||||
* | Automated merge with ssh://hg@bitbucket.org/ned/coveragepy/ | Ned Batchelder | 2010-03-14 | 4 | -4/+33 |
|\ | |||||
| * | HTML line numbers are clickable, and highlight the line on arrival. Also, ↵ | Ned Batchelder | 2010-03-14 | 4 | -4/+33 |
| | | | | | | | | noticed that IE8 didn't line up the line number properly, so added an unfortunate meta tag to make it right. Closes issue #55. | ||||
* | | Who would have thought getting missing environment vars right would require ↵ | Ned Batchelder | 2010-03-13 | 1 | -2/+5 |
|/ | | | | so many tries | ||||
* | Reports now emphasize missed lines over executed lines, since those are more ↵ | Ned Batchelder | 2010-03-13 | 9 | -42/+47 |
| | | | | helpful for directing developers to improved test coverage. | ||||
* | Minor cleanup | Ned Batchelder | 2010-03-13 | 1 | -3/+3 |
| | |||||
* | Nicer handling of missing environment variables. | Ned Batchelder | 2010-03-13 | 1 | -5/+3 |
| | |||||
* | Is there any way to kill this branch? | Ned Batchelder | 2010-03-13 | 0 | -0/+0 |
|\ | | | | | | | | | --HG-- extra : close : 1 | ||||
| * | Close this branch | Ned Batchelder | 2010-03-13 | 0 | -0/+0 |
| | | | | | | | | | | | | --HG-- branch : use-os-path-module extra : close : 1 | ||||
* | | When fiddling with PYTHONPATH, be prepared for it not to exist. | Ned Batchelder | 2010-03-13 | 1 | -1/+3 |
| | | |||||
* | | I like this punctuation better | Ned Batchelder | 2010-03-13 | 1 | -1/+2 |
| | | |||||
* | | Merged Ben Finney's use-os-path-module fixes (again?) | Ned Batchelder | 2010-03-13 | 1 | -2/+4 |
|\ \ | |||||
| * \ | Merge Ben Finney's use-os-path-module fixes. | Ned Batchelder | 2010-03-13 | 2 | -3/+6 |
| |\ \ | | |/ | |||||
| | * | Use ‘os.path.join’ to join filesystem path components. | Ben Finney | 2010-02-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | --HG-- branch : use-os-path-module | ||||
| | * | Use ‘os.path.commonprefix’ to find the “relative directory” at the ↵ | Ben Finney | 2010-02-03 | 1 | -2/+4 |
| |/ | | | | | | | | | | | | | start of a path. --HG-- branch : use-os-path-module | ||||
* | | Bump version number | Ned Batchelder | 2010-03-13 | 1 | -1/+1 |
| | | |||||
* | | Deal properly with dos-ended source files while tokenizing. Fixes issue #53. | Ned Batchelder | 2010-03-13 | 3 | -1/+13 |
| | | |||||
* | | Check that our tokenizer works properly for dos-line-ended files. | Ned Batchelder | 2010-03-13 | 3 | -3/+57 |
| | | | | | | | | | | --HG-- rename : test/stress_phystoken.txt => test/stress_phystoken.tok | ||||
* | | One more backslash, and this is a valid Python file. | Ned Batchelder | 2010-03-13 | 1 | -1/+1 |
| | | |||||
* | | 2.7a4 can run the tests again. | Ned Batchelder | 2010-03-07 | 1 | -1/+1 |
| | | |||||
* | | More fiddling with ReST syntax. | Ned Batchelder | 2010-03-06 | 1 | -12/+12 |
| | | |||||
* | | ReST syntax is confusing... | Ned Batchelder | 2010-03-06 | 2 | -6/+6 |
| | | |||||
* | | Coverage 3.3.1 | Ned Batchelder | 2010-03-06 | 1 | -0/+1 |
| | | |||||
* | | Latest sample HTML (only version number changed).coverage-3.3.1 | Ned Batchelder | 2010-03-06 | 1 | -1/+1 |
| | | |||||
* | | Make a real 3.3.1 release | Ned Batchelder | 2010-03-06 | 4 | -5/+20 |
| | | |||||
* | | Don't let parallel=True prevent reporting. Fixes #49. | Ned Batchelder | 2010-03-06 | 3 | -17/+23 |
| | | |||||
* | | The niggling errors cleaning directories on Windows 7 seem to be fixed by ↵ | Ned Batchelder | 2010-03-06 | 1 | -3/+13 |
| | | | | | | | | this function which was only meant to help diagnose the problem. A heisenbug! | ||||
* | | Some tweaks to mock.py to get patching to work on 2.3 and 3.1, though 2.3 is ↵ | Ned Batchelder | 2010-02-28 | 1 | -3/+13 |
| | | | | | | | | kind of useless for this... | ||||
* | | Don't test 2.7 yet, 'setup.py develop' doesn't seem to work yet. | Ned Batchelder | 2010-02-28 | 1 | -1/+1 |
| | | |||||
* | | We'll call this 3.3.1 | Ned Batchelder | 2010-02-28 | 2 | -1/+9 |
| | | |||||
* | | If the user's code calls sys.exit(), honor the request and exit with that ↵ | Ned Batchelder | 2010-02-28 | 6 | -22/+130 |
| | | | | | | | | status. Fixes issue #50. | ||||
* | | Added some other resources, but commented out. | Ned Batchelder | 2010-02-26 | 1 | -0/+19 |
| | | |||||
* | | Spaces | Ned Batchelder | 2010-02-24 | 2 | -2/+2 |
| | | |||||
* | | Learned something about bitbucket's ticket system. | Ned Batchelder | 2010-02-24 | 1 | -0/+2 |
| | | |||||
* | | Clarify a comment | Ned Batchelder | 2010-02-24 | 1 | -2/+2 |
| | | |||||
* | | Coverage 3.3 | Ned Batchelder | 2010-02-24 | 1 | -0/+1 |
| | | |||||
* | | Oops, left in a placeholder.coverage-3.3 | Ned Batchelder | 2010-02-24 | 1 | -1/+2 |
| | | |||||
* | | There're always tweaks to the release process during releases. | Ned Batchelder | 2010-02-24 | 1 | -1/+3 |
| | | |||||
* | | Latest sample HTML output | Ned Batchelder | 2010-02-24 | 8 | -7316/+7272 |
| | | |||||
* | | When emulating the Python interpreter, don't print SystemExits tracebacks. | Ned Batchelder | 2010-02-24 | 2 | -1/+25 |
| | | |||||
* | | Move the version number to 3.3 | Ned Batchelder | 2010-02-24 | 7 | -10/+12 |
| | |