Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c5b75db5def1890924d914bc36b54e6a120bf2d7
/
Lib
/
test
/
test_funcattrs.py
5b62942
Issue #13577: Built-in methods and functions now have a __qualname__.
by Antoine Pitrou
· 13 years ago
86a36b5
PEP 3155 / issue #13448: Qualified name for classes and functions.
by Antoine Pitrou
· 13 years ago
e961593
Merged revisions 77727 via svnmerge from
by Ezio Melotti
· 15 years ago
577473f
use assert[Not]In where appropriate
by Benjamin Peterson
· 15 years ago
4cb97d0
Recorded merge of revisions 74650 via svnmerge from
by Georg Brandl
· 15 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 15 years ago
2bcde14
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
by Raymond Hettinger
· 15 years ago
934896d
Merged revisions 69846 via svnmerge from
by Mark Dickinson
· 16 years ago
211c625
Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects.
by Mark Dickinson
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
f80680d
Migrate remaining tests from UserDict.UserDict to collections.UserDict.
by Raymond Hettinger
· 17 years ago
60d1456
Merge r60522 from trunk.
by Georg Brandl
· 17 years ago
45f9af3
Merged revisions 59193-59201 via svnmerge from
by Christian Heimes
· 17 years ago
ff73795
Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance).
by Christian Heimes
· 17 years ago
0d3fb8a
Merged revisions 59107-59186 via svnmerge from
by Guido van Rossum
· 17 years ago
4a22b5d
Patch from Georg Brandl and me for #1493 Remove unbound method objects
by Christian Heimes
· 17 years ago
3add4d7
Raise statement normalization in Lib/test/.
by Collin Winter
· 17 years ago
7e95bef
Use unicode and stop supporting str8
by Neal Norwitz
· 17 years ago
2565d90
Fix test_funcattrs.py: __name__ attribute must be str8.
by Walter Dörwald
· 17 years ago
221085d
Change all the function attributes from func_* -> __*__. This gets rid
by Neal Norwitz
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 18 years ago
b053cd8
Killed the <> operator. You must now use !=.
by Guido van Rossum
· 18 years ago
ee319f6
Fix
by Michael W. Hudson
· 20 years ago
89a3946
Wrote down the invariants of some common objects whose structure is
by Armin Rigo
· 20 years ago
bf9ac4b
Whitespace normalization.
by Tim Peters
· 20 years ago
5e89795
This is my patch
by Michael W. Hudson
· 20 years ago
4f0dcc9
Provide __module__ attributes for functions defined in C and Python.
by Jeremy Hylton
· 22 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 22 years ago
56ff387
Fix for SF bug #472940: can't getattr() attribute shown by dir()
by Guido van Rossum
· 23 years ago
db2a902
Undo some (but not all) of the more lenient acceptance of
by Guido van Rossum
· 23 years ago
bd13149
- Some tests that check that assignments are not allowed expect this
by Guido van Rossum
· 23 years ago
d9d1d4a
Rewrite function attributes to use the generic routines properly.
by Guido van Rossum
· 23 years ago
033daa4
Test the new semantics for setting and deleting a function's __dict__
by Barry Warsaw
· 23 years ago
c1e100f
Additional tests for current, PEP described semantics:
by Barry Warsaw
· 24 years ago
10fb386
Whitespace normalization.
by Tim Peters
· 24 years ago
497671e
The one thing I love more then writing code is deleting code.
by Moshe Zadka
· 24 years ago
2e9b396
Add some regression tests of coredump bugs in funcobject.c 2.31. Also
by Barry Warsaw
· 24 years ago
534c60f
Add a test case suggested by Guido, where a method is created with the
by Barry Warsaw
· 24 years ago
4a420a0
Committing PEP 232, function attribute feature, approved by Guido.
by Barry Warsaw
· 24 years ago