1. 065c06a Add another test which exercises the whole suite with a by Raymond Hettinger · 22 years ago
  2. c2e095f Fix typo in abstract.c which caused __rpow__ to not be invoked. by Raymond Hettinger · 22 years ago
  3. c1ac194 Clarify and speedup test. by Raymond Hettinger · 22 years ago
  4. babc83a Cleaned up test (removing bogus argument list). by Raymond Hettinger · 22 years ago
  5. e03e5b1 Remove assumption that cls is a subclass of dict. by Raymond Hettinger · 22 years ago
  6. 0930c43 M PyShell.py 1. Format and print exceptions raised in user code. by Kurt B. Kaiser · 22 years ago
  7. 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 22 years ago
  8. a69c030 The final tweaks before closing by Michael W. Hudson · 22 years ago
  9. e257ec9 Patch #648998: test_commands ACL patch by Jason Tishler · 22 years ago
  10. b0f89e0 Add a Cygwin skip mentioned by Jason Tishler. by Tim Peters · 22 years ago
  11. 2511594 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 22 years ago
  12. b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 22 years ago
  13. b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 22 years ago
  14. 6eadc6c Enable Check Module by Kurt B. Kaiser · 22 years ago
  15. 318016b Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix. by Kurt B. Kaiser · 22 years ago
  16. 9d42700 Some more expected skips on OSX. by Guido van Rossum · 22 years ago
  17. 6c73405 Lose references to knee (no longer exists) and pyclbr (has its own by Guido van Rossum · 22 years ago
  18. a1962d6 Get rid of 1.5.2 compatibility hack. :-) by Guido van Rossum · 22 years ago
  19. 0375079 Adding Python <= 2.2 support back in. by Marc-André Lemburg · 22 years ago
  20. 7f6a439 Add more sophistication to the comparison between pyclbr output and by Guido van Rossum · 22 years ago
  21. 0a6f954 Another big update, fixing all known bugs related to nesting functions by Guido van Rossum · 22 years ago
  22. 7a98e80 In class bsdTableDB, add class variables db and env (set to None) to by Guido van Rossum · 22 years ago
  23. 0d366b1 Fix typo in except clause (_db should be _bsddb). by Guido van Rossum · 22 years ago
  24. 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 22 years ago
  25. c706c28 Add a better columnizer to print_topics(). by Guido van Rossum · 22 years ago
  26. 3b10dc3 Require 'largefile' resource for Mac OSX as well. by Guido van Rossum · 22 years ago
  27. bb48465 On Max OSX, try increasing the stack limit to 2048 so test_re and by Guido van Rossum · 22 years ago
  28. 5f7c4b3 Remove dead code in get_stack(). by Kurt B. Kaiser · 22 years ago
  29. 491427d Fix beep. Then remove annoying beep, not needed with breakpoint highlighting. by Kurt B. Kaiser · 22 years ago
  30. 6453c1f Cleanup: by Neal Norwitz · 22 years ago
  31. 539594f Remove unused import by Neal Norwitz · 22 years ago
  32. 5b0b00f Convert string exceptions to classes, string exceptions are deprecated by Neal Norwitz · 22 years ago
  33. 672ce57 Convert some more 1/0 to True/False by Neal Norwitz · 22 years ago
  34. f4c4f11 Add missing self for method call by Neal Norwitz · 22 years ago
  35. 3e0edbf Port Martin von Loewis checkin from Python: by Neal Norwitz · 22 years ago
  36. ce8ed1a Port Martin von Loewis checkin from python: Support sdist. by Neal Norwitz · 22 years ago
  37. 6e44cc2 M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  38. a59ef7b getdoc(): by Ka-Ping Yee · 22 years ago
  39. 8188559 Correct an error introduced at Rev 1.30. The keyword arg is necessary by Kurt B. Kaiser · 22 years ago
  40. 8e30bcd Fix mode on scripts to have the read bit set (noted by Nicholas Riley) by Andrew M. Kuchling · 22 years ago
  41. ade8c8b Nudge getting __module__ and __name__ for new-style classes so that by Michael W. Hudson · 22 years ago
  42. deaba57 SF #641170, reST version of Lib/test/README by Neal Norwitz · 22 years ago
  43. 7e7c00d I don't know why staring at the email to python-checkins made me by Michael W. Hudson · 22 years ago
  44. 586da8f Readjustments to the way we cope with exceptions from subclasses' by Michael W. Hudson · 22 years ago
  45. 31ddfb6 [Part of patch #641685] Add .dylib as an extension for shared libraries by Andrew M. Kuchling · 22 years ago
  46. caf17be I had the inheritance cycle stuff backwards. Oops! by Michael W. Hudson · 22 years ago
  47. e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 22 years ago
  48. e4827eb Bring UserDict in-sync with changes to dict. by Raymond Hettinger · 22 years ago
  49. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
  50. a01fa26 The MRO conflict error message depends on dictionary hash order. by Guido van Rossum · 22 years ago
  51. 4dd0f7e Add a way to say "use any resource except A". For example, to run by Fred Drake · 22 years ago
  52. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  53. 94e7bb7 Use "is" to test type objects, not "==". by Fred Drake · 22 years ago
  54. acd5cb2 Fix for bug #410541: bdist builds bogus .zips by Andrew M. Kuchling · 22 years ago
  55. 40f23e0 Part of the fix for bug #410541: add ensure_relative() function by Andrew M. Kuchling · 22 years ago
  56. 98bbc49 This is my patch: by Michael W. Hudson · 22 years ago
  57. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  58. d32047f A tweaked version of Jeremy's patch #642489, to produce better error by Guido van Rossum · 22 years ago
  59. 35e48d2 SF 643115: Set._update() had a special case for dictionaries which allowed by Raymond Hettinger · 22 years ago
  60. 00445d2 Fix typo in comment. by Walter Dörwald · 22 years ago
  61. 1456fde Fixed bug by Gustavo Niemeyer · 22 years ago
  62. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  63. 1babdfc Reduced memory burden by iterating over the normalization test input by Tim Peters · 22 years ago
  64. 1b445d3 Fiddled things so that test_normalization is expected to be skipped if by Tim Peters · 22 years ago
  65. 65730a4 Delete bsddb from sys.modules if _bsddb cannot be imported. by Martin v. Löwis · 22 years ago
  66. d332c08 Skip test_normalization on Windows until it's at least clear why the by Tim Peters · 22 years ago
  67. b9ac505 Split long line. by Tim Peters · 22 years ago
  68. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  69. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  70. 74a530d Update character names. by Martin v. Löwis · 22 years ago
  71. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  72. 8579efc Add test cases for Hangul syllables. Update output. by Martin v. Löwis · 22 years ago
  73. ca2953e Remove duplicate test by Neal Norwitz · 22 years ago
  74. 529ec6a Regenerate. Fixes #618012. by Martin v. Löwis · 22 years ago
  75. b2c7aff Merge with bsddb3 2002.11.23.10.42.36 by Martin v. Löwis · 22 years ago
  76. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 22 years ago
  77. 450cafa (This is hopefully the last large, funny checkin message for by Thomas Heller · 22 years ago
  78. 3a23c3f get_python_version was not imported. by Thomas Heller · 22 years ago
  79. 8bec483 Two bugs: by Fred Drake · 22 years ago
  80. 78e35f9 Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest. by Tim Peters · 22 years ago
  81. 44f602d Comment out the warnings about mktemp(). These are too annoying, and by Guido van Rossum · 22 years ago
  82. 132e0e8 Use False instead of 0. by Fred Drake · 22 years ago
  83. 4581cfa Patch #486438: Make module argument to testmod optional. by Martin v. Löwis · 22 years ago
  84. f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 22 years ago
  85. e0273de added new IMAP4_stream class; added proxyauth command; added login_cram_md5 method by Piers Lauder · 22 years ago
  86. 5440545 Implement dict() style constructor. by Raymond Hettinger · 22 years ago
  87. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  88. 21b6014 The _Event class should be more careful with releasing its lock when by Guido van Rossum · 22 years ago
  89. fec3262 Reflow comment by Andrew M. Kuchling · 22 years ago
  90. 69ceb33 Patch #642019: Recognize gcc-x.y as gcc. by Martin v. Löwis · 22 years ago
  91. cdd2157 Bug #639118 from Ollie Oldham: archiver should use zipfile before zip by Andrew M. Kuchling · 22 years ago
  92. 97701b5 _RandomNameSequence(): style guide changes, small speedup, don't by Tim Peters · 22 years ago
  93. 6ef966e _TemporaryFileWrapper: changed self.close_called to a proper bool. by Tim Peters · 22 years ago
  94. 4fc9047 Apply Nicolas Riley's Patch. by Kurt B. Kaiser · 22 years ago
  95. 201626e Fix SF #640094, on win32 getpass runs into unix_getpass by Neal Norwitz · 22 years ago
  96. 2db92a6 Add missing import by Andrew M. Kuchling · 22 years ago
  97. 7f82f79 Add missing documentation for the PEP 293 functionality to by Walter Dörwald · 22 years ago
  98. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  99. 7a3bae4 Replace bsddb3 and _db occurrences. by Martin v. Löwis · 22 years ago
  100. 1c6b1a2 Importing test suite from bsddb3 3.4.0 (with modifications). by Martin v. Löwis · 22 years ago