1. ce92147 Added the Mac to platforms that don't have user/group/other modes. by Jack Jansen · 22 years ago
  2. 7511bd9 - be explicit: audio data files should be opened in binary mode by Fred Drake · 22 years ago
  3. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 22 years ago
  4. 373c741 Fix for SF bug #642358: only provide a new with a __dict__ or by Guido van Rossum · 22 years ago
  5. 145a4a0 Much clearer when super() is used. by Raymond Hettinger · 22 years ago
  6. ef30dc8 Revert change 1.37. by Raymond Hettinger · 22 years ago
  7. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  8. 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
  9. 613f24f Add a test for a feature added in rev. 2.82 of typeobject.c: by Guido van Rossum · 22 years ago
  10. 2720b0d Add some print statements in verbose mode to announce that the newest by Guido van Rossum · 22 years ago
  11. f09b88e * add mms (windows media) as another scheme * reformat schemes to 80 columns by Skip Montanaro · 22 years ago
  12. 4f37418 Disable the rexec test now that rexec is out of grace. by Guido van Rossum · 22 years ago
  13. 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
  14. 11ae4e2 Disable the Bastion test now that Bastion is out of grace. by Guido van Rossum · 22 years ago
  15. 34a2e08 Sabotage rexec.py. It is not safe since the new-style classes. by Guido van Rossum · 22 years ago
  16. b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
  17. f2128b0 Used dictionaries rather than lists for membership testing. by Raymond Hettinger · 22 years ago
  18. 077c582 always also search on sys.path for res files by Just van Rossum · 22 years ago
  19. 68b539e SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  20. 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  21. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  22. 66d16ba - squashed bare except in rmtree() by Just van Rossum · 22 years ago
  23. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
  24. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
  25. 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
  26. 5bd844e Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. by Greg Ward · 22 years ago
  27. 8afa3a3 module to run commands in a Terminal.app window by Just van Rossum · 22 years ago
  28. 5e1222b Add Shockwave Flash. by Guido van Rossum · 22 years ago
  29. 73ced7e Correct long standing bugs in the methods for random distributions. by Raymond Hettinger · 22 years ago
  30. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  31. 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
  32. 8b9aa8d Remove the random=None nonsense from sample() before it gets set in stone. by Raymond Hettinger · 22 years ago
  33. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  34. 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
  35. 8fa8972 Remove a list comprehension, because a loop over the list by Walter Dörwald · 22 years ago
  36. 51cc72c Pass the strict argument from read() on to readfp(), so the by Walter Dörwald · 22 years ago
  37. bb51ed3 Fix read_mime_types() so that it returns a dict as documented. by Walter Dörwald · 22 years ago
  38. 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
  39. 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
  40. 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 22 years ago
  41. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  42. 8d0ffe0 Remove debugging prints. by Michael W. Hudson · 22 years ago
  43. 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 22 years ago
  44. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  45. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  46. fe8496c 1. Remove obsolete, incorrect comment on non-package installation by Kurt B. Kaiser · 22 years ago
  47. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  48. e23ca3c Improve exception handling. by Kurt B. Kaiser · 22 years ago
  49. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago
  50. 109ecbf Replaced imp.set_frozenmodules() cruft with proper zipimport support. by Just van Rossum · 22 years ago
  51. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  52. c6fff89 EMX fork() emulation not good enough to cope with test_socketserver by Andrew MacIntyre · 22 years ago
  53. 4cedc1e Clearing out old patch queue. Patch #558547, make SocketServer more by Anthony Baxter · 22 years ago
  54. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  55. 4e8f549 Revert last change -- test works on HPUX again after Martin's checkin by Neal Norwitz · 22 years ago
  56. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  57. 36087ed The failure of the last-second addition to the timezone coversion test is by Tim Peters · 22 years ago
  58. 50e9c4f More installation info. Bump alpha version. by Kurt B. Kaiser · 22 years ago
  59. 38f1110 Debugger was tracing through rpc.py when IDLEfork was not started by Kurt B. Kaiser · 22 years ago
  60. 7cca3d8 Improve exception handling. by Kurt B. Kaiser · 22 years ago
  61. b1dcbd2 Make two tests non-locale-dependent by Barry Warsaw · 22 years ago
  62. 1856541 Replace all but one explicit emit('SET_LINENO') with call to set_lineno(). by Jeremy Hylton · 22 years ago
  63. cf94ee8 Don't let the docstring end up in __main__.__doc__ by Tony Lownds · 22 years ago
  64. bc38baf test01_close_dbenv_before_db(): Added an XXX comment that this test is by Barry Warsaw · 22 years ago
  65. 0aae2b0 Comment out test, since it hangs on HPUX, still investigating by Neal Norwitz · 22 years ago
  66. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  67. 2cb5402 Update (slightly) for Alpha release by Kurt B. Kaiser · 22 years ago
  68. 64aa5f6 Remove bogus test; the master is not a terminal on Solaris and HP-UX. by Martin v. Löwis · 22 years ago
  69. 085ce5a Move history to HISTORY.txt by Kurt B. Kaiser · 22 years ago
  70. f5934dd Update for Alpha 0 Release by Kurt B. Kaiser · 22 years ago
  71. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago
  72. e2c6491 Further cleanup of exceptions. All interpolation-related exceptions by Fred Drake · 22 years ago
  73. d8a6c5f Keep __main__ namespace clean by Tony Lownds · 22 years ago
  74. e29310a patch attached to sf item #643711: by Just van Rossum · 22 years ago
  75. 41c554f moving modulefinder.py to the standard library by Just van Rossum · 22 years ago
  76. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  77. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  78. c70a8e4 OS/2 EMX has no popen2.Popen3 even though bunzip2 is available by Andrew MacIntyre · 22 years ago
  79. fd07e7d add list of expected skips for the OS/2 EMX port by Andrew MacIntyre · 22 years ago
  80. b456e4f Make sure PrettyPrinter methods that mirror the module-level by Fred Drake · 22 years ago
  81. 397b615 - PrettyPrinter.isreadable(), .isrecursive(): by Fred Drake · 22 years ago
  82. 5478219 Add a test that InterpolationError is constructed properly and raised by Fred Drake · 22 years ago
  83. 00dc5a9 ConfigParser._interpolate(): Pass the missing key to the by Fred Drake · 22 years ago
  84. 0146f41 Fix name error, found by pychecker. by Guido van Rossum · 22 years ago
  85. d8b5e3f Tix update from Mike Clarkson (maintainer) by Neal Norwitz · 22 years ago
  86. 8d5dd98 - added InterpolationSyntaxError to __all__ - added docstring to exceptions by Fred Drake · 22 years ago
  87. ce1d944 Add missing InterpolationSyntaxError. XXX Not sure this is correct. by Neal Norwitz · 22 years ago
  88. 6ec0a8a sys was already imported, remove second import by Neal Norwitz · 22 years ago
  89. a872595 - prefer "import ... as" to "import / (assignments) / del" for most things by Fred Drake · 22 years ago
  90. acda339 Updated the expected skips for MacOSX. by Jack Jansen · 22 years ago
  91. 06f0cef Skip this test on MacOSX: the locale support is too minimal to make it pass. by Jack Jansen · 22 years ago
  92. a093424 Use the dummy_thread module in Queue.py and tempfile.py. by Guido van Rossum · 22 years ago
  93. ad50ca9 Brett Cannon's dummy_thread and dummy_threading modules (SF patch by Guido van Rossum · 22 years ago
  94. 5efc50d Fix SF #658820, regex fixes for _strptime (Brett Cannon) by Neal Norwitz · 22 years ago
  95. 0940c62 These were somehow never added to CVS. by Jack Jansen · 22 years ago
  96. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  97. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago
  98. c262a1f Add __all__. (Brett Cannon.) by Guido van Rossum · 22 years ago
  99. 9a0d779 Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at by Barry Warsaw · 22 years ago
  100. 0a26235 Add some missing tests. Should now test everything that pybsddb's by Barry Warsaw · 22 years ago