Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pytest style issues | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Increase minimum Docutils to 0.18 | Adam Turner | 2022-09-27 | 1 | -10/+0 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | test: Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 1 | -9/+9 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | test: Try to import nodes.meta first (for the latest docutils) | Takeshi KOMIYA | 2021-11-28 | 1 | -2/+3 |
| | |||||
* | Support docutils-0.18; Meta directive and meta node has moved | Takeshi KOMIYA | 2021-10-03 | 1 | -2/+7 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -2/+1 |
| | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -1/+1 |
|/ | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -2/+1 |
| | |||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix flake8 violations | Takeshi KOMIYA | 2017-12-23 | 1 | -1/+1 |
|/ | |||||
* | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -6/+9 |
| | |||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | pytest optimizatoin: | shimizukawa | 2017-01-08 | 1 | -2/+2 |
| | | | | | | | | - remote using deprecated decorators - remove gen_with_app - remove yield testing - remove pytest warnings - refactoring | ||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -11/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | ||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | | |||||
* | | Drop python-2.5 and remove 2.4,2.5 support codes | Takayuki Shimizukawa | 2013-12-15 | 1 | -1/+0 |
|/ | |||||
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -3/+6 |
| | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fix test_versioning.test_picklability test | Daniel Neuhäuser | 2011-01-08 | 1 | -0/+1 |
| | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Fix get_ratio for empty strings | Daniel Neuhäuser | 2010-08-16 | 1 | -1/+5 |
| | |||||
* | Optimized merging algorithm | Daniel Neuhäuser | 2010-08-15 | 1 | -13/+1 |
| | |||||
* | Added a test for the behavior described by Jacob and it does fail | Daniel Neuhäuser | 2010-08-15 | 1 | -0/+9 |
| | |||||
* | Check also for the length and explicitly check that the first uids are different | Daniel Neuhäuser | 2010-08-15 | 1 | -0/+2 |
| | |||||
* | Added a test for paragraphs inserted at the beginning of a document | Daniel Neuhäuser | 2010-08-15 | 1 | -0/+7 |
| | |||||
* | Added a test to make sure pickled doctrees still have their uids | Daniel Neuhäuser | 2010-08-14 | 1 | -0/+17 |
| | |||||
* | Delete remaining files in the _build directory | Daniel Neuhäuser | 2010-08-10 | 1 | -0/+1 |
| | |||||
* | Fixed algorithm test_insert passes now and everything seems to be working fine | Daniel Neuhäuser | 2010-08-10 | 1 | -2/+0 |
| | |||||
* | Initial version tracking implementation | Daniel Neuhäuser | 2010-08-10 | 1 | -0/+88 |