Results 6 issues of Koji Ando

Passing a method to `code_to_ast` causes the following error. ```python >>> import astor >>> from requests.auth import HTTPDigestAuth >>> node = astor.code_to_ast(HTTPDigestAuth.build_digest_header) Traceback (most recent call last): File "", line...

enhancement
help wanted

it might fix juno/redmine_markdown_extra_formatter#5

TableauHTTP#get_trusted_ticket_for_user fails when I pass the correct username. Passing data in `str` to requests.post results in no `Content-Type` header. When you pass data in `dict`, `Content-Type:` header is set to...

TableauHTTP#get_trusted_ticket_for_user doesn't raise an exception when the `response.content == b'-1'`. https://github.com/bryantbhowell/tableau_tools/blob/f04234ef93109543025f990f6e79f8da6f567b05/tableau_http.py#L22 should be: ```py ticket = response.content if ticket == b'-1' or not ticket: raise NoResultsException('Ticket generation was not complete...

POSTの飛び先にuid=NULLGWDOCOMOをつけると・・・ http://firemobilesimulator.org/?%A4%AA%CC%E4%A4%A4%B9%E7%A4%EF%A4%BB%2F%B2%E1%B5%EE%A5%ED%A5%B01#i242c71e として報告されている件ですが、実機ではこのような挙動は発生しておらず、 FireMobileSimulator 特有の挙動のようです。(Chrome 版でも発生していません。) https://github.com/muraoka17/FireMobileSimulator/commit/d473ab290268c421ec0b3ff0ebf399d535126034 でこの問題に対応している方がいましたので、1.2.2 をベースにマージしてみました。 (1.2.3 のコミットが見当たらなかったため、1.2.2 をベースにしています。) ブランチ構成も処理内容もよくわかっていないので、おかしなことをやっているかもしれません。 必要でしたら、改めてマージしなおしますのでご連絡ください。

たとえば ``` git clone https://github.com/tmurakam/4msysgit-utf8-filepath.git cd 4msysgit-utf8-filepath git grep "short read" ``` とすると、公式の msysGit(Git-1.7.7-preview20111014.exe)では、 ``` builtin/grep.c: error(_("'%s': short read %s"), filename, strerror(errno)); sha1_file.c: ret = error("short read %s", strerror(errno)); ```...