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
a665ad15 sect: add Document.add_section() Steve Canny <s****y@c****m> almost 12 years ago
9523610b acpt: add doc-add-section.feature Steve Canny <s****y@c****m> almost 12 years ago
a7d99154 docs: document analysis for Document.add_section() Steve Canny <s****y@c****m> almost 12 years ago
65a59c68 sect: add Section margin setters Steve Canny <s****y@c****m> almost 12 years ago
56cc5f7c acpt: add scenarios for Section margin setters Steve Canny <s****y@c****m> almost 12 years ago
445d5d28 sect: add Section margin getters Steve Canny <s****y@c****m> almost 12 years ago
4e56ce08 acpt: add scenario for Section margin getters Steve Canny <s****y@c****m> almost 12 years ago
bb373392 sect: add Section.orientation setter Steve Canny <s****y@c****m> almost 12 years ago
f6036e0d acpt: add scenarios for Section.orientation setter Steve Canny <s****y@c****m> almost 12 years ago
7b5e9616 sect: add Section.orientation getter Steve Canny <s****y@c****m> almost 12 years ago
212a6557 acpt: add scenarios for Section.orientation getter Steve Canny <s****y@c****m> almost 12 years ago
81d49bda sect: add Section.page_height setter Steve Canny <s****y@c****m> almost 12 years ago
d5073ee8 sect: add Section.page_width setter Steve Canny <s****y@c****m> almost 12 years ago
100f07b2 acpt: add scenario for Section page size setters Steve Canny <s****y@c****m> almost 12 years ago
6202ca62 sect: add Section.page_width getter Steve Canny <s****y@c****m> almost 12 years ago
9b371a47 sect: add Section.page_width getter Steve Canny <s****y@c****m> almost 12 years ago
18f4b7d0 acpt: add scenario for Section.page_width Steve Canny <s****y@c****m> almost 12 years ago
ab625af6 sect: add Section.start_type.setter Steve Canny <s****y@c****m> almost 12 years ago
4c556a35 acpt: add scenarios for Section.start_type setter Steve Canny <s****y@c****m> almost 12 years ago
c6ec2777 sect: add Section.start_type getter Steve Canny <s****y@c****m> almost 12 years ago
f5e4d3ee acpt: add act-section-props.feature Steve Canny <s****y@c****m> almost 12 years ago
e0537246 sect: add Sections.__getitem__() Steve Canny <s****y@c****m> almost 12 years ago
e7fb78a5 sect: add Sections.__iter__() Steve Canny <s****y@c****m> almost 12 years ago
6469b5a8 sect: add Sections.__len__() Steve Canny <s****y@c****m> almost 12 years ago
c161243b sect: add Document.sections Steve Canny <s****y@c****m> almost 12 years ago
6b0014a7 acpt: add doc-access-sections.feature Steve Canny <s****y@c****m> almost 12 years ago
597617a1 docs: document feature analysis for sections Steve Canny <s****y@c****m> almost 12 years ago
15fbe518 py3: fix Python 3 compatibility on xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
1b753b3a tbl: add _Column.width setter Steve Canny <s****y@c****m> almost 12 years ago
756d1795 xmlch: fix discovered bug in OptionalAttribute Steve Canny <s****y@c****m> almost 12 years ago
da43dac0 acpt: add scenario for _Column.width setter Steve Canny <s****y@c****m> almost 12 years ago
e6853941 tbl: add _Column.width getter Steve Canny <s****y@c****m> almost 12 years ago
617eadd9 acpt: add tbl-col-props.feature Steve Canny <s****y@c****m> almost 12 years ago
8073bf79 oxml: use templating for CT_Tbl.new() Steve Canny <s****y@c****m> almost 12 years ago
752af0d1 oxml: use templating for CT_Inline.new() Steve Canny <s****y@c****m> almost 12 years ago
88662847 oxml: use templating for CT_Picture.new() Steve Canny <s****y@c****m> almost 12 years ago
6f1a000d oxml: convert CT_RPr to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
34a475bb oxml: convert CT_R to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
6d123605 oxml: convert CT_PPr to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
a97f43d7 oxml: convert CT_P to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
9022cbac oxml: convert CT_Br to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
7592a60e oxml: convert CT_Tc to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
965aaf12 oxml: convert CT_TblPr to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
6cd7cd8e oxml: convert CT_TblGrid to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
a6e6d46c oxml: convert CT_Tbl to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
ce1711d7 oxml: convert CT_Row to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
d49c0f51 oxml: convert CT_String to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
e77bbdde oxml: convert CT_OnOff to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
22af2b04 oxml: convert CT_DecimalNumber to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
1eae1104 oxml: convert CT_Point2D to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
9b3e615b oxml: convert CT_PositiveSize2D to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
7f97f7b1 oxml: convert CT_Picture to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
0af022ab oxml: convert CT_Inline to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
0087e2dc oxml: convert CT_GraphicalObjectData to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
b821d1dc oxml: convert CT_GraphicalObject to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
504065af oxml: convert CT_BlipFillProperties to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
3180a992 oxml: convert CT_Blip to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
82c080b4 oxml: convert CT_Styles to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
03275585 oxml: convert CT_Style to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
d622225e oxml: convert CT_Numbering to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
1e9c2446 oxml: convert CT_NumPr to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
3af80a4e oxml: convert CT_NumLvl to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
14928c63 oxml: convert CT_Num to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
e17d3714 xmlch: add public adder for ZeroOrMore Steve Canny <s****y@c****m> almost 12 years ago
564d5123 oxml: convert CT_Body to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
e9e93a6a oxml: convert CT_Document to xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
3d8d6a6e oxml: reformat custom class registrations Steve Canny <s****y@c****m> almost 12 years ago
be5b936f xmlch: transplant xmlchemy meta classes Steve Canny <s****y@c****m> almost 12 years ago
aba0a294 xmlch: add BaseOxmlElement.xpath() Steve Canny <s****y@c****m> almost 12 years ago
d4559b85 xmlch: add BaseOxmlElement.remove_all() Steve Canny <s****y@c****m> almost 12 years ago
57892dd4 oxml: add unit tests for BaseOxmlElement Steve Canny <s****y@c****m> almost 12 years ago
ddd5c308 oxml: mv BaseOxmlElement to docx.oxml.xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
df464f4e oxml: add unit tests for OxmlElement Steve Canny <s****y@c****m> almost 12 years ago
97f27d06 oxml: add unit tests for register_element_cls() Steve Canny <s****y@c****m> almost 12 years ago
eb364115 oxml: add unit tests for parse_xml() Steve Canny <s****y@c****m> almost 12 years ago
44cc3301 oxml: add unit tests for oxml_parser Steve Canny <s****y@c****m> almost 12 years ago
8ae8ba5f oxml: add unit tests for serialize_for_reading() Steve Canny <s****y@c****m> almost 12 years ago
d8920003 oxml: extract XmlString to oxml.xmlchemy Steve Canny <s****y@c****m> almost 12 years ago
75c0302e oxml: extract OxmlElement() to pptx.oxml Steve Canny <s****y@c****m> almost 12 years ago
38f18c70 oxml: remove dead _SubElement() Steve Canny <s****y@c****m> almost 12 years ago
769d2bb8 oxml: extract parse_xml() to pptx.oxml.__init__ Steve Canny <s****y@c****m> almost 12 years ago
06ebca38 oxml: extract qn() to docx.oxml.ns Steve Canny <s****y@c****m> almost 12 years ago
f4b305a9 oxml: extract nspfxmap() to docx.oxml.ns Steve Canny <s****y@c****m> almost 12 years ago
337734f6 oxml: extract nsdecls() to docx.oxml.ns Steve Canny <s****y@c****m> almost 12 years ago
5ec3ac17 oxml: extract NamespacePrefixedTag to docx.oxml.ns Steve Canny <s****y@c****m> almost 12 years ago
8af48cf0 oxml: extract parser to docx.oxml Steve Canny <s****y@c****m> almost 12 years ago
f64f87be oxml: extract nsmap to docx.oxml.ns Steve Canny <s****y@c****m> almost 12 years ago
fc965c24 docs: add docs for WD_UNDERLINE enumeration Steve Canny <s****y@c****m> about 12 years ago
9fa9d0a4 run: add validator to Run.underline setter Steve Canny <s****y@c****m> about 12 years ago
e7229287 acpt: fix py33 behave error on helpers import Steve Canny <s****y@c****m> about 12 years ago
194f77dd run: convert CT_Underline.val setter to to_xml() Steve Canny <s****y@c****m> about 12 years ago
c46f822a run: convert CT_Underline.val getter to from_xml() Steve Canny <s****y@c****m> about 12 years ago
e492e370 enum: convert WD_UNDERLINE to XmlEnumeration Steve Canny <s****y@c****m> about 12 years ago
06de6c9c enum: transplant docx.enum.base module Steve Canny <s****y@c****m> about 12 years ago
efc8678b docs: fix screenshot layout anomaly Steve Canny <s****y@c****m> about 12 years ago
22526778 release: v0.5.3 add feature #19 Run.underline Steve Canny <s****y@c****m> about 12 years ago
b84d64fe run: add Run.underline setter Justin <o****s@g****m>
Committed by: Steve Canny <s****y@c****m>
about 12 years ago
4948b909 acpt: add scenario for Run.underline setter Steve Canny <s****y@c****m> about 12 years ago
29a2454c run: add Run.underline getter Justin <o****s@g****m>
Committed by: Steve Canny <s****y@c****m>
about 12 years ago
7b40ab32 acpt: add run-enum-props.feature Steve Canny <s****y@c****m> about 12 years ago

← Back to repository