Henrik Levkowetz
|
bdc73e771a
|
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
- Legacy-Id: 16461
|
2019-07-16 13:20:05 +00:00 |
|
Henrik Levkowetz
|
8c6eb3a30a
|
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
- Legacy-Id: 16458
|
2019-07-15 19:14:04 +00:00 |
|
Henrik Levkowetz
|
2ba686193a
|
Use print function
- Legacy-Id: 16316
|
2019-06-28 12:47:16 +00:00 |
|
Henrik Levkowetz
|
847e03ba91
|
Only catch the specific exceptions routinely thrown by the underlying code when iterating through date formats in changelog.py. Don't mask unrelated exceptions.
- Legacy-Id: 10939
|
2016-03-16 14:04:26 +00:00 |
|
Henrik Levkowetz
|
73e920739a
|
Added title annotations to major release entries in the changelog back to 2010, and changelog parsing and release page support for the same.
- Legacy-Id: 9067
|
2015-02-10 10:59:55 +00:00 |
|
Henrik Levkowetz
|
bfe0756351
|
Added a simple page to show release information parsed from a release's changelog file.
- Legacy-Id: 4958
|
2012-10-25 21:29:53 +00:00 |
|