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
599b9c93 docs: document Run.underline feature analysis Steve Canny <s****y@c****m> about 12 years ago
b2898845 release: v0.5.2 #17 feature: character style Steve Canny <s****y@c****m> about 12 years ago
5a2da7f5 docs: add user documentation for Run.style Victor Volle <v****e@c****g>
Committed by: Steve Canny <s****y@c****m>
about 12 years ago
10e77f0a run: add style param to Paragraph.add_run() Victor Volle <v****e@c****g>
Committed by: Steve Canny <s****y@c****m>
about 12 years ago
a80f0e35 acpt: add par-add-run.feature Victor Volle <v****e@c****g>
Committed by: Steve Canny <s****y@c****m>
about 12 years ago
703fce1e docs: document feature analysis for Run.style Steve Canny <s****y@c****m> about 12 years ago
16afd9b8 run: add Run.style setter Victor Volle <v****e@c****g>
Committed by: Steve Canny <s****y@c****m>
about 12 years ago
b0e3c80c run: add Run.style getter Victor Volle <v****e@c****g>
Committed by: Steve Canny <s****y@c****m>
about 12 years ago
520d90f0 acpt: add run-char-style.feature Victor Volle <v****e@c****g>
Committed by: Steve Canny <s****y@c****m>
about 12 years ago
460cae6f hotfix: v0.5.1 fix iss#23 Steve Canny <s****y@c****m> about 12 years ago
69eb5599 release: v0.5.0 Steve Canny <s****y@c****m> over 12 years ago
866558b9 txt: add Run boolean properties Steve Canny <s****y@c****m> over 12 years ago
a7888028 acpt: add run-bool-props.feature Steve Canny <s****y@c****m> over 12 years ago
8837a450 docs: document analysis for run-bool-props Steve Canny <s****y@c****m> over 12 years ago
fde03bbf release: v0.4.0 Steve Canny <s****y@c****m> over 12 years ago
60d51567 docs: fix spelling of pip --pre flag Steve Canny <s****y@c****m> over 12 years ago
50feb208 dist: remove Pillow dependency Steve Canny <s****y@c****m> over 12 years ago
e8d7b558 img: substitute Image for Image_OLD Steve Canny <s****y@c****m> over 12 years ago
38afcb62 img: add .default_ext to image header classes Steve Canny <s****y@c****m> over 12 years ago
a8faaeb3 img: add Image.filename Steve Canny <s****y@c****m> over 12 years ago
01a61d0d img: add Image.blob Steve Canny <s****y@c****m> over 12 years ago
f395f0d6 img: add Image.from_blob() Steve Canny <s****y@c****m> over 12 years ago
374b5051 img: add Image.ext Steve Canny <s****y@c****m> over 12 years ago
fcba2bf9 img: add Image.sha1 Steve Canny <s****y@c****m> over 12 years ago
2b574214 refac: re-enable Describe_ImageHeaderFactory Steve Canny <s****y@c****m> over 12 years ago
17ae529b refac: remove now dead code that was replaced Steve Canny <s****y@c****m> over 12 years ago
c8e0a4f0 img: add _PngParser.horz_dpi and .vert_dpi Steve Canny <s****y@c****m> over 12 years ago
b196d4ba img: add _Chunks.IHDR and .pHYs Steve Canny <s****y@c****m> over 12 years ago
70e09486 img: add _PngParser.px_width and .px_height Steve Canny <s****y@c****m> over 12 years ago
635131bb img: add _Chunk Steve Canny <s****y@c****m> over 12 years ago
8ab2f34f img: add _pHYsChunk Steve Canny <s****y@c****m> over 12 years ago
921afe8c img: add _IHDRChunk Steve Canny <s****y@c****m> over 12 years ago
8f3e5d44 img: add _ChunkFactory() Steve Canny <s****y@c****m> over 12 years ago
f4d93b29 img: add _ChunkParser._iter_chunk_offsets() Steve Canny <s****y@c****m> over 12 years ago
67fab7eb img: add _ChunkParser.iter_chunks() Steve Canny <s****y@c****m> over 12 years ago
98b4ab2b img: add _ChunkParser.from_stream() Steve Canny <s****y@c****m> over 12 years ago
279fb9f5 img: add _Chunks.from_stream() Steve Canny <s****y@c****m> over 12 years ago
4edbb141 img: add _PngParser.parse() Steve Canny <s****y@c****m> over 12 years ago
b437d728 img: refactor Png.from_stream() Steve Canny <s****y@c****m> over 12 years ago
fc949526 img: close test coverage gaps in docx.image Steve Canny <s****y@c****m> over 12 years ago
dd8c7efa img: add BMP support Steve Canny <s****y@c****m> over 12 years ago
9a2296ea img: add GIF support Steve Canny <s****y@c****m> over 12 years ago
07f90132 refac: condense DescribeJpeg test class Steve Canny <s****y@c****m> over 12 years ago
30fb4fa5 refac: introduce _ImageHeaderFactory() Steve Canny <s****y@c****m> over 12 years ago
d89eac6e refac: introduce BaseImageHeader base class Steve Canny <s****y@c****m> over 12 years ago
2a9a8b80 acpt: add additional Exif example Steve Canny <s****y@c****m> over 12 years ago
736bb514 img: add _App1Marker.horz_dpi and .vert_dpi Steve Canny <s****y@c****m> over 12 years ago
35cb7831 img: add _App1Marker._tiff_from_exif_segment() Steve Canny <s****y@c****m> over 12 years ago
335dd46e img: add _App1Marker.from_stream() Steve Canny <s****y@c****m> over 12 years ago
95c72b88 img: add _App1Marker select to _MarkerFactory() Steve Canny <s****y@c****m> over 12 years ago
73cbcba5 img: add _JfifMarkers.app1 Steve Canny <s****y@c****m> over 12 years ago
bd914744 img: add Exif.from_stream() Steve Canny <s****y@c****m> over 12 years ago
a47e0aa8 acpt: add example for Exif image Steve Canny <s****y@c****m> over 12 years ago
9613e89d img: bring test coverage to 100% Steve Canny <s****y@c****m> over 12 years ago
f95caff6 img: add _AsciiIfdEntry._parse_value() Steve Canny <s****y@c****m> over 12 years ago
38a278ab img: add _RationalIfdEntry._parse_value() Steve Canny <s****y@c****m> over 12 years ago
dade3c36 img: add Tiff.horz_dpi and .vert_dpi Steve Canny <s****y@c****m> over 12 years ago
02b4a634 img: add _LongIfdEntry._parse_value() Steve Canny <s****y@c****m> over 12 years ago
a41f9ecd img: add _ShortIfdEntry._parse_value() Steve Canny <s****y@c****m> over 12 years ago
80c395de img: add _Tiff.content_type Steve Canny <s****y@c****m> over 12 years ago
fdeb44f0 img: add _TiffParser.horz_dpi and .vert_dpi Steve Canny <s****y@c****m> over 12 years ago
cdb462d0 img: add _TiffParser.px_width and .px_height Steve Canny <s****y@c****m> over 12 years ago
b31b0119 img: add _IfdEntry.tag and .value Steve Canny <s****y@c****m> over 12 years ago
57e86cbb img: add _IfdEntry.from_stream() Steve Canny <s****y@c****m> over 12 years ago
f0174698 img: add _IfdEntryFactory() Steve Canny <s****y@c****m> over 12 years ago
3d3415e6 img: add _IfdParser.iter_entries() Steve Canny <s****y@c****m> over 12 years ago
e72d14d2 img: add _IfdEntries.from_stream() Steve Canny <s****y@c****m> over 12 years ago
86ea2834 img: add _TiffParser._make_stream_reader() Steve Canny <s****y@c****m> over 12 years ago
2b6497b0 img: add _TiffParser.parse() Steve Canny <s****y@c****m> over 12 years ago
fadb89dd img: add Tiff.from_stream() Steve Canny <s****y@c****m> over 12 years ago
0c647d3c acpt: add example for TIFF image Steve Canny <s****y@c****m> over 12 years ago
47a72f35 img: add Jpeg.content_type Steve Canny <s****y@c****m> over 12 years ago
da83e15e img: add _App0Marker.horz_dpi and .vert_dpi Steve Canny <s****y@c****m> over 12 years ago
eb125c87 img: add _SofMarker.px_width and .px_height Steve Canny <s****y@c****m> over 12 years ago
e080a7d9 img: add _JfifMarkers.sof Steve Canny <s****y@c****m> over 12 years ago
5307f22f img: add _JfifMarkers.app0 Steve Canny <s****y@c****m> over 12 years ago
72145fe4 img: add _SofMarker.from_stream() Steve Canny <s****y@c****m> over 12 years ago
16fa4736 img: add _App0Marker.from_stream() Steve Canny <s****y@c****m> over 12 years ago
ee8cbe5f img: add _Marker.from_stream() Steve Canny <s****y@c****m> over 12 years ago
79efb67c img: add _MarkerFactory() Steve Canny <s****y@c****m> over 12 years ago
17610b09 img: add _MarkerFinder.next() Steve Canny <s****y@c****m> over 12 years ago
2b14ad4e img: add _MarkerFinder.from_stream() Steve Canny <s****y@c****m> over 12 years ago
b7d39cd3 img: add _MarkerParser.iter_markers() Steve Canny <s****y@c****m> over 12 years ago
6456d866 img: add _MarkerParser.from_stream() Steve Canny <s****y@c****m> over 12 years ago
96774c59 img: add _JfifMarkers.from_stream() Steve Canny <s****y@c****m> over 12 years ago
1e6d9bab img: add Jfif.from_stream() Steve Canny <s****y@c****m> over 12 years ago
395243fd acpt: add JFIF example to img-char.. feature Steve Canny <s****y@c****m> over 12 years ago
0d1dc09c style: add styles oxml classes Steve Canny <s****y@c****m> over 12 years ago
b8a13ad2 style: add _Styles.__len__() Steve Canny <s****y@c****m> over 12 years ago
d6a46fc1 style: add StylesPart.styles Steve Canny <s****y@c****m> over 12 years ago
677694b2 style: add StylesPart Steve Canny <s****y@c****m> over 12 years ago
f1ca7b46 style: add Document.styles_part Steve Canny <s****y@c****m> over 12 years ago
bf21050b acpt: add sty-get-styles-part.feature Steve Canny <s****y@c****m> over 12 years ago
a27d14c2 num: add numbering oxml classes Steve Canny <s****y@c****m> over 12 years ago
4bec90c9 num: add _NumberingDefinitions.__len__() Steve Canny <s****y@c****m> over 12 years ago
0340c71a num: add NumberingPart.numbering_definitions Steve Canny <s****y@c****m> over 12 years ago
e84b60cb num: add NumberingPart Steve Canny <s****y@c****m> over 12 years ago
b0adbe6f num: add Document.numbering_part Steve Canny <s****y@c****m> over 12 years ago
23797692 acpt: add num-get-numbering-part.feature Steve Canny <s****y@c****m> over 12 years ago
dd561598 img: add Png.vert_dpi Steve Canny <s****y@c****m> over 12 years ago

← Back to repository