1. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  2. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  3. c70a8e4 OS/2 EMX has no popen2.Popen3 even though bunzip2 is available by Andrew MacIntyre · 22 years ago
  4. fd07e7d add list of expected skips for the OS/2 EMX port by Andrew MacIntyre · 22 years ago
  5. b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 22 years ago
  6. 397b615 - PrettyPrinter.isreadable(), .isrecursive(): by Fred Drake · 22 years ago
  7. 5478219 Add a test that InterpolationError is constructed properly and raised by Fred Drake · 22 years ago
  8. 00dc5a9 ConfigParser._interpolate(): Pass the missing key to the by Fred Drake · 22 years ago
  9. 0146f41 Fix name error, found by pychecker. by Guido van Rossum · 22 years ago
  10. d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
  11. 8d5dd98 - added InterpolationSyntaxError to __all__ - added docstring to exceptions by Fred Drake · 22 years ago
  12. ce1d944 Add missing InterpolationSyntaxError. XXX Not sure this is correct. by Neal Norwitz · 22 years ago
  13. 6ec0a8a sys was already imported, remove second import by Neal Norwitz · 22 years ago
  14. a872595 - prefer "import ... as" to "import / (assignments) / del" for most things by Fred Drake · 22 years ago
  15. acda339 Updated the expected skips for MacOSX. by Jack Jansen · 22 years ago
  16. 06f0cef Skip this test on MacOSX: the locale support is too minimal to make it pass. by Jack Jansen · 22 years ago
  17. a093424 Use the dummy_thread module in Queue.py and tempfile.py. by Guido van Rossum · 22 years ago
  18. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago
  19. 5efc50d Fix SF #658820, regex fixes for _strptime (Brett Cannon) by Neal Norwitz · 22 years ago
  20. 0940c62 These were somehow never added to CVS. by Jack Jansen · 22 years ago
  21. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  22. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago
  23. c262a1f Add __all__. (Brett Cannon.) by Guido van Rossum · 22 years ago
  24. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  25. 0a26235 Add some missing tests. Should now test everything that pybsddb's by Barry Warsaw · 22 years ago
  26. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  27. 74859f3 Template for future tests. by Barry Warsaw · 22 years ago
  28. 3ea60c2 Match new sequence behavior. User defined types now behave better as and by Neil Schemenauer · 22 years ago
  29. 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 22 years ago
  30. f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 22 years ago
  31. 72261c9 Actually, make this 2.5a1 since it will include API changes that may by Barry Warsaw · 22 years ago
  32. 207d1c2 Bump to 2.5 by Barry Warsaw · 22 years ago
  33. f29ffbd TestMIMEAudio.setUp(): Use the email package's copy of the audio test by Barry Warsaw · 22 years ago
  34. c99c08c A copy of the audio test file from Lib/test, needed because some by Barry Warsaw · 22 years ago
  35. 31cc315 Added tests that conversion to our own timezone is always an identity, by Tim Peters · 22 years ago
  36. ba97659 parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and by Barry Warsaw · 22 years ago
  37. 795833f test_parsedate_compact(): A test for optional FWS between the comma by Barry Warsaw · 22 years ago
  38. 1024bf8 Beefed up the timezone conversion test by adding a phony UTC zone that's by Tim Peters · 22 years ago
  39. 5c8fef9 A code cleansing pass by Barry Warsaw · 22 years ago
  40. 1fb22bb Port rfc822.py changes that didn't make it into this copy, by Barry Warsaw · 22 years ago
  41. edb59c1 test_name_with_dots(): A new test to ensure that we're implementing by Barry Warsaw · 22 years ago
  42. 63b482c String tests should test 8-bit strings :-) by Marc-André Lemburg · 22 years ago
  43. e401b6f Last checkin was missing the tuple comma. by Raymond Hettinger · 22 years ago
  44. ecccafb Restore the test of the random module after including "Random" in the by Raymond Hettinger · 22 years ago
  45. 4c47bd5 Temporarily comment out a test that crashes upon the introduction of by Raymond Hettinger · 22 years ago
  46. dd24a9f This test depends on the exact ordering produced by the WichmannHill by Raymond Hettinger · 22 years ago
  47. 621818b A start at non-trivial (== DST-aware) tests of timezone conversion. by Tim Peters · 22 years ago
  48. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  49. 5e65ce6 Remove some old debugging print statements. by Kurt B. Kaiser · 22 years ago
  50. 4ada7ad M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  51. 79f5783 Patch for bug #659709: bogus computation of float length by Marc-André Lemburg · 22 years ago
  52. c7b0769 Incorporate Skip's suggestion to use SciPy's validation test near by Raymond Hettinger · 22 years ago
  53. 8c6e0ec Bug #599248: strip directories when building Python. Out-of-tree builds should work again. by Andrew M. Kuchling · 22 years ago
  54. 4464432 Suppress unsafe *Cookie class warnings by Andrew M. Kuchling · 22 years ago
  55. 7877a76 Patch #655760: add warnings when the unsafe *Cookie classes are instantiated by Andrew M. Kuchling · 22 years ago
  56. 5b26abb Gracefully delay runtime error up to 1s. Add .willdispatch(). by Martin v. Löwis · 22 years ago
  57. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  58. 9a40c1c Add XXX about Winsock error values by Guido van Rossum · 22 years ago
  59. 9647b52 Also skip testHostnameRes() if gethostbyaddr() raises an exception. by Guido van Rossum · 22 years ago
  60. 71e0294 Skip testHostnameRes() if gethostbyname() raises an exception. by Guido van Rossum · 22 years ago
  61. 490602d Fix julian day problem with strptime. Note: XXX about using 0, suggestions? by Neal Norwitz · 22 years ago
  62. 4c0db78 Added tests to ensure that timetz comparison, and datetimetz by Tim Peters · 22 years ago
  63. e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 22 years ago
  64. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  65. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  66. e1bebe9 boolcheck cannot be deleted here. by Tony Lownds · 22 years ago
  67. b693f8e Move boolcheck before import of other IDLE modules by Tony Lownds · 22 years ago
  68. 78ce6b1 Add test for SF #658106. Will backport. by Neal Norwitz · 22 years ago
  69. f4f4276 M PyShell.py M idle M idle.py M idle.pyw M setup.py by Kurt B. Kaiser · 22 years ago
  70. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  71. a2a3cb2 IDLE should exit if it fails to connect with the execution server by Kurt B. Kaiser · 22 years ago
  72. 11220fa 1. RPC stack levels were not pruned from traceback unless IDLE was started by Kurt B. Kaiser · 22 years ago
  73. d375abe Uniform Capitalization in Menus by Kurt B. Kaiser · 22 years ago
  74. 74d93c8 Remove debugging connection message by Kurt B. Kaiser · 22 years ago
  75. 1fc1fe8 Make this script execute using pythonw by Tony Lownds · 22 years ago
  76. b0bfd0f Revert to revision 1.3; Mac OS X has a platform specific startup script, macosx_main.py by Tony Lownds · 22 years ago
  77. 103ee91 Move boolcheck to PyShell by Tony Lownds · 22 years ago
  78. cae330e Don't rebind True and False. by Tim Peters · 22 years ago
  79. a4deda0 Last week we discussed adding this module to the standard library. by Guido van Rossum · 22 years ago
  80. 710fa6c Alt-H was conflicting with the Help menu on Windows. by Kurt B. Kaiser · 22 years ago
  81. da4d3c1 M MANIFEST.in M PyShell.py M idlever.py M setup.py by Kurt B. Kaiser · 22 years ago
  82. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 22 years ago
  83. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 22 years ago
  84. 1809154 Add configuration for packaging. by Kurt B. Kaiser · 22 years ago
  85. ff002b9 When IDLE is installed and run from a startup script, the script's by Kurt B. Kaiser · 22 years ago
  86. dd70e1b M PyShell.py M idle M setup.py by Kurt B. Kaiser · 22 years ago
  87. b92bb71 Added test to ensure that non-string result from dst() raises TypeError. by Tim Peters · 22 years ago
  88. fb8472c Changes sufficient so that pickles written by the Python implementation by Tim Peters · 22 years ago
  89. f39f59a Update the setup file: by Kurt B. Kaiser · 22 years ago
  90. 4ba6067 Remove debugging statement checked in by accident, ah, carelessness. by Kurt B. Kaiser · 22 years ago
  91. 83a3560 "'foo' in str" not implemented in Python 2.2, only single character lookup by Kurt B. Kaiser · 22 years ago
  92. 582fa88 *** empty log message *** by Tony Lownds · 22 years ago
  93. f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
  94. 2447589 Fix what I believe is a bug: when removing all previous handlers, by Guido van Rossum · 22 years ago
  95. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 22 years ago
  96. d0e2926 Panel Bar on the Bottom is Probably More Common by Kurt B. Kaiser · 22 years ago
  97. a137cc9 Updated. by Kurt B. Kaiser · 22 years ago
  98. d5e1cef If Edit window has not been saved, offer to save if user tries to Run or by Kurt B. Kaiser · 22 years ago
  99. 72a6ddb Expand log() tests to include long integers. by Raymond Hettinger · 22 years ago
  100. 92b5ca3 M ColorDelegator.py M PyShell.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago