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

GitHub / python-eel/Eel / commits

A little Python library for making simple Electron-like HTML/JS GUI apps

SHA Message Author Date Stats
e779b244 merge Merge pull request #767 from python-eel/samuelhwilliams-patch-1 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
07c0ec7c Pin setuptools for publishing Samuel Williams <s****s@g****m> 8 months ago
26bf2a5c merge Merge pull request #768 from python-eel/release-0.18.2 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
a06e678a Switch from pkg_resources to importlib.resources Samuel Williams <s****s@g****m> 8 months ago
163d5c34 merge Merge pull request #766 from v01d-gh/drop_pkg_resources Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
a5df09ff Upd v01d <v****d@v****u> 8 months ago
4921b0ea No Python37 for Ubuntu-24.04 v01d <v****d@v****u> 8 months ago
de7bed86 Upd v01d <v****d@v****u> 8 months ago
1fac1a86 Update requirements-test.txt v01d <v****d@v****u> 8 months ago
f8b22efe Update README.md Samuel Williams <s****s@u****m> 9 months ago
b161f13c Add unmaintained warning to readme. Samuel Williams <s****s@u****m> 9 months ago
b553095f Init v01d <v****d@v****u> 9 months ago
41e2d8a9 merge Merge pull request #750 from python-eel/bau/fix-package Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0ede901a Fix broken v0.18.0 missing typing_extensions Samuel Williams <s****s@g****m> over 1 year ago
b3cd7fb2 merge Merge pull request #749 from python-eel/bau/fix-install-requires Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b96ae07e Add typing_extensions to package requirements Samuel Williams <s****s@g****m> over 1 year ago
ff1fa20d merge Merge pull request #747 from python-eel/release/v0.18.0 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f53b1eef Release version 0.18.0 Samuel Williams <s****s@g****m> over 1 year ago
7c3f6ad4 Refined type annotations to reflect move to python>=3.7 (#683)
Co-authored-by: Samuel Williams <s****s@g****m>
Florian Breit <f****n@f****k>
Committed by: GitHub <n****y@g****m>
over 1 year ago
094d4463 Added app mode support for micorsoft edge, IE mode for internet explorer and... Pintu Meena <p****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
27ddbbef merge Merge pull request #737 from python-eel/update-testing-workflow Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
26057dda Update mypy version Samuel Williams <s****s@g****m> over 1 year ago
734c60d8 Ignore bottle_websocket for now Samuel Williams <s****s@g****m> over 1 year ago
e5376539 Update testing workflow Samuel Williams <s****s@g****m> over 1 year ago
cef00099 Install setuptools for publish action Samuel Williams <s****s@g****m> over 1 year ago
a3cef07a merge Merge pull request #736 from python-eel/bump-version-0.17.0 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
682f504f Bump to version 0.17.0 Samuel Williams <s****s@g****m> over 1 year ago
e803ae83 merge Merge pull request #725 from philipdp123/bottle-websocket-fix Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3926a09a move setuptools to meta requirements Samuel Williams <s****s@g****m> over 1 year ago
70adbf7e Add setuptools for python3.12 Samuel Williams <s****s@g****m> over 1 year ago
e9c122c6 Update test dependencies to suit all python versions Samuel Williams <s****s@g****m> over 1 year ago
76532171 Add py311 and py312 to tox envlist Samuel Williams <s****s@g****m> over 1 year ago
4c29ca65 Add python 3.11+3.12 to test matrix Samuel Williams <s****s@g****m> over 1 year ago
a589ad0f merge Merge pull request #733 from python-eel/update-workflow-branch Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b01e6f9a Remove macos python 3.7 check - no longer available Samuel Williams <s****s@g****m> over 1 year ago
9d40c8f2 Remove logging redirect Samuel Williams <s****s@g****m> over 1 year ago
51ea9466 Fix tests for new selenium+webdriver Samuel Williams <s****s@g****m> over 1 year ago
b4836d0f Update codeql-analysis.yml Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6dc13275 Update test.yml workflow branch Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
739f6a40 Added tox versions for python 3.11 and 3.12 Philip du Plessis <p****3@g****m>
Committed by: Samuel Williams <s****s@u****m>
about 2 years ago
f3c636ee Fix WebSocket import error for Python 3.12 compatibility Philip du Plessis <p****3@g****m>
Committed by: Samuel Williams <s****s@u****m>
about 2 years ago
7e886107 merge Merge pull request #673 from gliptak/patch-1 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
172d35ea Delete LGTM badges from README
Signed-off-by: Gábor Lipták <g****k@g****m>
Gábor Lipták <g****k@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
ba8e933c merge Merge pull request #670 from python-eel/SW-drop-below-3.7 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
498709fd Drop support for python 3.6, which is EOL Samuel Williams <s****s@g****m> about 3 years ago
b88cf6e7 merge Merge pull request #661 from python-eel/SW-bump-version Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
28d359e6 Bump version to 0.15.3 Samuel Williams <s****s@g****m> about 3 years ago
cbd70642 merge Merge pull request #577 from thatfloflo/typed Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
929c51ba Add type hints to eel Florian <f****n@f****k> about 3 years ago
50517616 merge Merge pull request #550 from MichaelCurrin/patch-2 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
2b39a348 merge Merge pull request #658 from python-eel/dont-fail-fast Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
649214fd merge Merge pull request #573 from Sentinent/eel-routes-on-custom-app Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
6fbc91e2 Don't cancel all jobs if one fails Samuel Williams <s****s@u****m> about 3 years ago
c83f4f87 Bump to v0.15.2 Samuel Williams <s****s@u****m> about 3 years ago
cc7eea58 Rename to `register_eel_routes` Samuel Williams <s****s@u****m> about 3 years ago
6b01349a merge Merge pull request #386 from mo0haned/patch-1 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
37d9480a merge Merge pull request #657 from python-eel/broaden-requirements Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
91c11cc1 Broaden requirements Samuel Williams <s****s@u****m> about 3 years ago
e5246600 Fixed Tests v2 (#651) doug-benn <f****r@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
eb705d1e merge Merge pull request #645 from python-eel/SW-bump-bottle Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
bdfaed24 merge Merge pull request #646 from python-eel/SW-pin-tox-below-4 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
2f27d00c Pin tox version for tests below v4 Samuel Williams <s****s@g****m> about 3 years ago
4d5e1d83 Bump bottle from v0.12.13 to v0.12.20 Samuel Williams <s****s@g****m>
Committed by: Samuel Williams <s****s@u****m>
about 3 years ago
eb26589d merge Merge pull request #643 from dstricks/update-bug-template-12-9-2022-1 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
2c45bf0e Update bug template based on information that I would like to see included in... David M. Strickland <d****s@g****m> about 3 years ago
038bc28f merge Merge pull request #628 from dstricks/v0.15.0 dstricks <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e4fabe9c Bump to v0.15.0 David M. Strickland <d****s@g****m> over 3 years ago
79607a8a merge Merge pull request #622 from dstricks/refresh-automated-tests dstricks <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e205df33 Wrap 3.10 in quotes so that it is interpreted correctly David M. Strickland <d****s@g****m> over 3 years ago
cae9babc Refresh automated tests David M. Strickland <d****s@g****m> over 3 years ago
fc7976b4 merge Merge pull request #616 from dstricks/update-developer-readme dstricks <d****s@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
50859d89 Address feedback on README-developers updates David M. Strickland <d****s@g****m> over 3 years ago
73ed1be6 merge Merge pull request #598 from python-eel/dependabot/npm_and_yarn/examples/07--... Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
38e5d89b merge Merge pull request #597 from timgates42/bugfix_typos Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e66bc740 Update README.md Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
47dc21de Update README-developers based on my setup experience David M. Strickland <d****s@g****m> over 3 years ago
9edd0db8 Bump terser from 4.8.0 to 4.8.1 in /examples/07 - CreateReactApp
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
3892cf5d docs: Fix a few typos
Signed-off-by: Tim Gates <t****s@i****m>
Tim Gates <t****s@i****m> over 3 years ago
fa7b30cd typo: "default eel routes" -> "custom routes" Sentinent <t****n@g****m>
Committed by: Samuel Williams <s****s@u****m>
almost 4 years ago
ff5a7efa Update custom_app_routes example to not use beaker middleware, but include mi... Sentinent <t****n@g****m>
Committed by: Samuel Williams <s****s@u****m>
almost 4 years ago
474fe7e6 Fix default eel routes not being added to custom app instances Sentinent <t****n@g****m>
Committed by: Samuel Williams <s****s@u****m>
almost 4 years ago
76ba80e5 docs: add README.md for example 4 Michael Currin <1****n@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
414b2c38 Add shutdown_delay on the start() function parameter (#529)
Co-authored-by: Samuel Williams <s****s@g****m>, Chris Knott <c****t@h****k>
Gaetan Jonathan BAKARY <g****8@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
e2b6aea8 Update README.md (#464) trigaten <4****n@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6003c3d5 Update hello.py Mohaned Abd Elmonsef <6****d@u****m>
Committed by: Samuel Williams <s****s@u****m>
over 5 years ago
8e5e90e1 merge Merge pull request #382 from samuelhwilliams/v0.14.0 Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
22b54abb Bump to v0.14.0 Samuel Williams <s****s@g****m> over 5 years ago
24cee9a8 Fix parsing minified code with PEG (#363) (#365) Kyle King <K****g@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
2e671b6a merge Merge pull request #369 from samuelhwilliams/dependabot/npm_and_yarn/examples... Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0e4e958a Bump elliptic from 6.5.2 to 6.5.3 in /examples/07 - CreateReactApp
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
e6db3f04 merge Merge pull request #332 from samuelhwilliams/tests Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
0632300e merge Merge branch 'master' into tests Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
6f2fb7fe Create codeql-analysis.yml Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
dd177351 merge Merge pull request #362 from samuelhwilliams/dependabot/npm_and_yarn/examples... dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
33061cf3 Bump lodash in /examples/09 - Eelectron-quick-start
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
c0305022 merge Merge pull request #361 from samuelhwilliams/dependabot/npm_and_yarn/examples... dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
8f5c918e Bump lodash from 4.17.15 to 4.17.19 in /examples/07 - CreateReactApp
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
c0f26528 merge Merge pull request #294 from Kevinrp01/master Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
57b951f9 merge Merge branch 'master' into master Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
421c348b merge Merge pull request #348 from samuelhwilliams/dependabot/npm_and_yarn/examples... Samuel Williams <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago

← Back to repository