- 22fff43 Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,75323-75324,75326,75328,75330,75338,75340-75341,75343,75352-75353,75355,75357,75359 via svnmerge from by Georg Brandl · 16 years ago
- ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 16 years ago
- 2bcde14 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 16 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 · 17 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
- f80680d Migrate remaining tests from UserDict.UserDict to collections.UserDict. by Raymond Hettinger · 18 years ago
- 60d1456 Merge r60522 from trunk. by Georg Brandl · 18 years ago
- 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 18 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 · 18 years ago
- 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 18 years ago
- 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 18 years ago
- 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
- 7e95bef Use unicode and stop supporting str8 by Neal Norwitz · 18 years ago
- 2565d90 Fix test_funcattrs.py: __name__ attribute must be str8. by Walter Dörwald · 18 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 · 19 years ago
- b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 19 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 · 21 years ago
- bf9ac4b Whitespace normalization. by Tim Peters · 21 years ago
- 5e89795 This is my patch by Michael W. Hudson · 21 years ago
- 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 23 years ago
- 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
- 56ff387 Fix for SF bug #472940: can't getattr() attribute shown by dir() by Guido van Rossum · 24 years ago
- db2a902 Undo some (but not all) of the more lenient acceptance of by Guido van Rossum · 24 years ago
- bd13149 - Some tests that check that assignments are not allowed expect this by Guido van Rossum · 24 years ago
- d9d1d4a Rewrite function attributes to use the generic routines properly. by Guido van Rossum · 24 years ago
- 033daa4 Test the new semantics for setting and deleting a function's __dict__ by Barry Warsaw · 24 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 · 25 years ago
- 2e9b396 Add some regression tests of coredump bugs in funcobject.c 2.31. Also by Barry Warsaw · 25 years ago
- 534c60f Add a test case suggested by Guido, where a method is created with the by Barry Warsaw · 25 years ago
- 4a420a0 Committing PEP 232, function attribute feature, approved by Guido. by Barry Warsaw · 25 years ago