- 03 Sep, 2010 10 commits
-
-
Daniel Stutzbach authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Daniel Stutzbach authored
-
Daniel Stutzbach authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Fred Drake authored
values (http://bugs.python.org/issue7005) (merged r84443 from the release27-mmaint branch, with changes to reflect changes in Python 3)
-
- 02 Sep, 2010 9 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Daniel Stutzbach authored
-
Daniel Stutzbach authored
dict_items views. The method is required by the collections.Set ABC, which the views register as supporting.
-
Daniel Stutzbach authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Sep, 2010 20 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
a memoryview object.
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
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 authored
Inline its value in PyUnicode_GetDefaultEncoding(). The comment is now outdated (we will not change its value anymore).
-
Giampaolo Rodolà authored
Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenSSL versions by calling ERR_clear_error() before raising IOError
-
Antoine Pitrou authored
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 authored
properly. Patch by Stefan Behnel.
-
Antoine Pitrou authored
_Py_add_one_to_C() and _Py_add_one_to_F(), respectively.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* 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 Aug, 2010 1 commit
-
-
Benjamin Peterson authored
-