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: zhrbing/PyQuickInstall
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: yhangf/PyQuickInstall
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.
  • 19 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 23, 2019

  1. update README file.

    yhangf committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    f021bf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. update readme file.

    yhangf committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    92271d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. update README.

    yhangf committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    3a2b814 View commit details
    Browse the repository at this point in the history
  2. add db.png

    yhangf committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    83c7551 View commit details
    Browse the repository at this point in the history
  3. update README 🌸

    yhangf committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    40d0ac7 View commit details
    Browse the repository at this point in the history
  4. update README 🌸

    yhangf committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    e9a7bd1 View commit details
    Browse the repository at this point in the history
  5. update README 🌸

    yhangf committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    39b4fc5 View commit details
    Browse the repository at this point in the history
  6. update db.png

    yhangf committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    a65bc5f View commit details
    Browse the repository at this point in the history
  7. update README 🌸

    yhangf committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    71d6149 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. update douban pypi url

    kinegratii authored Mar 10, 2019
    Configuration menu
    Copy the full SHA
    9f9ef6a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Merge pull request yhangf#8 from kinegratii/master

    Update douban PyPI url
    yhangf authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    d73e743 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Update pqi.py

    修改FILE_NAME = "~\\pip\\pip.ini" if ("Windows" in platform.system()) else "~/.config/pip/pip.conf"
    yhangf authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8b0b6aa View commit details
    Browse the repository at this point in the history
  2. Update pqi.py

    yhangf authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    ae1c541 View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    yhangf authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    643447e View commit details
    Browse the repository at this point in the history
  4. Update setup.cfg

    yhangf authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    4bbf8cf View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. fix: resolve FileNotFoundError due to missing parent directories

    Replace os.mkdir with os.makedirs to handle cases where parent directories might be missing.
    sunfkny authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    cdfb082 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Merge pull request yhangf#12 from sunfkny/patch-1

    fix: resolve FileNotFoundError due to missing parent directories
    yhangf authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ece60e4 View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    yhangf authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d9e14a7 View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    yhangf authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    03bf74e View commit details
    Browse the repository at this point in the history
Loading