summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* PokeNed Batchelder2019-11-181-1/+1
|
* Clean-ups I noticed while doing something elseNed Batchelder2019-11-175-34/+35
|
* Better getting startedNed Batchelder2019-11-162-13/+15
|
* Another detail about numbits_to_numsNed Batchelder2019-11-151-0/+4
|
* Make howitworks currentNed Batchelder2019-11-152-26/+57
|
* Thanks, Simon WillisonNed Batchelder2019-11-122-1/+4
|
* Updated register_sqlite_functions() docstringSimon Willison2019-11-121-0/+1
|
* Expose numbits_to_nums() SQL function, refs #868Simon Willison2019-11-122-0/+7
|
* Run Travis CI tests on 3.8 as wellSimon Willison2019-11-121-0/+1
| | | It looks like appveyor.yml already has this change.
* Templite {% joined %} is more convenient than trailing hyphensNed Batchelder2019-11-113-30/+59
|
* Bump versionNed Batchelder2019-11-112-1/+7
|
* rm -f doesn't need a minus prefixNed Batchelder2019-11-111-21/+21
|
* Updating GitHub should happen sooner than bumping the version numberNed Batchelder2019-11-111-10/+8
|
* Add 3.8 to appveyor, and update versionscoverage-5.0b1Ned Batchelder2019-11-111-10/+22
|
* Mention pytest-cov --cov-contextNed Batchelder2019-11-111-0/+4
|
* Don't keep unsupported wheelsNed Batchelder2019-11-111-0/+3
|
* Delete unused targetsNed Batchelder2019-11-111-7/+0
|
* Note when we dropped support for 3.4Ned Batchelder2019-11-111-0/+2
|
* Better auto-spelling of contributors' namesNed Batchelder2019-11-114-9/+17
|
* Napoleon gets noisy if you use informal typesNed Batchelder2019-11-112-27/+20
|
* Update the man page, and in the process, organize cmdline.pyNed Batchelder2019-11-102-39/+118
|
* 5.0b1 prepNed Batchelder2019-11-105-7/+9
|
* Coverage.py is only capitalized when it starts a sentenceNed Batchelder2019-11-102-5/+5
|
* Tweaks to Coverage docstringsNed Batchelder2019-11-101-10/+10
|
* Helpful command to open built doc filesNed Batchelder2019-11-101-2/+2
|
* Spell check the docsNed Batchelder2019-11-103-3/+40
|
* Contributors we had missed. Thanks, spell check!Ned Batchelder2019-11-102-1/+5
|
* Automatically consider contributors' names as correctly spelledNed Batchelder2019-11-102-24/+9
|
* Finish the sqldata.py docstringsNed Batchelder2019-11-103-12/+54
|
* Details of context tracingNed Batchelder2019-11-102-3/+3
|
* Remove :history: linesNed Batchelder2019-11-0915-86/+0
|
* Remove unneeded variable initializationNed Batchelder2019-11-091-3/+0
|
* Make sure dataio logging is happening where it shouldNed Batchelder2019-11-091-0/+2
|
* CoverageData.lines doesn't sort its returned listNed Batchelder2019-11-093-8/+8
|
* sqldata.py docstringsNed Batchelder2019-11-091-31/+118
|
* '[run] note' is no longer supported.Ned Batchelder2019-11-099-71/+24
|
* Add some help to the MakefileNed Batchelder2019-11-091-20/+19
|
* What's new in 5.x docNed Batchelder2019-11-096-9/+138
|
* Meta on linux; makefile target rationalizationNed Batchelder2019-11-085-5/+13
|
* Linux tests are runnableNed Batchelder2019-11-074-15/+39
| | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8
* Unpin pyparsing, they fixed itNed Batchelder2019-11-051-4/+0
|
* Pin pyparsing==2.4.2 because 2.4.3 breaks PyContractsNed Batchelder2019-11-051-0/+4
|
* A little more metacovNed Batchelder2019-11-054-7/+30
|
* Exclude some nested coverage lines from coverageNed Batchelder2019-11-041-28/+32
|
* This file was unused since we deleted test_farm.py a year agoNed Batchelder2019-11-041-14/+0
|
* Consolidate the type checking of toml valuesNed Batchelder2019-11-041-22/+12
|
* Refactor the toml logicNed Batchelder2019-11-042-83/+103
| | | | | | | | | - Section names can be dotted. - We only ever read one file, so we don't need to loop over files. - Error messages should show the actual section names where problems happened.
* Give warnings about not being able to parse TOML files if toml isn't installedNed Batchelder2019-11-033-22/+62
|
* A better way to import optional modulesNed Batchelder2019-11-035-9/+86
|
* Expand environment variables in any part of a TOML configNed Batchelder2019-11-032-8/+6
|