- 13 Ock, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
with a mapping. Makes Counter() idempotent, makes update() API the same as Counter.__init__(), makes a more readable repr, makes the API more dict-like, and allows Steven Bethard's update() example to work.
-
- 12 Ock, 2009 9 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Now the slot is filled with a function that always raises. Will not backport: extensions compiled with 2.6.x would not run on 2.6.0.
-
Raymond Hettinger yazdı
-
Vinay Sajip yazdı
-
Kristján Valur Jónsson yazdı
Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module.
-
Raymond Hettinger yazdı
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 11 Ock, 2009 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Gregory P. Smith yazdı
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 yazdı
-
Kristján Valur Jónsson yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Hirokazu Yamamoto yazdı
-
- 10 Ock, 2009 18 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Vinay Sajip yazdı
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
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 5 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.
-