0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't repeatably call str.upper() when testing method name.
JNRowe
as James Rowe
More... over 12 years ago
Simplify testing of Python version.
JNRowe
as James Rowe
More... over 12 years ago
Fixed rate limiting example in problems doc.
JNRowe
as James Rowe
More... over 12 years ago
Added method to add a new team member.
JNRowe
as James Rowe
More... over 12 years ago
Added method to add a new team.
JNRowe
as James Rowe
More... over 12 years ago
Added bugwarrior to 'in the wild' document.
JNRowe
as James Rowe
More... over 12 years ago
Activat the Sphinx coverage extension.
JNRowe
as James Rowe
More... over 12 years ago
Merge branch 'feat/py3_without_2to3'
JNRowe
as James Rowe
More... over 12 years ago
No longer need to call 2to3 during build.
JNRowe
as James Rowe
More... over 12 years ago
httplib.responses fix for Python 2.4 compatibility.
JNRowe
as James Rowe
More... over 12 years ago
Use __name__ instead of func_name for compatibility with Python 3.
JNRowe
as James Rowe
More... over 12 years ago
Unicode→str kwargs hack only needed for Python <2.7.
JNRowe
as James Rowe
More... over 12 years ago
Added github-issues to 'in the wild' document.
JNRowe
as James Rowe
More... over 12 years ago
Wrap print statement/function in scripts for compatibility.
JNRowe
as James Rowe
More... over 12 years ago
Added github-plots to 'in the wild' document.
JNRowe
as James Rowe
More... over 12 years ago
Remove library rebuild hack in tox config.
JNRowe
as James Rowe
More... over 12 years ago
Use UTF-8 encoding for test_unit.
JNRowe
as James Rowe
More... over 12 years ago
Remove invalid cookies from test data.
JNRowe
as James Rowe
More... over 12 years ago
Silly little PEP-8 fixes.
JNRowe
as James Rowe
More... over 12 years ago
Removed now unused build path hack in tests.
JNRowe
as James Rowe
More... over 12 years ago
No need for unicode→str kwargs hack in Python 3.
JNRowe
as James Rowe
More... over 12 years ago
Use Python 2 & 3 compatible syntax for metaclass usage.
JNRowe
as James Rowe
More... over 12 years ago
Attempt to import using Python 3 stdlib names first.
JNRowe
as James Rowe
More... over 12 years ago
Merge branch 'feat/page_support'
JNRowe
as James Rowe
More... over 12 years ago
Added tests/examples for paged request results.
JNRowe
as James Rowe
More... over 12 years ago
Add `page` parameter for objects supporting a list. More... over 12 years ago
Added warning for unpageable requests. More... over 12 years ago
Added applause to 'in the wild' document.
JNRowe
as James Rowe
More... over 12 years ago
OrganizeMyRepositories is now named "Repos.io" More... over 12 years ago
HTTP exceptions should allow easy access to response data.
JNRowe
as James Rowe
More... over 12 years ago