| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-... | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -2/+2 |
|
|
* | Merged revisions 83030 via svnmerge from | Antoine Pitrou | 2010-07-21 | 1 | -0/+11 |
|
|
* | Merged revisions 77823 via svnmerge from | Mark Dickinson | 2010-01-29 | 1 | -0/+3 |
|
|
* | Merged revisions 73862,73872 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -26/+21 |
|
|
* | Merged revisions 73833,73838,73850-73852,73856-73857 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -0/+35 |
|
|
* | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -37/+37 |
|
|
* | Issue #5334: array.fromfile() failed to insert values when EOFError was raised. | Hirokazu Yamamoto | 2009-03-06 | 1 | -2/+1 |
|
|
* | Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r... | Raymond Hettinger | 2009-01-27 | 1 | -0/+2 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 1 | -2/+0 |
|
|
* | Issue #4740: Use HIGHEST_PROTOCOL in pickle test. This enables test for proto... | Hirokazu Yamamoto | 2008-12-27 | 1 | -3/+3 |
|
|
* | Issue #4583: crash after resizing an array.array which has buffer exports. | Antoine Pitrou | 2008-12-18 | 1 | -1/+17 |
|
|
* | Merged revisions 66703,66708 via svnmerge from | Benjamin Peterson | 2008-10-10 | 1 | -4/+5 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -0/+17 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -1/+1 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -7/+7 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -0/+1 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 1 | -1/+1 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -2/+0 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -0/+34 |
|
|
* | Creating an array with a bytes object as initializer | Guido van Rossum | 2007-07-03 | 1 | -0/+4 |
|
|
* | "Fix" the array module test -- by ripping out the 'c' typecode. | Guido van Rossum | 2007-06-18 | 1 | -40/+2 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
|
|
* | Fixed array.fromfile(); removed references to PyFileObject in array.tofile(). | Guido van Rossum | 2007-05-24 | 1 | -7/+1 |
|
|
* | Remove have_unicode checks and merge those tests into the | Walter Dörwald | 2007-05-22 | 1 | -29/+28 |
|
|
* | Fix the array tests. Only a minor change to the C code was required. | Guido van Rossum | 2007-05-10 | 1 | -16/+12 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
|
|
* | Fix various spots where int/long and str/unicode unification | Walter Dörwald | 2007-05-03 | 1 | -1/+1 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -13/+13 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+15 |
|
|
* | Make array().tofile() work with a new I/O object. | Guido van Rossum | 2007-04-11 | 1 | -1/+1 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -0/+7 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -9/+9 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+7 |
|
|
* | Quite a few fixes to make the library and test suite more robust when | Guido van Rossum | 2006-08-17 | 1 | -1/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+1 |
|
|
* | as is a keyword now :-) | Neal Norwitz | 2006-03-17 | 1 | -7/+7 |
|
|
* | Add a slice test with high < low. | Walter Dörwald | 2005-01-21 | 1 | -0/+5 |
|
|
* | SF #1085304: Make array.array pickle-able | Raymond Hettinger | 2004-12-16 | 1 | -0/+19 |
|
|
* | SF feature request #992967: array.array objects should support sequences. | Raymond Hettinger | 2004-08-29 | 1 | -3/+35 |
|
|
* | Add weakref support to array.array and file objects. | Raymond Hettinger | 2004-05-31 | 1 | -0/+10 |
|
|
* | SF feature request #686323: Minor array module enhancements | Raymond Hettinger | 2004-03-14 | 1 | -0/+7 |
|
|
* | SF bug #910986: copy.copy fails for array.array | Raymond Hettinger | 2004-03-13 | 1 | -0/+7 |
|
|
* | protect against test problems with Jython | Skip Montanaro | 2003-08-03 | 1 | -6/+7 |
|
|
* | added test for bug 782369 | Skip Montanaro | 2003-08-03 | 1 | -0/+9 |
|
|
* | Walter's last checkin also needs to work on doubles. | Neal Norwitz | 2003-05-22 | 1 | -7/+3 |
|
|