Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | derp2 | Ned Batchelder | 2015-09-17 | 1 | -1/+1 | |
| | | ||||||
* | | derp | Ned Batchelder | 2015-09-17 | 1 | -1/+1 | |
| | | ||||||
* | | Figure out why py3 is failing on Travis | Ned Batchelder | 2015-09-17 | 1 | -0/+3 | |
| | | ||||||
* | | Latest appveyor support to fix 3.5 build issue | Ned Batchelder | 2015-09-17 | 1 | -0/+5 | |
| | | ||||||
* | | Rearrange badges | Ned Batchelder | 2015-09-17 | 1 | -1/+2 | |
| | | ||||||
* | | Moar badges | Ned Batchelder | 2015-09-17 | 3 | -6/+24 | |
| | | ||||||
* | | Make ARGS usable while building wheels | Ned Batchelder | 2015-09-17 | 1 | -1/+1 | |
| | | ||||||
* | | Use latest wheel and twine. wheel is broken for us on py3... | Ned Batchelder | 2015-09-17 | 2 | -2/+2 | |
| | | ||||||
* | | Codecov is working on travis | Ned Batchelder | 2015-09-15 | 3 | -7/+10 | |
| | | ||||||
* | | Let igor do the XML report. | Ned Batchelder | 2015-09-15 | 3 | -4/+2 | |
| | | ||||||
* | | More attempts at codecov | Ned Batchelder | 2015-09-15 | 1 | -6/+11 | |
| | | ||||||
* | | metacov uses a different data file | Ned Batchelder | 2015-09-15 | 1 | -1/+1 | |
| | | ||||||
* | | have to combine coverage results. | Ned Batchelder | 2015-09-15 | 1 | -1/+1 | |
| | | ||||||
* | | Codecov on Jenkins | Ned Batchelder | 2015-09-15 | 1 | -2/+3 | |
| | | ||||||
* | | not ready for codecov on appveyor yet | Ned Batchelder | 2015-09-15 | 1 | -2/+1 | |
| | | ||||||
* | | Codecov on appveyor | Ned Batchelder | 2015-09-15 | 1 | -1/+2 | |
| | | ||||||
* | | Put back the Start-Process statements | Ned Batchelder | 2015-09-14 | 1 | -3/+3 | |
| | | ||||||
* | | Use the better call-operator rather than start-process in powershell | Ned Batchelder | 2015-09-14 | 1 | -3/+3 | |
| | | ||||||
* | | Go back to using the downloaded get-pip.py | Ned Batchelder | 2015-09-14 | 2 | -17771/+2 | |
| | | ||||||
* | | Learning Powershell one SO post at a time... | Ned Batchelder | 2015-09-14 | 1 | -1/+1 | |
| | | ||||||
* | | Maybe we can just run Python directly? | Ned Batchelder | 2015-09-14 | 1 | -1/+2 | |
| | | ||||||
* | | Diagnosing get-pip.py problems on Appveyor 2.6 | Ned Batchelder | 2015-09-14 | 2 | -2/+17770 | |
| | | ||||||
* | | I guess this needs this | Ned Batchelder | 2015-09-13 | 1 | -0/+3 | |
| | | ||||||
* | | Python 3.5 is available | Ned Batchelder | 2015-09-13 | 1 | -4/+4 | |
| | | ||||||
* | | gevent and eventlet are available on py3, so test them there | Ned Batchelder | 2015-09-12 | 2 | -3/+3 | |
| | | ||||||
* | | show_py.py was in use... oops. | Ned Batchelder | 2015-09-12 | 1 | -1/+0 | |
| | | ||||||
* | | Remove this diagnostic, it will be available somewhere else | Ned Batchelder | 2015-09-12 | 1 | -57/+0 | |
| | | ||||||
* | | Add correct URLs to the top of python_appveyor_demo files. | Ned Batchelder | 2015-09-11 | 2 | -1/+4 | |
| | | ||||||
* | | Clean up the batch file hack; 3.5rc4 is out; 64-bit builds succeed | Ned Batchelder | 2015-09-10 | 1 | -10/+5 | |
| | | ||||||
* | | Maybe this escaping is right | Ned Batchelder | 2015-09-10 | 1 | -1/+1 | |
| | | ||||||
* | | Fix the bat-writer | Ned Batchelder | 2015-09-10 | 1 | -2/+1 | |
| | | ||||||
* | | 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 | |
| | |