- 06 7月, 2020 1 次提交
-
-
由 Timothy Crosley 创作于
-
- 05 7月, 2020 1 次提交
-
-
由 John L. Villalovos 创作于
Commit 11e2a74f changed the line to remove the '-rc' flag but seems to have accidentally removed the dot character at the same time.
-
- 04 7月, 2020 3 次提交
-
-
由 Taneli Hukkinen 创作于
-
由 Taneli Hukkinen 创作于
-
由 Timothy Crosley 创作于
-
- 01 7月, 2020 1 次提交
-
-
由 Timothy Crosley 创作于
-
- 26 6月, 2020 2 次提交
-
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
- 19 5月, 2020 1 次提交
-
-
由 Timothy Crosley 创作于
-
- 17 5月, 2020 4 次提交
-
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
- 16 5月, 2020 1 次提交
-
-
由 Timothy Crosley 创作于
-
- 14 5月, 2020 1 次提交
-
-
由 Brad Solomon 创作于
-
- 15 2月, 2020 4 次提交
-
-
由 harupy 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
- 10 2月, 2020 1 次提交
-
-
由 Jeremy Paige 创作于
-
- 06 1月, 2020 1 次提交
-
-
由 Timothy Crosley 创作于
-
- 25 12月, 2019 1 次提交
-
-
由 Timothy Crosley 创作于
-
- 11 11月, 2019 1 次提交
-
-
由 Timothy Crosley 创作于
-
- 10 11月, 2019 1 次提交
-
-
由 Timothy Crosley 创作于
-
- 25 10月, 2019 1 次提交
-
-
由 Timothy Crosley 创作于
-
- 13 10月, 2019 2 次提交
-
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
- 21 8月, 2015 1 次提交
-
-
由 Adam Chainz 创作于
-
- 13 7月, 2015 1 次提交
-
-
由 Timothy Crosley 创作于
-
- 31 5月, 2015 1 次提交
-
-
由 Derrick Petzold 创作于
Users can now define their own sections and ordering. For example import_heading_stdlib = Standard Library import_heading_thirdparty = Third Party import_heading_firstparty = First Party import_heading_django = Django import_heading_pandas = Pandas known_django = django known_pandas = pandas,numpy known_first_party = p24,p24.imports._VERSION sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,PANDAS,FIRSTPARTY,LOCALFOLDER would create two new sections with the specified known modules. # Standard Library import os import p24.imports._argparse as argparse import p24.imports._subprocess as subprocess import sys # Django from django.conf import settings from django.db import models # Third Party from bottle import Bottle, redirect, response, run # Pandas import numpy as np import pandas as pd # First Party import p24.imports._VERSION as VERSION import p24.shared.media_wiki_syntax as syntax
-
- 02 3月, 2015 1 次提交
-
-
由 Benjamin ABEL 创作于
These changes enable any user that installs `isort` to check his source code from setup.py with the command `python setup.py isort` I also checked isort package code with his command in tox and travis. Acknowledgements: this is mostly inspired by flake8 setuptools integration, see [flake8 doc](http://flake8.readthedocs.org/en/2.2.3/setuptools.html)
-
- 05 2月, 2015 3 次提交
-
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
- 03 2月, 2015 1 次提交
-
-
由 Tim Graham 创作于
-
- 15 1月, 2015 1 次提交
-
-
由 Helen Sherwood-Taylor 创作于
-
- 25 12月, 2014 2 次提交
-
-
由 Timothy Crosley 创作于
-
由 Timothy Crosley 创作于
-
- 07 11月, 2014 1 次提交
-
-
由 Elliott Sales de Andrade 创作于
This allows them to be grouped with __future__ imports.
-
- 21 7月, 2014 1 次提交
-
-
由 Timothy Crosley 创作于
Fix issue caused by lack of #inpagelink support on pypi http://stackoverflow.com/questions/16367770/my-rst-readme-is-not-formatted-on-pypi-python-org
-