1. 1bdca5e In Shell: by Kurt B. Kaiser · 22 years ago
  2. cfd4a8b Made this a little more compatible w/ the sandbox version, which is by Tim Peters · 22 years ago
  3. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago
  4. 78429a6 Fixing bug by Gustavo Niemeyer · 22 years ago
  5. d5ae01a Applying patch by Gustavo Niemeyer · 22 years ago
  6. 822a77f M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  7. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 22 years ago
  8. bfed346 M Debugger.py M IOBinding.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  9. 3bbc0ee Tighten the tests for assignment to __bases__: disallow empty tuple. by Guido van Rossum · 22 years ago
  10. 067d734 Prevent debugger from stepping into Idle rpc code by Chui Tey · 22 years ago
  11. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 22 years ago
  12. 00b6127 Patch #650653: Raise always value error if the table is not 256 bytes long. by Martin v. Löwis · 22 years ago
  13. e54710b M CallTipWindow.py M CallTips.py by Kurt B. Kaiser · 22 years ago
  14. 7e5c6a0 Change issubclass() so that recursive tuples (directly or indirectly by Walter Dörwald · 22 years ago
  15. e4a070a Patch #551960: Add check for setrlimit() support by Jason Tishler · 22 years ago
  16. b28de0d Patch to make _codecs a builtin module. This is necessary since by Marc-André Lemburg · 22 years ago
  17. afd44de Hardcode the recognized whitespace characters to the US-ASCII whitespace by Greg Ward · 22 years ago
  18. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  19. b083cb3 Patch #651621, approved by MvL. by Just van Rossum · 22 years ago
  20. 0e88c9f Tweak generation of unicode_whitespace_trans -- clearer, more by Greg Ward · 22 years ago
  21. 0efa17c Clean-up test class for DictMixin. by Raymond Hettinger · 22 years ago
  22. 39c7b45 Update to reflect current implementation. by Kurt B. Kaiser · 22 years ago
  23. f06eed0 Rework the command line interface, incorporating the shell/edit by Kurt B. Kaiser · 22 years ago
  24. efc4b12 Added test_ossaudiodev to expected skips on Windows. by Tim Peters · 22 years ago
  25. 55a8790 Aesthetic tweakery: factor read_sound_file() out of play_sound_file(). by Greg Ward · 22 years ago
  26. 36dacfa Initial revision is rev 1.8 of test_linuxaudiodev.py, with by Greg Ward · 22 years ago
  27. 731a986 Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer) by Neal Norwitz · 22 years ago
  28. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
  29. c7e3c5e Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode by Greg Ward · 22 years ago
  30. 24cbbcb Added test_initial_whitespace() to ensure that SF bug #622849 is fixed. by Greg Ward · 22 years ago
  31. ab73d46 Fix SF bug #622849: in _wrap_chunks(), ensure that leading whitespace in by Greg Ward · 22 years ago
  32. 2e74541 Fix SF bug #622831 (I think): add unicode_whitespace_trans class by Greg Ward · 22 years ago
  33. 123dc8e self.binary -> self._binary to remove it from the public interface - by Skip Montanaro · 22 years ago
  34. 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 22 years ago
  35. 065c06a Add another test which exercises the whole suite with a by Raymond Hettinger · 22 years ago
  36. c2e095f Fix typo in abstract.c which caused __rpow__ to not be invoked. by Raymond Hettinger · 22 years ago
  37. c1ac194 Clarify and speedup test. by Raymond Hettinger · 22 years ago
  38. babc83a Cleaned up test (removing bogus argument list). by Raymond Hettinger · 22 years ago
  39. e03e5b1 Remove assumption that cls is a subclass of dict. by Raymond Hettinger · 22 years ago
  40. 0930c43 M PyShell.py 1. Format and print exceptions raised in user code. by Kurt B. Kaiser · 22 years ago
  41. 4687428 Patch #649184: Update to tix-8.1.4 RC3. by Martin v. Löwis · 22 years ago
  42. a69c030 The final tweaks before closing by Michael W. Hudson · 22 years ago
  43. e257ec9 Patch #648998: test_commands ACL patch by Jason Tishler · 22 years ago
  44. b0f89e0 Add a Cygwin skip mentioned by Jason Tishler. by Tim Peters · 22 years ago
  45. 2511594 Patch #551977: Regression exceptions for cygwin by Jason Tishler · 22 years ago
  46. b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 22 years ago
  47. b4ee4eb Rearrange test_socket_ssl so that a skip is expected iff the network by Tim Peters · 22 years ago
  48. 6eadc6c Enable Check Module by Kurt B. Kaiser · 22 years ago
  49. 318016b Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix. by Kurt B. Kaiser · 22 years ago
  50. 9d42700 Some more expected skips on OSX. by Guido van Rossum · 22 years ago
  51. 6c73405 Lose references to knee (no longer exists) and pyclbr (has its own by Guido van Rossum · 22 years ago
  52. a1962d6 Get rid of 1.5.2 compatibility hack. :-) by Guido van Rossum · 22 years ago
  53. 0375079 Adding Python <= 2.2 support back in. by Marc-André Lemburg · 22 years ago
  54. 7f6a439 Add more sophistication to the comparison between pyclbr output and by Guido van Rossum · 22 years ago
  55. 0a6f954 Another big update, fixing all known bugs related to nesting functions by Guido van Rossum · 22 years ago
  56. 7a98e80 In class bsdTableDB, add class variables db and env (set to None) to by Guido van Rossum · 22 years ago
  57. 0d366b1 Fix typo in except clause (_db should be _bsddb). by Guido van Rossum · 22 years ago
  58. 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 22 years ago
  59. c706c28 Add a better columnizer to print_topics(). by Guido van Rossum · 22 years ago
  60. 3b10dc3 Require 'largefile' resource for Mac OSX as well. by Guido van Rossum · 22 years ago
  61. bb48465 On Max OSX, try increasing the stack limit to 2048 so test_re and by Guido van Rossum · 22 years ago
  62. 5f7c4b3 Remove dead code in get_stack(). by Kurt B. Kaiser · 22 years ago
  63. 491427d Fix beep. Then remove annoying beep, not needed with breakpoint highlighting. by Kurt B. Kaiser · 22 years ago
  64. 6453c1f Cleanup: by Neal Norwitz · 22 years ago
  65. 539594f Remove unused import by Neal Norwitz · 22 years ago
  66. 5b0b00f Convert string exceptions to classes, string exceptions are deprecated by Neal Norwitz · 22 years ago
  67. 672ce57 Convert some more 1/0 to True/False by Neal Norwitz · 22 years ago
  68. f4c4f11 Add missing self for method call by Neal Norwitz · 22 years ago
  69. 3e0edbf Port Martin von Loewis checkin from Python: by Neal Norwitz · 22 years ago
  70. ce8ed1a Port Martin von Loewis checkin from python: Support sdist. by Neal Norwitz · 22 years ago
  71. 6e44cc2 M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
  72. a59ef7b getdoc(): by Ka-Ping Yee · 22 years ago
  73. 8188559 Correct an error introduced at Rev 1.30. The keyword arg is necessary by Kurt B. Kaiser · 22 years ago
  74. 8e30bcd Fix mode on scripts to have the read bit set (noted by Nicholas Riley) by Andrew M. Kuchling · 22 years ago
  75. ade8c8b2 Nudge getting __module__ and __name__ for new-style classes so that by Michael W. Hudson · 22 years ago
  76. deaba57 SF #641170, reST version of Lib/test/README by Neal Norwitz · 22 years ago
  77. 7e7c00d I don't know why staring at the email to python-checkins made me by Michael W. Hudson · 22 years ago
  78. 586da8f Readjustments to the way we cope with exceptions from subclasses' by Michael W. Hudson · 22 years ago
  79. 31ddfb6 [Part of patch #641685] Add .dylib as an extension for shared libraries by Andrew M. Kuchling · 22 years ago
  80. caf17be I had the inheritance cycle stuff backwards. Oops! by Michael W. Hudson · 22 years ago
  81. e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 22 years ago
  82. e4827eb Bring UserDict in-sync with changes to dict. by Raymond Hettinger · 22 years ago
  83. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
  84. a01fa26 The MRO conflict error message depends on dictionary hash order. by Guido van Rossum · 22 years ago
  85. 4dd0f7e Add a way to say "use any resource except A". For example, to run by Fred Drake · 22 years ago
  86. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  87. 94e7bb7 Use "is" to test type objects, not "==". by Fred Drake · 22 years ago
  88. acd5cb2 Fix for bug #410541: bdist builds bogus .zips by Andrew M. Kuchling · 22 years ago
  89. 40f23e0 Part of the fix for bug #410541: add ensure_relative() function by Andrew M. Kuchling · 22 years ago
  90. 98bbc49 This is my patch: by Michael W. Hudson · 22 years ago
  91. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  92. d32047f A tweaked version of Jeremy's patch #642489, to produce better error by Guido van Rossum · 22 years ago
  93. 35e48d2 SF 643115: Set._update() had a special case for dictionaries which allowed by Raymond Hettinger · 22 years ago
  94. 00445d2 Fix typo in comment. by Walter Dörwald · 22 years ago
  95. 1456fde Fixed bug by Gustavo Niemeyer · 22 years ago
  96. d5169ba Regenerate from Unicode 3.2.0 to include all First/Last ranges. by Martin v. Löwis · 22 years ago
  97. 1babdfc Reduced memory burden by iterating over the normalization test input by Tim Peters · 22 years ago
  98. 1b445d3 Fiddled things so that test_normalization is expected to be skipped if by Tim Peters · 22 years ago
  99. 65730a4 Delete bsddb from sys.modules if _bsddb cannot be imported. by Martin v. Löwis · 22 years ago
  100. d332c08 Skip test_normalization on Windows until it's at least clear why the by Tim Peters · 22 years ago