-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: WavyParrot/python-docx
base: master
head repository: mikemaccana/python-docx
compare: master
- 15 commits
- 7 files changed
- 5 contributors
Commits on Aug 6, 2013
-
Add an example showing italic text.
The doc-string of `paragraph` does show this, but having an example helps users who don't look at the source.
Configuration menu - View commit details
-
Copy full SHA for 25022b3 - Browse repository at this point
Copy the full SHA 25022b3View commit details
Commits on Sep 10, 2013
-
format: fix flake8 PEP8 warnings
Steve Canny committedSep 10, 2013 Configuration menu - View commit details
-
Copy full SHA for 411a361 - Browse repository at this point
Copy the full SHA 411a361View commit details -
paragraph: add xml:space if leading/trailing whitespace
Steve Canny committedSep 10, 2013 Configuration menu - View commit details
-
Copy full SHA for d6d8372 - Browse repository at this point
Copy the full SHA d6d8372View commit details
Commits on Oct 10, 2013
-
Steve Canny committed
Oct 10, 2013 Configuration menu - View commit details
-
Copy full SHA for 77ff50c - Browse repository at this point
Copy the full SHA 77ff50cView commit details
Commits on Nov 25, 2013
-
Merge pull request mikemaccana#41 from punchagan/patch-1
Add an example showing italic text.
Configuration menu - View commit details
-
Copy full SHA for 31affa1 - Browse repository at this point
Copy the full SHA 31affa1View commit details
Commits on Dec 14, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 0411916 - Browse repository at this point
Copy the full SHA 0411916View commit details -
Extend picture() and savedocx() to save pictures without copying them to
the template directory. When the same image file is used multiple times, no duplicates will be added. Caveat: to prevent image files from accumulating in word/media/ across runs, never call picture() and savedocx() without the imagefiledict parameter. The imagefiledict is optional because of backward compatibility.
Configuration menu - View commit details
-
Copy full SHA for 6fbf883 - Browse repository at this point
Copy the full SHA 6fbf883View commit details -
Apply EXIF orientation information in the rot, flipH and flipV proper…
…ties of the xfrm element when creating the shape properties of an image. See: http://www.schemacentral.com/sc/ooxml/e-p_xfrm-1.html
Configuration menu - View commit details
-
Copy full SHA for 2b63b96 - Browse repository at this point
Copy the full SHA 2b63b96View commit details -
Corrected the creation of picrelid and unique filenames, usage of
picdescription instead of picname in creating the cNvPr element, and removed an invalid reference from the template.
Configuration menu - View commit details
-
Copy full SHA for f0b4318 - Browse repository at this point
Copy the full SHA f0b4318View commit details -
Added PendingDeprecationWarning for the code sections which ensure
backward compatibility.
Configuration menu - View commit details
-
Copy full SHA for 6056b3c - Browse repository at this point
Copy the full SHA 6056b3cView commit details
Commits on Jan 13, 2014
-
Steve Canny committed
Jan 13, 2014 Configuration menu - View commit details
-
Copy full SHA for 88a60b5 - Browse repository at this point
Copy the full SHA 88a60b5View commit details
Commits on Jan 14, 2014
-
release: v0.2.3 -- change PIL dependency to Pillow
Steve Canny committedJan 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 37a3709 - Browse repository at this point
Copy the full SHA 37a3709View commit details
Commits on Feb 6, 2014
-
fix: issue #60, some reformatting
Steve Canny committedFeb 6, 2014 Configuration menu - View commit details
-
Copy full SHA for 6ba94ff - Browse repository at this point
Copy the full SHA 6ba94ffView commit details
Commits on Feb 18, 2014
-
Add links to new project and docs
Really, we should have done this a while ago, but I wasn't sure if Steve considered his new stuff 'official'. Should give the new project some SEO as well. Related to mikemaccana#61.
Configuration menu - View commit details
-
Copy full SHA for e507db8 - Browse repository at this point
Copy the full SHA e507db8View commit details
Commits on Aug 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4c9b46d - Browse repository at this point
Copy the full SHA 4c9b46dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master