0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 30, 2024 — Dec 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged pull request #16 from JustinDupree/master. More... over 14 years ago
fixed terminator and added ring event for transfer More... over 14 years ago
setup.py: went back to only maintainer info More... almost 15 years ago
Added MANIFEST file and dist directory for completeness More... almost 15 years ago
Changed setup.py: Added maintainer name and email, modified existing to author, changed tabs to spaces More... almost 15 years ago
Modified setup.py: added description and license fields, changed long_description text More... almost 15 years ago
Updated setup.py with new repo name and URL More... almost 15 years ago
added allowSignals parameter to relevant objects More... about 15 years ago
add voice option to Say More... about 15 years ago
Fixed indentation level on Ted's addition More... about 15 years ago
Added Ted Gilchrist change to Session object to include entire dict More... about 15 years ago
"from" address in session object can't be converted to an attribute since "from" is a reserved word in Python More... about 15 years ago
Added an ISSUES file pointing to Github More... over 15 years ago
Updated README with links to docs and issues More... over 15 years ago
Move name to "tropo.py" and updated refs More... over 15 years ago
Updated README with new Github repo name More... over 15 years ago
Renamed main to 'tropo_webapi' and updated refs to that name More... over 15 years ago
Added basic setuptools based packaging. Now library can be installed by doing: More... over 15 years ago
Added README for samples that explains basic usage More... over 15 years ago
Updated comments in several functions More... over 15 years ago
Updated itty samples with comments, moved app engine examples to separate directory More... over 15 years ago
Changed README to have note about python 3 usage More... over 15 years ago
Added MIT license for distribution More... over 15 years ago
Added notes that python 2.5 or higher is required More... over 15 years ago
Modified example to include import statement More... over 15 years ago
Updated README file with new test location, file location and more More... over 15 years ago
Updated tropo_web_api.py to print test instructions when run More... over 15 years ago
Check object type with isinstance(obj, basestring) since basestring is the superclass of str and unicode More... over 15 years ago
Added Session API example (itty based) More... over 15 years ago
Fixed itty hello world sample More... over 15 years ago