| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ;; | Seth M. Larson | 2018-01-10 | 1 | -0/+1 |
| | | |||||
| * | Add pyenv install for Python 3.7 on macOS | Seth M. Larson | 2018-01-10 | 1 | -0/+3 |
| | | |||||
| * | Use pyenv to install all versions of Python for macOS; update Python3 versionshaikuginger-fix-travis-macos-2.7 | Jesse Shapiro | 2017-12-11 | 1 | -8/+8 |
| | | |||||
| * | Move app engine tests over to pytest | Jon Wayne Parrott | 2017-06-07 | 1 | -1/+1 |
| | | |||||
| * | Fix download pathfix-gae | Jon Wayne Parrott | 2017-05-28 | 1 | -1/+1 |
| | | |||||
| * | Remove erroneous check, the gcp-devrel script handles in-place upgrades | Jon Wayne Parrott | 2017-05-28 | 1 | -1/+1 |
| | | |||||
| * | Fix GAE build | Jon Wayne Parrott | 2017-05-28 | 2 | -109/+2 |
| | | | | | | * Use gcp-devrel's script for fetching the app engine sdk instead of our own. * Update the version of NoseGAE. | ||||
| * | Statically link OpenSSL and cryptography. | Cory Benfield | 2017-02-12 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | This is necessary to avoid a mess due to distutils trying to replicate the compliation environment of the original Python. distutils loses track of what it's trying to do and so compiles using the header files from OpenSSL 1.1 but then links against OpenSSL 1.0, gets all in a tizzy, and throws its hands up in the air and quits in a huff. This avoids that by instead statically linking. It avoids getting the Python linker flags passed through and instead just finds the archive files directly. As an added benefit this is much more representative of how the cryptography wheels are distributed, which means that we can handily avoid testing in unrepresentative environments. Good work team! | ||||
| * | Stop auto-linking against OpenSSL. | Cory Benfield | 2017-02-12 | 1 | -6/+0 |
| | | | | | | pyenv on Mac does this for us automatically, so we don't actually need to maintain this patch. So let's just not bother. | ||||
| * | Add Python 3.6 support. | Cory Benfield | 2016-12-23 | 1 | -0/+4 |
| | | |||||
| * | Test with OpenSSL 1.1 on Mac. | Cory Benfield | 2016-10-27 | 2 | -3/+8 |
| | | |||||
| * | Seems like version mismatch is the issue. | Cory Benfield | 2016-10-20 | 2 | -1/+9 |
| | | |||||
| * | I wonder if we're missing this. | Cory Benfield | 2016-10-20 | 1 | -1/+1 |
| | | |||||
| * | Try using codecov | Cory Benfield | 2016-10-20 | 1 | -1/+1 |
| | | |||||
| * | We don't want a sad @haikuginger | Cory Benfield | 2016-10-20 | 1 | -1/+1 |
| | | |||||
| * | Keep using the good OpenSSL | Cory Benfield | 2016-10-20 | 1 | -0/+4 |
| | | |||||
| * | Use the good OpenSSL. | Cory Benfield | 2016-10-20 | 1 | -0/+2 |
| | | |||||
| * | Gotta use the pyenv everywhere. | Cory Benfield | 2016-10-20 | 1 | -0/+13 |
| | | |||||
| * | Seems like Python 2.6 doesn't like -m pip | Cory Benfield | 2016-10-20 | 1 | -4/+4 |
| | | |||||
| * | Add support for OS X. | Cory Benfield | 2016-10-20 | 1 | -0/+55 |
| | | | | | This is based on the work done for PyCA cryptography. | ||||
| * | Merge branch 'close' of https://github.com/scop/urllib3 into scop-close | Cory Benfield | 2016-09-05 | 1 | -2/+2 |
| |\ | |||||
| | * | Use "with" to close more files eagerly and also on error | Ville Skyttä | 2016-07-26 | 1 | -2/+2 |
| | | | |||||
| * | | Use Travis supplied PyPy 5.3 | John Vandenberg | 2016-07-29 | 3 | -33/+7 |
| |/ | | | | | | | Replaces custom PyPy 4.0.1 build with Travis supplied PyPy 5.3, removing the need for two bash Travis specific scripts. Improve fetch_gae_sdk.py to simplify the invocation in .travis.yml | ||||
| * | Update to new PyPy on Travis. | Cory Benfield | 2016-02-22 | 2 | -0/+23 |
| | | |||||
| * | Pin tox for travis | Ian Cordasco | 2015-11-19 | 1 | -1/+1 |
| | | |||||
| * | Sync fetch_gae_sdk.py with oauth2client | John Vandenberg | 2015-10-21 | 1 | -10/+12 |
| | | |||||
| * | Fixing appengine tests | Jon Wayne Parrott | 2015-08-21 | 2 | -0/+109 |
