GitHub / python-trio/hip / commits
A new Python HTTP client for everybody
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| e198149c | merge Merge pull request #223 from RatanShreshtha/gh-actions |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 42e78571 | Remove python 2.7 from travis | Ratan Kulshreshtha <r****a@g****m> | almost 6 years ago | |
| 2ab2bc4c | Remove python 3.9 for now | Ratan Kulshreshtha <r****a@g****m> | almost 6 years ago | |
| 4237d843 | Add python 3.9 in ci | Ratan Kulshreshtha <r****a@g****m> | almost 6 years ago | |
| cd8e7862 | Drop python 2 from ci | Ratan Kulshreshtha <r****a@g****m> | almost 6 years ago | |
| 102d2cc5 | Fix formatting | Ratan Kulshreshtha <r****a@g****m> | almost 6 years ago | |
| ba090c40 | Run black 20.8b1 |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
almost 6 years ago | |
| 9f8030c3 | Add github action run for ubuntu | Ratan Kulshreshtha <r****a@g****m> | almost 6 years ago | |
| 58ff9997 | merge Merge pull request #233 from dave-shawley/default-ports |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 6aee94f5 | Fix default port handling. | Dave Shawley <d****y@g****m> | almost 6 years ago | |
| cab5c4aa | merge Merge pull request #232 from pquentin/async-retry-test |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 5774c920 | Use lowercase for empty anyio backend | Quentin Pradet <q****t@g****m> | about 6 years ago | |
| bc13a2f0 | Asyncify TestRetryAfter and TestIPv6 PoolManager tests | Quentin Pradet <q****t@g****m> | about 6 years ago | |
| 279777f5 | Migrate TestRetry tests to async | Quentin Pradet <q****t@g****m> | about 6 years ago | |
| 4ae5cb6f | Remove requests pin to solve GitHub security alert (#231) |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| e58ad15e | merge Merge pull request #226 from pquentin/asyncify-poolmanager-tests |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 1323e611 | fixup async/await example after module rename #168 #213 (#230) |
Chris Shucksmith <c****s@s****k>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 69617839 | Check socket_options before iterating over it (#228) |
Umut Kahriman <u****u@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 34426994 | Fix nox install on Python 2 (#229) |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| d2ad284b | Asyncify remaining TestPoolManager tests | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 7efcb693 | Asyncify PoolManager redirect tests | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 0c393d53 | Pass backend to two file upload tests | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 8b97160b | Stop running tests randomly |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
over 6 years ago | |
| c4ae2404 | Switch away from fixture in NoSAN test |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
over 6 years ago | |
| 6e921c7d | Access test server URL via cls.base_url |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
over 6 years ago | |
| bd7eb05b | Remove deprecated urllib3 features (#224) |
Seth Michael Larson <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| b2dee5bf | merge Merge pull request #222 from pquentin/fix-lint |
Ratan Kulshreshtha <R****a@u****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 88c52fe7 | Fix lint after flake8 3.8 upgrade | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 76c46266 | Improve CI reliability (#219) |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 23ce1f6e | Add support for async files as request body |
Seth Michael Larson <s****n@g****m>
Committed by: Quentin Pradet <q****n@p****e> |
over 6 years ago | |
| d2268e53 | Fix Travis warnings |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 89c766d0 | Split top-level package namespaces into 'hip' and 'ahip' (#213) |
Seth Michael Larson <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 0706f484 | merge Merge pull request #212 from sethmlarson/rtd-sphinx-template |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 6937f5b5 | Add Trio+RTD theme and readthedocs.yml | Seth Michael Larson <s****n@e****o> | over 6 years ago | |
| 685e2959 | merge Merge pull request #209 from sethmlarson/remove-pyopenssl-ctx |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 89df9349 | merge Merge branch 'master' of ssh://github.com/python-trio/hip into remove-pyopens... | Seth Michael Larson <s****n@e****o> | over 6 years ago | |
| bc1e583d | Overhaul docs to mention only Hip (#211) |
Seth Michael Larson <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| a5b58f8e | Add AsyncBackend ABC, normalize backend interfaces (#210) |
Seth Michael Larson <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 58e8b129 | Remove TwistedBackend for now | Seth Michael Larson <s****n@e****o> | over 6 years ago | |
| 0732be92 | Remove support for pyOpenSSL SSLContext | Seth Michael Larson <s****n@g****m> | over 6 years ago | |
| f483f820 | Run test_redirect in sync mode using unasync (#208) |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| c7c523a7 | merge Merge pull request #204 from pquentin/remove-unused-macos-ci-config |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 0538df38 | merge Merge pull request #207 from pquentin/unasync-0.5.0-v3 |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 48ae4b9d | Fix compatibility with unasync 0.5.0 | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| bc7e29c9 | Remove macOS specific configuration in Travis | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| f530064c | merge Merge pull request #203 from python-trio/anyiotests |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| e142cd67 | Updated AnyIO test configuration | Alex Grönholm <a****m@n****i> | over 6 years ago | |
| 0f120867 | merge Merge pull request #201 from python-trio/nicoddemus-patch-1 |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| da0b649c | Add syntax highlight to examples in README |
Bruno Oliveira <n****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 7cc0683f | Verify package metadata in CI (#197) |
Seth Michael Larson <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| c8b9bb09 | Update README for Hip instead of urllib3 (#193) |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
over 6 years ago | |
| 1b9ee013 | Fetch anyio from git securely (#196) |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
over 6 years ago | |
| 7fb37c81 | merge Merge pull request #194 from sethmlarson/update-metadata |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 035da149 | Apply changes from review comments | Seth Michael Larson <s****n@g****m> | over 6 years ago | |
| 3e5cbdd2 | Update LICENSE and project metadata | Seth Michael Larson <s****n@g****m> | over 6 years ago | |
| e5891d4b | Point to anyio master branch |
Quentin Pradet <q****t@g****m>
Committed by: Quentin Pradet <q****n@p****e> |
over 6 years ago | |
| 98872577 | Use trustme to generate NO_SAN certs |
Quentin Pradet <q****t@g****m>
Committed by: Quentin Pradet <q****n@p****e> |
over 6 years ago | |
| bc0089f3 | Enable random test ordering in unit tests (#190) |
Ratan Kulshreshtha <R****a@u****m>
Committed by: Quentin Pradet <q****t@g****m> |
over 6 years ago | |
| d36393f1 | Use GitHub Actions for macOS CI (#189) |
Ratan Kulshreshtha <R****a@u****m>
Committed by: Quentin Pradet <q****t@g****m> |
over 6 years ago | |
| cd3ee6d4 | Test multiple async backends in async test |
Quentin Pradet <q****t@g****m>
Committed by: Quentin Pradet <q****n@p****e> |
over 6 years ago | |
| 3df14f6b | Use fixture to configure NO_SAN test certs |
Quentin Pradet <q****t@g****m>
Committed by: Quentin Pradet <q****n@p****e> |
over 6 years ago | |
| f17c46d1 | Stop using trio mode |
Quentin Pradet <q****t@g****m>
Committed by: Quentin Pradet <q****n@p****e> |
over 6 years ago | |
| 0e25deb3 | merge Rename src/urllib3 to src/hip (#181) |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 9b5dc4ec | merge Merge remote-tracking branch 'python-trio/master' into rename-to-hip | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| b0521494 | Fix package name to be lowercase | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| a0ae4ea1 | Ignore src/hip/_sync files | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 47395cb2 | Capitalize Hip | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| b3165ff8 | demo: fix projects capitalization | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 8518fe26 | merge Merge pull request #187 from pquentin/pr-coverage |
Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 41a71c4b | merge Merge pull request #180 from pquentin/gitignore-tweaks |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 297757bf | Fix GitHub Actions coverage for pull requests | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 681b7622 | travis: simplify run.sh (#184) |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
over 6 years ago | |
| d5de8a39 | docs: fix build by referencing hip | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| f42cbc93 | Remove unused LogRecorder class (#182) |
Ratan Kulshreshtha <R****a@u****m>
Committed by: Quentin Pradet <q****t@g****m> |
over 6 years ago | |
| 9438925d | Adapt trio .gitignore to hip | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| c83d11c8 | merge Merge pull request #176 from pquentin/windows-coverage |
Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 1e46a875 | Adopt .gitignore from trio | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| bf329aff | Stop ignoring src/urllib/_sync | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 4b239717 | merge Merge pull request #171 from pquentin/rename-inject-extract |
Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 2e1212d7 | Rename create_urllib3_context to create_ssl_context (#172) |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
over 6 years ago | |
| ba690bbc | merge Remove the downstream tests from travis (#169) |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 6b419b92 | Tell Windows codecov the file to upload | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| adbec0cb | Remove pure AnyIO demo (#175) |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
over 6 years ago | |
| 0c59eabe | Use anyio when sniffing asyncio/curio (#173) |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
over 6 years ago | |
| 0a969cd6 | Preserve deployment on tags | Ratan Kulshreshtha <r****a@g****m> | over 6 years ago | |
| ab9096b9 | demo: rename urllib3 to hip | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| eaca39fd | Rename urllib3 to hip | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 7993131e | Rename extract_from_urllib3 to extract_from_hip | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 92f15531 | Rename inject_into_urllib3 to inject_into_hip | Quentin Pradet <q****t@g****m> | over 6 years ago | |
| 496f0772 | Add a newline to .travis.yml |
Seth Michael Larson <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 268fc450 | Remove the downstream tests from travis | Ratan Kulshreshtha <r****a@g****m> | over 6 years ago | |
| 2aa91033 | merge Merge pull request #165 from RatanShreshtha/remove_app_engine_files |
Ratan Kulshreshtha <R****a@u****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 42dad1cd | Remove sleep from dummyserver handlers | Ratan Kulshreshtha <r****a@g****m> | over 6 years ago | |
| aa537289 | Preserve log.debug() call | Ratan Kulshreshtha <r****a@g****m> | over 6 years ago | |
| df2fb3dc | Remove mention of App Engine,AppEngine,Appengine | Ratan Kulshreshtha <r****a@g****m> | over 6 years ago | |
| 24b603a0 | Remove app engine files | Ratan Kulshreshtha <r****a@g****m> | over 6 years ago | |
| 5db87ac8 | merge Merge pull request #164 from RatanShreshtha/remove_appveyor |
Ratan Kulshreshtha <R****a@u****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| e8676d29 | Remove _appveyor dir as part of cleanup | Ratan Kulshreshtha <r****a@g****m> | over 6 years ago | |
| a42c11e6 | Remove mentions of Tidelift and CodeFund from documentation (#158) |
Quentin Pradet <q****t@g****m>
Committed by: Seth Michael Larson <s****n@g****m> |
almost 7 years ago | |
| 27293fed | merge Final merge from urllib3 master (#157) |
Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago |