- 03 Eyl, 2010 14 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-
Antoine Pitrou yazdı
-
Barry Warsaw yazdı
-
Daniel Stutzbach yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
-
Daniel Stutzbach yazdı
-
Daniel Stutzbach yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
values (http://bugs.python.org/issue7005) (merged r84443 from the release27-mmaint branch, with changes to reflect changes in Python 3)
-
- 02 Eyl, 2010 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Daniel Stutzbach yazdı
-
Daniel Stutzbach yazdı
dict_items views. The method is required by the collections.Set ABC, which the views register as supporting.
-
Daniel Stutzbach yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 01 Eyl, 2010 17 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
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ı
-