Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Check for import order | Ned Batchelder | 2018-09-13 | 1 | -3/+3 | |
| | | ||||||
* | | Name decorator components to avoid docstring requirement | Ned Batchelder | 2018-09-09 | 2 | -9/+8 | |
| | | ||||||
* | | No need for a separate variable | Ned Batchelder | 2018-09-09 | 1 | -2/+1 | |
| | | ||||||
* | | SimpleReprMixin is a better name | Ned Batchelder | 2018-09-09 | 3 | -7/+7 | |
|/ | ||||||
* | Keep windows working in the face of bizarre errors | Ned Batchelder | 2018-09-09 | 1 | -1/+3 | |
| | ||||||
* | Defaultable variable substitution | Ned Batchelder | 2018-09-08 | 1 | -5/+10 | |
| | ||||||
* | Py2 doesn't like using unmatched groups in regex results | Ned Batchelder | 2018-09-08 | 1 | -1/+1 | |
| | ||||||
* | Strict variable substitution is now an option | Ned Batchelder | 2018-09-08 | 1 | -2/+11 | |
| | ||||||
* | Move variable substitution to be independent | Ned Batchelder | 2018-09-08 | 2 | -17/+39 | |
| | ||||||
* | Tidy up | Ned Batchelder | 2018-09-08 | 2 | -2/+0 | |
| | ||||||
* | Clarify report() arguments | Ned Batchelder | 2018-09-08 | 1 | -2/+12 | |
| | ||||||
* | Finish removing aspectlib | Ned Batchelder | 2018-09-06 | 1 | -4/+0 | |
| | ||||||
* | Remove aspectlib debugging | Ned Batchelder | 2018-09-04 | 2 | -38/+1 | |
| | ||||||
* | Bump version | Ned Batchelder | 2018-09-03 | 1 | -1/+1 | |
| | ||||||
* | SQLite on py2 doesn't like opening files with non-ascii chars in the path | Ned Batchelder | 2018-09-02 | 1 | -1/+5 | |
| | ||||||
* | Move fiddly fnmatch logic into its own testable function | Ned Batchelder | 2018-09-02 | 1 | -25/+37 | |
| | ||||||
* | Don't keep the sqlite db open for long | Ned Batchelder | 2018-09-02 | 1 | -9/+19 | |
| | ||||||
* | Persist html sort order in localStorage instead of cookie | Federico Bond | 2018-08-30 | 1 | -15/+6 | |
| | ||||||
* | Put back an always-on indication of the tracer available | Ned Batchelder | 2018-08-30 | 1 | -1/+2 | |
| | ||||||
* | Show the contents of the config file | Ned Batchelder | 2018-08-30 | 2 | -0/+9 | |
| | ||||||
* | Fix the aggressive singleton that broke the test suite in 3c54d840 | Ned Batchelder | 2018-08-30 | 1 | -11/+18 | |
| | ||||||
* | question marks aren't as good as -none- | Ned Batchelder | 2018-08-27 | 1 | -1/+1 | |
| | ||||||
* | SQLite storage detects forks | Ned Batchelder | 2018-08-27 | 1 | -5/+16 | |
| | ||||||
* | An environment-controllable way to turn on call debugging | Ned Batchelder | 2018-08-27 | 1 | -4/+7 | |
| | ||||||
* | Create the debug file more centrally | Ned Batchelder | 2018-08-27 | 2 | -12/+8 | |
| | | | | This helps ensure that all debugging output goes into a single file. | |||||
* | Formalize some more debugging tools I've been keeping to the side | Ned Batchelder | 2018-08-27 | 2 | -1/+77 | |
| | ||||||
* | Better sys_info: pid, and a more understandable name. | Ned Batchelder | 2018-08-26 | 1 | -2/+3 | |
| | ||||||
* | Tests of the schema checking | Ned Batchelder | 2018-08-26 | 1 | -3/+3 | |
| | ||||||
* | Check the schema version, no more app_id | Ned Batchelder | 2018-08-26 | 1 | -19/+17 | |
| | ||||||
* | A good way to solve the load-parallel pytestcov situation? | Ned Batchelder | 2018-08-25 | 1 | -2/+5 | |
| | ||||||
* | Merge branch 'nedbat/data-sqlite' | Ned Batchelder | 2018-08-24 | 8 | -274/+736 | |
|\ | ||||||
| * | Fix the pytest-cov test | Ned Batchelder | 2018-08-24 | 1 | -0/+3 | |
| | | ||||||
| * | Make SQLite the default storage | Ned Batchelder | 2018-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | When we trimmed trailing whitespace, we lost the last newline. Put it back. | Ned Batchelder | 2018-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | Stop using farm/src for HTML tests. | Ned Batchelder | 2018-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | PyPy needs to close cursors from pragmas | Ned Batchelder | 2018-08-24 | 1 | -2/+5 | |
| | | ||||||
| * | A better more accurate bool(data) | Ned Batchelder | 2018-08-24 | 1 | -4/+1 | |
| | | ||||||
| * | Get file_tracer semantics right, whew | Ned Batchelder | 2018-08-24 | 1 | -28/+51 | |
| | | ||||||
| * | Be flexible, and accept either json-sourced or sql-source error messages in ↵ | Ned Batchelder | 2018-08-24 | 1 | -1/+4 | |
| | | | | | | | | some tests | |||||
| * | Skip some tests for SQL for now | Ned Batchelder | 2018-08-24 | 1 | -0/+3 | |
| | | ||||||
| * | Use pid-random suffixes for SQL files | Ned Batchelder | 2018-08-14 | 2 | -9/+16 | |
| | | ||||||
| * | Move the suffix parameter, but no implementation yet | Ned Batchelder | 2018-08-14 | 1 | -2/+2 | |
| | | ||||||
| * | Remove an unused debugging thing | Ned Batchelder | 2018-08-14 | 2 | -10/+1 | |
| | | ||||||
| * | Refactor initialization | Ned Batchelder | 2018-08-14 | 1 | -84/+108 | |
| | | | | | | | | | | | | | | We need the data file suffix when the data file is created, not when write() is called. This required separating how different pieces were initialized. The old way was dumb anyway, since it (for example) created a Collector when reporting. | |||||
| * | Start moving suffix to constructor | Ned Batchelder | 2018-08-12 | 1 | -2/+4 | |
| | | ||||||
| * | Sqlite update() method | Ned Batchelder | 2018-08-11 | 1 | -0/+32 | |
| | | ||||||
| * | Error handling in add_file_tracers | Ned Batchelder | 2018-08-11 | 1 | -0/+19 | |
| | | ||||||
| * | A little better | Ned Batchelder | 2018-08-11 | 1 | -1/+1 | |
| | | ||||||
| * | Don't add data by asking about data | Ned Batchelder | 2018-08-11 | 1 | -11/+26 | |
| | | ||||||
| * | Implement more | Ned Batchelder | 2018-08-11 | 2 | -17/+60 | |
| | |