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: iTaybb/pySmartDL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: minerllabs/pySmartDL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 13 commits
  • 25 files changed
  • 3 contributors

Commits on Jul 12, 2019

  1. feature first commit

    iTaybb authored and MadcowD committed Jul 12, 2019
    Copy the full SHA
    b31af42 View commit details
  2. Cleaning.

    MadcowD committed Jul 12, 2019
    Copy the full SHA
    c1735d0 View commit details
  3. Updating.

    MadcowD committed Jul 12, 2019
    Copy the full SHA
    8f66988 View commit details

Commits on Jul 15, 2019

  1. Revert "feature first commit"

    This reverts commit b31af42.
    brandonhoughton committed Jul 15, 2019
    Copy the full SHA
    ac605ec View commit details

Commits on Jul 22, 2019

  1. Add exception handling to util.py

    Update some lines with mixed tabs and spaces
    brandonhoughton committed Jul 22, 2019
    Copy the full SHA
    07f12f9 View commit details
  2. Python formatting

    brandonhoughton committed Jul 22, 2019
    Copy the full SHA
    de1db28 View commit details
  3. Adjust imports

    brandonhoughton committed Jul 22, 2019
    Copy the full SHA
    8935c50 View commit details
  4. Adjust imports

    brandonhoughton committed Jul 22, 2019
    Copy the full SHA
    7789cb4 View commit details
  5. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	pySmartDL/__init__.py
    #	test/__init__.py
    brandonhoughton committed Jul 22, 2019
    Copy the full SHA
    8c3e29d View commit details
  6. Fix relative import

    brandonhoughton committed Jul 22, 2019
    Copy the full SHA
    b8f5916 View commit details

Commits on Jul 28, 2019

  1. Copy the full SHA
    2f1e775 View commit details

Commits on Jul 29, 2019

  1. Copy the full SHA
    5068abd View commit details

Commits on Jul 30, 2019

  1. Copy the full SHA
    306f0e5 View commit details
Showing with 244 additions and 1,532 deletions.
  1. +0 −22 .gitattributes
  2. +17 −215 .gitignore
  3. +0 −24 LICENSE.txt
  4. +0 −3 MANIFEST.in
  5. +0 −58 README.md
  6. 0 __init__.py
  7. +0 −2 build_requirements.txt
  8. +0 −177 docs/Makefile
  9. +0 −67 docs/code.rst
  10. +0 −250 docs/conf.py
  11. +0 −142 docs/examples.rst
  12. +0 −68 docs/index.rst
  13. +0 −242 docs/make.bat
  14. +0 −37 docs/notes.rst
  15. +0 −4 docs/todo.rst
  16. +2 −4 pySmartDL/__init__.py
  17. +1 −1 pySmartDL/control_thread.py
  18. +1 −1 pySmartDL/download.py
  19. +120 −94 pySmartDL/pySmartDL.py
  20. +78 −61 pySmartDL/utils.py
  21. +0 −34 setup.py
  22. BIN test/7za920.zip
  23. +2 −1 test/__init__.py
  24. +23 −22 test/test_pySmartDL.py
  25. +0 −3 test_requirements.txt
22 changes: 0 additions & 22 deletions .gitattributes

This file was deleted.

232 changes: 17 additions & 215 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,223 +1,25 @@
#################
## Eclipse
#################
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# C extensions
*.so

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results

[Dd]ebug/
[Rr]elease/
x64/
# Distribution / packaging
.Python
build/
[Bb]in/
[Oo]bj/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.Publish.xml
*.pubxml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

#############
## Windows detritus
#############

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store


#############
## Python
#############

*.py[co]

# Packages
*.egg
*.egg-info
_build/
develop-eggs/
dist/
build/
downloads/
eggs/
.eggs/
lib/
build/
lib64/
parts/
var/
sdist/
develop-eggs/
var/
*.egg-info/
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
coverage.xml
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

### CUSTOM ###
docs/_build
docs/Makefile
*.bat
*.zip
*.rar
*.egg
24 changes: 0 additions & 24 deletions LICENSE.txt

This file was deleted.

3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

58 changes: 0 additions & 58 deletions README.md

This file was deleted.

Empty file added __init__.py
Empty file.
2 changes: 0 additions & 2 deletions build_requirements.txt

This file was deleted.

Loading