COMMITS
/ Modules/arraymodule.c February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
December 18, 2008
A
Issue #4583: crash after resizing an array.array which has buffer exports.
Antoine Pitrou committed
August 13, 2008
M
Merged revisions 65654 via svnmerge from
Martin v. Löwis committed
July 23, 2008
G
Merged revisions 65182 via svnmerge from
Georg Brandl committed
June 18, 2008
A
Merged revisions 64114 via svnmerge from
Amaury Forgeot d'Arc committed
June 17, 2008
June 13, 2008
M
Merged revisions 64226 via svnmerge from
Martin v. Löwis committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
June 6, 2008
T
Remove locking from buffer protocol as-per discussion.
Travis E. Oliphant committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
February 1, 2008
G
Remove the deprecated array.read/write methods.
Georg Brandl committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 14, 2007
G
Fix typo: formats -> format. (Only mattered in wide unicode builds.)
Guido van Rossum committed
October 13, 2007
T
G
Fix typo in arraymodule.c (?) -- it's PyBUF_LOCK, not PyBUF_LOCKDATA.
Guido van Rossum committed
October 12, 2007
T
September 23, 2007
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
August 28, 2007
T
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters committed
August 26, 2007
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
August 20, 2007
T
Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.
Travis E. Oliphant committed
August 19, 2007
N
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed
August 11, 2007
M
Fix reference leak.
Martin v. Löwis committed
July 21, 2007
M
Fix merge breakage.
Martin v. Löwis committed
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
July 18, 2007
M
Change Py_BuildValue to generate Unicode objects for
Martin v. Löwis committed
July 3, 2007
G
Creating an array with a bytes object as initializer
Guido van Rossum committed
July 1, 2007
W
Revert r56044 (which changed the %c format specifier to accept a
Walter Dörwald committed
June 30, 2007
G
Fix a failure that was only apparent on big-endian machines:
Guido van Rossum committed
June 22, 2007
W
Make array.typecode a unicode string.
Walter Dörwald committed
June 18, 2007
G
"Fix" the array module test -- by ripping out the 'c' typecode.
Guido van Rossum committed
May 24, 2007
G
Fixed array.fromfile(); removed references to PyFileObject in array.tofile().
Guido van Rossum committed
May 20, 2007
W
Remove unused variables.
Walter Dörwald committed
May 19, 2007
W
Add a format specifier %R to PyUnicode_FromFormat(), which embeds
Walter Dörwald committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 10, 2007
G
Fix the array tests. Only a minor change to the C code was required.
Guido van Rossum committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
April 11, 2007
G
Make array().tofile() work with a new I/O object.
Guido van Rossum committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
August 17, 2006
G
Completely get rid of PyClass and PyInstance.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
July 27, 2006
G
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum committed