An error occurred fetching the project authors.
- 21 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
-
- 18 Jan, 2011 2 commits
-
-
Antoine Pitrou authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88097 | antoine.pitrou | 2011-01-18 19:57:52 +0100 (mar., 18 janv. 2011) | 4 lines Issue #10451: memoryview objects could allow to mutate a readable buffer. Initial patch by Ross Lagerwall. ........
-
Antoine Pitrou authored
Initial patch by Ross Lagerwall.
-
- 01 Dec, 2010 1 commit
-
-
Ezio Melotti authored
-
- 21 Nov, 2010 1 commit
-
-
Ezio Melotti authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 20 Nov, 2010 1 commit
-
-
Ezio Melotti authored
-
- 09 Sep, 2010 1 commit
-
-
Antoine Pitrou authored
underlying buffer (previously this was only done when deallocating the memoryview), and gain support for the context management protocol.
-
- 01 Sep, 2010 3 commits
-
-
Antoine Pitrou authored
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84408 | antoine.pitrou | 2010-09-01 23:14:16 +0200 (mer., 01 sept. 2010) | 4 lines Issue #9737: Fix a crash when trying to delete a slice or an item from a memoryview object. ........ r84409 | antoine.pitrou | 2010-09-01 23:14:46 +0200 (mer., 01 sept. 2010) | 3 lines Fix a compilation warning ........
-
Antoine Pitrou authored
a memoryview object.
-
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.
-
- 24 Jan, 2010 1 commit
-
-
Ezio Melotti authored
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 ........
-
- 13 Aug, 2009 1 commit
-
-
Georg Brandl authored
svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
-
- 30 Jun, 2009 1 commit
-
-
Benjamin Peterson authored
-
- 23 Jun, 2009 1 commit
-
-
Raymond Hettinger authored
-
- 03 Jan, 2009 1 commit
-
-
Antoine Pitrou authored
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 Dec, 2008 1 commit
-
-
Antoine Pitrou authored
(together with a bit of reindenting)
-
- 10 Sep, 2008 1 commit
-
-
Benjamin Peterson authored
Reviewer: Antoine Pitrou #3827
-
- 01 Sep, 2008 1 commit
-
-
Antoine Pitrou authored
Reviewed by Benjamin Peterson.
-
- 19 Aug, 2008 1 commit
-
-
Antoine Pitrou authored
-
- 20 May, 2008 1 commit
-
-
Benjamin Peterson authored
-
- 08 Nov, 2007 1 commit
-
-
Christian Heimes authored
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
-