- 01 Eyl, 2010 18 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
a memoryview object.
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
frombytes() and tobytes(), respectively, to avoid confusion. Furthermore, array.frombytes(), array.extend() as well as the array.array() constructor now accept bytearray objects. Patch by Thomas Jollans.
-
Victor Stinner yazdı
Inline its value in PyUnicode_GetDefaultEncoding(). The comment is now outdated (we will not change its value anymore).
-
Giampaolo Rodolà yazdı
Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenSSL versions by calling ERR_clear_error() before raising IOError
-
Antoine Pitrou yazdı
are now removed, since their effect was inexistent in 3.x (the default encoding is hardcoded to utf-8 and cannot be changed).
-
Antoine Pitrou yazdı
properly. Patch by Stefan Behnel.
-
Antoine Pitrou yazdı
_Py_add_one_to_C() and _Py_add_one_to_F(), respectively.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Document the post conditions for bisect_left() and bisect_right(). * Fix the grades example to use more obvious breakpoints and to use a list comprehension instead of map() which returns an iterator in Py3.x. * Improve and expand the examples of searching sorted lists. * Issue 4356 -- move up reference to the SortedCollection recipe.
-
- 31 Agu, 2010 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Daniel Stutzbach yazdı
avoid issues when socket.close is called from a __del__ method.
-
Daniel Stutzbach yazdı
-
Daniel Stutzbach yazdı
fine. They were failing due to a problem exposed in r84307 and fixed in r84317. See Issue 8781 for details.
-
Benjamin Peterson yazdı
-
Vinay Sajip yazdı
-
- 30 Agu, 2010 11 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Giampaolo Rodolà yazdı
Fix issue #9711: raise ValueError is SSLConnection constructor is invoked with keyfile and not certfile.
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
Sébastien Sablé.
-
Benjamin Peterson yazdı
-
Florent Xicluna yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
- 29 Agu, 2010 5 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
Giampaolo Rodolà yazdı
in ssl tests rely on IOError.errno rather thanf IOError.strerror for better compatibility across platforms.
-
Giampaolo Rodolà yazdı
-
Giampaolo Rodolà yazdı
-
Giampaolo Rodolà yazdı
Raise ValuError if non-zero flag argument is provided for sendall() method for conformity with send(), recv() and recv_into()
-