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: python-openxml/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: python-openxml/python-docx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/header
Choose a head ref
  • 8 commits
  • 18 files changed
  • 2 contributors

Commits on May 26, 2016

  1. acpt: add scenario for default header access

    eupharis authored and Steve Canny committed May 26, 2016
    Configuration menu
    Copy the full SHA
    5a3c563 View commit details
    Browse the repository at this point in the history
  2. hdr: add Section.header

    eupharis authored and Steve Canny committed May 26, 2016
    1 Configuration menu
    Copy the full SHA
    04fd31e View commit details
    Browse the repository at this point in the history
  3. acpt: scenarios for Header.is_linked_to_previous

    eupharis authored and Steve Canny committed May 26, 2016
    Configuration menu
    Copy the full SHA
    b14766c View commit details
    Browse the repository at this point in the history
  4. hdr: add _BaseHeaderFooter.is_linked_to_previous

    eupharis authored and Steve Canny committed May 26, 2016
    Configuration menu
    Copy the full SHA
    26d0f0e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. rfctr: make Section an ElementProxy subclass

    Steve Canny committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    f2bdc00 View commit details
    Browse the repository at this point in the history
  2. bld: update cxml parser to latest

    A feature added to the cxml parser in python-pptx automatically
    generates namespace prefixes for attributes. Update the cxml Element
    object to use this latest code. Also, don't generate a namespace
    declration for the xml: namespace prefix.
    Steve Canny committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    14cb350 View commit details
    Browse the repository at this point in the history
  3. acpt: add scenario for _BaseHeader.body

    eupharis authored and Steve Canny committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    3c7ec69 View commit details
    Browse the repository at this point in the history
  4. hdr: add _BaseHeaderFooter.body

    eupharis authored and Steve Canny committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    89d7493 View commit details
    Browse the repository at this point in the history
Loading