[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2011-04-20 Thread Yoann Aubineau
Yoann Aubineau added the comment: Chunked transfer encoding has been introduced in HTTP/1.1. Sending an HTTP/1.0 request would then force the server to not use this mechanism. Module httplib sends HTTP/1.1 requests by default but, as far as I know, does not offer any option to downgrade. My

[issue3445] Ignore missing attributes in functools.update_wrapper

2010-03-31 Thread Yoann Aubineau
Changes by Yoann Aubineau : -- nosy: +yaubi ___ Python tracker <http://bugs.python.org/issue3445> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21724] resetwarnings doesn't reset warnings registry

2021-10-23 Thread Yoann Aubineau
Change by Yoann Aubineau : -- nosy: -yaubi ___ Python tracker <https://bugs.python.org/issue21724> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22098] Behavior of Structure inconsistent with BigEndianStructure when using __slots__

2021-10-23 Thread Yoann Aubineau
Change by Yoann Aubineau : -- nosy: -yaubi ___ Python tracker <https://bugs.python.org/issue22098> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21710] --install-base option ignored?

2021-10-23 Thread Yoann Aubineau
Change by Yoann Aubineau : -- nosy: -yaubi ___ Python tracker <https://bugs.python.org/issue21710> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21740] doctest doesn't allow duck-typing callables

2021-10-23 Thread Yoann Aubineau
Change by Yoann Aubineau : -- nosy: -yaubi ___ Python tracker <https://bugs.python.org/issue21740> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22090] Decimal and float formatting treat '%' differently for infinities and nans.

2021-10-23 Thread Yoann Aubineau
Change by Yoann Aubineau : -- nosy: -yaubi ___ Python tracker <https://bugs.python.org/issue22090> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22086] Tab indent no longer works in interpreter

2021-10-23 Thread Yoann Aubineau
Change by Yoann Aubineau : -- nosy: -yaubi ___ Python tracker <https://bugs.python.org/issue22086> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22097] Linked list API for ordereddict

2021-10-23 Thread Yoann Aubineau
Change by Yoann Aubineau : -- nosy: -yaubi ___ Python tracker <https://bugs.python.org/issue22097> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2021-10-23 Thread Yoann Aubineau
Change by Yoann Aubineau : -- nosy: -yaubi ___ Python tracker <https://bugs.python.org/issue6785> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3445] Ignore missing attributes in functools.update_wrapper

2021-10-23 Thread Yoann Aubineau
Change by Yoann Aubineau : -- nosy: -yaubi ___ Python tracker <https://bugs.python.org/issue3445> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22097] Linked list API for ordereddict

2014-07-28 Thread Yoann Aubineau
Changes by Yoann Aubineau : -- nosy: +yaubi ___ Python tracker <http://bugs.python.org/issue22097> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22097] Linked list API for ordereddict

2014-07-28 Thread Yoann Aubineau
Yoann Aubineau added the comment: Here is an attempt to implement such an API. The patch adds 4 methods to OrderedDict: move_before, move_after, insert_before and insert_after with corresponding tests. The method signatures do not feel right though. I am not sure where the reference key

[issue21740] doctest doesn't allow duck-typing callables

2014-07-28 Thread Yoann Aubineau
Changes by Yoann Aubineau : -- nosy: +yaubi ___ Python tracker <http://bugs.python.org/issue21740> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21724] resetwarnings doesn't reset warnings registry

2014-07-28 Thread Yoann Aubineau
Changes by Yoann Aubineau : -- nosy: +yaubi ___ Python tracker <http://bugs.python.org/issue21724> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21710] --install-base option ignored?

2014-07-28 Thread Yoann Aubineau
Changes by Yoann Aubineau : -- nosy: +yaubi ___ Python tracker <http://bugs.python.org/issue21710> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22098] Behavior of Structure inconsistent with BigEndianStructure when using __slots__

2014-07-28 Thread Yoann Aubineau
Changes by Yoann Aubineau : -- nosy: +yaubi ___ Python tracker <http://bugs.python.org/issue22098> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22086] Tab indent no longer works in interpreter

2014-07-28 Thread Yoann Aubineau
Changes by Yoann Aubineau : -- nosy: +yaubi ___ Python tracker <http://bugs.python.org/issue22086> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22090] Decimal and float formatting treat '%' differently for infinities and nans.

2014-07-28 Thread Yoann Aubineau
Changes by Yoann Aubineau : -- nosy: +yaubi ___ Python tracker <http://bugs.python.org/issue22090> ___ ___ Python-bugs-list mailing list Unsubscribe: