An open API service providing commit metadata for open source projects.

GitHub / python-openxml/python-docx / commits

Create and modify Word documents with Python

SHA Message Author Date Stats
2d909ca5 doc: add DocumentPart.get_style_id() Steve Canny <s****y@c****m> over 11 years ago
4f3bcc74 txt: replace Paragraph.style setter Steve Canny <s****y@c****m> over 11 years ago
aaf8da9d blkct: extract BlockItemContainer._add_paragraph() Steve Canny <s****y@c****m> over 11 years ago
99aeee40 style: add Styles.default() Steve Canny <s****y@c****m> over 11 years ago
8995fe39 style: add BaseSty._translate_special_case_names() Steve Canny <s****y@c****m> over 11 years ago
7eb8d66e style: add Styles._get_by_id() Steve Canny <s****y@c****m> over 11 years ago
a9024643 style: add Styles.get_by_id() Steve Canny <s****y@c****m> over 11 years ago
c0ea3330 doc: add DocumentPart.get_style() Steve Canny <s****y@c****m> over 11 years ago
d9a47b48 acpt: remove now-passing features from WIP Steve Canny <s****y@c****m> over 11 years ago
675aa33f acpt: update scenario for Para.ins_para_before() Steve Canny <s****y@c****m> over 11 years ago
5e191e7d acpt: update scenario for Paragraph.clear() Steve Canny <s****y@c****m> over 11 years ago
c95b4802 txt: replace Paragraph.style getter Steve Canny <s****y@c****m> over 11 years ago
8297f2cb txt: refactor Paragraph.insert_paragraph_before() Steve Canny <s****y@c****m> over 11 years ago
06ead3c9 acpt: update scenario for Paragraph.style Steve Canny <s****y@c****m> over 11 years ago
884e4f17 style: add _Styles._translate_special_case_names() Steve Canny <s****y@c****m> over 11 years ago
d0968211 acpt: elaborate Document.add_paragraph() scenario Steve Canny <s****y@c****m> over 11 years ago
11f5f839 style: add StyleFactory() Steve Canny <s****y@c****m> over 11 years ago
226b6995 shr: add DescribeLength Steve Canny <s****y@c****m> over 11 years ago
08152f9b shr: add ElementProxy.part Steve Canny <s****y@c****m> over 11 years ago
bdef31d3 docs: add Working with Styles page Steve Canny <s****y@c****m> over 11 years ago
208a9cf5 run: remove direct access to Run bool props Steve Canny <s****y@c****m> over 11 years ago
a618e0ab font: add Font boolean properties Steve Canny <s****y@c****m> over 11 years ago
1a493cc1 reorg: extract docx.text.paragraph module Steve Canny <s****y@c****m> over 11 years ago
cd918489 reorg: extract tests.text.test_paragraph module Steve Canny <s****y@c****m> over 11 years ago
5b924f49 reorg: extract docx.oxml.text.paragraph module Steve Canny <s****y@c****m> over 11 years ago
c1215cfe reorg: extract docx.text.run module Steve Canny <s****y@c****m> over 11 years ago
cbd587ec reorg: extract tests.text.test_run module Steve Canny <s****y@c****m> over 11 years ago
afc60c13 reorg: extract docx.oxml.text.run module Steve Canny <s****y@c****m> over 11 years ago
78f9107f reorg: extract tests.oxml.text subpackage Steve Canny <s****y@c****m> over 11 years ago
67c901b2 reorg: mv oxml/text.py => oxml/text/__init__.py Steve Canny <s****y@c****m> over 11 years ago
cd292280 reorg: mv docx/text.py => docx/text/__init__.py Steve Canny <s****y@c****m> over 11 years ago
c5b2688c style: add BaseStyle.quick_format setter Steve Canny <s****y@c****m> over 11 years ago
7dafb704 style: add BaseStyle.quick_format getter Steve Canny <s****y@c****m> over 11 years ago
82fbefc7 acpt: add scenarios for BaseStyle.quick_style Steve Canny <s****y@c****m> over 11 years ago
f945031c style: add _Style.name setter Steve Canny <s****y@c****m> over 11 years ago
50af0f6d style: add _Style.name getter Steve Canny <s****y@c****m> over 11 years ago
21cd98cc acpt: add scenarios for _Style.name Steve Canny <s****y@c****m> over 11 years ago
ba9c2a29 style: add _Style.type getter Steve Canny <s****y@c****m> over 11 years ago
c4c978aa acpt: add scenario for _Style.type Steve Canny <s****y@c****m> over 11 years ago
fbc93af1 style: add _Style.style_id setter Steve Canny <s****y@c****m> over 11 years ago
4d196dd6 style: add _Style.style_id getter Steve Canny <s****y@c****m> over 11 years ago
576c047f shr: add ElementProxy.element Steve Canny <s****y@c****m> over 11 years ago
6f0bc1ff acpt: add scenarios for Style.style_id Steve Canny <s****y@c****m> over 11 years ago
71f4d031 shr: add ElementProxy.__eq__() Steve Canny <s****y@c****m> over 11 years ago
7fc1c2cf style: add Styles.__getitem__() Steve Canny <s****y@c****m> over 11 years ago
d76d47c4 style: add Styles.__iter__() Steve Canny <s****y@c****m> over 11 years ago
371c94f0 style: add StylesPart.default() Steve Canny <s****y@c****m> over 11 years ago
bb948db0 style: add Styles.__len__() Steve Canny <s****y@c****m> over 11 years ago
587a8a31 style: remove dead Document.styles_part and tests Steve Canny <s****y@c****m> over 11 years ago
f1ad6483 style: add StylesPart.styles Steve Canny <s****y@c****m> over 11 years ago
adf878ea style: add DocumentPart._styles_part Steve Canny <s****y@c****m> over 11 years ago
5b25f144 style: add DocumentPart.styles Steve Canny <s****y@c****m> over 11 years ago
ea2f8b40 style: add Document.styles Steve Canny <s****y@c****m> over 11 years ago
2c732136 acpt: add scenarios for style access Steve Canny <s****y@c****m> over 11 years ago
1fff811a docs: document Styles feature analysis Steve Canny <s****y@c****m> over 11 years ago
378d206c tbl: enable sliced access to _Rows Steve Canny <s****y@c****m> over 11 years ago
68e52c8f opc: change pasted pptx reference to docx Steve Canny <s****y@c****m> over 11 years ago
344b370f release: prepare v0.7.6 release Steve Canny <s****y@c****m> over 11 years ago
b6e20505 docs: add API documentation for CoreProperties Steve Canny <s****y@c****m> over 11 years ago
da9a4688 opc: add CorePropertiesPart.default() Steve Canny <s****y@c****m> over 11 years ago
113c9991 acpt: add scenario for default CoreProperties part Steve Canny <s****y@c****m> over 11 years ago
d49d71f8 acpt: add scenario for writing CoreProperties Steve Canny <s****y@c****m> over 11 years ago
358b4080 rfctr: use relative imports in oxml.__init__ Steve Canny <s****y@c****m> over 11 years ago
4d2c4656 opc: transplant CoreProperties Steve Canny <s****y@c****m> over 11 years ago
7e92b9af opc: add CorePropertiesPart.core_properties Steve Canny <s****y@c****m> over 11 years ago
07127f26 opc: add OpcPackage._core_properties_part Steve Canny <s****y@c****m> over 11 years ago
5f820f89 rfctr: extract opc.part module from opc.package Steve Canny <s****y@c****m> over 11 years ago
734ce6fe opc: consolidate tests for docx.opc.rel Steve Canny <s****y@c****m> over 11 years ago
1d949827 rfctr: extract opc.rel module from opc.package Steve Canny <s****y@c****m> over 11 years ago
da0587c6 opc: add OpcPackage.core_properties Steve Canny <s****y@c****m> over 11 years ago
652fc430 doc: add Document.core_properties Steve Canny <s****y@c****m> over 11 years ago
783cf9ff acpt: add scenario for reading CoreProperties Steve Canny <s****y@c****m> over 11 years ago
b3bf30ae docs: document CoreProperties analysis Steve Canny <s****y@c****m> over 11 years ago
215eceba tmpl: change core props author to python-docx Steve Canny <s****y@c****m> over 11 years ago
f9e033e2 tbl: add Table.alignment.setter Steve Canny <s****y@c****m> over 11 years ago
572526bf tbl: add Table.alignment getter Steve Canny <s****y@c****m> over 11 years ago
a18b0132 tbl: reorder tests Steve Canny <s****y@c****m> over 11 years ago
e22465d0 acpt: add scenarios for Table.alignment Steve Canny <s****y@c****m> over 11 years ago
537f7304 docs: document Table.alignment analysis Steve Canny <s****y@c****m> over 11 years ago
611e8775 release: prepare v0.7.5 release Steve Canny <s****y@c****m> over 11 years ago
e9345cc0 tbl: remove dead tbl param from _Column.__init__ Steve Canny <s****y@c****m> over 11 years ago
dbba2500 docs: update documentation for merge() Steve Canny <s****y@c****m> over 11 years ago
b0061eb0 tbl: add CT_Tc._swallow_next_tc() Steve Canny <s****y@c****m> over 11 years ago
cd09fab7 tbl: add CT_Tc._move_content_to() Steve Canny <s****y@c****m> over 11 years ago
25f1519e tbl: add CT_Tc._span_to_width() Steve Canny <s****y@c****m> over 11 years ago
954301dc tbl: Add CT_Tc._grow_to() Steve Canny <s****y@c****m> over 11 years ago
1f52c208 tbl: add CT_Tc._span_dimensions() Steve Canny <s****y@c****m> over 11 years ago
64ef552f tbl: add CT_Tc.top, .left, .bottom, and .right Steve Canny <s****y@c****m> over 11 years ago
538ed191 tbl: add CT_Tc.merge() Apteryks <m****r@g****m>
Committed by: Steve Canny <s****y@c****m>
over 11 years ago
3a447d37 tbl: add _Cell.merge() Apteryks <m****r@g****m>
Committed by: Steve Canny <s****y@c****m>
over 11 years ago
b347549a tbl: reorder methods in Describe_Cell Steve Canny <s****y@c****m> over 11 years ago
3d1534a1 acpt: add scenarios for _Cell.merge() Steve Canny <s****y@c****m> over 11 years ago
8a9fdfcd tbl: remove now-dead code Steve Canny <s****y@c****m> over 11 years ago
2fda5704 tbl: add Table.column_cells() Steve Canny <s****y@c****m> over 11 years ago
0e3e2be5 tbl: add _Column._index Steve Canny <s****y@c****m> over 11 years ago
7e22dc8a tbl: add _Columns.table Apteryks <m****r@g****m>
Committed by: Steve Canny <s****y@c****m>
over 11 years ago
dc3e8e70 tbl: add _Column.table Apteryks <m****r@g****m>
Committed by: Steve Canny <s****y@c****m>
over 11 years ago
cbc2d60e tbl: reimplement _Column.cells Steve Canny <s****y@c****m> over 11 years ago
ba3c7578 tbl: remove now-dead code Steve Canny <s****y@c****m> over 11 years ago
22752a9a tbl: add Table._cells Steve Canny <s****y@c****m> over 11 years ago

← Back to repository