Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Debug | Ned Batchelder | 2015-09-10 | 1 | -0/+1 |
| | |||||
* | Fix the bat-writer | Ned Batchelder | 2015-09-10 | 1 | -2/+1 |
| | |||||
* | Debug | Ned Batchelder | 2015-09-10 | 1 | -0/+1 |
| | |||||
* | How many languages can I nest at once and still get the escaping right? | Ned Batchelder | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | This is like building a ship in a bottle | Ned Batchelder | 2015-09-10 | 2 | -8/+29 |
| | |||||
* | More diagnostics | Ned Batchelder | 2015-09-10 | 2 | -0/+41 |
| | |||||
* | Will recreating the tox environments make 32- and 64-bit work properly? | Ned Batchelder | 2015-09-10 | 1 | -7/+7 |
| | |||||
* | ci/run_with_env.cmd requires PYTHON_VERSON to have two dots. | Ned Batchelder | 2015-09-10 | 2 | -33/+31 |
| | |||||
* | tox.ini makes more sense in this order | Ned Batchelder | 2015-09-10 | 1 | -16/+16 |
| | |||||
* | Some diagnostics to figure out what's up with Appveyor 64-bit builds. | Ned Batchelder | 2015-09-10 | 2 | -0/+9 |
| | |||||
* | Update requirements | Ned Batchelder | 2015-09-09 | 2 | -2/+2 |
| | |||||
* | Latest run_with_env.cmd | Ned Batchelder | 2015-09-08 | 1 | -15/+51 |
| | |||||
* | Add some tests of bad plugins | Ned Batchelder | 2015-09-07 | 1 | -8/+64 |
| | |||||
* | Tighten up the badges lines | Ned Batchelder | 2015-09-07 | 1 | -3/+2 |
| | |||||
* | Check more files for purity | Ned Batchelder | 2015-09-07 | 1 | -3/+4 |
| | |||||
* | Bump the version | Ned Batchelder | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | Fix some obsolete howto instructions | Ned Batchelder | 2015-09-07 | 1 | -12/+2 |
| | |||||
* | 4.0b3 | Ned Batchelder | 2015-09-07 | 1 | -8/+9 |
| | |||||
* | Coverage 4.0b3 | Ned Batchelder | 2015-09-07 | 1 | -0/+1 |
| | |||||
* | Prepare for 4.0b3 kitscoverage-4.0b3 | Ned Batchelder | 2015-09-07 | 3 | -5/+8 |
| | |||||
* | Move most requirements into requirements/*.pip, and share them where possible | Ned Batchelder | 2015-09-07 | 9 | -16/+17 |
| | | | | | --HG-- rename : requirements.pip => requirements/dev.pip | ||||
* | More compact tox syntax | Ned Batchelder | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | 2 spaces for yml | Ned Batchelder | 2015-09-07 | 1 | -10/+10 |
| | |||||
* | Configure circle ci | Ned Batchelder | 2015-09-07 | 1 | -0/+18 |
| | |||||
* | Don't try to upload dist/* if dist doesn't exist | Ned Batchelder | 2015-09-07 | 2 | -2/+5 |
| | |||||
* | Add 2.6 64-bit | Ned Batchelder | 2015-09-06 | 1 | -0/+6 |
| | |||||
* | Use proper powershell string concatenation | Ned Batchelder | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | Name the dist artifacts with dist\* | Ned Batchelder | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | Push the contents of dist as artifacts | Ned Batchelder | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | Will this work? | Ned Batchelder | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | Push appveyor artifacts explicitly | Ned Batchelder | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | A different way to run tox, doesn't work yet. | Ned Batchelder | 2015-09-06 | 1 | -0/+63 |
| | |||||
* | Shorten up tox.ini | Ned Batchelder | 2015-09-06 | 1 | -5/+5 |
| | |||||
* | Fix the contents of the kit | Ned Batchelder | 2015-09-06 | 1 | -1/+2 |
| | | | | | Previously, we were getting fullcoverage/__pycache__/*.pyc files, and we weren't getting the header files needed for ctracer. | ||||
* | Remove target I don't use | Ned Batchelder | 2015-09-06 | 1 | -6/+0 |
| | |||||
* | Try using build_script to make kits | Ned Batchelder | 2015-09-06 | 1 | -2/+2 |
| | |||||
* | Use after_test, since it happens before artifacts | Ned Batchelder | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | Try on_finish instead of after_test for building artifacts | Ned Batchelder | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | Remove extra email notifications from Appveyor | Ned Batchelder | 2015-09-06 | 1 | -8/+0 |
| | |||||
* | Remove the recently deleted file from the Makefile | Ned Batchelder | 2015-09-06 | 1 | -3/+0 |
| | |||||
* | Remove unneeded windows kit builder, now that we use Appveyor | Ned Batchelder | 2015-09-06 | 1 | -10/+0 |
| | |||||
* | Remove tests and docs from the kit, since they weren't used or usable. | Ned Batchelder | 2015-09-06 | 2 | -13/+10 |
| | |||||
* | Python 3.5 is different in other annoying ways... | Ned Batchelder | 2015-09-05 | 1 | -3/+9 |
| | |||||
* | Maybe this will build kits for failed jobs | Ned Batchelder | 2015-09-05 | 1 | -5/+0 |
| | |||||
* | Move all requirements into .pip files | Ned Batchelder | 2015-09-05 | 3 | -3/+7 |
| | |||||
* | Add license text | Ned Batchelder | 2015-09-05 | 1 | -0/+3 |
| | |||||
* | Make download_appveyor.py more general-purpose. | Ned Batchelder | 2015-09-05 | 2 | -2/+6 |
| | |||||
* | Make download_appveyor.py nicer | Ned Batchelder | 2015-09-05 | 2 | -12/+31 |
| | |||||
* | Try rolling builds, and let 64-bit fail but still build kits | Ned Batchelder | 2015-09-05 | 1 | -23/+30 |
| | |||||
* | Try another layout for badges | Ned Batchelder | 2015-09-04 | 1 | -1/+3 |
| |