Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | docs: tweak the sidebar | Ned Batchelder | 2021-10-30 | 1 | -1/+1 | |
| | ||||||
* | docs: fix two warnings in the release-notes process | Ned Batchelder | 2021-10-30 | 3 | -3/+3 | |
| | | | | ... and change "tox doc" to fail next time this happens. | |||||
* | style: remove mention of Python 2 | Ned Batchelder | 2021-10-30 | 1 | -2/+2 | |
| | ||||||
* | build: every release leads to tweaks to the process | Ned Batchelder | 2021-10-30 | 1 | -4/+2 | |
| | ||||||
* | docs: link to the no-more-jquery pull request | Ned Batchelder | 2021-10-30 | 1 | -1/+3 | |
| | ||||||
* | chore: bump version | Ned Batchelder | 2021-10-30 | 2 | -1/+6 | |
| | ||||||
* | build: prep for version 6.16.1 | Ned Batchelder | 2021-10-29 | 4 | -7/+9 | |
| | ||||||
* | docs: sample HTML report for 6.1 | Ned Batchelder | 2021-10-29 | 18 | -4698/+4545 | |
| | ||||||
* | docs: say a little more about annotate in the changelog | Ned Batchelder | 2021-10-29 | 1 | -1/+4 | |
| | ||||||
* | deprecated: the annotate command will be removed in a future version | Ned Batchelder | 2021-10-29 | 4 | -2/+24 | |
| | ||||||
* | refactor(test): make re_lines (et al) look like re.search | Ned Batchelder | 2021-10-28 | 7 | -74/+68 | |
| | | | | and also replace some calls with just-plain re.search. | |||||
* | refactor(test): name this gold file properly | Ned Batchelder | 2021-10-28 | 2 | -1/+1 | |
| | ||||||
* | test: add a annotate test, and simplify the logic | Ned Batchelder | 2021-10-28 | 3 | -5/+32 | |
| | ||||||
* | chore(docs): 'make cmd_help' because cmdline.py changed | Ned Batchelder | 2021-10-28 | 4 | -0/+4 | |
| | ||||||
* | feat: html output directory gets a .gitignore file. #1244 | Ned Batchelder | 2021-10-27 | 5 | -0/+14 | |
| | ||||||
* | build: run tests and quality on my branches without making pull requests | Ned Batchelder | 2021-10-27 | 2 | -0/+2 | |
| | ||||||
* | fix(debug): ast_dump failed on a few things | Ned Batchelder | 2021-10-27 | 4 | -18/+42 | |
| | ||||||
* | refactor(test): re_lines is more useful if it returns a list | Ned Batchelder | 2021-10-27 | 4 | -19/+28 | |
| | ||||||
* | feat: xml and json say what they are doing, and -q quiets everything. #1254nedbat/dashq | Ned Batchelder | 2021-10-26 | 11 | -21/+88 | |
| | ||||||
* | build: force 'build' to shut up | Ned Batchelder | 2021-10-26 | 3 | -1/+11 | |
| | ||||||
* | test: a true unit test for render_report | Ned Batchelder | 2021-10-26 | 2 | -1/+51 | |
| | ||||||
* | refactor: alphabetize the options | Ned Batchelder | 2021-10-26 | 2 | -90/+90 | |
| | ||||||
* | refactor: more direct | Ned Batchelder | 2021-10-25 | 1 | -3/+2 | |
| | ||||||
* | fix: changes for PyPy3.8 | Ned Batchelder | 2021-10-25 | 8 | -5/+13 | |
| | | | | | | | | | | - Update tox.ini to let us run against PyPy3.8 - Some 3.8 behavior is (apparently) only on CPython - PyPy3.8 doesn't get along with virtualenv yet (https://github.com/pypa/virtualenv/issues/2182), so use venv instead for our virtualenv tests. | |||||
* | build: avoid direct setup.py use | Ned Batchelder | 2021-10-25 | 1 | -7/+7 | |
| | ||||||
* | build: make PyPy kits without invoking setup.py directlynedbat/pypy-kit-without-setup-py | Ned Batchelder | 2021-10-25 | 1 | -3/+4 | |
| | ||||||
* | build: a minimal tox.pip for getting tox started | Ned Batchelder | 2021-10-25 | 10 | -154/+100 | |
| | | | | | | No need to install a lot of junk just to have tox make a new venv and install things into it. And then ci.pip can be much smaller, installing just what kits need: kit.pip | |||||
* | chore: make upgrade | Ned Batchelder | 2021-10-25 | 3 | -2/+25 | |
| | ||||||
* | build: avoid direct setup.py invocations | Ned Batchelder | 2021-10-25 | 8 | -38/+18 | |
| | | | | Also simplified the .pip files a bit. | |||||
* | test: also test goldtest bad xml | Ned Batchelder | 2021-10-25 | 2 | -14/+37 | |
| | ||||||
* | test: finishing covering goldtest.py with test_goldtest.py | Ned Batchelder | 2021-10-24 | 4 | -24/+78 | |
| | ||||||
* | chore: make upgrade | Ned Batchelder | 2021-10-24 | 7 | -65/+515 | |
| | ||||||
* | build: use pip-tools to manage *.pip from *.in | Ned Batchelder | 2021-10-24 | 14 | -18/+117 | |
| | | | | | The requires.io site stopped working for me, and this is a more automated process anyway. | |||||
* | build: use 3.8 uniformly for ci tasks | Ned Batchelder | 2021-10-24 | 2 | -5/+5 | |
| | ||||||
* | Build wheel for PyPy3.8 | Hugo van Kemenade | 2021-10-24 | 1 | -0/+1 | |
| | ||||||
* | test: test compare() from test/goldtest.py | Ned Batchelder | 2021-10-24 | 3 | -45/+125 | |
| | ||||||
* | refactor(test): os_sep and remove_tree helpers | Ned Batchelder | 2021-10-24 | 6 | -24/+30 | |
| | ||||||
* | fix(html): ariaSort isn't supported in Firefox yet | Ned Batchelder | 2021-10-23 | 6 | -28/+26 | |
| | | | | The HTML report index page wasn't indicating the sort order properly | |||||
* | chore(test): update gold files | Ned Batchelder | 2021-10-23 | 27 | -213/+217 | |
| | ||||||
* | test: update gold files | Ned Batchelder | 2021-10-23 | 43 | -2063/+1890 | |
| | ||||||
* | fix(html): fix a few problems with the html report | Ned Batchelder | 2021-10-23 | 7 | -43/+64 | |
| | | | | | | | | | | - highlights weren't showing - anchored lines were not visible - some j/k motions were broken - clicking the big buttons at the top didn't work | |||||
* | test: sometimes pytest directories have a "popen" component | Ned Batchelder | 2021-10-23 | 1 | -3/+4 | |
| | | | | | Those have to be scrubbed too. I'm not sure why it's sometimes there, sometimes not. Maybe xdist? | |||||
* | refactor: no more need for a search path for static files | Ned Batchelder | 2021-10-23 | 2 | -106/+14 | |
| | | | | | | | We used to search an OS-specific directory in addition to our own, specifically so that Debian could use an OS-installed copy of jQuery and its plugins. But we no longer have jQuery or any third-party JavaScript code, so we don't need to search the Debian directories. | |||||
* | docs: thanks, Nils K for the vanilla JS conversion! | Ned Batchelder | 2021-10-23 | 2 | -1/+3 | |
| | ||||||
* | refactor(html): remove all uses of jQuery, only vanilla JS now | Septatrix | 2021-10-23 | 13 | -624/+408 | |
| | | | | This is squashed from pull request #1248 | |||||
* | refactor(html): a one-header sticky header | Ned Batchelder | 2021-10-23 | 5 | -121/+113 | |
| | ||||||
* | fix(html): scrolling to an anchor ensures the line is visible | Ned Batchelder | 2021-10-20 | 4 | -27/+37 | |
| | | | | | | | The sticky header was hiding the line scrolled to the top of the window. Along the way, also changed to use classes on <body> to control the sticky header, and moved the header code into a function. | |||||
* | fix: avoid measuring generated code. #1160 | Ned Batchelder | 2021-10-18 | 4 | -3/+32 | |
| | ||||||
* | refactor: no need for specialized pyexpat code anymore | Ned Batchelder | 2021-10-18 | 5 | -106/+0 | |
| | | | | | | | | The pyexpat bug that plagued us was fixed in Python 3.4: https://bugs.python.org/issue22462 We no longer need the code that adapted to it. The test will remain, couldn't hurt. | |||||
* | docs: clarify how --source affects reporting commands. #1159 | Ned Batchelder | 2021-10-18 | 2 | -0/+11 | |
| |