Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Ben Spaulding cac79793ad 2to3 dict fix. 2020-05-27 15:28:59 +03:00
Ben Spaulding e6764991aa 2to3 urllib fix. 2020-05-27 15:25:42 +03:00
Ben Spaulding d22746a4d4 2to3 print fix. 2020-05-27 15:20:00 +03:00
Will Kahn-Greene 2baffc84a2 Get serious with str/unicode in in_review.py
Bugzilla returns JSON with utf-8 encoded strings which get converted to
unicode. So the bugzilla-using code is always dealing with unicode.

git data is pulled from the command line as byte strings. As such, it's
utf-8 encoded strings.

This commit straightens out the code so that we have everything as
unicode types and then explicitly encode as utf-8 when printing to the
command line.
2015-04-21 15:28:53 -04:00
Will Kahn-Greene de23ef08ea Fix issues with in_review.py
* off-by-one with to_date
* using git-log with a range when we should be using git-show
2015-04-21 13:52:45 -04:00
Will Kahn-Greene 2a407dabee Cosmetic: Add in_review.py script 2015-04-14 20:05:40 -04:00