summaryrefslogtreecommitdiff
path: root/lab
Commit message (Expand)AuthorAgeFilesLines
* A script for comparing run timesNed Batchelder2019-10-101-0/+63
* No need for format indexes (mostly)Ned Batchelder2019-09-012-4/+4
* Remove the JSON data codeNed Batchelder2019-07-101-42/+0
* Move set_env.py to github.com/nedbat/oddsNed Batchelder2019-04-071-121/+0
* A little more niceness for set_env.pyNed Batchelder2018-11-251-15/+25
* Better error handling in set_env.pyNed Batchelder2018-11-091-6/+22
* Debug-time environment variables can be set with set_env.pyNed Batchelder2018-11-031-0/+95
* Make this useful for py3 alsoNed Batchelder2018-11-031-1/+2
* This could come in handy eventuallyNed Batchelder2018-09-241-0/+40
* Make it run on PyPy for time tests thereNed Batchelder2018-08-241-5/+7
* Simple tool to compare json and sql storageNed Batchelder2018-08-051-0/+40
* Explain the lab directoryNed Batchelder2018-06-261-0/+4
* print() is a function in Python 3cclauss2018-06-253-16/+16
* Update NOTICE link to GitHub.Ned Batchelder2018-06-246-6/+6
* Python 3.7 tweaked the layout of .pyc filesNed Batchelder2018-01-101-7/+18
* Just a toyNed Batchelder2017-08-191-3/+10
* Include the dtd for our referenceNed Batchelder2017-04-041-0/+60
* This file was a performance test of sortsNed Batchelder2016-11-191-56/+0
* Python 3.3 added a long to the .pyc format.Ned Batchelder2016-11-091-0/+4
* A new pyc flag for 3.6, from https://github.com/nedbat/coveragepy/pull/21Ned Batchelder2016-10-221-0/+1
* Built-in support for using aspectlib to debug execution.Ned Batchelder2016-08-061-14/+0
* An example of using aspectlib to debug how people are calling coverageNed Batchelder2016-06-121-0/+14
* This isn't used, but I liked itNed Batchelder2016-06-121-0/+256
* Some plus_one lines were missing when drawing arcsNed Batchelder2016-02-251-1/+1
* Helper to parse a lot of files to test the parserNed Batchelder2016-02-131-0/+19
* Update the sketch of the data formatNed Batchelder2016-01-251-10/+11
* Fix lab/parser.py, which wasn't showing enough arcsNed Batchelder2016-01-101-0/+1
* Funcdecfs went awayNed Batchelder2016-01-091-2/+0
* Update lab/parser.py for the bytecode-less worldNed Batchelder2016-01-091-42/+19
* When extracting snippets, also need to undo backslashingNed Batchelder2016-01-071-2/+3
* Make lab/parser.py usable on snippets within larger Python files.Ned Batchelder2016-01-071-3/+19
* Bytecode not byte codeNed Batchelder2016-01-072-4/+4
* lab/parser.py shows arcs more usefullyNed Batchelder2016-01-041-12/+21
* WIP: measure branches with ast instead of bytecodeNed Batchelder2015-12-241-10/+15
* More compact arcs in lab/parser.pyNed Batchelder2015-11-291-13/+35
* Pragmas on decorators apply to the entire function or class. #131Ned Batchelder2015-11-281-1/+3
* Clean up PythonParser a bit.Ned Batchelder2015-11-281-11/+8
* A test program assessing performance for issue #397Ned Batchelder2015-11-011-0/+56
* Toss unneeded stuffNed Batchelder2015-11-011-54/+0
* Oops, hex in py3.5 wasn't quite rightNed Batchelder2015-11-011-2/+2
* Number the constants, and interpret the flagsNed Batchelder2015-11-011-7/+37
* Make show_pyc runnable on Python 3Ned Batchelder2015-11-011-22/+29
* Python 2.6 str.format does not support unindexed parametersJohn Vandenberg2015-10-191-2/+2
* Helpful thing for seeing what platform.* gives meNed Batchelder2015-08-271-0/+16
* Remove obsolete notesNed Batchelder2015-08-261-36/+0
* HelperNed Batchelder2015-07-261-0/+26
* Use more specific names than 'plugins', since there will be more of them in t...Ned Batchelder2015-07-241-6/+22
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-246-122/+15
* Sketch of eventual data format.Ned Batchelder2015-07-181-0/+58
* Merge issue-324 fixNed Batchelder2015-04-204-71/+41
|\