2019-01-09 09:38:40 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-docx: updated to 0.8.10
0.8.10:
- Revert use of expanded package directory for default.docx to work around setup.py
problem with filenames containing square brackets.
0.8.9:
- Fix gap in MANIFEST.in that excluded default document template directory
0.8.8:
- Add support for headers and footers
|
2018-08-28 12:01:46 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-docx: updated to 0.8.7
0.8.7:
- Add _Row.height_rule
- Add _Row.height
- Add _Cell.vertical_alignment
- Fix 455: increment next_id, don't fill gaps
- Add 375: import docx failure on --OO optimization
- Add 254: remove default zoom percentage
- Add 266: miscellaneous documentation fixes
- Add 175: refine MANIFEST.ini
- Add 168: Unicode error on core-props in Python 2
|
2017-09-26 19:52:04 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-docx: update to 0.8.6
0.8.6:
- Add 257: add Font.highlight_color
- Add 261: add ParagraphFormat.tab_stops
- Add 303: disallow XML entity expansion
|
2016-03-08 20:51:25 by Benny Siegert | Files touched by this commit (4) |
Log message:
Add a new package for py-docx. From David H. Gutteridge in PR pkg/50645.
A Python library for creating and updating Microsoft Word (.docx) files.
|