summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | hmmm, 64-bit still doesn't work: ↵Ned Batchelder2015-09-041-23/+23
| | | | | | | | | | | | https://ci.appveyor.com/project/nedbat/coveragepy/build/default-46
* | | Try to get 64-bit buildsNed Batchelder2015-09-043-142/+23
| | |
* | | Better appveyor supportNed Batchelder2015-09-043-28/+315
| | |
* | | Skip the 64-bit builds for nowNed Batchelder2015-09-031-20/+20
| | |
* | | We'll do a beta 3Ned Batchelder2015-09-031-1/+1
| | |
* | | Tested on PyPy 2.6.1Ned Batchelder2015-09-021-1/+1
| | |
* | | Link to 500 Lines from templite.pyNed Batchelder2015-09-021-1/+6
| | |
* | | Fix wheel buildingNed Batchelder2015-09-012-4/+4
| | |
* | | Build wheels on appveyorNed Batchelder2015-09-011-0/+22
| | |
* | | 2.6 won't do -m, use a simpler syntaxNed Batchelder2015-08-311-1/+1
| | |
* | | Braces...Ned Batchelder2015-08-311-1/+1
| | |
* | | Try to get some debugging alsoNed Batchelder2015-08-311-5/+6
| | |
* | | A simpler .travis.yml fileNed Batchelder2015-08-311-13/+8
| | |
* | | Never mind, too cuteNed Batchelder2015-08-311-6/+6
| | |
* | | Will trailing spaces be kept?Ned Batchelder2015-08-311-6/+6
| | |
* | | Give the appveyor jobs readable namesNed Batchelder2015-08-311-6/+12
| | |
* | | Convert farm html tests to goldtests.Ned Batchelder2015-08-3122-441/+375
| | |
* | | Experimenting with a new form for farm testsNed Batchelder2015-08-301-0/+50
| | |
* | | Add a missing word in the docs.Ned Batchelder2015-08-301-1/+1
| | |
* | | Don't need this any more.Ned Batchelder2015-08-301-11/+0
| | |
* | | Greenlet released 0.4.9Ned Batchelder2015-08-302-2/+2
| | |
* | | Appveyor sends two emails each time. make it stop?Ned Batchelder2015-08-301-0/+2
| | |
* | | Kind of going nuts with badgesNed Batchelder2015-08-301-2/+8
| | |
* | | Try to make the travis badge work?Ned Batchelder2015-08-301-8/+9
| | |
* | | Fix the C extension exclusion for generic pypyNed Batchelder2015-08-301-1/+1
| | |
* | | Quiet some C compiler warnings.Ned Batchelder2015-08-302-4/+5
| | |
* | | Try generic pypy on travis.Ned Batchelder2015-08-302-4/+4
| | |
* | | Have to install coverage I guess...Ned Batchelder2015-08-301-1/+2
| | |
* | | Use tox on travis. There's probably a better way to do this.Ned Batchelder2015-08-302-9/+10
| | |
* | | Maybe we want to test main functions.Ned Batchelder2015-08-301-1/+0
| | |
* | | Pragmas for metacoverageNed Batchelder2015-08-303-3/+3
| | |
* | | Fix pylint issue.Ned Batchelder2015-08-301-2/+5
| | |
* | | Greenlet is always availble, remove conditionalization.Ned Batchelder2015-08-303-5/+3
| | |
* | | Try making metacov.zip only for metacoverage jobsNed Batchelder2015-08-301-1/+1
| | |
* | | Identify the metacov.zip filesNed Batchelder2015-08-301-2/+2
| | |
* | | OMG, sometimes the hardest problems have simple solutions. Now metacoverage ↵Ned Batchelder2015-08-302-1/+2
| | | | | | | | | | | | works with the Python tracer.
* | | 3.5 won't work yet, it's only .exe, no .msiNed Batchelder2015-08-291-7/+0
| | |
* | | Readme changed from .txt to .rstNed Batchelder2015-08-291-1/+1
| | |
* | | Maybe this will work for 3.5rc2?Ned Batchelder2015-08-291-4/+2
| | |
* | | Try to get appveryor to use 3.5rc2Ned Batchelder2015-08-292-15/+18
| | |
* | | Get 2.6 with appveyorNed Batchelder2015-08-291-8/+9
| | |
* | | Use README.rst instead of README.txtNed Batchelder2015-08-294-52/+69
| | |
* | | Make this code look rightNed Batchelder2015-08-291-19/+20
| | |
* | | Appveyor puts files in c:\projects\coveragepyNed Batchelder2015-08-291-0/+1
| | |
* | | We don't do builds, we do tests, so use after_testNed Batchelder2015-08-291-1/+1
| | |
* | | More appveyor configuration: email notifications, and zip up metacovNed Batchelder2015-08-291-1/+23
| | |
* | | Fix escape in yamlNed Batchelder2015-08-291-1/+1
| | |
* | | Try getting windows metacov on appveyorNed Batchelder2015-08-291-1/+17
| | |
* | | Need importable test libs to pylint successfullyNed Batchelder2015-08-291-0/+2
| | |
* | | Appveyor shows the banner interleaved with dots, try to fix that.Ned Batchelder2015-08-291-0/+1
| | |