Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'nedbat/contexts' | Ned Batchelder | 2018-09-21 | 1 | -28/+101 | |
|\ | ||||||
| * | More debugging. | Ned Batchelder | 2018-09-21 | 1 | -0/+10 | |
| * | Combining contexts works | Ned Batchelder | 2018-09-21 | 1 | -22/+52 | |
| * | measured_contexts() and two simple tests of the global context | Ned Batchelder | 2018-09-21 | 1 | -11/+16 | |
| * | Change measured_files to a set | Ned Batchelder | 2018-09-21 | 1 | -3/+3 | |
| * | Set the context in the data | Ned Batchelder | 2018-09-21 | 1 | -1/+1 | |
| * | SqlData can set_context | Ned Batchelder | 2018-09-18 | 1 | -0/+14 | |
| * | Super-simple contexts added to the schema | Ned Batchelder | 2018-09-18 | 1 | -7/+21 | |
* | | SimpleReprMixin is a better name | Ned Batchelder | 2018-09-09 | 1 | -3/+3 | |
|/ | ||||||
* | SQLite on py2 doesn't like opening files with non-ascii chars in the path | Ned Batchelder | 2018-09-02 | 1 | -1/+5 | |
* | Don't keep the sqlite db open for long | Ned Batchelder | 2018-09-02 | 1 | -9/+19 | |
* | SQLite storage detects forks | Ned Batchelder | 2018-08-27 | 1 | -5/+16 | |
* | 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 | |
* | 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 s... | Ned Batchelder | 2018-08-24 | 1 | -1/+4 | |
* | 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 | 1 | -0/+4 | |
* | Move the suffix parameter, but no implementation yet | Ned Batchelder | 2018-08-14 | 1 | -2/+2 | |
* | 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 | 1 | -14/+57 | |
* | Move a common method outside the data classes | Ned Batchelder | 2018-08-10 | 1 | -0/+7 | |
* | Forgot an import | Ned Batchelder | 2018-08-09 | 1 | -0/+1 | |
* | Improved debugging | Ned Batchelder | 2018-08-04 | 1 | -5/+14 | |
* | Can measure and report branches | Ned Batchelder | 2018-08-03 | 1 | -29/+89 | |
* | Use a Sqlite application_id to identify the file. | Ned Batchelder | 2018-08-03 | 1 | -0/+7 | |
* | Make writing data faster | Ned Batchelder | 2018-08-03 | 1 | -9/+18 | |
* | SQL debugging | Ned Batchelder | 2018-07-31 | 1 | -10/+34 | |
* | Report works | Ned Batchelder | 2018-07-31 | 1 | -2/+6 | |
* | Move sqlite into sqldata.py | Ned Batchelder | 2018-07-31 | 1 | -0/+172 |