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
17866e31 img: add Png.horz_dpi Steve Canny <s****y@c****m> over 12 years ago
73132baf img: add width, height, and content_type properties Steve Canny <s****y@c****m> over 12 years ago
e4934e88 img: wire up Png and Image initializers Steve Canny <s****y@c****m> over 12 years ago
a20f25be img: add Png._parse_pHYs() Steve Canny <s****y@c****m> over 12 years ago
3042292e img: add Png._parse_IHDR() Steve Canny <s****y@c****m> over 12 years ago
578f476f img: add Png._parse_chunks() Steve Canny <s****y@c****m> over 12 years ago
a2782f5f img: add Png._parse_chunk_offsets() Steve Canny <s****y@c****m> over 12 years ago
2c6d96aa img: add StreamReader.read_long() Steve Canny <s****y@c****m> over 12 years ago
b5da364a img: add StreamReader.read_str() Steve Canny <s****y@c****m> over 12 years ago
51e48802 img: add Png._parse_png_headers() Steve Canny <s****y@c****m> over 12 years ago
82ced1b7 img: add Png.from_stream() Steve Canny <s****y@c****m> over 12 years ago
20ef6c58 acpt: add img-characterize-image.feature Steve Canny <s****y@c****m> over 12 years ago
87460cc4 img: add BMP format to recognizer Steve Canny <s****y@c****m> over 12 years ago
23ef66e3 img: add TIFF formats to recognizer Steve Canny <s****y@c****m> over 12 years ago
4434b1c3 img: add GIF formats to recognizer Steve Canny <s****y@c****m> over 12 years ago
98f3f24e img: add Jpeg formats to recognizer Steve Canny <s****y@c****m> over 12 years ago
a78fb402 img: add image stream recognizer Steve Canny <s****y@c****m> over 12 years ago
a38ffd36 img: add Image._from_stream() Steve Canny <s****y@c****m> over 12 years ago
3954b5b5 img: add Image.from_file() Steve Canny <s****y@c****m> over 12 years ago
3d1ddeef img: rename existing Image to Image_OLD Steve Canny <s****y@c****m> over 12 years ago
9ca490f5 img: extract Image to sub-package Steve Canny <s****y@c****m> over 12 years ago
684b91d6 opc: factor leading period out of PackURI.ext Steve Canny <s****y@c****m> over 12 years ago
2e158555 opc: refactor _ContentTypesItem interface Steve Canny <s****y@c****m> over 12 years ago
c6a48fb3 opc: refactor _ContentTypesItem to instantiate Steve Canny <s****y@c****m> over 12 years ago
abc20731 opc: refactor DescribePackageWriter Steve Canny <s****y@c****m> over 12 years ago
5d7cf819 opc: make _ContentTypesItem case-ins on ext Steve Canny <s****y@c****m> over 12 years ago
80653bda opc: refactor Describe_ContentTypesItem Steve Canny <s****y@c****m> over 12 years ago
3f60dbb0 opc: match Default on case-insensitive extension Steve Canny <s****y@c****m> over 12 years ago
c577869b opc: match Override on case-insensitive partname Steve Canny <s****y@c****m> over 12 years ago
152f049b opc: refactor it_matches_override_on_partname() Steve Canny <s****y@c****m> over 12 years ago
6c74e233 opc: refactor _ContentTypeMap.from_xml() Steve Canny <s****y@c****m> over 12 years ago
d815baf6 opc: refactor Describe_ContentTypeMap Steve Canny <s****y@c****m> over 12 years ago
11c45e52 release: v0.3.0a5; hotfix issue #4 Steve Canny <s****y@c****m> over 12 years ago
00123a43 dist: add Travis CI required files Steve Canny <s****y@c****m> over 12 years ago
9888fa14 release: v0.3.0a4 Steve Canny <s****y@c****m> over 12 years ago
31470af6 py3: last few tweaks to get clean tox run Steve Canny <s****y@c****m> over 12 years ago
259fcfd9 oxml: add XmlString for xml __eq__ override Steve Canny <s****y@c****m> over 12 years ago
6de44263 py3: add docx.compat.is_string() Steve Canny <s****y@c****m> over 12 years ago
31f88daf py3: extract cls_method_fn() Steve Canny <s****y@c****m> over 12 years ago
70ce1906 py3: add docx.opc.compat module Steve Canny <s****y@c****m> over 12 years ago
c4602670 py3: add docx.compat module Steve Canny <s****y@c****m> over 12 years ago
0832d7d1 hotfix: setup error on Windows Steve Canny <s****y@c****m> over 12 years ago
a6228070 docs: add quickstart and styles pages Steve Canny <s****y@c****m> over 12 years ago
752314ee text: add xml:space="preserve" on <w:t> Steve Canny <s****y@c****m> over 12 years ago
6b653813 text: add 'text' param to Paragraph.add_run() Steve Canny <s****y@c****m> over 12 years ago
5d2afe47 test: refactor DescribeParagraph Steve Canny <s****y@c****m> over 12 years ago
86ae5d2a text: add Run.italic setter Steve Canny <s****y@c****m> over 12 years ago
2f2d0b41 text: add Run.italic getter Steve Canny <s****y@c****m> over 12 years ago
1c30ccbe acpt: add italic scenarios Steve Canny <s****y@c****m> over 12 years ago
6be61e43 text: add Run.bold setter Steve Canny <s****y@c****m> over 12 years ago
b08f6911 text: add Run.bold getter Steve Canny <s****y@c****m> over 12 years ago
8f6ba19e acpt: add run-bold-italic.feature Steve Canny <s****y@c****m> over 12 years ago
d04bbd0c docs: document bold/italic feature analysis Steve Canny <s****y@c****m> over 12 years ago
1cc66bf4 api: remove Document.body Steve Canny <s****y@c****m> over 12 years ago
9d40b933 tbl: change Table.cols.add() to Table.add_column() Steve Canny <s****y@c****m> over 12 years ago
22108841 tbl: change Table.rows.add() to Table.add_row() Steve Canny <s****y@c****m> over 12 years ago
c6befdc0 acpt: add tbl-add-row-or-col.feature Steve Canny <s****y@c****m> over 12 years ago
fe4b7b87 doc: add DocumentPart.tables Steve Canny <s****y@c****m> over 12 years ago
885e3323 api: add Document.tables Steve Canny <s****y@c****m> over 12 years ago
03e81d16 api: add Document.add_table() Steve Canny <s****y@c****m> over 12 years ago
6855f9af acpt: add api-add-table.feature Steve Canny <s****y@c****m> over 12 years ago
595cc875 api: add Document.add_page_break() Steve Canny <s****y@c****m> over 12 years ago
ec057f35 acpt: add api-add-page-break.feature Steve Canny <s****y@c****m> over 12 years ago
086f2194 api: add Document.add_picture() Steve Canny <s****y@c****m> over 12 years ago
3975b409 api: add Document.add_heading() Steve Canny <s****y@c****m> over 12 years ago
2438baae acpt: add api-add-heading.feature Steve Canny <s****y@c****m> over 12 years ago
ea71fc2d text: add Paragraph.text Steve Canny <s****y@c****m> over 12 years ago
f13be7b9 doc: add DocumentPart.paragraphs Steve Canny <s****y@c****m> over 12 years ago
ae1c8d17 api: add Document.paragraphs Steve Canny <s****y@c****m> over 12 years ago
8cdfa29a doc: add DocumentPart.add_paragraph() Steve Canny <s****y@c****m> over 12 years ago
770db0a0 api: add Document.add_paragraph() Steve Canny <s****y@c****m> over 12 years ago
3ab7ad1b acpt: add api-add-paragraph.feature Steve Canny <s****y@c****m> over 12 years ago
ad99e194 docs: add shapes page to user guide Steve Canny <s****y@c****m> over 12 years ago
42f9a4c7 api: eliminate Document constructor function Steve Canny <s****y@c****m> over 12 years ago
e5865049 reorg: shorten 'Collection' suffix to 's' Steve Canny <s****y@c****m> over 12 years ago
629cadb2 docs: first pass at user guide Steve Canny <s****y@c****m> over 12 years ago
e386299e txt: add Run.add_break() Steve Canny <s****y@c****m> over 12 years ago
10055d23 acpt: add txt-add-break.feature Steve Canny <s****y@c****m> over 12 years ago
c57765b8 docs: document breaks analysis Steve Canny <s****y@c****m> over 12 years ago
d4908711 shp: add InlineShape.width, height setters Steve Canny <s****y@c****m> over 12 years ago
c5b921ef shp: add InlineShape.width, height getters Steve Canny <s****y@c****m> over 12 years ago
0bed6a8e acpt: add shp-inline-shape-size.feature Steve Canny <s****y@c****m> over 12 years ago
de9bcfd3 reorg: extract InlineShape to docx.shape Steve Canny <s****y@c****m> over 12 years ago
0d0501bd docs: document InlineShape size analysis Steve Canny <s****y@c****m> over 12 years ago
945ffb5c acpt: add scenario for add picture from stream Steve Canny <s****y@c****m> over 12 years ago
12336e70 img: final fixups to pass acceptance test Steve Canny <s****y@c****m> over 12 years ago
dde7784e img: add ImagePart.filename Steve Canny <s****y@c****m> over 12 years ago
16a588fc img: refactor Image.from_file() Steve Canny <s****y@c****m> over 12 years ago
994b290f img: add ImagePart cx, cy from loaded part Steve Canny <s****y@c****m> over 12 years ago
8a0d8936 img: add ImagePart.default_cx, cy Steve Canny <s****y@c****m> over 12 years ago
3272199f img: add __init__() and load() overrides to ImagePart Steve Canny <s****y@c****m> over 12 years ago
0be0080e img: add Image._analyze_image() Steve Canny <s****y@c****m> over 12 years ago
af1afc04 img: add ImageParts._next_image_partname Steve Canny <s****y@c****m> over 12 years ago
4151eb9a img: add ImagePart.from_image() Steve Canny <s****y@c****m> over 12 years ago
bb8e602d img: add ImagePart part class selector Steve Canny <s****y@c****m> over 12 years ago
64d6a55b doc: add PartFactory call test for DocumentPart Steve Canny <s****y@c****m> over 12 years ago
4382db70 opc: add PartFactory.part_class_selector callable Steve Canny <s****y@c****m> over 12 years ago
28628971 reorg: rename _Document to DocumentPart Steve Canny <s****y@c****m> over 12 years ago
2853e3d3 opc: add reltype to PartFactory.__new__() Steve Canny <s****y@c****m> over 12 years ago
92938c0e opc: add reltype to PackageReader.iter_sparts() Steve Canny <s****y@c****m> over 12 years ago

← Back to repository