0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add note that features/movie/person have not been refactored like base/search yet
dbr
More... almost 14 years ago
New README.markdown
dbr
More... almost 14 years ago
Move rest of files into imdb module
dbr
More... almost 14 years ago
More complete basic test case
dbr
More... almost 14 years ago
Only decode JSON in make_request, pointless doing this twice
dbr
More... almost 14 years ago
Rearrange imports
dbr
More... almost 14 years ago
Remove redundant Name attributes
dbr
More... almost 14 years ago
Remove redundant __init__ method and Name attribute
dbr
More... almost 14 years ago
No point specifying function name in exception string, the traceback will show it more reliably
dbr
More... almost 14 years ago
Raise exception within status_check, don't return bool and raise in `if` statement
dbr
More... almost 14 years ago
No point specifying the file name in the file
dbr
More... almost 14 years ago
Use specific exceptions, rather than the base Exception class
dbr
More... almost 14 years ago
Add imdb.exceptions
dbr
More... almost 14 years ago
Add imdb.test sub-module, to be run with nosetests
dbr
More... almost 14 years ago
Ignore .pyc files
dbr
More... almost 14 years ago
Delete the "imdb.py" file containing the search
dbr
More... almost 14 years ago
Import the search function into the module, so you can do `import imdb; imdb.search("A film title")`
dbr
More... almost 14 years ago
Move reworked search file into imdb module
dbr
More... almost 14 years ago
Move base into imdb module
dbr
More... almost 14 years ago
Use urllib.urlencode to encode parameters, and move sig to create_parameters
dbr
More... almost 14 years ago
Classes should start with upper case letter, and be camel-cased
dbr
More... almost 14 years ago
Imports should be in separate statements (PEP8)
dbr
More... almost 14 years ago
Convert tabs to spaces (PEP-8!)
dbr
More... almost 14 years ago
Create empty imdb module
dbr
More... almost 14 years ago
raise Exception('...') instead of raise Exception, '...'
dbr
More... almost 14 years ago
Factored out redundant if/else statement
dbr
More... almost 14 years ago
Use string formatting rather than adding strings together
dbr
More... almost 14 years ago
Move docstrings to within functions, where they belong (so they are accessible via the function's "__doc__" attribute
dbr
More... almost 14 years ago
Initial commit, everything should be working. More... almost 14 years ago