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-virtualenvwrapper/virtualenvwrapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.8.2
Choose a base ref
...
head repository: python-virtualenvwrapper/virtualenvwrapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.8.3
Choose a head ref
  • 10 commits
  • 8 files changed
  • 6 contributors

Commits on Oct 24, 2017

  1. Fix formatting error

    On read the docs this is shown as one single line
    JakobGM committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    a88bcec View commit details
    Browse the repository at this point in the history
  2. Merged in JakobGM/virtualenvwrapper/JakobGM/fix-formatting-error-on-r…

    …ead-the-docs-t-1508876093482 (pull request #65)
    
    Fix formatting error
    
    Approved-by: Jason Myers <jason@mailthemyers.com>
    JakobGM authored and jasonamyers committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    5b58f73 View commit details
    Browse the repository at this point in the history
  3. Use code blocks in order to allow easier copy-pasting

    Currently when you copy these code snippets, quotes are formatted wrongly, resulting in errors.
    JakobGM committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    7d39801 View commit details
    Browse the repository at this point in the history
  4. Merged in JakobGM/virtualenvwrapper-1/JakobGM/use-code-blocks-in-orde…

    …r-to-allow-easier-1508879869188 (pull request #66)
    
    Use code blocks in order to allow easier copy-pasting
    
    Approved-by: Jason Myers <jason@mailthemyers.com>
    JakobGM authored and jasonamyers committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    36b8050 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Fix bug with workon deactivate typeset -f ; Add test_workon_deactivat…

    …e_hooks
    Harrison Katz committed May 31, 2018
    Configuration menu
    Copy the full SHA
    2b96467 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Merged in hjkatz/virtualenvwrapper/fix/workon_deactivate_and_tests (p…

    …ull request #70)
    
    Fix bug with workon deactivate typeset -f ; Add test_workon_deactivate_hooks
    
    Approved-by: Harrison Katz <hjkatz03@gmail.com>
    Approved-by: Jason Myers <jason.myers@getbuilt.com>
    hjkatz authored and jasonamyers committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    9f30ada View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Allow building docs on Python 3

    ukch committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    f280f0f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Merged in techtonik/virtualenvwrapper/techtonik/toxini-edited-online-…

    …with-bitbucket-1525341850929 (pull request #69)
    
    Drop Python 2.6 support in tox
    
    * tox.ini: get dependencies from requirements.txt
    
    * Fix tox tests for Python 2.6
    
        They fail because of missing NullHandler (#289)
    
    * Python 2.6 support is dropped
    
        https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/pull-requests/69/fix-tests-with-python-26/diff#comment-63267802
    
    * tox.ini: drop Python 2.6 support
    
    * developers.rst: update supported Python versions
    
    Approved-by: Jason Myers <jason@mailthemyers.com>
    techtonik authored and jasonamyers committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    459ce5e View commit details
    Browse the repository at this point in the history
  2. Merged in ukch/virtualenvwrapper/ukch/allow-building-docs-on-python-3…

    …-1529536003674 (pull request #71)
    
    Allow building docs on Python 3
    
    Approved-by: Jason Myers <jason@mailthemyers.com>
    ukch authored and jasonamyers committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    b3e2e34 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Upgrade sphinx, fix docs

    Signed-off-by: Jason Myers <jason.myers@getbuilt.com>
    Jason Myers committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    c5d08ea View commit details
    Browse the repository at this point in the history
Loading