index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_funcattrs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test_funcattrs.py: __name__ attribute must be str8.
Walter Dörwald
2007-05-24
1
-2/+2
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-44/+25
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-6/+6
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
1
-10/+10
*
Fix
Michael W. Hudson
2005-02-17
1
-0/+3
*
Wrote down the invariants of some common objects whose structure is
Armin Rigo
2004-10-28
1
-2/+11
*
Whitespace normalization.
Tim Peters
2004-08-13
1
-1/+1
*
This is my patch
Michael W. Hudson
2004-08-12
1
-2/+9
*
Provide __module__ attributes for functions defined in C and Python.
Jeremy Hylton
2003-01-31
1
-0/+4
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1/+1
*
Fix for SF bug #472940: can't getattr() attribute shown by dir()
Guido van Rossum
2001-10-22
1
-5/+5
*
Undo some (but not all) of the more lenient acceptance of
Guido van Rossum
2001-09-18
1
-9/+9
*
- Some tests that check that assignments are not allowed expect this
Guido van Rossum
2001-09-18
1
-85/+95
*
Rewrite function attributes to use the generic routines properly.
Guido van Rossum
2001-09-17
1
-1/+158
*
Test the new semantics for setting and deleting a function's __dict__
Barry Warsaw
2001-08-14
1
-45/+50
*
Additional tests for current, PEP described semantics:
Barry Warsaw
2001-02-26
1
-3/+36
*
Whitespace normalization.
Tim Peters
2001-02-09
1
-4/+3
*
The one thing I love more then writing code is deleting code.
Moshe Zadka
2001-01-29
1
-0/+19
*
Add some regression tests of coredump bugs in funcobject.c 2.31. Also
Barry Warsaw
2001-01-19
1
-0/+16
*
Add a test case suggested by Guido, where a method is created with the
Barry Warsaw
2001-01-15
1
-0/+38
*
Committing PEP 232, function attribute feature, approved by Guido.
Barry Warsaw
2001-01-15
1
-0/+102