- 10 Ock, 2009 9 kayıt (commit)
-
-
Matthias Klose yazdı
biarch systems. Try to rely on ldconfig only, without using objdump and gcc.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Minor documentation changes cross-referencing NullHandler to the documentation on configuring logging in a library.
-
Kristján Valur Jónsson yazdı
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
- 09 Ock, 2009 17 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
Add test cases and documentation
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
Issue 4336: Let users of HTTPConnection.endheaders() submit a message body to the function if required.
-
Kristján Valur Jónsson yazdı
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 yazdı
-
Kristján Valur Jónsson yazdı
-
Jeffrey Yasskin yazdı
with llvm-gcc and run with a glibc <2.10.
-
Hirokazu Yamamoto yazdı
-
Hirokazu Yamamoto yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
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 Ock, 2009 4 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 07 Ock, 2009 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
-
Hirokazu Yamamoto yazdı
Reviewed by Amaury Forgeot d'Arc.
-
- 06 Ock, 2009 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
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 Ock, 2009 2 kayıt (commit)
-
-
Marc-André Lemburg yazdı
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 yazdı
-
- 04 Ock, 2009 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream.
-