[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r8173] by milde

0.15.dev must not be used after 0.15b or 0.15rc.

According to PEP 440, <major>.<minor>.dev must be sorted before
<major>.<minor><pre>.dev.
As we agreed on default releaselevel "beta" for development,
the ".dev" suffix should not be used without a pre-release segment
for Docutils versions.

2017-08-18 16:44:27 Tree
[r8172] by goodger

Added a test case and updated docs/ref/rst/restructuredtext.txt for interpreted text in field list field names.

2017-08-17 22:28:42 Tree
[r8171] by milde

Small cleanup and formatting edits.

* Use `True` instead of 1 in boolean arguments.
* Deprecate `unique_combinations` (obsoleted by `itertools.combinations`).

2017-08-17 15:58:23 Tree
[r8170] by goodger

Extra test for meta field list field name with unescaped embedded colons.

2017-08-16 21:50:06 Tree
[r8169] by goodger

* docutils/parsers/rst/states.py: Allow embedded colons in field list field names (also updated docs/ref/rst/restructuredtext.txt).
* docutils/parsers/rst/directives/html.py: [Fix for bug 281:] Allow backslash-escaped colons in meta directive field list field names (also updated docs/dev/todo.txt).
* Added tests for the above.

2017-08-16 21:40:24 Tree
[r8168] by goodger

Removed item about backslash-escaped colons in field list field names: implemented some time ago.

2017-08-16 21:30:43 Tree
[r8167] by goodger

* Consolidated version identifier documentation, moving text from docutils/__init__.py to docs/dev/policies.txt.
* Cleaned up version-related code in docutils/__init__.py.
* Reworked the Version Numbering section in docs/dev/policies.txt.
* Added test/test_utils.HelperFunctionTests.test_implicit_version_identifier to test the implicit use of docutils.utils.version_identifier().

2017-08-15 21:20:36 Tree
[r8166] by milde

Test __version_info__.releaselevel values.

Also rename the test functions according to the scheme and replace
a comment in the docstring with explicit code.

2017-08-15 07:24:42 Tree
[r8165] by goodger

* Consolidated version numbering documentation in docs/dev/policies.txt (moved text from docs/dev/release.txt).
* Updated docutils.utils.version_identifier for Python 2.6 (docutils.VersionInfo).
* Moved code from tests/test/test_utils.py::HelperFunctionsTests.test_version_identifier to tests/test__init__.py::VersionInfoTests.test_version_identifier; uncommented lines in tests/test__init__.py::VersionInfoTests.test_version_info.
* Added new tests/test/test_utils.py::HelperFunctionsTests.test_version_identifier.

2017-08-14 22:23:30 Tree
[r8164] by milde

Drop 2.4 and 2.5 compatibility code, part 2.

2017-08-14 11:28:48 Tree
Older >