summaryrefslogtreecommitdiff
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* change singleton behaviorSimon Heisterkamp2023-01-021-1/+1
|
* additional documentationSimon Heisterkamp2023-01-021-0/+10
|
* lexer documentationSimon Heisterkamp2023-01-022-0/+67
|
* Correct capitalization of PyPy.Andi Albrecht2020-09-131-1/+1
| | | | See also https://github.com/andialbrecht/sqlparse/pull/555
* Remove support for end-of-life PythonsJon Dufresne2020-08-312-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2.7 and 3.4 are end-of-life. They are no longer receiving bug fixes, including for security issues. Python 2.7 went EOL on 2020-01-01 and 3.4 on 2019-03-18. 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 modern Python 3. Using pypinfo, we can show the PyPI download statistics, showing less than 10% of users are using Python 2.7. | python_version | percent | download_count | | -------------- | ------: | -------------: | | 3.7 | 45.36% | 3,056,010 | | 3.6 | 26.46% | 1,782,778 | | 3.8 | 12.22% | 823,213 | | 2.7 | 9.97% | 671,459 | | 3.5 | 5.86% | 394,846 | | 3.4 | 0.10% | 6,700 | | 3.9 | 0.03% | 2,346 | | 2.6 | 0.00% | 57 | | 3.3 | 0.00% | 21 | | 3.10 | 0.00% | 6 | | Total | | 6,737,436 | Library users who continue to use Python 2.7 will still be able to install previous versions of sqlparse. Compatibility shims have been dropped, simplifying the code. Using pyupgrade, the codebase has been updated to take advantage of modern syntax <https://github.com/asottile/pyupgrade>. The wheel is no longer marked as "universal" as it is now Python 3 only.
* add comma_first option for docsgingi992020-02-021-0/+5
|
* put available format options into API docxg19902020-02-021-0/+6
|
* Correct some minor errors on Introduction page.Andi Albrecht2019-05-251-8/+3
|
* Re-use parts of the README in documentation.Andi Albrecht2019-05-252-27/+12
|
* Minor documentation fixes.Andi Albrecht2019-05-252-2/+2
|
* Update documentation to decrease chance of misunderstandingsTaras2019-03-141-1/+1
| | | like this one: #478
* Update pypi.python.org URL to pypi.orgJon Dufresne2018-04-291-1/+1
| | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* Use https:// for URLs where availableJon Dufresne2018-04-132-5/+5
|
* Fix typo in introMichihito Shigemura2018-01-171-1/+1
| | | | | Error: ~sqlarse.format Collect: ~sqlparse.format
* Remove references and testing for unsupported Python versionsJon Dufresne2017-10-281-3/+3
|
* Correct license link (fixes #288).Andi Albrecht2016-09-141-1/+1
|
* Apply new-style str formatVictor Uriarte2016-06-111-4/+4
|
* Fix include of changelog in docs, fix markup in Changelog.Andi Albrecht2016-06-081-4/+8
|
* Merge pull request #248 from fimmtiu/add-wrap-after-optionAndi Albrecht2016-06-031-0/+4
|\ | | | | Add --wrap_after option for wrapping identifier lists.
| * Add --wrap_after option for wrapping identifier lists.Dennis Taylor2016-06-021-0/+4
| |
* | Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
|/ | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* Another small typo in the documentationDag Wieers2016-05-261-1/+1
|
* Update docs.Andi Albrecht2015-10-261-1/+1
|
* Use compat module for single Python 2/3 code base.Andi Albrecht2015-10-261-4/+4
| | | | This change includes minor fixes and code cleanup too.
* Remove compatibility for Python < 2.7.Andi Albrecht2015-10-261-2/+2
|
* Add option to truncate long string literals.Andi Albrecht2013-07-091-0/+8
|
* Fix highlighter language in documentation.Andi Albrecht2013-04-041-1/+1
|
* Add encoding parameter to top-level functions (fixes issue20).Andi Albrecht2013-04-041-0/+4
|
* Add note about testing to documentation.Andi Albrecht2013-01-011-0/+14
|
* Doc updates.Andi Albrecht2013-01-011-18/+10
|
* Fix typo.Andi Albrecht2013-01-011-1/+1
|
* Cleanup docs.Andi Albrecht2013-01-013-10/+53
|
* ...but it's not a Mercurial repository.Andi Albrecht2012-11-131-1/+1
|
* Fix project links in docs.Andi Albrecht2012-11-131-2/+2
|
* Move SQLParseError to proper location and start deprecation of ↵Andi Albrecht2012-11-031-0/+6
| | | | sqlparse.SQLParseError.
* Fix import paths in Sphinx conf.Andi Albrecht2010-11-231-4/+7
|
* Fix typo: Comparsion -> Comparison.Andi Albrecht2010-07-041-1/+1
|
* Replaced bitbucket links with links to Google Code.Andi Albrecht2009-05-291-5/+3
|
* First version of documentation.Andi Albrecht2009-04-075-12/+106
|
* Documentation: IntroductionAndi Albrecht2009-04-063-33/+92
|
* Use new theme for documentation.Andi Albrecht2009-04-061-2/+2
|
* Initial import.Andi Albrecht2009-04-036-0/+339