Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
aaedcef5786f10593b51d389423b5d7ce97727c0
/
Lib
/
test
/
test_array.py
0fc0747
Issue #4740: Use HIGHEST_PROTOCOL in pickle test.
by Hirokazu Yamamoto
· 16 years ago
bf24401
fix for issue 3862: test_array fails FreeBSD 7 amd64
by Andrew MacIntyre
· 17 years ago
9d53457
Merge in release25-maint r60793:
by Gregory P. Smith
· 17 years ago
36a59b4
Remove the test file before writing it in case there is no write permission.
by Neal Norwitz
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
3ccec68
Improve extended slicing support in builtin types and classes. Specifically:
by Thomas Wouters
· 18 years ago
ab8802a
Fix warnings about object.__init__() signature.
by Guido van Rossum
· 18 years ago
e6e660b
SF #1693079: Cannot save empty array in shelve
by Raymond Hettinger
· 18 years ago
b84c137
Bug #1486663: don't reject keyword arguments for subclasses of builtin types.
by Georg Brandl
· 18 years ago
9e398ca
Fix SF bug #1545837: array.array borks on deepcopy.
by Thomas Wouters
· 19 years ago
9bdc85f
Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot,
by Tim Peters
· 19 years ago
c72f501
as is on the road to keyword-hood, use a different var name.
by Neal Norwitz
· 19 years ago
1083c24
Add a slice test with high < low.
by Walter Dörwald
· 20 years ago
b0900e6
SF #1085304: Make array.array pickle-able
by Raymond Hettinger
· 20 years ago
6ab78cd
SF feature request #992967: array.array objects should support sequences.
by Raymond Hettinger
· 21 years ago
cb87bc8
Add weakref support to array.array and file objects.
by Raymond Hettinger
· 21 years ago
49f9bd1
SF feature request #686323: Minor array module enhancements
by Raymond Hettinger
· 21 years ago
3aa82c0
SF bug #910986: copy.copy fails for array.array
by Raymond Hettinger
· 21 years ago
ed9bf12
protect against test problems with Jython
by Skip Montanaro
· 22 years ago
d5cf0b8
added test for bug 782369
by Skip Montanaro
· 22 years ago
35c6cd0
Walter's last checkin also needs to work on doubles.
by Neal Norwitz
· 22 years ago
cf99b0a
test_byteswap() fails on alphas, because treating the byte swapped bit
by Walter Dörwald
· 22 years ago
9e46abe
Fix array.array.insert(), so that it treats negative indices as
by Walter Dörwald
· 22 years ago
ba39d9c
Add another error case to the insert test.
by Walter Dörwald
· 22 years ago
7fd9424
Port test_array and test_winsound to PyUnit. Enhance tests for array
by Walter Dörwald
· 22 years ago
625812f
SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots
by Raymond Hettinger
· 22 years ago
56796f6
Fix for
by Michael W. Hudson
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
9c14bad
Fix the bug described in
by Michael W. Hudson
· 23 years ago
8bf46e4
This is patch
by Michael W. Hudson
· 23 years ago
9986633
Patch 520694: arraymodule.c improvements:
by Martin v. Löwis
· 23 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
cc78e47
Verify that str(a) and repr(a) don't blow up (part of SF patch 102068).
by Tim Peters
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
077a11d
arraymodule: Fix SF bug 113960.
by Tim Peters
· 25 years ago
5a65c2d
added count, extend, index, pop and remove to arraymodule
by Peter Schneider-Kamp
· 25 years ago
7833447
Trent Mick <trentm@activestate.com>:
by Fred Drake
· 25 years ago
7f1d3aa
Add tests for array self-assigns. (This one has no relevance to JPython.)
by Guido van Rossum
· 27 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
d2c0ec7
Use `...` around binary strings.
by Guido van Rossum
· 28 years ago
c9f8f14
Use TESTFN instead of /etc/passwd and /dev/null as test files.
by Guido van Rossum
· 28 years ago
fab8ab8
Many scripts, but small changes. Update the way the scripts obtain the
by Roger E. Masse
· 28 years ago
8db1b07
module to test the arraymodule created and added to testall.py
by Roger E. Masse
· 28 years ago