- 10 Jan, 2009 11 commits
-
-
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 17 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
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r68306 | benjamin.peterson | 2009-01-04 12:27:19 -0600 (Sun, 04 Jan 2009) | 1 line fix_urllib: add mappings for the url parsing functions ........ r68307 | benjamin.peterson | 2009-01-04 12:30:01 -0600 (Sun, 04 Jan 2009) | 1 line remove duplicated function ........ r68308 | benjamin.peterson | 2009-01-04 12:50:34 -0600 (Sun, 04 Jan 2009) | 1 line turtle is no longer renamed ........ r68340 | georg.brandl | 2009-01-05 02:11:39 -0600 (Mon, 05 Jan 2009) | 2 lines Fix undefined locals in parse_tokens(). ........ r68368 | benjamin.peterson | 2009-01-06 17:56:10 -0600 (Tue, 06 Jan 2009) | 1 line fix typo (thanks to Robert Lehmann) ........ r68422 | benjamin.peterson | 2009-01-08 20:01:03 -0600 (Thu, 08 Jan 2009) | 1 line run the imports fixers after fix_import, so fix_import doesn't try to make stdlib renames into relative imports #4876 ........
-
- 08 Jan, 2009 4 commits
-
-
Tarek Ziadé authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 07 Jan, 2009 3 commits
-
-
Martin v. Löwis authored
-
Mark Dickinson authored
-
Hirokazu Yamamoto authored
Reviewed by Amaury Forgeot d'Arc.
-
- 06 Jan, 2009 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
an existing .py counterpart, override the co_filename attributes of all code objects if the original filename is obsolete (which can happen if the file has been renamed, moved, or if it is accessed through different paths). Patch by Ziga Seilnacht and Jean-Paul Calderone.
-
- 05 Jan, 2009 2 commits
-
-
Marc-André Lemburg authored
into the extern "C" section. Add a few more comments and apply some minor edits to make the file contents fit the original structure again.
-
Neal Norwitz authored
-
- 04 Jan, 2009 1 commit
-
-
Georg Brandl authored
-