summaryrefslogtreecommitdiff
path: root/issues.py
AgeCommit message (Collapse)Author
2012-12-08Allows different username than reproSimson Garfinkel
2012-08-03updated the code to work with github api v3Miroslav Šulc
2011-05-13for one comment with len=509652, I was always getting a 500 error. stripping ↵Albert Zeyer
this comment by half works, though. this fixes it, i.e. no matter what the error is, if the value len is huge, we will first try to make it smaller
2011-05-13strip chr(13) out of comment when printing on stdoutAlbert Zeyer
2011-05-13handle HTTP Error 500: Internal Server Error. just retry 5 times. then failAlbert Zeyer
2011-05-13some prettier handling for start_idAlbert Zeyer
2011-05-13some more error handling. esp 413, Request Entity Too LargeAlbert Zeyer
2011-05-13small fixAlbert Zeyer
2011-05-13support for multiple trackers. also some more output and some safty user ↵Albert Zeyer
verify questions
2011-05-13use better_exchookAlbert Zeyer
2011-05-13small cleanupAlbert Zeyer
2011-03-13Fix encoding crash.Thomas ten Cate
2011-03-13Initial import.Thomas ten Cate