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
1afedd0e acpt: add Paragraph inner-content scenarios Steve Canny <s****y@g****m> over 2 years ago
08ee10a1 run: add Run.iter_inner_content() Steve Canny <s****y@g****m> over 2 years ago
2364e909 run: add Run.contains_page_break Steve Canny <s****y@g****m> over 2 years ago
2e13d5cc run: Run.text includes no-break hyphen, etc. Steve Canny <s****y@g****m> over 2 years ago
45bf74bf rfctr: add types to Run and its tests Steve Canny <s****y@g****m> over 2 years ago
fd54be19 acpt: add Run inner-content scenarios Steve Canny <s****y@g****m> over 2 years ago
8280771a rfctr: add type-stubs for behave Steve Canny <s****y@g****m> over 2 years ago
99e9a0e0 rfctr: modernize lazyproperty Steve Canny <s****y@g****m> over 2 years ago
ae6592bd rfctr: bulk remove __slots__ Steve Canny <s****y@g****m> over 2 years ago
160e7090 rfctr: rename private classes now used for typing Steve Canny <s****y@g****m> over 2 years ago
1c5bb281 rfctr: bulk best-efforts PEP 257 docstrings Steve Canny <s****y@g****m> over 2 years ago
e88e1d54 rfctr: change param ref from asterisk to backticks Steve Canny <s****y@g****m> over 2 years ago
5cd150e0 rfctr: bulk test-layout updates Steve Canny <s****y@g****m> over 2 years ago
f07823c0 spike: rejigger xmlchemy Steve Canny <s****y@g****m> over 2 years ago
5c1b2f01 rfctr: extract oxml.parser Steve Canny <s****y@g****m> over 2 years ago
08ab7e63 rfctr: improve typing Steve Canny <s****y@g****m> over 2 years ago
cbf940c6 rfctr: bulk Python 2 formatting updates Steve Canny <s****y@g****m> over 2 years ago
5cb952f5 rfctr: remove Python 2 compatibility layer Steve Canny <s****y@g****m> over 2 years ago
c8aad1c7 lint: fix flake8-simplify diagnostics Steve Canny <s****y@g****m> over 2 years ago
878f7585 lint: fix flake8-pytest-style diagnostics Steve Canny <s****y@g****m> over 2 years ago
d5097841 lint: fix C4xx comprehension errors Steve Canny <s****y@g****m> over 2 years ago
163cfc1b lint: add isort linting in ruff Steve Canny <s****y@g****m> over 2 years ago
80740f2c build: move docx package under src/ directory Steve Canny <s****y@g****m> over 2 years ago
6ac2c690 build: modernize packaging Steve Canny <s****y@g****m> over 2 years ago
629f942e rfctr: Blacken code base Steve Canny <s****y@g****m> over 2 years ago
eafffeac black: blacken setup.py Steve Canny <s****y@g****m> over 4 years ago
36cac78d release: prepare v0.8.11 release Steve Canny <s****y@g****m> over 4 years ago
24b9af76 fix: documentation fixes Steve Canny <s****y@g****m> over 4 years ago
e1beb730 fix: miscellaneous small Python 3 build-time fixes Steve Canny <s****y@g****m> about 5 years ago
e1ffdcc4 Add 'zip_safe' == False to setup.py Brian Seitz <b****z@g****m>
Committed by: Steve Canny <s****y@g****m>
about 6 years ago
da75fcf0 fix: tweak setup.py handling of template directory Steve Canny <s****y@g****m> over 6 years ago
90fc91c7 release: prepare v0.8.10 release Steve Canny <s****y@g****m> about 7 years ago
6756f6cd release: prepare v0.8.9 release Steve Canny <s****y@g****m> about 7 years ago
e29662a8 release: prepare v0.8.8 release Steve Canny <s****y@g****m> about 7 years ago
ada86c38 rfctr: extract default .docx template to directory Steve Canny <s****y@g****m> about 7 years ago
5a310348 doc: Document.add_section() strips hdr/ftr refs Steve Canny <s****y@g****m> about 7 years ago
a2df1d10 docs: add API docs for header/footer Steve Canny <s****y@g****m> about 7 years ago
569b8802 hdr: add Section.first_page_header Steve Canny <s****y@g****m> about 7 years ago
68a28ab2 hdr: add Section.first_page_footer Steve Canny <s****y@g****m> about 7 years ago
3ac49e52 hdr: add Section.even_page_header Steve Canny <s****y@g****m> about 7 years ago
2038b64a hdr: add Section.even_page_footer Steve Canny <s****y@g****m> about 7 years ago
d27f4c65 rfctr: _Header and _Footer take header/footer type Steve Canny <s****y@g****m> about 7 years ago
db7a828c acpt: add scenarios for first/even header/footer Steve Canny <s****y@g****m> about 7 years ago
0d2083f0 hdr: add Section.different_first_page_hea.. setter Steve Canny <s****y@g****m> about 7 years ago
32c24d64 hdr: add Section.different_first_page_header_footr Steve Canny <s****y@g****m> about 7 years ago
1db743cb acpt: add scenarios for Section.diff_first_page.. Steve Canny <s****y@g****m> about 7 years ago
b48f860f hdr: add Settings.odd_and_even_pages_head.. setter Steve Canny <s****y@g****m> about 7 years ago
a46dd645 hdr: add Settings.odd_and_even_pages_header_footer Steve Canny <s****y@g****m> about 7 years ago
1fd57dee acpt: add odd-even-page-headers scenarios Steve Canny <s****y@g****m> about 7 years ago
3923fe86 hdr: add BaseStoryPart.next_id Steve Canny <s****y@g****m> about 7 years ago
002e37fb hdr: add BaseStoryPart.get_or_add_image() Steve Canny <s****y@g****m> about 7 years ago
7f32a65f hdr: add BaseStoryPart.new_pic_inline() Steve Canny <s****y@g****m> about 7 years ago
db72fe73 hdr: add BaseStoryPart.get_style() Steve Canny <s****y@g****m> about 7 years ago
f1ca510b hdr: add BaseStoryPart._document_part Steve Canny <s****y@g****m> about 7 years ago
004ac14e hdr: add BaseStoryPart.get_style_id() Steve Canny <s****y@g****m> about 7 years ago
faccb455 hdr: add _BaseHeaderFooter.part Steve Canny <s****y@g****m> about 7 years ago
e52d32f7 acpt: add header /footer content insert scenarios Steve Canny <s****y@g****m> about 7 years ago
0c90ce39 hdr: add PartFactory loads FooterPart Steve Canny <s****y@g****m> about 7 years ago
47d7e4b2 hdr: add DocumentPart.footer_part() Steve Canny <s****y@g****m> about 7 years ago
bacf9fd5 hdr: add _Footer._definition Steve Canny <s****y@g****m> about 7 years ago
c77cae04 hdr: add _Footer._prior_headerfooter Steve Canny <s****y@g****m> about 7 years ago
bd7d13c7 hdr: add _BaseHeaderFooter._get_or_add_definition() Steve Canny <s****y@g****m> about 7 years ago
c8c62497 hdr: add _BaseHeaderFooter._element Steve Canny <s****y@g****m> about 7 years ago
11e0fb3b hdr: add FooterPart._default_footer_xml() Steve Canny <s****y@g****m> about 7 years ago
64e9836a hdr: add FooterPart.new() Steve Canny <s****y@g****m> about 7 years ago
7f4e820c hdr: add DocumentPart.add_footer_part() Steve Canny <s****y@g****m> about 7 years ago
100654a8 hdr: add _Footer._add_definition() Steve Canny <s****y@g****m> about 7 years ago
e6c64a0e hdr: add _Footer._drop_definition() Steve Canny <s****y@g****m> about 7 years ago
3f62ffc6 hdr: extract _Header.is_linked_to_previous Steve Canny <s****y@g****m> about 7 years ago
c16e55e7 hdr: add _BaseHeaderFooter.is_linked_to_p.. setter Steve Canny <s****y@g****m> about 7 years ago
eb482988 hdr: add _Footer._has_definition Steve Canny <s****y@g****m> about 7 years ago
14bbaf2a hdr: add _BaseHeaderFooter.is_linked_to_p.. getter Steve Canny <s****y@g****m> about 7 years ago
f75b6c17 hdr: extract _BaseHeaderFooter Steve Canny <s****y@g****m> about 7 years ago
f31cb07b hdr: add PartFactory loads HeaderPart Steve Canny <s****y@g****m> about 7 years ago
5e60b978 hdr: add DocumentPart.header_part() Steve Canny <s****y@g****m> about 7 years ago
c55f4ed0 hdr: add _Header._header_part Steve Canny <s****y@g****m> about 7 years ago
9e2b32d0 hdr: add _Header._prior_header Steve Canny <s****y@g****m> about 7 years ago
ce6afd41 hdr: add _Header._get_or_add_header_part() Steve Canny <s****y@g****m> about 7 years ago
e6d234c3 hdr: add _Header._element Steve Canny <s****y@g****m> about 7 years ago
b0f81bc3 hdr: add HeaderPart._default_header_xml() Steve Canny <s****y@g****m> about 7 years ago
05895d37 pkg: add OpcPackage.next_partname() Steve Canny <s****y@g****m> about 7 years ago
1eda7f36 pep8: fixes for latest version of flake8 Steve Canny <s****y@g****m> about 7 years ago
fd1d3369 rfctr: modernize formatting Steve Canny <s****y@g****m> about 7 years ago
5dcb24c7 test: upgrade mock helpers to autospec by default Steve Canny <s****y@g****m> about 7 years ago
4ed8545b hdr: add HeaderPart.new() Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
3512601f hdr: add DocumentPart.add_header_part() Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
2afbbb6b hdr: add _Header._add_header_part() Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
d5a03da9 hdr: add DocumentPart.drop_header_part() Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
383ebd12 hdr: add _Header._drop_header_part() Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
e573716a hdr: add _Header.is_linked_to_previous setter Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
801e3fb9 hdr: add _Header._has_header_part Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
4ad97ed7 hdr: add _Header.is_linked_to_previous Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
e8d43a25 sect: add Section.header Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
d3b8eb70 sect: add Section.footer Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
7c646523 rfctr: Section gets document_part Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
8097e39c rfctr: Sections gets document_part Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
a93373aa acpt: add scenarios for headers and footers Ondrej Zoričák <1****k@g****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago
5720a886 rfctr: blacken selected items Steve Canny <s****y@g****m> about 7 years ago
6037572d build: remove 2.6 testing on travis Steve Canny <s****y@g****m> about 7 years ago
0502dd71 docs: add user docs for header/footer eupharis <d****n@h****m>
Committed by: Steve Canny <s****y@g****m>
about 7 years ago

← Back to repository