Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ba8474b77dd86d8dde40eaa7a4a6715a476d6242
/
Lib
/
test
/
test_iter.py
1f70221
Issue #19572: More silently skipped tests explicitly skipped.
by Zachary Ware
· 12 years ago
6451497
#7782: add a test for test_iter.
by Ezio Melotti
· 13 years ago
7f8ede4
mark ref counting as impl detail
by Benjamin Peterson
· 15 years ago
694781b
must force gc here
by Benjamin Peterson
· 15 years ago
0762788
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
by Florent Xicluna
· 15 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
a40d573
#3720: Interpreter crashes when an evil iterator removes its own next function.
by Amaury Forgeot d'Arc
· 17 years ago
eaef615
As discussed on python-dev, changed builtin.zip() to handle zero arguments
by Raymond Hettinger
· 22 years ago
cae330e
Don't rebind True and False.
by Tim Peters
· 23 years ago
8ee5243
Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py.
by Guido van Rossum
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
674eae6
Bunch of tests to make sure that StopIteration is a sink state.
by Guido van Rossum
· 23 years ago
67d687a
builtin_zip(): Take a good guess at how big the result list will be,
by Tim Peters
· 23 years ago
bb8f59a
unpack_iterable(): Add a missing DECREF in an error case. Reported by
by Guido van Rossum
· 24 years ago
527e64f
Whitespace normalization.
by Tim Peters
· 24 years ago
2c9aa5e
Generalize file.writelines() to allow iterable objects.
by Tim Peters
· 24 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 24 years ago
16a77ad
Generalize operator.indexOf (PySequence_Index) to work with any
by Tim Peters
· 24 years ago
339d0f7
Patch #445762: Support --disable-unicode
by Martin v. Löwis
· 24 years ago
d6d010b
Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into
by Tim Peters
· 24 years ago
8572b4f
Generalize zip() to work with iterators.
by Tim Peters
· 24 years ago
ef0c42d
Get rid of silly 5am "del" stmts.
by Tim Peters
· 24 years ago
cb8d368
Reimplement PySequence_Contains() and instance_contains(), so they work
by Tim Peters
· 24 years ago
75f8e35
Generalize PySequence_Count() (operator.countOf) to work with iterators.
by Tim Peters
· 24 years ago
de9725f
Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators.
by Tim Peters
· 24 years ago
2cfe368
Make unicode.join() work nice with iterators. This also required a change
by Tim Peters
· 24 years ago
6912d4d
Generalize tuple() to work nicely with iterators.
by Tim Peters
· 24 years ago
15d81ef
Generalize reduce() to work with iterators. NEEDS DOC CHANGES.
by Tim Peters
· 24 years ago
8bc10b0
Purge redundant cut&paste line.
by Tim Peters
· 24 years ago
4e9afdc
Generalize map() to work with iterators.
by Tim Peters
· 24 years ago
efdae39
Remove redundant copy+paste code.
by Tim Peters
· 24 years ago
c307453
Generalize max(seq) and min(seq) to work with iterators. NEEDS DOC CHANGES.
by Tim Peters
· 24 years ago
0e57abf
Generalize filter(f, seq) to work with iterators. This also generalizes
by Tim Peters
· 24 years ago
f553f89
Generalize list(seq) to work with iterators. This also generalizes list()
by Tim Peters
· 24 years ago
8b48cf9
Add test suite for iterators.
by Guido van Rossum
· 24 years ago