GitHub / python-openxml/python-docx / commits
Create and modify Word documents with Python
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 316b0039 | test: add snippet infrastructure | Steve Canny <s****y@c****m> | over 11 years ago | |
| 7fb29b15 | tbl: add Table._column_count | Steve Canny <s****y@c****m> | over 11 years ago | |
| ce3ecf78 | tbl: add Table.row_cells() | Steve Canny <s****y@c****m> | over 11 years ago | |
| f9197850 | tbl: add _Row._index | Steve Canny <s****y@c****m> | over 11 years ago | |
| acf76f46 | tbl: add _Row.table | Steve Canny <s****y@c****m> | over 11 years ago | |
| 3de03c88 | tbl: reimplement _Row.cells | Steve Canny <s****y@c****m> | over 11 years ago | |
| 725df276 | tbl: add _Cell.text getter | Steve Canny <s****y@c****m> | over 11 years ago | |
| f6158779 | acpt: fix paste-repeated typo in several features | Steve Canny <s****y@c****m> | over 11 years ago | |
| a8a49e1c | tbl: refactor Table.cell() | Steve Canny <s****y@c****m> | over 11 years ago | |
| f0ade555 | tbl: add _Rows.table | Steve Canny <s****y@c****m> | over 11 years ago | |
| b5c4a5ee | tbl: add Table.table | Steve Canny <s****y@c****m> | over 11 years ago | |
| 210d7f12 | acpt: add scenarios for cell access |
Apteryks <m****r@g****m>
Committed by: Steve Canny <s****y@c****m> |
over 11 years ago | |
| 58b32393 | fix: correct error message template | Steve Canny <s****y@c****m> | over 11 years ago | |
| b155177f | config: move flake8 targets to tox.ini | Steve Canny <s****y@c****m> | almost 12 years ago | |
| acc4e3e3 | doc: add cell.merge feature analysis |
Apteryks <m****r@g****m>
Committed by: Steve Canny <s****y@c****m> |
almost 12 years ago | |
| 5886a483 | release: prepare v0.7.4 release | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 8364dad0 | tbl: add _Cell.tables | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 2214533f | tbl: add _Cell.add_table() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 56a5af9f | tbl: add _Cell.add_paragraph() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| dc942433 | tbl: base _Cell on BlockItemContainer | Steve Canny <s****y@c****m> | almost 12 years ago | |
| b9bb3162 | blkct: add BlockItemContainer.tables | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 15d4218c | blkct: add BlockItemContainer.paragraphs | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 0c293d5a | blkct: add BlockItemContainer.add_table() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| e2d63116 | blkct: add BlockItemContainer.add_paragraph() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 72b3d5df | oxml: remove dead code from CT_Body | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 45f2c64f | blkct: introduce BlockItemContainer | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 235e2f15 | doc: refactor _Body.add_paragraph() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| e192ebca | release: prepare v0.7.3 release | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 83315deb | opc: add content type for .docx package | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 70e39d39 | test: reorder fixtures in Describe_Cell | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 6113e404 | tbl: add _Cell.width setter | Steve Canny <s****y@c****m> | almost 12 years ago | |
| fa30e11b | tbl: add _Cell.width getter | Steve Canny <s****y@c****m> | almost 12 years ago | |
| ef4d4ee3 | acpt: add scenarios for Cell.width | Steve Canny <s****y@c****m> | almost 12 years ago | |
| f19d906e | tbl: add Table.autofit setter | Steve Canny <s****y@c****m> | almost 12 years ago | |
| d571aaea | tbl: add Table.autofit getter | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 0528a782 | acpt: add scenarios for Table.autofit get and set | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 0984e9a6 | docs: elaborate Table feature analysis | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 457159fd | release: prepare v0.7.2 release | Steve Canny <s****y@c****m> | almost 12 years ago | |
| fffa94f4 | txt: use <w:br/> for line break instead of <w:cr/> | Steve Canny <s****y@c****m> | almost 12 years ago | |
| ba04f408 | release: prepare v0.7.1 release | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 158a78e6 | doc: refactor Document.add_picture() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| d7001edb | txt: add Run.add_picture() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 6ac7cedb | acpt: add run-add-picture.feature | Steve Canny <s****y@c****m> | almost 12 years ago | |
| ff0bd911 | acpt: clean up picture-related test steps | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 7df53235 | shp: refactor InlineShapes.add_picture() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| d77054ab | txt: base Run on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| f01a873b | txt: base Paragraph on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 54d619f1 | tbl: base _Cell on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 5cdf3e03 | tbl: base _RowCells on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| ca211caa | tbl: base _ColumnCells on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| ce779e5a | tbl: base _Row on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 958a97df | tbl: base _Column on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| bb8b7189 | tbl: base _Rows on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 6b717152 | tbl: base _Columns on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| bf427783 | tbl: base Table on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 5908c85d | doc: base _Body on Parented | Steve Canny <s****y@c****m> | almost 12 years ago | |
| b314f591 | opc: introduce XmlPart subclass | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 51c79c62 | test: refactor tests.test_table to use cxml | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 3c06e1ce | test: refactor tests.test_shape to use cxml | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 574fea1f | test: refactor tests.test_section to use cxml | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 668f0ed5 | test: refactor tests.test_text to use cxml | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 4321a405 | test: refactor parts.test_document.py to use cxml | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 6ebedac6 | test: refactor oxml.test_text.py to use cxml | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 3b1abdae | test: refactor oxml.parts.test_document to cxml | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 5c0eb0fe | test: refactor test_section to use cxml | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 1769f042 | test: transplant tests.unitutil.cxml | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 767e4089 | test: extract unitutil.mock and unitutil.file | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 158f2121 | release: prepare v0.7.0 release | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 25abe5b0 | para: add Paragraph.alignment setter | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 1375dc91 | para: add Paragraph.alignment getter |
Justin <o****s@g****m>
Committed by: Steve Canny <s****y@c****m> |
almost 12 years ago | |
| d7f2bef2 | acpt: add par-alignment-prop.feature |
Justin <o****s@g****m>
Committed by: Steve Canny <s****y@c****m> |
almost 12 years ago | |
| 38aeb63e | enum: add WD_PARAGRAPH_ALIGNMENT enumeration |
Justin <o****s@g****m>
Committed by: Steve Canny <s****y@c****m> |
almost 12 years ago | |
| 01385006 | docs: add Paragraph.alignment feature analysis |
Justin <o****s@g****m>
Committed by: Steve Canny <s****y@c****m> |
almost 12 years ago | |
| 1a8e2322 | para: add Paragraph.text setter | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 97b2e62c | acpt: add par-set-text.feature | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 70b580e1 | para: reposition a couple test fixtures | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 70f0605f | para: add Paragraph.clear() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 4ecf1985 | acpt: add par-clear-paragraph.feature | Steve Canny <s****y@c****m> | almost 12 years ago | |
| c89674dc | text: support mixed text in existing methods | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 6a85cabf | run: add Run.text setter | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 7beb1248 | run: add Run.text getter | Steve Canny <s****y@c****m> | almost 12 years ago | |
| e3c2e2ba | acpt: add scenarios for Run.text getter and setter | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 0fc52d4d | run: add Run.add_tab() |
Frank Battaglia <f****k@f****e>
Committed by: Steve Canny <s****y@c****m> |
almost 12 years ago | |
| f77a632c | acpt: add run-add-content.feature | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 30b79f5a | run: add Run.clear() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 9c864625 | acpt: add run-clear-run.feature | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 1a05663d | docs: add user docs for insert_paragraph_before() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 65db8531 | para: add Paragraph.insert_paragraph_before() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 6c122c0e | doc: refactor some names | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 4555d2ab | doc: small refactoring on Document.add_paragraph() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| cbf3d5cc | acpt: add par-insert-paragraph.feature | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 488a4ad2 | docs: document run content feature analysis | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 762cd2cd | test: add Python 3.4 compatibility | Steve Canny <s****y@c****m> | almost 12 years ago | |
| f74dcd25 | release: prepare v0.6.0 release | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 164b4af5 | docs: add user documentation for sections | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 93513352 | test: reorg fixtures in DescribeDocument | Steve Canny <s****y@c****m> | almost 12 years ago | |
| 56c31be4 | test: reorg fixtures in test_document.py | Steve Canny <s****y@c****m> | almost 12 years ago | |
| e464e221 | sect: add CT_Body.add_section_break() | Steve Canny <s****y@c****m> | almost 12 years ago | |
| b0ddc5a5 | oxml: add CT_Body.sectPr | Steve Canny <s****y@c****m> | almost 12 years ago | |
| f4e62575 | sect: add DocumentPart.add_section() | Steve Canny <s****y@c****m> | almost 12 years ago |