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
e4545460 release: prepare v1.2.0 release Steve Canny <s****y@g****m> 7 months ago
1fe66019 build: small adjustments for tox Steve Canny <s****y@g****m> 7 months ago
4fbe1f68 docs: add Comments docs Steve Canny <s****y@g****m> 7 months ago
761f4ccd comments: add Comment.author, .initials setters Steve Canny <s****y@g****m> 7 months ago
8ac9fc4f comments: add Comments.add_comment() Steve Canny <s****y@g****m> 7 months ago
d3604092 xfail: acceptance test for Comment mutations Steve Canny <s****y@g****m> 7 months ago
432dd15e drawing: add image extraction from Drawing Steve Canny <s****y@g****m> 7 months ago
19175adf comments: add Comment.paragraphs Steve Canny <s****y@g****m> 7 months ago
cfb87e77 comments: add Comment.timestamp Steve Canny <s****y@g****m> 7 months ago
cab50c5e comments: add Comment.initials Steve Canny <s****y@g****m> 7 months ago
8af46fe5 comments: add Comment.author Steve Canny <s****y@g****m> 7 months ago
7cf36d64 xfail: acceptance test for Comment properties Steve Canny <s****y@g****m> 7 months ago
0eeaa2f0 comments: add Comment.comment_id Steve Canny <s****y@g****m> 7 months ago
e2aec420 comments: add Comments.get() Steve Canny <s****y@g****m> 7 months ago
88ff3cab comments: add Comments.__iter__() Steve Canny <s****y@g****m> 7 months ago
6c0024c5 comments: add Comments.__len__() Steve Canny <s****y@g****m> 7 months ago
595deccd comments: package-loader loads CommentsPart Steve Canny <s****y@g****m> 7 months ago
9c8a2e91 comments: add CommentsPart.comments Steve Canny <s****y@g****m> 7 months ago
ae0e82d9 comments: add DocumentPart._comments_part Steve Canny <s****y@g****m> 7 months ago
8f184cc4 comments: add DocumentPart.comments Steve Canny <s****y@g****m> 7 months ago
451747a9 comments: add Document.comments Steve Canny <s****y@g****m> 7 months ago
5cb32d77 xfail: acceptance test for Document.comments Steve Canny <s****y@g****m> 7 months ago
66da5220 xfail: acceptance test for Document.add_comment() Steve Canny <s****y@g****m> 7 months ago
a809d6cc comments: add Comment.text Steve Canny <s****y@g****m> 7 months ago
e3a321d2 comments: add Run.mark_comment_range() Steve Canny <s****y@g****m> 7 months ago
af3b973d comments: add Document.add_comment() Steve Canny <s****y@g****m> 7 months ago
4262f4de modn: improve type annotation Steve Canny <s****y@g****m> 7 months ago
afa670a9 modn: modernize tests Steve Canny <s****y@g****m> 8 months ago
3228bc58 proj: modernize project environment Steve Canny <s****y@g****m> 8 months ago
d9da49bd fix: remove redundant w:pic "insertion" Steve Canny <s****y@g****m> 8 months ago
592fa8f3 modn: improve ruff compliance Steve Canny <s****y@g****m> 8 months ago
0cf6d71f release: prepare v1.1.2 release Steve Canny <s****y@g****m> over 1 year ago
3f56b7d4 rfctr(dev): use more performant `fd` for clean Steve Canny <s****y@g****m> over 1 year ago
0a8e9c40 fix: Python 3.12 fixes Steve Canny <s****y@g****m> over 1 year ago
e4934749 fix: XmlPart._rel_ref_count Steve Canny <s****y@g****m> over 1 year ago
4cbbdab6 fix: accommodate docxtpl use of Part._rels Steve Canny <s****y@g****m> over 1 year ago
0ec5dcd1 fix(pkg): pull lxml pin Steve Canny <s****y@g****m> over 1 year ago
f246fde2 rfctr: improve typing Steve Canny <s****y@g****m> over 1 year ago
e5315761 release: prepare v1.1.1 release Steve Canny <s****y@g****m> over 1 year ago
0a09474b rfctr: resolve some import cycles Steve Canny <s****y@g****m> over 1 year ago
5a800065 fix(packaging): small packaging and doc tweaks Steve Canny <s****y@g****m> over 1 year ago
94802e4a fix: fix some shortlist issues Steve Canny <s****y@g****m> over 1 year ago
630ecbf0 rfctr(lint): tune in ruff settings Steve Canny <s****y@g****m> over 1 year ago
6c34f128 rfctr: modernize opc.shared.lazyproperty Steve Canny <s****y@g****m> over 1 year ago
89b399b8 feat(typing): add py.typed, improve public types Steve Canny <s****y@g****m> over 1 year ago
6d49a690 rfctr(table): reimplement CT_Tc._tr_above Steve Canny <s****y@g****m> over 1 year ago
f4a48b55 fix(table): fix _Row.cells can raise IndexError Steve Canny <s****y@g****m> over 1 year ago
512f269b rfctr(table): reimplement CT_Tc.tc_at_grid_offset Steve Canny <s****y@g****m> over 1 year ago
7508051c feat(table): add CT_Tc.grid_offset Steve Canny <s****y@g****m> over 1 year ago
382d43e4 feat(table): add _Cell.grid_span Steve Canny <s****y@g****m> over 1 year ago
5a1d6143 docs: update Table docs Steve Canny <s****y@g****m> over 1 year ago
1cfcee71 feat(table): add _Row.grid_cols_after Steve Canny <s****y@g****m> over 1 year ago
4e5dd915 feat(table): add _Row.grid_cols_before Steve Canny <s****y@g****m> over 1 year ago
d8a32898 rfctr: improve expression Steve Canny <s****y@g****m> over 1 year ago
cf5286cf rfctr: modernize table tests Steve Canny <s****y@g****m> over 1 year ago
5a22c521 rfctr: improve typing for tables Steve Canny <s****y@g****m> about 2 years ago
57d3b9ee release: prepare v1.1.0 release Steve Canny <s****y@g****m> about 2 years ago
16c7f342 docs: update docs for .iter_inner_content() Steve Canny <s****y@g****m> about 2 years ago
ee130dc2 blk: add BlockItemContainer.iter_inner_content() Steve Canny <s****y@g****m> about 2 years ago
24e4c1b4 oxml: add .inner_content_elements props Steve Canny <s****y@g****m> about 2 years ago
f46751fd blk: add Document.iter_inner_content() Steve Canny <s****y@g****m> about 2 years ago
3c166915 xfail: for BlockItemContainer.iter_inner_content() Steve Canny <s****y@g****m> about 2 years ago
b7f59039 rfctr: resolve StoryChild conflation Steve Canny <s****y@g****m> about 2 years ago
e4419691 dev: set looponfailroots and filterwarnings Steve Canny <s****y@g****m> about 2 years ago
523328cd rfctr: improve xmlchemy typing Steve Canny <s****y@g****m> about 2 years ago
cf178112 rfctr: docx.shared type-checks strict Steve Canny <s****y@g****m> about 2 years ago
e3151394 rfctr: improve typing local to BlockItemContainer Steve Canny <s****y@g****m> about 2 years ago
a1c6b4f1 xml: BaseOxmlElement subclasses etree.ElementBase Steve Canny <s****y@g****m> about 2 years ago
8995a40d fix: include requirements files in PyPI sdist Benjamin A. Beasley <c****e@m****t>
Committed by: Steve Canny <s****y@g****m>
over 2 years ago
e45fd78a fix: add build-backend in pyproject.toml Benjamin A. Beasley <c****e@m****t>
Committed by: Steve Canny <s****y@g****m>
over 2 years ago
b56f5161 rfctr: improve typing Steve Canny <s****y@g****m> over 2 years ago
8e05650b release: prepare v1.0.1 release Steve Canny <s****y@g****m> over 2 years ago
96f80f79 hlink: add Hyperlink.fragment and .url Steve Canny <s****y@g****m> over 2 years ago
129dd83f fix: #1256 republish parse_xml() at docx.oxml Steve Canny <s****y@g****m> over 2 years ago
532ddd5c docs: add .readthedocs.yaml Steve Canny <s****y@g****m> over 2 years ago
6df147eb release: prepare v1.0.0 release Steve Canny <s****y@g****m> over 2 years ago
7ab9d313 docs: small docs fixes Steve Canny <s****y@g****m> over 2 years ago
9c9106f8 section: Section.iter_inner_content() Steve Canny <s****y@g****m> over 2 years ago
12a6bb8d rfctr: remove obsolete inherit-from-`object` Steve Canny <s****y@g****m> over 2 years ago
44f9ede2 rfctr: Font type-checks clean Steve Canny <s****y@g****m> over 2 years ago
ac26854c rfctr: Run type-checks clean Steve Canny <s****y@g****m> over 2 years ago
b61b63b8 rfctr: Paragraph type-checks clean Steve Canny <s****y@g****m> over 2 years ago
58c24536 rfctr: Section type-checks clean Steve Canny <s****y@g****m> over 2 years ago
8122909d rfctr: rework enums so they type-check Steve Canny <s****y@g****m> over 2 years ago
5b3ee80e release: prepare v1.0.0rc1 release Steve Canny <s****y@g****m> over 2 years ago
e47dfa2a docs: update docs with recent additions Steve Canny <s****y@g****m> over 2 years ago
1e42c55f lrpb: add RenderedPageBreak.following_pa..fragment Steve Canny <s****y@g****m> over 2 years ago
9abd14a8 para: Paragraph.text includes hyperlink text Steve Canny <s****y@g****m> over 2 years ago
ac6c216c lrpb: add RenderedPageBreak.preceding_pa..fragment Steve Canny <s****y@g****m> over 2 years ago
557fdeec acpt: add RenderedPageBreak split-para scenarios Steve Canny <s****y@g****m> over 2 years ago
a02c2206 hlink: add Hyperlink.text Steve Canny <s****y@g****m> over 2 years ago
01061a8f hlink: add Hyperlink.runs Steve Canny <s****y@g****m> over 2 years ago
d0499b9c hlink: add Hyperlink.contains_page_break Steve Canny <s****y@g****m> over 2 years ago
16e3f10a hlink: add Hyperlink.address Steve Canny <s****y@g****m> over 2 years ago
7868f3ed acpt: add Hyperlink properties scenarios Steve Canny <s****y@g****m> over 2 years ago
9dd28517 para: add Paragraph.rendered_page_breaks Steve Canny <s****y@g****m> over 2 years ago
57d93e1b para: add Paragraph.iter_inner_content() Steve Canny <s****y@g****m> over 2 years ago
e6545229 para: add Paragraph.hyperlinks Steve Canny <s****y@g****m> over 2 years ago
ceb8cbec rfctr: add types to Paragraph and its tests Steve Canny <s****y@g****m> over 2 years ago
b85b24f1 para: add Paragraph.contains_page_break Steve Canny <s****y@g****m> over 2 years ago

← Back to repository