index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_array.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27570: Merge null pointer fixes from 3.5
Martin Panter
2016-09-07
1
-4
/
+19
|
\
|
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-2
/
+0
|
*
Issue #26492: Exhausted iterator of array.array now conforms with the behavior
Serhiy Storchaka
2016-03-30
1
-2
/
+19
*
|
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter
2016-09-07
1
-2
/
+12
|
/
*
Issue #26015: Added new tests for pickling iterators of mutable sequences.
Serhiy Storchaka
2016-03-06
1
-12
/
+35
*
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
Stefan Krah
2015-02-03
1
-0
/
+5
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-10
/
+11
|
\
|
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-10
/
+11
*
|
Issue #20152: Port the array module to Argument Clinic.
Brett Cannon
2014-10-10
1
-1
/
+3
|
/
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-1
/
+0
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-1
/
+0
*
|
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-2
/
+14
|
\
\
|
|
/
|
/
|
|
*
Issue #3693: Fix array obscure error message when given a str.
Alexandre Vassalotti
2013-11-29
1
-0
/
+12
|
*
Issue #19604: Use specific asserts in array tests.
Serhiy Storchaka
2013-11-17
1
-34
/
+34
|
|
\
|
*
|
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-8
/
+9
|
*
|
(Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t type
Victor Stinner
2013-03-08
1
-11
/
+3
|
|
\
\
|
*
\
\
(Merge 3.3) Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
Victor Stinner
2013-02-26
1
-2
/
+2
|
|
\
\
\
|
|
*
\
\
(Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array
Victor Stinner
2013-02-26
1
-2
/
+2
|
|
|
\
\
\
|
|
|
*
\
\
#16888: merge with 3.3.
Ezio Melotti
2013-01-10
1
-49
/
+15
|
|
|
|
\
\
\
|
|
|
*
|
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-2
/
+2
*
|
|
|
|
|
|
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Issue #19604: Use specific asserts in array tests.
Serhiy Storchaka
2013-11-17
1
-34
/
+34
*
|
|
|
|
|
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-8
/
+9
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Issue #17223: the test is specific to 32-bit wchar_t type
Victor Stinner
2013-03-08
1
-11
/
+3
|
/
/
/
/
*
|
|
|
Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
Victor Stinner
2013-02-26
1
-11
/
+18
|
/
/
/
*
|
|
Issue #17223: array module: Fix a crasher when converting an array containing
Victor Stinner
2013-02-26
1
-0
/
+6
|
|
/
|
/
|
*
|
#16888: test_array now works with unittest test discovery. Patch by Zachary ...
Ezio Melotti
2013-01-10
1
-49
/
+15
|
/
*
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-10
1
-0
/
+13
|
\
|
*
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-10
1
-0
/
+13
*
|
Issue #13072: Fix test_array for installation without the ctypes module
Victor Stinner
2012-08-09
1
-2
/
+11
*
|
Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t...
Victor Stinner
2012-08-08
1
-1
/
+2
*
|
Issue #13072: Fix test_array for Windows with 16-bit wchar_t
Victor Stinner
2012-08-08
1
-2
/
+2
*
|
Issue #14288: Serialization support for builtin iterators.
Kristj?n Valur J?nsson
2012-04-03
1
-0
/
+14
*
|
Remove mention of narrow/wide builds and update array doc, add a test.
Ezio Melotti
2011-10-25
1
-1
/
+2
*
|
array module uses the new Unicode API
Victor Stinner
2011-09-30
1
-2
/
+6
*
|
Issue #1172711: Add 'long long' support to the array module.
Meador Inge
2011-09-20
1
-0
/
+21
|
/
*
Issue #5109: array.array constructor will now use fast code when
Alexander Belopolsky
2011-01-11
1
-0
/
+10
*
test_array: fix the DeprecationWarning('object.__init__() takes no parameters')
Victor Stinner
2011-01-04
1
-1
/
+1
*
#10668: fix wrong call of __init__.
Georg Brandl
2010-12-10
1
-1
/
+1
*
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the...
Georg Brandl
2010-12-04
1
-0
/
+6
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-4
/
+4
*
Issue #8990: array.fromstring() and array.tostring() get renamed to
Antoine Pitrou
2010-09-01
1
-10
/
+48
*
Issue #5395: check that array.fromfile() re-raises an IOError instead of repl...
Antoine Pitrou
2010-07-21
1
-0
/
+11
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1
/
+1
*
Merged revisions 77821 via svnmerge from
Mark Dickinson
2010-01-29
1
-0
/
+3
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-3
/
+3
*
Merged revisions 74477 via svnmerge from
Frank Wierzbicki
2009-08-16
1
-0
/
+19
*
Don't check 64-bit test cases on 32-bit machine.
Alexandre Vassalotti
2009-07-15
1
-1
/
+15
*
Issue #2389: Implement a portable mechanism for pickling array objects.
Alexandre Vassalotti
2009-07-15
1
-10
/
+140
*
Add the fix for issue 4509 to the mapping methods.
Alexandre Vassalotti
2009-07-05
1
-26
/
+21
[next]