Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WavyParrot/python-docx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mikemaccana/python-docx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 7 files changed
  • 5 contributors

Commits on Aug 6, 2013

  1. 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.
    punchagan committed Aug 6, 2013
    Configuration menu
    Copy the full SHA
    25022b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2013

  1. format: fix flake8 PEP8 warnings

    Steve Canny committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    411a361 View commit details
    Browse the repository at this point in the history
  2. paragraph: add xml:space if leading/trailing whitespace

    Steve Canny committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    d6d8372 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

  1. release: v0.2.1

    Steve Canny committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    77ff50c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2013

  1. Merge pull request mikemaccana#41 from punchagan/patch-1

    Add an example showing italic text.
    mikemaccana committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    31affa1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2013

  1. Parameter type for twunit adjusted to match cwunit

    femesq authored and Steve Canny committed Dec 14, 2013
    Configuration menu
    Copy the full SHA
    0411916 View commit details
    Browse the repository at this point in the history
  2. 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.
    reinspijkerman authored and Steve Canny committed Dec 14, 2013
    Configuration menu
    Copy the full SHA
    6fbf883 View commit details
    Browse the repository at this point in the history
  3. 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
    reinspijkerman authored and Steve Canny committed Dec 14, 2013
    Configuration menu
    Copy the full SHA
    2b63b96 View commit details
    Browse the repository at this point in the history
  4. 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.
    reinspijkerman authored and Steve Canny committed Dec 14, 2013
    Configuration menu
    Copy the full SHA
    f0b4318 View commit details
    Browse the repository at this point in the history
  5. Added PendingDeprecationWarning for the code sections which ensure

    backward compatibility.
    reinspijkerman authored and Steve Canny committed Dec 14, 2013
    Configuration menu
    Copy the full SHA
    6056b3c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2014

  1. release: v0.2.2

    Steve Canny committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    88a60b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2014

  1. release: v0.2.3 -- change PIL dependency to Pillow

    Steve Canny committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    37a3709 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. fix: issue #60, some reformatting

    Steve Canny committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    6ba94ff View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2014

  1. 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.
    mikemaccana committed Feb 18, 2014
    Configuration menu
    Copy the full SHA
    e507db8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. Configuration menu
    Copy the full SHA
    4c9b46d View commit details
    Browse the repository at this point in the history
Loading