1. a7b804f Update documentation. by Kurt B. Kaiser · 22 years ago
  2. 69e8afc SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) by Kurt B. Kaiser · 22 years ago
  3. e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 22 years ago
  4. e7a161e M configDialog.py M configHelpSourceEdit.py by Kurt B. Kaiser · 22 years ago
  5. 9149aeb Python 2.1's string module doesn't have ascii_letters, so let's just by Barry Warsaw · 22 years ago
  6. a21bdea Cleanups, and conversion of assert to assertEqual() by Barry Warsaw · 22 years ago
  7. 114713d 1. Make finding Python help docs more robust, including the installed by Kurt B. Kaiser · 22 years ago
  8. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  9. a5e8bb9 Default the OK key in the Save Before Run dialog. by Kurt B. Kaiser · 22 years ago
  10. f07518a support unicode in menu items by Just van Rossum · 22 years ago
  11. 6706c4d cleaned up Jack's Mac OS9 changes by Just van Rossum · 22 years ago
  12. 0cb27dd Make the test scripts work again with narrow Python builds. by Walter Dörwald · 22 years ago
  13. 4e051d4 add newline to source before compilation by Just van Rossum · 22 years ago
  14. 30537a4 Add a few test cases to increase code coverage: by Walter Dörwald · 22 years ago
  15. 395bb49 Add a test that exercises the error handling part of PyUnicode_EncodeDecimal(). by Walter Dörwald · 22 years ago
  16. 6757c1e SF patch 661583: Remove old code from lib\os.py by Tim Peters · 22 years ago
  17. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  18. 8a978f7 Fix bug 427345 [related to IE's additional input on POST request]. by Steve Holden · 22 years ago
  19. 472e7db Various tweaks to make the test work on the Mac. by Jack Jansen · 22 years ago
  20. b11ce9b Always define getenv(), as suggested by Guido. This means that os.getenv() is also defined for MacPython-OS9 (even though it doesn't actually do anything useful), and it shouldn't hurt on other platforms. by Jack Jansen · 22 years ago
  21. 52941a8 Test that chmod() actually exists before calling it (it doesn't on MacOS9). by Jack Jansen · 22 years ago
  22. 27d19c4 Removed the SetDates warning. The warning is in the readme, and the print statement was too obtrusive (it appeared during the installation process, and the user needed to close the resulting window manually). by Jack Jansen · 22 years ago
  23. 7460965 quashed another case of the 32-bit warning. by Jack Jansen · 22 years ago
  24. 6797514 Updated the list of expected skips for MacPython-OS9. by Jack Jansen · 22 years ago
  25. 2918ae8 n the Mac the frozen import that should fail actually succeeds, and we know it, so skip the test in stead of confusing the end user. by Jack Jansen · 22 years ago
  26. ce92147 Added the Mac to platforms that don't have user/group/other modes. by Jack Jansen · 22 years ago
  27. 7511bd9 - be explicit: audio data files should be opened in binary mode by Fred Drake · 22 years ago
  28. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 22 years ago
  29. 373c741 Fix for SF bug #642358: only provide a new with a __dict__ or by Guido van Rossum · 22 years ago
  30. 145a4a0 Much clearer when super() is used. by Raymond Hettinger · 22 years ago
  31. ef30dc8 Revert change 1.37. by Raymond Hettinger · 22 years ago
  32. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  33. 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
  34. 613f24f Add a test for a feature added in rev. 2.82 of typeobject.c: by Guido van Rossum · 22 years ago
  35. 2720b0d Add some print statements in verbose mode to announce that the newest by Guido van Rossum · 22 years ago
  36. f09b88e * add mms (windows media) as another scheme * reformat schemes to 80 columns by Skip Montanaro · 22 years ago
  37. 4f37418 Disable the rexec test now that rexec is out of grace. by Guido van Rossum · 22 years ago
  38. 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
  39. 11ae4e2 Disable the Bastion test now that Bastion is out of grace. by Guido van Rossum · 22 years ago
  40. 34a2e08 Sabotage rexec.py. It is not safe since the new-style classes. by Guido van Rossum · 22 years ago
  41. b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
  42. f2128b0 Used dictionaries rather than lists for membership testing. by Raymond Hettinger · 22 years ago
  43. 077c582 always also search on sys.path for res files by Just van Rossum · 22 years ago
  44. 68b539e SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  45. 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  46. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  47. 66d16ba - squashed bare except in rmtree() by Just van Rossum · 22 years ago
  48. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
  49. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
  50. 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
  51. 5bd844e Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. by Greg Ward · 22 years ago
  52. 8afa3a3 module to run commands in a Terminal.app window by Just van Rossum · 22 years ago
  53. 5e1222b Add Shockwave Flash. by Guido van Rossum · 22 years ago
  54. 73ced7e Correct long standing bugs in the methods for random distributions. by Raymond Hettinger · 22 years ago
  55. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  56. 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
  57. 8b9aa8d Remove the random=None nonsense from sample() before it gets set in stone. by Raymond Hettinger · 22 years ago
  58. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  59. 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
  60. 8fa8972 Remove a list comprehension, because a loop over the list by Walter Dörwald · 22 years ago
  61. 51cc72c Pass the strict argument from read() on to readfp(), so the by Walter Dörwald · 22 years ago
  62. bb51ed3 Fix read_mime_types() so that it returns a dict as documented. by Walter Dörwald · 22 years ago
  63. 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
  64. 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
  65. 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 22 years ago
  66. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  67. 8d0ffe0 Remove debugging prints. by Michael W. Hudson · 22 years ago
  68. 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 22 years ago
  69. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 22 years ago
  70. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 22 years ago
  71. fe8496c 1. Remove obsolete, incorrect comment on non-package installation by Kurt B. Kaiser · 22 years ago
  72. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 22 years ago
  73. e23ca3c Improve exception handling. by Kurt B. Kaiser · 22 years ago
  74. b4a2df0 SF #660795 by Neal Norwitz · 22 years ago
  75. 109ecbf Replaced imp.set_frozenmodules() cruft with proper zipimport support. by Just van Rossum · 22 years ago
  76. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  77. c6fff89 EMX fork() emulation not good enough to cope with test_socketserver by Andrew MacIntyre · 22 years ago
  78. 4cedc1e Clearing out old patch queue. Patch #558547, make SocketServer more by Anthony Baxter · 22 years ago
  79. f361515 A quicker astimezone() implementation, rehabilitating an earlier by Tim Peters · 22 years ago
  80. 4e8f549 Revert last change -- test works on HPUX again after Martin's checkin by Neal Norwitz · 22 years ago
  81. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  82. 36087ed The failure of the last-second addition to the timezone coversion test is by Tim Peters · 22 years ago
  83. 50e9c4f More installation info. Bump alpha version. by Kurt B. Kaiser · 22 years ago
  84. 38f1110 Debugger was tracing through rpc.py when IDLEfork was not started by Kurt B. Kaiser · 22 years ago
  85. 7cca3d8 Improve exception handling. by Kurt B. Kaiser · 22 years ago
  86. b1dcbd2 Make two tests non-locale-dependent by Barry Warsaw · 22 years ago
  87. 1856541 Replace all but one explicit emit('SET_LINENO') with call to set_lineno(). by Jeremy Hylton · 22 years ago
  88. cf94ee8 Don't let the docstring end up in __main__.__doc__ by Tony Lownds · 22 years ago
  89. bc38baf test01_close_dbenv_before_db(): Added an XXX comment that this test is by Barry Warsaw · 22 years ago
  90. 0aae2b0 Comment out test, since it hangs on HPUX, still investigating by Neal Norwitz · 22 years ago
  91. accb62b SF patch [ 597919 ] compiler package and SET_LINENO by Jeremy Hylton · 22 years ago
  92. 2cb5402 Update (slightly) for Alpha release by Kurt B. Kaiser · 22 years ago
  93. 64aa5f6 Remove bogus test; the master is not a terminal on Solaris and HP-UX. by Martin v. Löwis · 22 years ago
  94. 085ce5a Move history to HISTORY.txt by Kurt B. Kaiser · 22 years ago
  95. f5934dd Update for Alpha 0 Release by Kurt B. Kaiser · 22 years ago
  96. 521fc15 A new, and much hairier, implementation of astimezone(), building on by Tim Peters · 22 years ago
  97. e2c6491 Further cleanup of exceptions. All interpolation-related exceptions by Fred Drake · 22 years ago
  98. d8a6c5f Keep __main__ namespace clean by Tony Lownds · 22 years ago
  99. e29310a patch attached to sf item #643711: by Just van Rossum · 22 years ago
  100. 41c554f moving modulefinder.py to the standard library by Just van Rossum · 22 years ago