aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Merge pull request #1047 from python-discord/move-commit-model-to-proper-moduleGravatar jchristgit2023-08-09-37/+41
|\
| * Merge branch 'main' into move-commit-model-to-proper-moduleGravatar wookie1842023-08-09-138/+156
| |\ | |/ |/|
* | Merge pull request #1068 from python-discord/dependabot/pip/ruff-0.0.283Gravatar jchristgit2023-08-09-20/+20
|\ \
| * | Bump ruff from 0.0.282 to 0.0.283Gravatar dependabot[bot]2023-08-09-20/+20
|/ /
* | Merge pull request #1067 from python-discord/dependabot/pip/certifi-2023.7.22Gravatar jchristgit2023-08-08-65/+10
|\ \
| * | Bump certifi from 2023.5.7 to 2023.7.22Gravatar dependabot[bot]2023-08-08-65/+10
|/ /
* | Update cryptography (#1066)Gravatar jchristgit2023-08-08-31/+86
* | Merge pull request #1064 from python-discord/dependabot/pip/psycopg-3.1.10Gravatar jchristgit2023-08-07-65/+65
|\ \
| * | Bump psycopg from 3.1.9 to 3.1.10Gravatar dependabot[bot]2023-08-07-65/+65
|/ /
* | Merge pull request #1052 from python-discord/clean-pragmaGravatar jchristgit2023-08-06-3/+1
|\ \
| * \ Merge branch 'main' into clean-pragmaGravatar Xithrius2023-08-04-44/+64
| |\ \ | |/ / |/| |
* | | Merge pull request #1063 from python-discord/dependabot/pip/django-4.2.4Gravatar jchristgit2023-08-02-5/+5
|\ \ \
| * | | Bump django from 4.2.3 to 4.2.4Gravatar dependabot[bot]2023-08-02-5/+5
|/ / /
* | | Bump ruff from 0.0.281 to 0.0.282 (#1062)Gravatar dependabot[bot]2023-08-02-20/+20
* | | Capitalize Python outside of tags (#1046)Gravatar jchristgit2023-08-02-8/+8
* | | Merge pull request #1054 from python-discord/soft-fail-on-403-in-tagsGravatar jchristgit2023-08-02-3/+23
|\ \ \
| * \ \ Merge branch 'main' into soft-fail-on-403-in-tagsGravatar Xithrius2023-08-01-29/+29
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1061 from python-discord/dependabot/pip/sentry-sdk-1.29.2Gravatar jchristgit2023-08-01-5/+5
|\ \ \ \
| * | | | Bump sentry-sdk from 1.28.1 to 1.29.2Gravatar dependabot[bot]2023-08-01-5/+5
|/ / / /
* | | | Merge pull request #1060 from python-discord/dependabot/pip/ruff-0.0.281Gravatar jchristgit2023-08-01-20/+20
|\ \ \ \
| * | | | Bump ruff from 0.0.280 to 0.0.281Gravatar dependabot[bot]2023-08-01-20/+20
|/ / / /
* | | | Bump taskipy from 1.11.0 to 1.12.0 (#1057)Gravatar dependabot[bot]2023-07-31-5/+5
* | | | Fix a typo in bot.md (#1058)Gravatar NipaDev2023-07-31-1/+1
| * | | Soft fail for upstream error on fetching tag commitsGravatar Johannes Christ2023-07-27-3/+23
|/ / /
| * / Clean up pragma intended for Python 3.10 removalGravatar Johannes Christ2023-07-27-3/+1
|/ /
| * Move commit model into its own fileGravatar Johannes Christ2023-07-27-37/+41
|/
* Merge pull request #1056 from python-discord/dependabot/pip/markdown-3.4.4Gravatar jchristgit2023-07-26-5/+6
|\
| * Bump markdown from 3.4.3 to 3.4.4Gravatar dependabot[bot]2023-07-26-5/+6
|/
* Fix link to teachingpython episode (#1048)Gravatar jchristgit2023-07-24-1/+1
* Merge pull request #1055 from python-discord/dependabot/pip/ruff-0.0.280Gravatar ChrisJL2023-07-24-23/+23
|\
| * Pleasure the style dictatorGravatar Johannes Christ2023-07-24-3/+3
| * Bump ruff from 0.0.278 to 0.0.280Gravatar dependabot[bot]2023-07-24-20/+20
|/
* Merge pull request #1051 from python-discord/dependabot/pip/gunicorn-21.2.0Gravatar jchristgit2023-07-20-5/+5
|\
| * Bump gunicorn from 21.1.0 to 21.2.0Gravatar dependabot[bot]2023-07-20-5/+5
|/
* Merge pull request #1050 from python-discord/dependabot/pip/pyjwt-2.8.0Gravatar jchristgit2023-07-19-67/+12
|\
| * Bump pyjwt from 2.7.0 to 2.8.0Gravatar dependabot[bot]2023-07-19-67/+12
|/
* Update cryptography to fix security advisory (#1049)Gravatar jchristgit2023-07-18-27/+86
* Merge pull request #1042 from python-discord/dependabot/pip/pyyaml-6.0.1Gravatar jchristgit2023-07-18-43/+43
|\
| * Bump pyyaml from 6.0 to 6.0.1Gravatar dependabot[bot]2023-07-18-43/+43
|/
* Merge pull request #1045 from python-discord/dependabot/pip/gunicorn-21.1.0Gravatar jchristgit2023-07-18-6/+17
|\
| * Bump gunicorn from 20.1.0 to 21.1.0Gravatar dependabot[bot]2023-07-18-6/+17
|/
* Merge pull request #1040 from korstep/#1036-inconsistent-column-heightsGravatar jchristgit2023-07-18-0/+9
|\
| * Fixed inconsistent column heights in the contributing section(python-discord#...Gravatar Steve2023-07-17-0/+9
|/
* Fix overflowing iframe element (python-discord#1027) (#1038)Gravatar Steve2023-07-16-1/+1
* Fix duplicated links in resources (#1034)Gravatar jchristgit2023-07-15-12/+28
* Fix empty <h1> tag on page listing (#1033)Gravatar jchristgit2023-07-15-2/+2
* Fix broken image links for kivy (#1032)Gravatar jchristgit2023-07-15-2/+2
* Fix broken link to sololearn's Python course (#1031)Gravatar jchristgit2023-07-15-1/+1
* Merge pull request #1028 from python-discord/dependabot/pip/pymdown-extension...Gravatar ChrisJL2023-07-14-5/+5
|\
| * Bump pymdown-extensions from 10.0.1 to 10.1Gravatar dependabot[bot]2023-07-14-5/+5
|/