Source code for python.org
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Move bpo warnings to below of meta variables Jul 21, 2018
blogs Use Box.objects.update_or_create() (#1315) Aug 28, 2018
boxes Add form for submit event Dec 30, 2017
cms Make '--app-label=sitetree' a special case Aug 25, 2018
codesamples Use HTTPS URLs where applicable (#1234) Mar 23, 2018
community Add support for Django 2.0 (#1273) Jun 5, 2018
companies Match max_length values of name and slug fields Jul 5, 2018
docs Document create_initial_data management command (#1323) Aug 31, 2018
downloads Use Box.objects.update_or_create() (#1315) Aug 28, 2018
events Match max_length values of name and slug fields Jul 5, 2018
fastly Purge Fastly on Page Save Jan 12, 2015
fixtures Update sitetree fixture Aug 25, 2018
jobs Add ability to remove a job posting by its creator Aug 25, 2018
membership Improve test coverage of users and events apps Sep 5, 2017
minutes Upgrade Django to 1.10 Sep 4, 2017
pages Add support for Django 2.0 (#1273) Jun 5, 2018
peps Fix typos in dump_pep_pages command (#1283) Jun 9, 2018
provisioning Give database user CREATEDB privileges (#1304) Aug 1, 2018
pydotorg Simplify GroupRequiredMixin a bit Aug 30, 2018
sponsors Upgrade Django to 1.10 Sep 4, 2017
static Add "Remove" button to the job detail page Sep 2, 2018
successstories Use Box.objects.update_or_create() (#1315) Aug 28, 2018
templates Add confirmation step to remove button in job_list.html Sep 2, 2018
users Add missing migrations after upgrading Django Jul 5, 2018
work_groups Match max_length values of name and slug fields Jul 5, 2018
.coveragerc Improve test coverage of users and events apps Sep 5, 2017
.gitattributes Ignore JS libs and plugins too Aug 11, 2016
.gitignore Cleanup .gitignore Aug 28, 2018
.travis.yml Improve test coverage of users and events apps Sep 5, 2017
Gemfile Added Ruby requirements. Feb 19, 2013
Gemfile.lock Re-added the Gemfile.lock, we do need this checked in apparently. Mar 5, 2013
LICENSE Adding license. Feb 19, 2014
README.md Update readme, clarify that this is not CPython's issue tracker (#1295) Jul 21, 2018
Vagrantfile Make our Vagrant box work with newer Ansible versions Nov 3, 2017
base-requirements.txt Add support for Django 2.0 (#1273) Jun 5, 2018
dev-requirements.txt Add support for Django 2.0 (#1273) Jun 5, 2018
docs-requirements.txt Do not install Sphinx on prod. May 28, 2015
docutils.conf Do not show docutils error messages for now. Mar 20, 2015
manage.py Refactored settings layout for production. Mar 5, 2013
prod-requirements.txt Upgrade raven to 6.9.0 to support Django 2.0 Jun 6, 2018
requirements.txt Refactor requirement files to make installation easier Jul 18, 2017

README.md

python.org

Build Status Documentation Status

General information

This is the repository and issue tracker for python.org. The repository for CPython itself is at https://github.com/python/cpython, and the issue tracker is at https://bugs.python.org.

Issues related to Python's documentation can be filed in https://bugs.python.org.

Contributing