| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | | |
This reverts commit c0683515c3195c6a483c7e8b976600a7d42ed70b.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | | |
Upgrade Python syntax with pyupgrade --py3-plus
|
| | |/ |
|
| | | |
|
| |/ |
|
| |
|
|
| |
This is to enable new markdown source files on readthedocs
|
| |
|
|
|
|
|
|
|
| |
This keeps the root directory cleaner. Dependent files and documentation
has been modified to relfect the change.
Additionally, the bump.sh file has been updated to force the use of
bump2version over bumpversion, and to use a cross-platform sed
invokation.
|
| |
|
|
| |
This requires the use of the m2r sphinx extension
|
| | |
|
| | |
|
| |
|
|
| |
I think it's clear that the unit tests will be testing natsort...
|
| | |
|
| |
|
|
| |
This reverts commit 916a92d39eaf5ef282b421c4772a7ec831750c4c.
|
| | |
|
| |\
| |
| | |
Make a better changelog
|
| | |
| |
| |
| | |
The changelog in the docs now just includes the top-level changelog.
|
| | | |
|
| |/ |
|
| |
|
|
| |
Accidentally I made a subsection's headers bigger than it's parents.
|
| |
|
|
| |
Replaced it with a deprecation note.
|
| |
|
|
|
|
| |
If you turn DeprecationWarnings into errors, code can stop just due to
python startup DeprectionWarnings - you'll never even get to your code!
It's much better just to allow DeprecationWarnings to bubble up.
|
| |
|
|
|
| |
This deprecation schedule calls out what will be changing and in what
versions.
|
| |
|
|
| |
This reverts commit 36cd8f38e1f1725dfc0078b6f42e35855372bb93.
|
| |
|
|
|
|
|
| |
The documentation used to give the impression that natsort comprehended
versions in a meaningful way. Hopefully that fantasy has been dispelled.
This is in response to the discussion in #61.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Rather than users click through individual functions, it is now all on
a single page.
Additionally, a bug where the ns enum had no data in the documentation
has been fixed.
The `versorted` and `index_versorted` functions have been omitted.
|
| |\ |
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | | |
Automatically builds the correct URL so they do not need to be manually
maintained.
|
| |/ /
| |
| |
| |
| |
| | |
- Add the changes for the upcoming release
- Add "thanks" to previous pull request submitters
- Remove period on all bullet-points
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Support matrix now matches the test matrix from
6233f07bf303d442b39ac677fa6079acc64834a6. By matching these, helps to
ensure all supported Python do indeed work.
Python 2.6 and 3.3 are end of life. They are no longer receiving bug
fixes, including for security issues. Python 2.6 went EOL on 2013-10-29
and on 2017-09-29. For additional details on support Python versions,
see:
Supported: https://devguide.python.org/#status-of-python-branches
EOL: https://devguide.python.org/devcycle/#end-of-life-branches
Removing support for EOL Pythons will reduce testing and maintenance
resources while allowing the library to move towards a modern Python 3
style.
Using pypinfo, we can show the PyPI download statistics, show very low
numbers for EOL Pythons.
| python_version | percent | download_count |
| -------------- | ------: | -------------: |
| 2.7 | 48.94% | 37,036 |
| 3.6 | 26.58% | 20,113 |
| 3.5 | 15.38% | 11,642 |
| 3.4 | 5.93% | 4,488 |
| 3.7 | 3.13% | 2,365 |
| 3.3 | 0.03% | 21 |
| 2.6 | 0.01% | 9 |
| Total | | 75,674 |
|
| |
|
|
|
| |
Remove unnecessary intermediate directory "source/". Helps make the
structures a bit flatter and easier to navigate.
|
| |\
| |
| | |
Consolidate duplicate link names in docs/source/locale_issues.rst
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes Sphinx warning of the form:
natsort/docs/source/locale_issues.rst:7: WARNING: Duplicate explicit target name: "pyicu".
natsort/docs/source/locale_issues.rst:7: WARNING: Duplicate explicit target name: "pyicu".
natsort/docs/source/locale_issues.rst:7: WARNING: Duplicate explicit target name: "pyicu".
natsort/docs/source/locale_issues.rst:7: WARNING: Duplicate explicit target name: "pyicu".
|
| |\ \
| | |
| | | |
Use native Sphinx ref linking to create automatic links in docs
|
| | |/ |
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use pycon for Python console.
- Use console for Bash console.
- Use none for --help output
Fixes Sphinx warning of the form:
natsort/docs/source/howitworks.rst:176: WARNING: Could not lex literal_block as "python". Highlighting skipped.
natsort/docs/source/howitworks.rst:231: WARNING: Could not lex literal_block as "python". Highlighting skipped.
natsort/docs/source/howitworks.rst:249: WARNING: Could not lex literal_block as "python". Highlighting skipped.
natsort/docs/source/shell.rst:79: WARNING: Could not lex literal_block as "python". Highlighting skipped.
natsort/docs/source/shell.rst:88: WARNING: Could not lex literal_block as "python". Highlighting skipped.
natsort/docs/source/shell.rst:98: WARNING: Could not lex literal_block as "python". Highlighting skipped.
natsort/docs/source/shell.rst:102: WARNING: Could not lex literal_block as "python". Highlighting skipped.
natsort/docs/source/shell.rst:113: WARNING: Could not lex literal_block as "python". Highlighting skipped.
natsort/docs/source/shell.rst:129: WARNING: Could not lex literal_block as "python". Highlighting skipped.
For a full list of supported lexers, see:
http://pygments.org/docs/lexers/
|
| |
|
|
|
|
| |
Many editors clean up trailing white space on save. By removing it all
in one go, it helps keep future diffs cleaner by avoiding spurious white
space changes on unrelated lines.
|
| |\
| |
| | |
Update all pypi.python.org URLs to pypi.org
|
| | |
| |
| |
| |
| |
| | |
For details on the new PyPI, see the blog post:
https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|