1. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 16 years ago
  2. c06de47 Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty parameters. by Antoine Pitrou · 16 years ago
  3. 9aa4299 Merged revisions 66337,66347,66350,66352,66358 via svnmerge from by Benjamin Peterson · 17 years ago
  4. ecaab83 Committing the patch in issue 2965, so that weakref dicts have a closer by Barry Warsaw · 17 years ago
  5. c856c7a Merged revisions 64309 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  6. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 17 years ago
  7. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  8. 53dbe39 Move UserList to collections. by Raymond Hettinger · 17 years ago
  9. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 18 years ago
  10. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 18 years ago
  11. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 18 years ago
  12. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 18 years ago
  13. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  14. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 18 years ago
  15. 07f2436 Nailed test_weakref.py. Pfew, messy! by Guido van Rossum · 18 years ago
  16. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  17. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
  18. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 19 years ago
  19. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 19 years ago
  20. 0b70cca Remove usage of backticks. by Brett Cannon · 19 years ago
  21. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 19 years ago
  22. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 19 years ago
  23. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 19 years ago
  24. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
  25. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  26. 9a65d58 Add doctest for examples in libweakref.tex to test_weakref. by Georg Brandl · 20 years ago
  27. e6c470f SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior. by Raymond Hettinger · 20 years ago
  28. bdcb941 SF bug #978308, Spurious errors taking bool of dead pro by Neal Norwitz · 21 years ago
  29. 0a4dd39 Make weak references subclassable: by Fred Drake · 21 years ago
  30. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 21 years ago
  31. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 21 years ago
  32. 55cf434 further testing indicates that the simplified version of the test by Fred Drake · 21 years ago
  33. 61dafcb use existing test object instead of defining a new class by Fred Drake · 21 years ago
  34. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  35. bc875f5 Allocating a new weakref object can cause existing weakref objects for by Fred Drake · 22 years ago
  36. ea2adc9 - add tests that exercise fixes for the PyWeakref_NewRef() and by Fred Drake · 22 years ago
  37. b167b04 Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. by Walter Dörwald · 22 years ago
  38. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 22 years ago
  39. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 22 years ago
  40. f7f9e99 subtype_dealloc(): A more complete fix for critical bug 840829 + by Tim Peters · 22 years ago
  41. add09b4 SF bug 840829: weakref callbacks and gc corrupt memory. by Tim Peters · 22 years ago
  42. f425b1e stylistic nits: - wrap some long lines - shorten others - fix indentation by Fred Drake · 22 years ago
  43. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 22 years ago
  44. 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 22 years ago
  45. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 22 years ago
  46. 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 22 years ago
  47. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  48. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 22 years ago
  49. 9eee554 Standardize behavior: no docstrings in test functions. Also use by Guido van Rossum · 23 years ago
  50. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  51. 009afb7 SF patch 564549 (Erik Andersén). by Guido van Rossum · 23 years ago
  52. 43735da Improve coverage of Objects/weakrefobject.c. by Fred Drake · 23 years ago
  53. 5935ff0 Add some additional tests that check more proxy behaviors. by Fred Drake · 24 years ago
  54. 2a64f46 Regression test for SF bug #478534 -- exceptions could "leak" into a weakref by Fred Drake · 24 years ago
  55. 752eda4 Add a regression test for SF bug #478536: If a value cannot be weakly by Fred Drake · 24 years ago
  56. 3bb4d21 Add a test for calling a weakref proxy with a dictionary of keyword args. by Fred Drake · 24 years ago
  57. 39c27f1 Make sure we do not core dump when using proxies with the binary slot by Fred Drake · 24 years ago
  58. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  59. ccc7562 Added tests for key deletion for both Weak*Dictionary flavors. by Fred Drake · 24 years ago
  60. 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 24 years ago
  61. aaa48ff Extend the weakref test suite to cover the complete mapping interface for by Fred Drake · 24 years ago
  62. 0e540c3 Added tests for Weak*Dictionary iterator support. by Fred Drake · 24 years ago
  63. a0a4ab1 Add a test case for Weak*Dictionary.update() that would have caught a by Fred Drake · 24 years ago
  64. 705088e Added regression test for SF bug #415660 (failure to invalidate all by Fred Drake · 24 years ago
  65. bf43691 Use the WeakKeyDictionary and WeakValueDictionary classes directly by Fred Drake · 24 years ago
  66. b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 24 years ago
  67. 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 24 years ago
  68. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 24 years ago
  69. 41deb1e PEP 205, Weak References -- initial checkin. by Fred Drake · 25 years ago