Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4aebbb044942ad17d761491b46ff05b6ab8387c9
/
Lib
/
test
/
test_array.py
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
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
9c14bad
Fix the bug described in
by Michael W. Hudson
· 22 years ago
8bf46e4
This is patch
by Michael W. Hudson
· 22 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
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 24 years ago
077a11d
arraymodule: Fix SF bug 113960.
by Tim Peters
· 24 years ago
5a65c2d
added count, extend, index, pop and remove to arraymodule
by Peter Schneider-Kamp
· 24 years ago
7833447
Trent Mick <trentm@activestate.com>:
by Fred Drake
· 24 years ago
7f1d3aa
Add tests for array self-assigns. (This one has no relevance to JPython.)
by Guido van Rossum
· 26 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
· 27 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