An open API service providing commit metadata for open source projects.

GitHub / python-trio/sniffio / commits

Sniff out which async library your code is running under

SHA Message Author Date Stats
6996e05d merge Merge pull request #57 from agronholm/packaging-ci Alex Grönholm <a****m@n****i>
Committed by: GitHub <n****y@g****m>
6 months ago
a8c1af2e Update ci.sh
Co-authored-by: Christian Clauss <c****s@m****m>
Alex Grönholm <a****m@n****i>
Committed by: GitHub <n****y@g****m>
6 months ago
5bf87a2f Updated os and Python version Alex Grönholm <a****m@n****i> 6 months ago
51dbb0ca Migrated requirements.txt files to dependency groups Alex Grönholm <a****m@n****i> 6 months ago
95190ad5 Merge pull request #53 from hugovk/add-3.13 Hugo van Kemenade <1****k@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
e4a54cf9 Add Python 3.13, 3.14, and free threaded 3.14t to the testing (#55) Christian Clauss <c****s@m****m>
Committed by: GitHub <n****y@g****m>
6 months ago
a1cc1692 merge Merge pull request #49 from A5rocks/release-1.3.1 EXPLOSION <g****t@h****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b94149a6 Start new cycle A5rocks <g****t@h****e> over 2 years ago
ae020e13 Release 1.3.1 A5rocks <g****t@h****e> over 2 years ago
8cdc2815 Added project URLs Alex Grönholm <a****m@n****i>
Committed by: EXPLOSION <g****t@h****e>
over 2 years ago
a6291daa merge Merge pull request #47 from python-trio/fix-readthedocs-config Lura Skye <f****i@p****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a88d42d3 Upgraded the ReadTheDocs configuration to the latest format Alex Grönholm <a****m@n****i> over 2 years ago
4ca5c78d Fixed package discovery Alex Grönholm <a****m@n****i>
Committed by: Lura Skye <f****i@p****e>
over 2 years ago
1f79ef5c Updated CI script to not require setup.py Alex Grönholm <a****m@n****i>
Committed by: Lura Skye <f****i@p****e>
over 2 years ago
382635a6 Migrated packaging metadata to pyproject.toml Alex Grönholm <a****m@n****i>
Committed by: Lura Skye <f****i@p****e>
over 2 years ago
3f59db7b Added missing `thread_local` item to `sniffio.__all__` Alex Grönholm <a****m@n****i>
Committed by: Lura Skye <f****i@p****e>
over 2 years ago
ef41e637 merge Merge pull request #42 from hugovk/add-3.12 EXPLOSION <g****t@h****e>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
d44c25b6 Test 3.12 on macOS Hugo van Kemenade <h****k@u****m> almost 3 years ago
6d813c9e Re-enable Windows/3.9+ after release of fix Hugo van Kemenade <h****k@u****m> almost 3 years ago
e29025f8 Skip failing curio on Python 3.12+ Hugo van Kemenade <h****k@u****m> almost 3 years ago
d0c6b59b Add support for Python 3.12 Hugo van Kemenade <h****k@u****m> almost 3 years ago
6536f23c Bump GitHub Actions Hugo van Kemenade <h****k@u****m> almost 3 years ago
2b7c408f Add support for Python 3.11 Hugo van Kemenade <h****k@u****m> almost 4 years ago
0cfdab8a merge Merge pull request #31 from python-trio/history_pr_links Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
2aa50cce history: fix PR links John Belmonte <j****n@n****t>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
85e552b1 merge Merge pull request #30 from pquentin/release-1.3.0 Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
75a39c67 Bump verison to 1.3.0+dev Quentin Pradet <q****t@g****m> almost 4 years ago
cb8a03d4 Bump version to 1.3.0 Quentin Pradet <q****t@g****m> almost 4 years ago
409b56d9 merge Merge pull request #26 from pquentin/spdx-compliant-license Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
22387baf merge Merge branch 'master' into spdx-compliant-license Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
ebaa5934 merge Merge pull request #29 from pquentin/modernize-ci Quentin Pradet <q****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
01fdadff Use GitHub Actions and ReadtheDocs CI Quentin Pradet <q****t@g****m> almost 4 years ago
aeb60572 Make setuptools license field SPDX-compliant Quentin Pradet <q****t@g****m> about 4 years ago
949b2591 merge Merge pull request #23 from graingert/provide-thread-local Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
a0f49cbf Update sniffio/_impl.py
Co-authored-by: Kyle Altendorf <s****a@f****t>
Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
dc38b174 Update docs/source/index.rst Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
a618caa2 Update docs/source/index.rst
Co-authored-by: Kyle Altendorf <s****a@f****t>
Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
56909c7f Update docs/source/index.rst Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
e8e0a175 contextvars uses threading unconditionally so we're stuck with it until we dr... Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
53b6069c rename class _CurrentAsyncLibraryTLocal to _ThreadLocal Thomas Grainger <t****n@g****m> over 5 years ago
65cd599e rename current_async_library_tlocal to thread_local Thomas Grainger <t****n@g****m> over 5 years ago
e1499300 also ignore the except ImportError Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
2c649a11 ignore coverage for dummy_threading import Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0b2de438 actually swap the new and old names Thomas Grainger <t****n@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
ce27cfcc special case threadlocal import during TYPE_CHECKING Thomas Grainger <t****n@g****m> over 5 years ago
9bb6ca2a provide sniffio.current_async_library_tlocal.name for coroutine libraries to set Thomas Grainger <t****n@g****m> over 5 years ago
5ef8e9d3 merge Merge pull request #22 from python-trio/graingert-patch-1 Kyle Altendorf <s****a@f****t>
Committed by: GitHub <n****y@g****m>
over 5 years ago
9126c635 stop setting asyncio in the contextvar Thomas Grainger <t****n@g****m> over 5 years ago
e8de4392 merge Merge pull request #21 from graingert/patch-1 Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
920a29ac swap asyncio/curio checks Thomas Grainger <t****n@g****m> over 5 years ago
4a33d641 Move contextvars conditional dependency to install_requires Marc Dequènes (Duck) <d****k@r****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
b4ce9734 Bump version to 1.2.0+dev Seth Michael Larson <s****n@g****m> almost 6 years ago
b93038b1 Release 1.2.0 Seth Michael Larson <s****n@g****m> almost 6 years ago
7aabf2e3 Add type hints and py.typed marker file
Co-authored-by: Tom W <7****4@u****m>
Tom Watson <2****4@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
4eeadd5d merge Merge pull request #12 from altendky/curio_requires_3_6 Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
624f2417 Correct version check to (3, 6) Kyle Altendorf <s****a@f****t> over 6 years ago
0aba991c only test Curio on 3.6+ Kyle Altendorf <s****a@f****t> over 6 years ago
d127c517 merge Merge pull request #9 from python-trio/allfix Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
b3fc5a73 Fixed wrong exception name in __all__ Alex Grönholm <a****m@n****i> over 6 years ago
24f14f63 merge Merge pull request #8 from njsmith/release-1.1 Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
c9bb3565 bump version to 1.1.0+dev Nathaniel J. Smith <n****s@p****m> over 7 years ago
f65149eb Run towncrier Nathaniel J. Smith <n****s@p****m> over 7 years ago
98bc1d01 Bump version to 1.1.0 Nathaniel J. Smith <n****s@p****m> over 7 years ago
43dc016b merge Merge pull request #6 from njsmith/update-travis oremanj <o****j@m****u>
Committed by: GitHub <n****y@g****m>
over 7 years ago
bd0e0f86 Update Travis configuration Nathaniel J. Smith <n****s@p****m> almost 8 years ago
113123e6 merge Merge pull request #5 from smurfix/master Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
2f723cf1 Test against released version of curio Nathaniel J. Smith <n****s@p****m> almost 8 years ago
3815b1e5 testing: install curio master to venv Matthias Urlichs <m****s@u****e> almost 8 years ago
30d37b14 Add test for curio Matthias Urlichs <m****s@u****e> almost 8 years ago
3fba1107 Sniff for curio Matthias Urlichs <m****s@u****e> almost 8 years ago
e3d30937 merge Merge pull request #4 from smurfix/master Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
f0c4424e Update docs to include trio-asyncio Matthias Urlichs <m****s@u****e> about 8 years ago
3825482b merge Merge pull request #3 from nicoddemus/conda-forge-badge Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
53336bc3 Add conda-forge version badge Bruno Oliveira <n****s@g****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
06a91db6 merge Merge pull request #2 from shuckc/master Nathaniel J. Smith <n****s@p****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
31e82da9 Typo find -> fine in README.rst Chris Shucksmith <c****s@s****k>
Committed by: GitHub <n****y@g****m>
about 8 years ago
11fd3734 Bump version to 1.0.0+dev Nathaniel J. Smith <n****s@p****m> about 8 years ago
b9efedb6 Bump version to 1.0.0 Nathaniel J. Smith <n****s@p****m> about 8 years ago
d5dff2fe What was I thinking Nathaniel J. Smith <n****s@p****m> about 8 years ago
2b378ec1 Cache sniffed asyncio for efficiency Nathaniel J. Smith <n****s@p****m> about 8 years ago
5dba554f Document versions where libraries started supporting sniffio Nathaniel J. Smith <n****s@p****m> about 8 years ago
e42edd24 More doc tweaks Nathaniel J. Smith <n****s@p****m> about 8 years ago
2232fb5e Doc tweaks Nathaniel J. Smith <n****s@p****m> about 8 years ago
2f5d9d7b Add badges to README Nathaniel J. Smith <n****s@p****m> about 8 years ago
ffb007f9 Improve test Nathaniel J. Smith <n****s@p****m> about 8 years ago
43bbe3b7 Fix asyncio 3.7+ sniffing Nathaniel J. Smith <n****s@p****m> about 8 years ago
e135f428 Fix ReST Nathaniel J. Smith <n****s@p****m> about 8 years ago
bbf4c086 Implement everything Nathaniel J. Smith <n****s@p****m> about 8 years ago
841fbdbb Initial commit Nathaniel J. Smith <n****s@p****m> about 8 years ago

← Back to repository