1. 5efc50d Fix SF #658820, regex fixes for _strptime (Brett Cannon) by Neal Norwitz · 22 years ago
  2. 0940c62 These were somehow never added to CVS. by Jack Jansen · 22 years ago
  3. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  4. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago
  5. c262a1f Add __all__. (Brett Cannon.) by Guido van Rossum · 22 years ago
  6. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  7. 0a26235 Add some missing tests. Should now test everything that pybsddb's by Barry Warsaw · 22 years ago
  8. bad8ff0 A step on the way to making tzinfo classes writable by mortals: get rid by Tim Peters · 22 years ago
  9. 74859f3 Template for future tests. by Barry Warsaw · 22 years ago
  10. 3ea60c2 Match new sequence behavior. User defined types now behave better as and by Neil Schemenauer · 22 years ago
  11. 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 22 years ago
  12. f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 22 years ago
  13. 72261c9 Actually, make this 2.5a1 since it will include API changes that may by Barry Warsaw · 22 years ago
  14. 207d1c2 Bump to 2.5 by Barry Warsaw · 22 years ago
  15. f29ffbd TestMIMEAudio.setUp(): Use the email package's copy of the audio test by Barry Warsaw · 22 years ago
  16. c99c08c A copy of the audio test file from Lib/test, needed because some by Barry Warsaw · 22 years ago
  17. 31cc315 Added tests that conversion to our own timezone is always an identity, by Tim Peters · 22 years ago
  18. ba97659 parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and by Barry Warsaw · 22 years ago
  19. 795833f test_parsedate_compact(): A test for optional FWS between the comma by Barry Warsaw · 22 years ago
  20. 1024bf8 Beefed up the timezone conversion test by adding a phony UTC zone that's by Tim Peters · 22 years ago
  21. 5c8fef9 A code cleansing pass by Barry Warsaw · 22 years ago
  22. 1fb22bb Port rfc822.py changes that didn't make it into this copy, by Barry Warsaw · 22 years ago
  23. edb59c1 test_name_with_dots(): A new test to ensure that we're implementing by Barry Warsaw · 22 years ago
  24. 63b482c String tests should test 8-bit strings :-) by Marc-André Lemburg · 22 years ago
  25. e401b6f Last checkin was missing the tuple comma. by Raymond Hettinger · 22 years ago
  26. ecccafb Restore the test of the random module after including "Random" in the by Raymond Hettinger · 22 years ago
  27. 4c47bd5 Temporarily comment out a test that crashes upon the introduction of by Raymond Hettinger · 22 years ago
  28. dd24a9f This test depends on the exact ordering produced by the WichmannHill by Raymond Hettinger · 22 years ago
  29. 621818b A start at non-trivial (== DST-aware) tests of timezone conversion. by Tim Peters · 22 years ago
  30. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  31. 5e65ce6 Remove some old debugging print statements. by Kurt B. Kaiser · 22 years ago
  32. 4ada7ad M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  33. 79f5783 Patch for bug #659709: bogus computation of float length by Marc-André Lemburg · 22 years ago
  34. c7b0769 Incorporate Skip's suggestion to use SciPy's validation test near by Raymond Hettinger · 22 years ago
  35. 8c6e0ec Bug #599248: strip directories when building Python. Out-of-tree builds should work again. by Andrew M. Kuchling · 22 years ago
  36. 4464432 Suppress unsafe *Cookie class warnings by Andrew M. Kuchling · 22 years ago
  37. 7877a76 Patch #655760: add warnings when the unsafe *Cookie classes are instantiated by Andrew M. Kuchling · 22 years ago
  38. 5b26abb Gracefully delay runtime error up to 1s. Add .willdispatch(). by Martin v. Löwis · 22 years ago
  39. 60c76e4 Make comparison and subtraction of aware objects ignore tzinfo if the by Tim Peters · 22 years ago
  40. 9a40c1c Add XXX about Winsock error values by Guido van Rossum · 22 years ago
  41. 9647b52 Also skip testHostnameRes() if gethostbyaddr() raises an exception. by Guido van Rossum · 22 years ago
  42. 71e0294 Skip testHostnameRes() if gethostbyname() raises an exception. by Guido van Rossum · 22 years ago
  43. 490602d Fix julian day problem with strptime. Note: XXX about using 0, suggestions? by Neal Norwitz · 22 years ago
  44. 4c0db78 Added tests to ensure that timetz comparison, and datetimetz by Tim Peters · 22 years ago
  45. e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 22 years ago
  46. 80475bb Implemented datetime.astimezone() and datetimetz.astimezone(). by Tim Peters · 22 years ago
  47. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  48. e1bebe9 boolcheck cannot be deleted here. by Tony Lownds · 22 years ago
  49. b693f8e Move boolcheck before import of other IDLE modules by Tony Lownds · 22 years ago
  50. 78ce6b1 Add test for SF #658106. Will backport. by Neal Norwitz · 22 years ago
  51. f4f4276 M PyShell.py M idle M idle.py M idle.pyw M setup.py by Kurt B. Kaiser · 22 years ago
  52. 12bf339 Implemented .replace() methods for date, datetime, datetimetz, time and timetz. by Tim Peters · 22 years ago
  53. a2a3cb2 IDLE should exit if it fails to connect with the execution server by Kurt B. Kaiser · 22 years ago
  54. 11220fa 1. RPC stack levels were not pruned from traceback unless IDLE was started by Kurt B. Kaiser · 22 years ago
  55. d375abe Uniform Capitalization in Menus by Kurt B. Kaiser · 22 years ago
  56. 74d93c8 Remove debugging connection message by Kurt B. Kaiser · 22 years ago
  57. 1fc1fe8 Make this script execute using pythonw by Tony Lownds · 22 years ago
  58. b0bfd0f Revert to revision 1.3; Mac OS X has a platform specific startup script, macosx_main.py by Tony Lownds · 22 years ago
  59. 103ee91 Move boolcheck to PyShell by Tony Lownds · 22 years ago
  60. cae330e Don't rebind True and False. by Tim Peters · 22 years ago
  61. a4deda0 Last week we discussed adding this module to the standard library. by Guido van Rossum · 22 years ago
  62. 710fa6c Alt-H was conflicting with the Help menu on Windows. by Kurt B. Kaiser · 22 years ago
  63. da4d3c1 M MANIFEST.in M PyShell.py M idlever.py M setup.py by Kurt B. Kaiser · 22 years ago
  64. d684415 I give up: unless I write my own strftime by hand, datetime just can't by Tim Peters · 22 years ago
  65. 855fe88 Implemented a Wiki suggestion: by Tim Peters · 22 years ago
  66. 1809154 Add configuration for packaging. by Kurt B. Kaiser · 22 years ago
  67. ff002b9 When IDLE is installed and run from a startup script, the script's by Kurt B. Kaiser · 22 years ago
  68. dd70e1b M PyShell.py M idle M setup.py by Kurt B. Kaiser · 22 years ago
  69. b92bb71 Added test to ensure that non-string result from dst() raises TypeError. by Tim Peters · 22 years ago
  70. fb8472c Changes sufficient so that pickles written by the Python implementation by Tim Peters · 22 years ago
  71. f39f59a Update the setup file: by Kurt B. Kaiser · 22 years ago
  72. 4ba6067 Remove debugging statement checked in by accident, ah, carelessness. by Kurt B. Kaiser · 22 years ago
  73. 83a3560 "'foo' in str" not implemented in Python 2.2, only single character lookup by Kurt B. Kaiser · 22 years ago
  74. 582fa88 *** empty log message *** by Tony Lownds · 22 years ago
  75. f53dec2 Update way a subprocess is launched for Mac OS X. by Tony Lownds · 22 years ago
  76. 2447589 Fix what I believe is a bug: when removing all previous handlers, by Guido van Rossum · 22 years ago
  77. 328fff7 format_utcoffset(): The natural type of the buflen arg is size_t, so used that. by Tim Peters · 22 years ago
  78. d0e2926 Panel Bar on the Bottom is Probably More Common by Kurt B. Kaiser · 22 years ago
  79. a137cc9 Updated. by Kurt B. Kaiser · 22 years ago
  80. d5e1cef If Edit window has not been saved, offer to save if user tries to Run or by Kurt B. Kaiser · 22 years ago
  81. 72a6ddb Expand log() tests to include long integers. by Raymond Hettinger · 22 years ago
  82. 92b5ca3 M ColorDelegator.py M PyShell.py M ScriptBinding.py by Kurt B. Kaiser · 22 years ago
  83. 6cd7712 No point in warning about needing re module; remove helpful message by Andrew M. Kuchling · 22 years ago
  84. 3c76ad0 Fix comment typo by Andrew M. Kuchling · 22 years ago
  85. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
  86. f680cc4 Update doc for getboolean() to match code (ie, returning True/False) by Neal Norwitz · 22 years ago
  87. 1bdca5e In Shell: by Kurt B. Kaiser · 22 years ago
  88. cfd4a8b Made this a little more compatible w/ the sandbox version, which is by Tim Peters · 22 years ago
  89. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago
  90. 78429a6 Fixing bug by Gustavo Niemeyer · 22 years ago
  91. d5ae01a Applying patch by Gustavo Niemeyer · 22 years ago
  92. 822a77f M EditorWindow.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  93. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 22 years ago
  94. bfed346 M Debugger.py M IOBinding.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  95. 3bbc0ee Tighten the tests for assignment to __bases__: disallow empty tuple. by Guido van Rossum · 22 years ago
  96. 067d734 Prevent debugger from stepping into Idle rpc code by Chui Tey · 22 years ago
  97. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 22 years ago
  98. 00b6127 Patch #650653: Raise always value error if the table is not 256 bytes long. by Martin v. Löwis · 22 years ago
  99. e54710b M CallTipWindow.py M CallTips.py by Kurt B. Kaiser · 22 years ago
  100. 7e5c6a0 Change issubclass() so that recursive tuples (directly or indirectly by Walter Dörwald · 22 years ago