- 12 Jan, 2009 4 commits
-
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 11 Jan, 2009 7 commits
-
-
Benjamin Peterson authored
-
Gregory P. Smith authored
to better describe the signed vs unsigned return value behavior on different platforms and versions of python. Mention the workaround to make them all return the same thing by using & 0xffffffff. Fixes issue4903. Also needs to be merged into release26-maint, release30-maint, & py3k.
-
Gregory P. Smith authored
-
Kristján Valur Jónsson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Hirokazu Yamamoto authored
-
- 10 Jan, 2009 18 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Mark Dickinson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Matthias Klose authored
biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Vinay Sajip authored
Minor documentation changes cross-referencing NullHandler to the documentation on configuring logging in a library.
-
Kristján Valur Jónsson authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
- 09 Jan, 2009 11 commits
-
-
Antoine Pitrou authored
collecting the oldest generation) so that allocating lots of objects without destroying them does not show quadratic performance. Based on a proposal by Martin von Löwis at http://mail.python.org/pipermail/python-dev/2008-June/080579.html.
-
Kristján Valur Jónsson authored
Add test cases and documentation
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
Issue 4336: Let users of HTTPConnection.endheaders() submit a message body to the function if required.
-
Kristján Valur Jónsson authored
Issue 4336: HTTPRequest._send_output() now deals with the case of the message body not being a string. This allows clients to use endheaders(message_body) instead of endheaders() + send(message_body) without making any extra checks.
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
-
Jeffrey Yasskin authored
with llvm-gcc and run with a glibc <2.10.
-
Hirokazu Yamamoto authored
-
Hirokazu Yamamoto authored
-
Benjamin Peterson authored
-