An open API service providing commit metadata for open source projects.

GitHub / scanny/python-pptx / commits

Create Open XML PowerPoint documents in Python

SHA Message Author Date Stats
278b47b1 fix(enum): replace read-only enum values Steve Canny <s****y@g****m> about 2 years ago
0f980cd9 fix(type): add py.typed Steve Canny <s****y@g****m> about 2 years ago
31955c0f docs: update docs build Steve Canny <s****y@g****m> about 2 years ago
04a3e9d7 release: prepare v1.0.0 release Steve Canny <s****y@g****m> about 2 years ago
40301cc1 build: modernize build process Steve Canny <s****y@g****m> about 2 years ago
284fc018 fix: #990 Turn off ZipFile strict_timestamps Steve Canny <s****y@g****m> about 2 years ago
799b214a fix: #972 next-slide-id fails when max used Steve Canny <s****y@g****m> about 2 years ago
d5c95be6 fix: #943 Docstring implies Px subtype of Length Steve Canny <s****y@g****m> about 2 years ago
af6a8f7b fix: #929 raises on JPEG with image/jpg MIME-type Steve Canny <s****y@g****m> about 2 years ago
01b86e64 rfctr(enum): modernize enumerations Steve Canny <s****y@g****m> about 2 years ago
86df5345 build: move pptx package under src/ Steve Canny <s****y@g****m> about 2 years ago
7efa08d2 type: add lxml type-stubs Steve Canny <s****y@g****m> about 2 years ago
ce10c20b dev: modernize dev environment Steve Canny <s****y@g****m> about 2 years ago
c38d5f5c type: general modernization Steve Canny <s****y@g****m> about 2 years ago
d043334b release: prepare v0.6.23 release Steve Canny <s****y@g****m> almost 3 years ago
791ba4a2 fix: Support Pillow 10+ Steve Canny <s****y@g****m> almost 3 years ago
fa234950 dist: modernize distribution for twine upload Steve Canny <s****y@g****m> about 3 years ago
0e684ff5 release: prepare v0.6.22 release Steve Canny <s****y@g****m> about 3 years ago
9e3a9ccd docs: improve docs Steve Canny <s****y@g****m> about 3 years ago
c3ed33b2 fix: #754 _Relationships.items() raises Steve Canny <s****y@g****m> about 3 years ago
a5f05dfa fix: #758 quote in autoshape name must be escaped Steve Canny <s****y@g****m> about 3 years ago
df5e968a fix: #746 update Python 3.x support in docs Steve Canny <s****y@g****m> about 3 years ago
81aae15c fix: #748 setup's `license` should be short string Steve Canny <s****y@g****m> about 3 years ago
9d26e2b2 ole: add p:oleObj.imgW and imgH Steve Canny <s****y@g****m> about 3 years ago
a284deee ole: add _OleObjectElementCreator._icon_height Steve Canny <s****y@g****m> about 3 years ago
46151d5e ole: add _OleObjectElementCreator._icon_width Steve Canny <s****y@g****m> about 3 years ago
407627d9 ole: add _OleObjectElementCreator icon_width/height Steve Canny <s****y@g****m> about 3 years ago
620bf70f ole: add icon_width/height to `.add_ole_object()` Steve Canny <s****y@g****m> about 3 years ago
368373c5 fix: get lint/tests running again Steve Canny <s****y@g****m> about 3 years ago
9760472c fix: collections.abc Windows 3.10 breakage Steve Canny <s****y@g****m> about 3 years ago
71d1ca0b release: prepare v0.6.21 release Steve Canny <s****y@g****m> almost 5 years ago
928248f6 opc: add _DirPkgReader.__contains__() Steve Canny <s****y@g****m> almost 5 years ago
4d7458c3 xfail: add acceptance test for _DirPackageReader Steve Canny <s****y@g****m> almost 5 years ago
62f7f621 release: prepare v0.6.20 release Steve Canny <s****y@g****m> almost 5 years ago
0b127a95 fix: Python 2.7 and 3.6 test errors Steve Canny <s****y@g****m> almost 5 years ago
127d73ab fix: #223 Escape p:pic filename parameter Steve Canny <s****y@g****m> almost 5 years ago
f17fb9fb fix: improve handling of media click-action Steve Canny <s****y@g****m> almost 5 years ago
ce78e00e test: Add feature for .rels file count Steve Canny <s****y@g****m> almost 5 years ago
419c9e81 cht: add _BaseAxis.reverse_order setter Steve Canny <s****y@g****m> about 5 years ago
5b0624ef cht: add _BaseAxis.reverse_order getter Steve Canny <s****y@g****m> about 5 years ago
7e48ef23 xfail: add Axis.reverse_order acceptance tests Steve Canny <s****y@g****m> about 5 years ago
6f513385 docs: document Axis.reverse_order analysis Steve Canny <s****y@g****m> about 5 years ago
2b0343e8 rfctr: extract _RelatableMixin Steve Canny <s****y@g****m> about 5 years ago
d4eb0386 test: improve test coverage Steve Canny <s****y@g****m> about 5 years ago
8fa420d1 rfctr: improve expression Steve Canny <s****y@g****m> about 5 years ago
89918839 rfctr: reimplement PackageWriter Steve Canny <s****y@g****m> about 5 years ago
2fa96633 rfctr: move `package` arg position left in Part Steve Canny <s****y@g****m> about 5 years ago
a9eb5e5f rfctr: ditch sparts and srels Steve Canny <s****y@g****m> about 5 years ago
10ea9936 rfctr: reimplement _PhysPkgReader and subtypes Steve Canny <s****y@g****m> about 5 years ago
ea07f47e rfctr: make PackageReader a value object Steve Canny <s****y@g****m> about 5 years ago
81102ffc pkg: add _PackageLoader._xml_rels Steve Canny <s****y@g****m> about 5 years ago
c082883d rfctr: subsume Unmarshaller into _PackageLoader Steve Canny <s****y@g****m> about 5 years ago
fb9e2b2c rfctr: extract _PackageLoader Steve Canny <s****y@g****m> about 5 years ago
aacda7ea rfctr: remove OpcPackage.parts Steve Canny <s****y@g****m> about 5 years ago
bf59ad69 rfctr: improve OpcPackage.next_partname() Steve Canny <s****y@g****m> about 5 years ago
b2b2b405 rfctr: make OpcPackage a function object Steve Canny <s****y@g****m> about 5 years ago
aafa4814 rfctr: improve part graph traversal Steve Canny <s****y@g****m> about 5 years ago
27d66a6c rfctr: modernize _Relationships interface Steve Canny <s****y@g****m> about 5 years ago
c3966b6d rfctr: make OpcPackage._rels private Steve Canny <s****y@g****m> about 5 years ago
8c5a96b1 rfctr: upgrade lazyproperty and remove __slots__ Steve Canny <s****y@g****m> about 5 years ago
7b20c748 rfctr: rename `pptx.opc.package._Relationships` Steve Canny <s****y@g****m> about 5 years ago
1f8a3979 rfctr: default mocks to autospec Steve Canny <s****y@g****m> about 5 years ago
4f44afbe rfctr: replace Part.related_part() Steve Canny <s****y@g****m> about 5 years ago
f6e994d8 rfctr: normalize method ordering Steve Canny <s****y@g****m> about 5 years ago
f1c3cc0a rfctr: remove before/after marshalling hooks Steve Canny <s****y@g****m> about 5 years ago
b1a9488f rfctr: consolidate pptx.opc.serialized modules Steve Canny <s****y@g****m> about 5 years ago
26a30f27 rfctr: modernize docstrings and imports Steve Canny <s****y@g****m> about 5 years ago
686b01bb rfctr: modernize tests related to pptx.opc.package Steve Canny <s****y@g****m> about 5 years ago
aa8c50cc rfctr: modernize tests and formatting Steve Canny <s****y@g****m> about 5 years ago
a1d2182a release: prepare v0.6.19 release Steve Canny <s****y@g****m> over 5 years ago
ca73616b fix: fix some shortlist issues Steve Canny <s****y@g****m> over 5 years ago
235341a4 shp: add _OleObjectElementCreator._cy Steve Canny <s****y@g****m> over 5 years ago
a9b86e7e shp: add _OleObjectElementCreator._cx Steve Canny <s****y@g****m> over 5 years ago
63a4c88e part: add EmbeddedPackagePart.new() Steve Canny <s****y@g****m> over 5 years ago
bd6930fc pep8: modernize code formatting Steve Canny <s****y@g****m> over 5 years ago
21f7a43d shp: add _OleObjectElementCreator._icon_image_file Steve Canny <s****y@g****m> over 5 years ago
b13b4d78 shp: add _OleObjectElementCreator._icon_rId Steve Canny <s****y@g****m> over 5 years ago
8752ae7a part: add EmbeddedPackagePart.factory() Steve Canny <s****y@g****m> over 5 years ago
1f77c886 shp: add Part._blob_from_file() Steve Canny <s****y@g****m> over 5 years ago
d1da13b1 shp: add SlidePart.add_embedded_ole_object_part() Steve Canny <s****y@g****m> over 5 years ago
d9f4a277 shp: add _OleObjectElementCreator._progId Steve Canny <s****y@g****m> over 5 years ago
176bb7be shp: add _OleObjectElementCreator._slide_part Steve Canny <s****y@g****m> over 5 years ago
7b592e3c shp: add _OleObjectElementCreator._ole_object_rId Steve Canny <s****y@g****m> over 5 years ago
232bbd13 shp: add _OleObjectElementCreator._shape_name Steve Canny <s****y@g****m> over 5 years ago
02590938 shp: add _OleObjectElementCreator._graphicFrame Steve Canny <s****y@g****m> over 5 years ago
6114e83a shp: add _OleObjectElementCreator.graphicFrame() Steve Canny <s****y@g****m> over 5 years ago
25d3c020 shp: add _BaseGroupShapes.add_ole_object() Steve Canny <s****y@g****m> over 5 years ago
84493776 XFAIL: add XFAIL for SlideShapes.add_ole_object() Steve Canny <s****y@g****m> over 5 years ago
70340ad2 shp: add _OleFormat.show_as_icon Steve Canny <s****y@g****m> over 5 years ago
04baa0b0 shp: add _OleFormat.prog_id Steve Canny <s****y@g****m> over 5 years ago
34129c33 shp: add _OleFormat.blob Steve Canny <s****y@g****m> over 5 years ago
21ca9462 shp: add GraphicFrame.shape_type for OLE objects Steve Canny <s****y@g****m> over 5 years ago
20accc9a shp: add GraphicFrame.ole_format Steve Canny <s****y@g****m> over 5 years ago
ca37a98f XFAIL: add xfails for _OleFormat Steve Canny <s****y@g****m> over 5 years ago
615ae93a docs: document analysis for OLE object shape Steve Canny <s****y@g****m> over 5 years ago
66c7f4e0 fix: multi-line str breaks introduced by Black Steve Canny <s****y@g****m> almost 7 years ago
b31cf20f release: prepare v0.6.18 release Steve Canny <s****y@g****m> over 7 years ago
d5a1957e test: fix tox warnings on Python 3.7 Steve Canny <s****y@g****m> over 7 years ago
1b017880 txt: elaborate _Cell.text tests and docstrings Steve Canny <s****y@g****m> over 7 years ago
33b9d0c2 txt: elaborate Shape.text tests and docstrings Steve Canny <s****y@g****m> over 7 years ago

← Back to repository