summaryrefslogtreecommitdiffstats
path: root/pyload/database/Backend.py
Commit message (Collapse)AuthorAgeFilesLines
* 'from os' -> 'import os' and so on...Gravatar Walter Purcaro 2015-05-121-7/+5
|
* Fix https://github.com/pyload/pyload/issues/1406Gravatar Walter Purcaro 2015-05-091-3/+3
|
* Use 'import' instead 'from' (2)Gravatar Walter Purcaro 2015-05-011-15/+17
|
* convert DB only if neededGravatar Armin 2015-04-211-2/+2
|
* Spare code cosmetics (10)Gravatar Walter Purcaro 2015-04-211-11/+15
|
* range -> xrangeGravatar Walter Purcaro 2015-04-191-1/+1
|
* PEP-8, Python Zen, refactor and reduce code (part 7 in master module/database)Gravatar fedeG 2015-04-191-23/+24
| | | | | | | | | Conflicts: module/database/__init__.py pyload/database/Backend.py pyload/database/File.py pyload/database/Storage.py pyload/database/User.py
* Use with statementGravatar Walter Purcaro 2015-04-191-18/+16
|
* Spare code cosmetics (5)Gravatar Walter Purcaro 2015-04-181-1/+1
|
* Spare code cosmetics (4)Gravatar Walter Purcaro 2015-04-171-0/+3
|
* Fix commentsGravatar Walter Purcaro 2015-04-161-2/+2
|
* Cleanup (2)Gravatar Walter Purcaro 2015-04-131-23/+13
|
* CleanupGravatar Walter Purcaro 2015-04-131-0/+43
|
* Tiny code cosmeticsGravatar Walter Purcaro 2015-02-221-0/+290