Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dateutil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
dateutil
Commits
215a1a8b1fd6
Commit
215a1a8b1fd6
authored
7 years ago
by
Paul Ganssle
Browse files
Options
Downloads
Patches
Plain Diff
Add changelog to documentation
parent
f97cd27498a3
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
NEWS
+3
-5
3 additions, 5 deletions
NEWS
changelog.d/692.doc.rst
+1
-0
1 addition, 0 deletions
changelog.d/692.doc.rst
docs/changelog.rst
+7
-0
7 additions, 0 deletions
docs/changelog.rst
docs/index.rst
+6
-1
6 additions, 1 deletion
docs/index.rst
with
17 additions
and
6 deletions
NEWS
+
3
−
5
View file @
215a1a8b
...
...
@@ -162,7 +162,7 @@
- Style improvement to zoneinfo.tzfile that was confusing to static type
checkers. Reported and fixed by @quodlibetor (gh pr #485)
- Several unused imports were removed by @jdufresne. (gh pr #486)
- Switched isinstance(*, collections.Callable) to callable, which is available
- Switched
``
isinstance(*, collections.Callable)
``
to callable, which is available
on all supported Python versions. Implemented by @jdufresne (gh pr #612)
- Added CONTRIBUTING.md (gh pr #533)
- Added AUTHORS.md (gh pr #542)
...
...
@@ -609,7 +609,7 @@
Andreas Köhler.
- Implemented internal timezone information with binary
timezone files
[1]
. datautil.tz.gettz() function will now
timezone files. datautil.tz.gettz() function will now
try to use the system timezone files, and fallback to
the internal versions. It's also possible to ask for
the internal versions directly by using
...
...
@@ -628,9 +628,7 @@
- Fixed other reported bugs.
[1] http://www.twinsun.com/tz/tz-link.htm
Version 0.5
===========
...
...
@@ -633,8 +631,8 @@
Version 0.5
===========
- Removed FREQ_ prefix from rrule frequency constants
- Removed
``
FREQ_
``
prefix from rrule frequency constants
WARNING: this breaks compatibility with previous versions.
- Fixed rrule.between() for cases where "after" is achieved
...
...
This diff is collapsed.
Click to expand it.
changelog.d/692.doc.rst
0 → 100644
+
1
−
0
View file @
215a1a8b
Added changelog to documentation. (gh issue #692, gh pr #707)
This diff is collapsed.
Click to expand it.
docs/changelog.rst
0 → 100644
+
7
−
0
View file @
215a1a8b
.. Changelog transcluded from the NEWS file
=========
Changelog
=========
.. include:: ../NEWS
This diff is collapsed.
Click to expand it.
docs/index.rst
+
6
−
1
View file @
215a1a8b
...
...
@@ -11,5 +11,11 @@
Contents:
.. toctree::
:maxdepth: 1
Overview <self>
Changelog <changelog>
.. toctree::
:maxdepth: 2
...
...
@@ -14,6 +20,5 @@
:maxdepth: 2
self
easter
parser
relativedelta
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment