1. 504377d make sure src exists before creating a symlink by Just van Rossum · 22 years ago
  2. 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 22 years ago
  3. f0d12da Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These by Jack Jansen · 22 years ago
  4. b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 22 years ago
  5. c25fd3f bugfix: disallow use of DB_TXN after commit() or abort(), prevents a by Gregory P. Smith · 22 years ago
  6. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 22 years ago
  7. 9fd0799 SF Bug 667812: Some Linux distros have Alt and Meta reversed. by Kurt B. Kaiser · 22 years ago
  8. 6aa1c3f Let test_random cover the endpoints. by Raymond Hettinger · 22 years ago
  9. a9f18dc Test optional slice arguments. Add backwards compatibility test. by Raymond Hettinger · 22 years ago
  10. 4422375 Added doctest for examples in the library reference. by Raymond Hettinger · 22 years ago
  11. d230550 Convert to unittest format so that more tests can be added cleanly. by Raymond Hettinger · 22 years ago
  12. 6f2adc7 Catch IOErrors. by Martin v. Löwis · 22 years ago
  13. 71b7556 Support copying booleans. Fixes #668925. by Martin v. Löwis · 22 years ago
  14. d800ae1 This test previously failed when run from the 'test' directory. In that by Mark Hammond · 22 years ago
  15. 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 22 years ago
  16. 62fe755 Checking in Brett Cannon's patch #662053, which fixes bug #661354. by Jack Jansen · 22 years ago
  17. 791f7d4 Added ismount(). by Jack Jansen · 22 years ago
  18. 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
  19. 2dc505e * Add test for __cmp__() by Raymond Hettinger · 22 years ago
  20. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  21. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
  22. 6fa0911 Updated IDLE Help to reflect changes in Additional Help Source by Kurt B. Kaiser · 22 years ago
  23. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  24. 50e9223 Explicitly raise an exception in __cmp__ -- this clarifies that cmp() by Guido van Rossum · 22 years ago
  25. 2d375f7 SF bug #661184: inspect.getsource bug by Raymond Hettinger · 22 years ago
  26. 9896ea2 make sure Info.plist has a CFBundleIdentifier entry by Just van Rossum · 22 years ago
  27. ddc82ea A new test here was failing on Windows, because the test before it never by Tim Peters · 22 years ago
  28. 87fec22 Duh. cmdqueue should be an instance variable, not a class variable. by Guido van Rossum · 22 years ago
  29. eef2607 Duh. The do_EOF() implementation was bogus. Make it more like by Guido van Rossum · 22 years ago
  30. 1a99750 Fix SF bug #667147, Segmentation fault printing str subclass by Neal Norwitz · 22 years ago
  31. 41b71b2 Fix NameError in getquotaroot(), sanctioned by Piers. by Guido van Rossum · 22 years ago
  32. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
  33. e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 22 years ago
  34. a7b804f Update documentation. by Kurt B. Kaiser · 22 years ago
  35. 69e8afc SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) by Kurt B. Kaiser · 22 years ago
  36. e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 22 years ago
  37. e7a161e M configDialog.py M configHelpSourceEdit.py by Kurt B. Kaiser · 22 years ago
  38. 9149aeb Python 2.1's string module doesn't have ascii_letters, so let's just by Barry Warsaw · 22 years ago
  39. a21bdea Cleanups, and conversion of assert to assertEqual() by Barry Warsaw · 22 years ago
  40. 114713d 1. Make finding Python help docs more robust, including the installed by Kurt B. Kaiser · 22 years ago
  41. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  42. a5e8bb9 Default the OK key in the Save Before Run dialog. by Kurt B. Kaiser · 22 years ago
  43. f07518a support unicode in menu items by Just van Rossum · 22 years ago
  44. 6706c4d cleaned up Jack's Mac OS9 changes by Just van Rossum · 22 years ago
  45. 0cb27dd Make the test scripts work again with narrow Python builds. by Walter Dörwald · 22 years ago
  46. 4e051d4 add newline to source before compilation by Just van Rossum · 22 years ago
  47. 30537a4 Add a few test cases to increase code coverage: by Walter Dörwald · 22 years ago
  48. 395bb49 Add a test that exercises the error handling part of PyUnicode_EncodeDecimal(). by Walter Dörwald · 22 years ago
  49. 6757c1e SF patch 661583: Remove old code from lib\os.py by Tim Peters · 22 years ago
  50. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  51. 8a978f7 Fix bug 427345 [related to IE's additional input on POST request]. by Steve Holden · 22 years ago
  52. 472e7db Various tweaks to make the test work on the Mac. by Jack Jansen · 22 years ago
  53. 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
  54. 52941a8 Test that chmod() actually exists before calling it (it doesn't on MacOS9). by Jack Jansen · 22 years ago
  55. 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
  56. 7460965 quashed another case of the 32-bit warning. by Jack Jansen · 22 years ago
  57. 6797514 Updated the list of expected skips for MacPython-OS9. by Jack Jansen · 22 years ago
  58. 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
  59. ce92147 Added the Mac to platforms that don't have user/group/other modes. by Jack Jansen · 22 years ago
  60. 7511bd9 - be explicit: audio data files should be opened in binary mode by Fred Drake · 22 years ago
  61. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 22 years ago
  62. 373c741 Fix for SF bug #642358: only provide a new with a __dict__ or by Guido van Rossum · 22 years ago
  63. 145a4a0 Much clearer when super() is used. by Raymond Hettinger · 22 years ago
  64. ef30dc8 Revert change 1.37. by Raymond Hettinger · 22 years ago
  65. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  66. 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
  67. 613f24f Add a test for a feature added in rev. 2.82 of typeobject.c: by Guido van Rossum · 22 years ago
  68. 2720b0d Add some print statements in verbose mode to announce that the newest by Guido van Rossum · 22 years ago
  69. f09b88e * add mms (windows media) as another scheme * reformat schemes to 80 columns by Skip Montanaro · 22 years ago
  70. 4f37418 Disable the rexec test now that rexec is out of grace. by Guido van Rossum · 22 years ago
  71. 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
  72. 11ae4e2 Disable the Bastion test now that Bastion is out of grace. by Guido van Rossum · 22 years ago
  73. 34a2e08 Sabotage rexec.py. It is not safe since the new-style classes. by Guido van Rossum · 22 years ago
  74. b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
  75. f2128b0 Used dictionaries rather than lists for membership testing. by Raymond Hettinger · 22 years ago
  76. 077c582 always also search on sys.path for res files by Just van Rossum · 22 years ago
  77. 68b539e SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  78. 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  79. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  80. 66d16ba - squashed bare except in rmtree() by Just van Rossum · 22 years ago
  81. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago
  82. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
  83. 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
  84. 5bd844e Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. by Greg Ward · 22 years ago
  85. 8afa3a3 module to run commands in a Terminal.app window by Just van Rossum · 22 years ago
  86. 5e1222b Add Shockwave Flash. by Guido van Rossum · 22 years ago
  87. 73ced7e Correct long standing bugs in the methods for random distributions. by Raymond Hettinger · 22 years ago
  88. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 22 years ago
  89. 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
  90. 8b9aa8d Remove the random=None nonsense from sample() before it gets set in stone. by Raymond Hettinger · 22 years ago
  91. 1061e72 M AutoExpand.py by Kurt B. Kaiser · 22 years ago
  92. 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
  93. 8fa8972 Remove a list comprehension, because a loop over the list by Walter Dörwald · 22 years ago
  94. 51cc72c Pass the strict argument from read() on to readfp(), so the by Walter Dörwald · 22 years ago
  95. bb51ed3 Fix read_mime_types() so that it returns a dict as documented. by Walter Dörwald · 22 years ago
  96. 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
  97. 51a6a4c [Patch #658094 ] PEP 301 implementation Add the 'register' distutils command by Andrew M. Kuchling · 22 years ago
  98. 282e2c3 [Patch #658094] PEP 301 implementation by Andrew M. Kuchling · 22 years ago
  99. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  100. 8d0ffe0 Remove debugging prints. by Michael W. Hudson · 22 years ago