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: BayooG/bayoo-docx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yurydev1/jpython-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.
  • 10 commits
  • 17 files changed
  • 3 contributors

Commits on May 15, 2021

  1. Configuration menu
    Copy the full SHA
    e1beb73 View commit details
    Browse the repository at this point in the history
  2. Add 'zip_safe' == False to setup.py

    brnstz authored and scanny committed May 15, 2021
    Configuration menu
    Copy the full SHA
    e1ffdcc View commit details
    Browse the repository at this point in the history
  3. fix: documentation fixes

    scanny committed May 15, 2021
    Configuration menu
    Copy the full SHA
    24b9af7 View commit details
    Browse the repository at this point in the history
  4. black: blacken setup.py

    This produces a lot of line changes for single to double quotes, but no
    logic changes were made.
    scanny committed May 15, 2021
    Configuration menu
    Copy the full SHA
    eafffea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36cac78 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    ecdc98e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c952eb View commit details
    Browse the repository at this point in the history
  3. fixed single quotes in version variable in docx/__init__.py, which ca…

    …use setup.py to fail building the package
    yurydev1 committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    3327e92 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. - Comment.paragraph changed to Comment.paragraphs to reflect the fact…

    … a comment may contain more than on paragraph.
    
    - Document.comments now contains list of all comments in the file
    yurydev1 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0fd9f37 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

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