Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Lib
/
test
/
test_enumerate.py
cf3e20c
mark implementation detail as such
by Benjamin Peterson
· 15 years ago
0badae4
this must be a typo
by Benjamin Peterson
· 15 years ago
4b26acb
mark implementation detail as such
by Benjamin Peterson
· 15 years ago
ecb8316
Fix a NameError in test_enumerate.
by Mark Dickinson
· 15 years ago
2066559
Issue #8816: Extra tests for some built-in functions. These tests are
by Mark Dickinson
· 15 years ago
f063d15
run and fix enumerate start test cases #8636
by Benjamin Peterson
· 15 years ago
784d455
*sigh* deal with instances correctly
by Benjamin Peterson
· 16 years ago
ecf9091
Don't allow keyword arguments to reversed().
by Georg Brandl
· 17 years ago
9138357
#2831: add start argument to enumerate(). Patch by Scott Dial and me.
by Georg Brandl
· 17 years ago
6b27cda
Convert iterator __len__() methods to a private API.
by Raymond Hettinger
· 20 years ago
f5f32b4
Whitespace normalization.
by Tim Peters
· 20 years ago
0edc7a0
Fix:
by Michael W. Hudson
· 20 years ago
ff5dc0e
Improve test coverage.
by Raymond Hettinger
· 21 years ago
ffdb8bb
Use floor division operator.
by Raymond Hettinger
· 21 years ago
ef9bf40
Tidied up the implementations of reversed (including the custom ones
by Raymond Hettinger
· 21 years ago
d2c3626
Eliminate the double reverse option. It's only use case
by Raymond Hettinger
· 21 years ago
029dba5
Make reversed() transparent with respect to length.
by Raymond Hettinger
· 21 years ago
06353f7
Let reversed() work with itself.
by Raymond Hettinger
· 21 years ago
a690a99
* Migrate set() and frozenset() from the sandbox.
by Raymond Hettinger
· 21 years ago
85c20a4
Implement and apply PEP 322, reverse iteration
by Raymond Hettinger
· 22 years ago
b25a52a
Fix typo so that the test actually calls the tested function.
by Raymond Hettinger
· 22 years ago
e8b0f04
* Beefed-up tests * Allow tuple re-use * Call tp_iternext directly
by Raymond Hettinger
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
8db890a
Removed the generator future-stmt -- not needed for 2.3.
by Tim Peters
· 23 years ago
7dab242
- New builtin function enumerate(x), from PEP 279. Example:
by Guido van Rossum
· 23 years ago