- 09 Eyl, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
underlying buffer (previously this was only done when deallocating the memoryview), and gain support for the context management protocol.
-
- 01 Eyl, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
a memoryview object.
-
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.
-
- 24 Ock, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77727 | ezio.melotti | 2010-01-24 18:58:36 +0200 (Sun, 24 Jan 2010) | 1 line use assert[Not]IsInstance where appropriate ........
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 23 Haz, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 03 Ock, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Also fix len() to return number of items rather than length in bytes. I'm sorry it was not possible for me to work on this without reindenting a bit some stuff around. The indentation in memoryobject.c is a mess, I'll open a separate bug for it.
-
- 07 Ara, 2008 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
(together with a bit of reindenting)
-
- 10 Eyl, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Reviewer: Antoine Pitrou #3827
-
- 01 Eyl, 2008 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Reviewed by Benjamin Peterson.
-
- 19 Agu, 2008 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 May, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 Kas, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug was found by mykhal from #python. I've also added a small test case in the new test_memoryview.py
-