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: scanny/python-pptx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: scanny/python-pptx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hotfix-iss36
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 20, 2013

  1. hotfix-iss36: remove cleanup_namespaces for temp fix

    Removing the objectify.deannotate(cleanup_namespaces=True) attribute
    from the XML serializer used by Presentation.save() provides a fix for
    this error but is somewhat messy and has broad effects. A more
    permanent solution will take more work and must be completed before
    merging this into develop and master branches.
    Steve Canny committed Aug 20, 2013
    Configuration menu
    Copy the full SHA
    d229447 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2013

  1. fix: make core props tests pass after hotfix

    Steve Canny committed Aug 26, 2013
    Configuration menu
    Copy the full SHA
    17c71f4 View commit details
    Browse the repository at this point in the history
  2. shape: experimental add_picture() z_idx impl

    Steve Canny committed Aug 26, 2013
    Configuration menu
    Copy the full SHA
    5ac739c View commit details
    Browse the repository at this point in the history
Loading