GitHub / python-openxml/python-docx / commits
Create and modify Word documents with Python
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| fdca6ea2 | docs: update header/footer analysis |
eupharis <d****n@h****m>
Committed by: Steve Canny <s****y@g****m> |
over 7 years ago | |
| 94623ff6 | release: prepare v0.8.7 release | Steve Canny <s****y@g****m> | almost 8 years ago | |
| 37822d32 | fix: #168 Unicode error on Python 2 core-props | Steve Canny <s****y@g****m> | almost 8 years ago | |
| aad71d4d | fix: #175 refine MANIFEST.ini | Steve Canny <s****y@g****m> | almost 8 years ago | |
| e24c77d9 | fix: #266 miscellaneous doc updates | Steve Canny <s****y@g****m> | almost 8 years ago | |
| d563fa4a | fix: #254 Remove default zoom percentage | Steve Canny <s****y@g****m> | almost 8 years ago | |
| 7b7174ea | fix: #375 import docx failure on --OO optimization | Steve Canny <s****y@g****m> | almost 8 years ago | |
| bdf4c369 | fix: #455 Increment max-id, don't fill gaps | Steve Canny <s****y@g****m> | almost 8 years ago | |
| e51ae26f | tbl: add _Cell.vertical_alignment setter | Steve Canny <s****y@g****m> | almost 8 years ago | |
| 4732b99f | tbl: add _Cell.vertical_alignment getter | Steve Canny <s****y@g****m> | almost 8 years ago | |
| fbfaaa67 | acpt: add scenarios for Cell.vertical_alignment |
Remko van der Vossen <r****n@a****m>
Committed by: Steve Canny <s****y@g****m> |
almost 8 years ago | |
| c1b7682e | fix: small documentation fixes | Steve Canny <s****y@g****m> | almost 8 years ago | |
| c9e5ecb4 | docs: document analysis f/ Cell.vertical_alignment |
Remko van der Vossen <r****n@a****m>
Committed by: Steve Canny <s****y@g****m> |
over 9 years ago | |
| 5001c62b | docs: add API documentation for WD_ROW_HEIGHT_RULE | Steve Canny <s****y@c****m> | over 9 years ago | |
| 254d2ef9 | tbl: add _Row.height setter |
Remko van der Vossen <r****n@a****m>
Committed by: Steve Canny <s****y@c****m> |
over 9 years ago | |
| 6b6ef6b7 | tbl: add _Row.height getter |
Remko van der Vossen <r****n@a****m>
Committed by: Steve Canny <s****y@c****m> |
over 9 years ago | |
| 4f12bde2 | tbl: add _Row.height_rule setter |
Remko van der Vossen <r****n@a****m>
Committed by: Steve Canny <s****y@c****m> |
over 9 years ago | |
| 4f28d933 | tbl: add _Row.height_rule getter |
Remko van der Vossen <r****n@a****m>
Committed by: Steve Canny <s****y@c****m> |
over 9 years ago | |
| 4d930576 | acpt: add scenarios for _Row.height, .height_rule |
Remko van der Vossen <r****n@a****m>
Committed by: Steve Canny <s****y@c****m> |
almost 10 years ago | |
| f02b1d64 | docs: document analysis for _Row.height | Steve Canny <s****y@c****m> | almost 10 years ago | |
| e784a73b | release: prepare v0.8.6 release | Steve Canny <s****y@c****m> | almost 10 years ago | |
| 5cb58204 | docs: document TabStops and TabStop | Steve Canny <s****y@c****m> | about 10 years ago | |
| 58e2151e | tab: add TabStops.clear_all() |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| df040632 | tab: add TabStops.__delitem__() |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 17e7e38b | tab: add TabStops.add_tab_stop() |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 2bdaf7eb | acpt: add scenarios for add/remove tab stop |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 78ecbd61 | tabs: add TabStop.leader setter |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 7f76a129 | tabs: add TabStop.alignment setter |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| edf8d037 | tabs: add TabStop.position setter |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| bcd4a55b | acpt: add scenarios for TabStop property setters |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 321cad1b | tabs: add TabStop.leader |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 48a7e318 | tabs: add TabStop.alignment |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 5b7edf96 | tabs: add TabStop.position |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| ff5e5c24 | acpt: add scenarios for TabStop property getters |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| e5233fdf | tabs: add TabStops.__getitem__() |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 1bcdf4aa | tabs: add TabStops.__iter__() |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 67176869 | docs: small documentation fixes | Steve Canny <s****y@c****m> | about 10 years ago | |
| d0bd28ed | tabs: add TabStops.__len__() |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| a7230061 | acpt: add scenarios for tab stop access |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 9113b49c | parfmt: add ParagraphFormat.tab_stops |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| cb572393 | build: update Makefile to current build process | Steve Canny <s****y@c****m> | about 10 years ago | |
| 27c3888c | oxml: improve CT_Tc._tc XPath expression | Steve Canny <s****y@c****m> | about 10 years ago | |
| 61b40b16 | oxml: don't resolve XML entities in oxml_parser | Steve Canny <s****y@c****m> | about 10 years ago | |
| 19b16648 | build: add Python 3.5 to tox environments | Steve Canny <s****y@c****m> | about 10 years ago | |
| 13dd6f02 | docs: document header/footer feature analysis |
eupharis <d****n@h****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 77097871 | acpt: add scenario for ParagraphFormat.tab_stops |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
about 10 years ago | |
| 4935c302 | docs: document hyperlink analysis |
yunshi <y****n@p****r>
Committed by: Steve Canny <s****y@g****m> |
about 10 years ago | |
| 17dce958 | font: add Font.highlight_color setter |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
over 10 years ago | |
| 85cd8bf7 | font: add Font.highlight_color getter |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
over 10 years ago | |
| c25b7f3b | acpt: add scenarios for Font.highlight_color |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
over 10 years ago | |
| 46cd9ab0 | docs: document Font.highlight_color analysis |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
over 10 years ago | |
| 66592e0b | docs: document TabStops analysis |
DKWoods <d****d@s****m>
Committed by: Steve Canny <s****y@c****m> |
over 10 years ago | |
| 5f440f8d | docs: add API documentation for Settings object | Steve Canny <s****y@c****m> | about 11 years ago | |
| 6fbda352 | set: add SettingsPart.default() | Steve Canny <s****y@c****m> | about 11 years ago | |
| f60fddd0 | set: configure loader for SettingsPart | Steve Canny <s****y@c****m> | about 11 years ago | |
| 72167b7e | set: add SettingsPart.settings | Steve Canny <s****y@c****m> | about 11 years ago | |
| 6a8d2079 | doc: add DocumentPart._settings_part | Steve Canny <s****y@c****m> | about 11 years ago | |
| c729d2b9 | doc: add DocumentPart.settings | Steve Canny <s****y@c****m> | about 11 years ago | |
| 3805d702 | doc: add Document.settings | Steve Canny <s****y@c****m> | about 11 years ago | |
| 4f0c3228 | acpt: add scenarios for Document.settings | Steve Canny <s****y@c****m> | about 11 years ago | |
| b1d07711 | docs: document settings part analysis | Steve Canny <s****y@c****m> | about 11 years ago | |
| 465a5581 | docs: extract shapes feature analyses into subdir | Steve Canny <s****y@c****m> | about 11 years ago | |
| 5fd8b11f | docs: extract table feature analyses into subdir | Steve Canny <s****y@c****m> | about 11 years ago | |
| bc34ec95 | release: prepare v0.8.5 release | Steve Canny <s****y@c****m> | over 11 years ago | |
| 0c887e81 | tbl: add CT_Row.trPr | Steve Canny <s****y@c****m> | over 11 years ago | |
| 9605cc04 | tbl: add Table.table_direction setter | Steve Canny <s****y@c****m> | over 11 years ago | |
| d4ca18d6 | tbl: add Table.table_direction getter | Steve Canny <s****y@c****m> | over 11 years ago | |
| db70e4f3 | reorg: reorder tests in DescribeTable | Steve Canny <s****y@c****m> | over 11 years ago | |
| d2781975 | acpt: add scenarios for Table.table_direction | Steve Canny <s****y@c****m> | over 11 years ago | |
| 221e28c0 | enum: add WD_TABLE_DIRECTION enumeration | Steve Canny <s****y@c****m> | over 11 years ago | |
| 7541f201 | tbl: rewrite Table.add_column() | Steve Canny <s****y@c****m> | over 11 years ago | |
| 96ce9e31 | tbl: rewrite Table.add_row() | Steve Canny <s****y@c****m> | over 11 years ago | |
| 8efe8adb | acpt: rewrite scenarios for Table add row & column | Steve Canny <s****y@c****m> | over 11 years ago | |
| 558a124b | cell: rewrite _Cell.add_table() | Steve Canny <s****y@c****m> | over 11 years ago | |
| ebd5e859 | acpt: add scenario for _Cell.add_table() | Steve Canny <s****y@c****m> | over 11 years ago | |
| 1ff6d382 | blkct: rewrite BlockItemContainer.add_table() | Steve Canny <s****y@c****m> | over 11 years ago | |
| 7ea4d297 | doc: rewrite Document.add_table() | Steve Canny <s****y@c****m> | over 11 years ago | |
| 578f6c1f | reorg: remove redundant tests from Describe_Body | Steve Canny <s****y@c****m> | over 11 years ago | |
| 280d46ab | fix: #149 KeyError on Document.add_table() | Steve Canny <s****y@c****m> | over 11 years ago | |
| 5309b41a | acpt: groom some existing acceptance tests | Steve Canny <s****y@c****m> | over 11 years ago | |
| 74931e2c | acpt: rewrite scenario for Document.add_table() | Steve Canny <s****y@c****m> | over 11 years ago | |
| 5a012fed | release: prepare v0.8.4 release | Steve Canny <s****y@c****m> | over 11 years ago | |
| 3603b5e2 | fix: #151 tests won't run on PyPI distribution | Steve Canny <s****y@c****m> | over 11 years ago | |
| ffdb139c | img: #124 default to inches on no TIFF res unit |
Colin McDonald <c****d@m****m>
Committed by: Steve Canny <s****y@c****m> |
over 11 years ago | |
| 1a7358e5 | release: prepare 0.8.3 release | Steve Canny <s****y@c****m> | over 11 years ago | |
| b28327b8 | docs: add user docs for Font.color | Steve Canny <s****y@c****m> | over 11 years ago | |
| dd44e1fd | docs: add API docs for ColorFormat | Steve Canny <s****y@c****m> | over 11 years ago | |
| a51022b4 | dml: add ColorFormat.theme_color setter | Steve Canny <s****y@c****m> | over 11 years ago | |
| 063396b3 | dml: add ColorFormat.theme_color getter | Steve Canny <s****y@c****m> | over 11 years ago | |
| 426cad4d | acpt: add scenarios for ColorFormat.theme | Steve Canny <s****y@c****m> | over 11 years ago | |
| cabb7275 | dml: add ColorFormat.rgb setter | Steve Canny <s****y@c****m> | over 11 years ago | |
| 1fd60776 | dml: add ColorFormat.rgb getter |
Viraj Kanwade <v****e@s****m>
Committed by: Steve Canny <s****y@c****m> |
over 11 years ago | |
| 478c68b5 | acpt: add scenarios for ColorFormat.rgb |
Viraj Kanwade <v****e@s****m>
Committed by: Steve Canny <s****y@c****m> |
over 11 years ago | |
| 5e9c9558 | reorg: extract docx.oxml.text.parfmt | Steve Canny <s****y@c****m> | over 11 years ago | |
| 83cf975b | reorg: extract docx.oxml.text.font | Steve Canny <s****y@c****m> | over 11 years ago | |
| 3c839ee4 | shr: transplant RGBColor |
Viraj Kanwade <v****e@s****m>
Committed by: Steve Canny <s****y@c****m> |
over 11 years ago | |
| 96273f27 | dml: add ColorFormat.type | Steve Canny <s****y@c****m> | over 11 years ago | |
| 397cef4d | acpt: add scenarios for ColorFormat.type | Steve Canny <s****y@c****m> | over 11 years ago | |
| f2a3d7c0 | font: add Font.color | Steve Canny <s****y@c****m> | over 11 years ago | |
| f54ccd75 | reorg: extract docx.text.font | Steve Canny <s****y@c****m> | over 11 years ago |