Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_descrtut.py
dde5b94
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
by Ezio Melotti
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 15 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 15 years ago
3e4caeb
Issue #5341: Fix a variety of spelling errors.
by Mark Dickinson
· 16 years ago
12f8107
Fix test_descrtut.
by Georg Brandl
· 17 years ago
960b9b7
Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT,
by Jeffrey Yasskin
· 17 years ago
a9f7d62
Backport of PEP 3101, Advanced String Formatting, from py3k.
by Eric Smith
· 17 years ago
5a8a037
Use descriptors.
by Guido van Rossum
· 20 years ago
214b1c3
SF Bug #215126: Over restricted type checking on eval() function
by Raymond Hettinger
· 21 years ago
64958a1
Guido grants a Christmas wish:
by Raymond Hettinger
· 21 years ago
af28e4b
Update test to handle list.__reversed__().
by Raymond Hettinger
· 22 years ago
c40b7af
Update test to include "sorted" in dir(list).
by Raymond Hettinger
· 22 years ago
c53f009
Introducing __reduce_ex__, which is called with a protocol number argument
by Guido van Rossum
· 22 years ago
e2052ab
One doctest displaying a dict didn't sort it first. *Maybe* this fixes
by Tim Peters
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
14bd6de
SF 560736. Optimize list iteration by filling the tp_iter slot.
by Raymond Hettinger
· 23 years ago
77f6a65
Add the 'bool' type and its values 'False' and 'True', as described in
by Guido van Rossum
· 23 years ago
8044055
Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't
by Tim Peters
· 23 years ago
a427a2b
Rename "dictionary" (type and constructor) to "dict".
by Tim Peters
· 24 years ago
7b9144b
Halfway checkin. This is still messy, but it's beginning to address
by Guido van Rossum
· 24 years ago
3926a63
- Provisional support for pickling new-style objects. (*)
by Guido van Rossum
· 24 years ago
a4cb788
Change repr() of a new-style class to say <class 'ClassName'> rather
by Guido van Rossum
· 24 years ago
867a8d2
Change the name of the __getattr__ special method for new-style
by Guido van Rossum
· 24 years ago
a0a6222
Teach regrtest how to pass on doctest failure msgs. This is done via a
by Tim Peters
· 24 years ago
90ba8d9
Force "test." into the start of the module name, inherited by class and
by Tim Peters
· 24 years ago
8bce4ac
Rename 'getset' to 'property'.
by Guido van Rossum
· 24 years ago
5d2b77c
Make dir() wordier (see the new docstring). The new behavior is a mixed
by Tim Peters
· 24 years ago
95c99e5
Made a doctest out of the examples in Guido's type/class tutorial.
by Tim Peters
· 24 years ago