aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Typo fixesadd-windows-guideGravatar wookie1842022-11-17-7/+7
|
* Merge pull request #794 from discretegames/add-windows-guideGravatar wookie1842022-11-17-484/+832
|\ | | | | Proofread, reorganized, and added to all the "Python on Windows" guides
| * removed import workaround and mentioned 32-bit download in windows guidesGravatar discretegames2022-11-13-6/+8
| |
| * NOT back to Not and wrapped things to 120charsGravatar discretegames2022-11-12-10/+11
| |
| * Merge branch 'add-windows-guide' of ↵Gravatar discretegames2022-11-12-8/+8
| |\ | | | | | | | | | https://github.com/discretegames/python-discord-site into add-windows-guide
| | * Update ↵Gravatar discretegames2022-11-12-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md Co-authored-by: wookie184 <[email protected]>
| | * Update ↵Gravatar discretegames2022-11-12-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md Co-authored-by: wookie184 <[email protected]>
| | * Update ↵Gravatar discretegames2022-11-12-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md Co-authored-by: wookie184 <[email protected]>
| | * Update ↵Gravatar discretegames2022-11-12-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md Co-authored-by: wookie184 <[email protected]>
| | * Update ↵Gravatar discretegames2022-11-12-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md Co-authored-by: wookie184 <[email protected]>
| | * Update ↵Gravatar discretegames2022-11-12-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md Co-authored-by: wookie184 <[email protected]>
| | * Update ↵Gravatar discretegames2022-11-12-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md Co-authored-by: wookie184 <[email protected]>
| | * Update ↵Gravatar discretegames2022-11-12-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md Co-authored-by: wookie184 <[email protected]>
| * | Added some of wookies Windows guide review suggestionsGravatar discretegames2022-11-12-6/+12
| |/
| * Note about admin needed, and added subheading to Path guide.Gravatar discretegames2022-11-08-3/+3
| |
| * added shtlrs Windows guide suggestionsGravatar discretegames2022-11-08-7/+16
| |
| * Merge branch 'add-windows-guide' of ↵Gravatar discretegames2022-11-08-3/+3
| |\ | | | | | | | | | https://github.com/discretegames/python-discord-site into add-windows-guide
| | * Update ↵Gravatar discretegames2022-11-08-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md Co-authored-by: Amrou Bellalouna <[email protected]>
| | * Update ↵Gravatar discretegames2022-11-08-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md Co-authored-by: Amrou Bellalouna <[email protected]>
| | * Update ↵Gravatar discretegames2022-11-08-1/+1
| | | | | | | | | | | | | | | pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md Co-authored-by: Amrou Bellalouna <[email protected]>
| * | emphasized NOTGravatar discretegames2022-11-08-1/+1
| |/
| * Proofread windows guides and added image links everywhereGravatar discretegames2022-11-08-98/+111
| |
| * Added WSL2 section to windows guide; other tweaksGravatar discretegames2022-11-08-15/+36
| |
| * finished py launcher section, finishing Windows guide reorgGravatar discretegames2022-11-08-14/+57
| |
| * re-added venv section to windows guideGravatar discretegames2022-11-07-6/+35
| |
| * completed more install info section of Windows guideGravatar discretegames2022-11-07-43/+44
| |
| * Finished recommended Python Windows install instructionsGravatar discretegames2022-11-07-16/+85
| |
| * added toc to windows guidesGravatar discretegames2022-11-07-0/+2
| |
| * reorg of windows guides, moved py launcher into installing and using, fixed ↵Gravatar discretegames2022-11-07-71/+38
| | | | | | | | links
| * tweaks and link fixes to windows guides, still in reorg processGravatar discretegames2022-11-07-41/+48
| |
| * Proofread, tweaked, added links to common windows issues guide. (Also ↵Gravatar discretegames2022-11-07-146/+119
| | | | | | | | normalized to 120 wide with rewrap vsc ext)
| * finished detailed, screenshot full, putting python on path guideGravatar discretegames2022-11-06-12/+152
| |
| * Rewrote safe method for adding Python to path, in own articleGravatar discretegames2022-11-06-102/+103
| |
| * Redid windows guide titles/slugs/descriptions to be consistent with planned ↵Gravatar discretegames2022-11-05-114/+143
| | | | | | | | changes and have nice order
| * final tweaks to ms store articleGravatar discretegames2022-11-05-7/+12
| |
| * added right aligned drake image and a few tweaks to ms store guideGravatar discretegames2022-11-05-2/+6
| |
| * Rewrote and added more info to python on ms store articleGravatar discretegames2022-11-05-30/+56
|/
* Minor improvements to wording and layoutGravatar wookie1842022-11-02-5/+7
|
* Edit creating-python-environment-windows.md to link to the page on ↵Gravatar wookie1842022-11-02-15/+3
| | | | installing Python on Windows
* Move guides to a subdirectoryGravatar wookie1842022-11-02-0/+2
|
* Made some changes after proof-readingGravatar wookie1842022-10-21-84/+94
|
* Wrap lines and make some more changesGravatar wookie1842022-10-21-98/+267
|
* Split up into multiple pages and add more contentGravatar wookie1842022-10-21-146/+190
|
* Add initial guide for errors with Python on WindowsGravatar wookie1842022-10-21-0/+204
|
* Merge pull request #780 from python-discord/repo-token-removeGravatar Xithrius2022-10-13-1/+0
|\
| * `REPO_TOKEN` env var obliteratedGravatar Xithrius2022-10-12-1/+0
|/
* Merge pull request #777 from python-discord/dependabot/pip/django-4.1.2Gravatar Xithrius2022-10-12-7/+7
|\
| * Bump django from 4.1.1 to 4.1.2Gravatar dependabot[bot]2022-10-12-7/+7
|/ | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.1...4.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #778 from python-discord/dependabot/pip/psycopg2-binary-2.9.4Gravatar Xithrius2022-10-12-66/+66
|\
| * Bump psycopg2-binary from 2.9.3 to 2.9.4Gravatar dependabot[bot]2022-10-12-66/+66
|/ | | | | | | | | | | | | | | Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.4. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>