1. 01524d0 Implemented StandardGetFile and friends with the new EasyDialogs file dialogs. by Jack Jansen · 21 years ago
  2. cb100d1 Oops, this file wasn't 8-bit-clean yet. Fixed. by Jack Jansen · 21 years ago
  3. 3032fe6 Spell out the arguments to AskFileForOpen and friends, so help() gives useful by Jack Jansen · 21 years ago
  4. 3875281 Fix example in a docstring to not use 'file' as a variable name by Andrew M. Kuchling · 21 years ago
  5. 08a7a0d Use new file dialogs in GetArgv() by Jack Jansen · 21 years ago
  6. 2da75fa 1. Restore the rest of Python IDLE setup.py Rev 1.4 (Python SF 634078) by Kurt B. Kaiser · 21 years ago
  7. b3b22f3 flesh out open() docstring by Skip Montanaro · 21 years ago
  8. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 21 years ago
  9. 0b74344 ...and the old pyclbr.py faked Function instances with Class instances by Kurt B. Kaiser · 22 years ago
  10. ea4250d Add comments and remove duplicate tests. by Walter Dörwald · 22 years ago
  11. e28be59 Port test_userdict.py to PyUnit. From SF patch #662807, by Walter Dörwald · 22 years ago
  12. 28256f2 Port test_unicode.py to PyUnit and add tests for error by Walter Dörwald · 22 years ago
  13. 919497e Combine test_b1.py and test_b2.py into test_builtin.py, by Walter Dörwald · 22 years ago
  14. 2e7b748 SF patch #634557: inspect.BlockFinder didn't do a good enough job finding by Raymond Hettinger · 22 years ago
  15. 80cebc1 SF patch 670194: Performance enhancement for _strptime.py. by Tim Peters · 22 years ago
  16. 6550051 SF bug #668906: class browser raises AttributeError by Raymond Hettinger · 22 years ago
  17. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
  18. 08e5427 SF patch 670012: Compatibility changes for _strptime.py. by Tim Peters · 22 years ago
  19. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 22 years ago
  20. 504377d make sure src exists before creating a symlink by Just van Rossum · 22 years ago
  21. 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 22 years ago
  22. f0d12da Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These by Jack Jansen · 22 years ago
  23. b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 22 years ago
  24. c25fd3f bugfix: disallow use of DB_TXN after commit() or abort(), prevents a by Gregory P. Smith · 22 years ago
  25. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 22 years ago
  26. 9fd0799 SF Bug 667812: Some Linux distros have Alt and Meta reversed. by Kurt B. Kaiser · 22 years ago
  27. 6aa1c3f Let test_random cover the endpoints. by Raymond Hettinger · 22 years ago
  28. a9f18dc Test optional slice arguments. Add backwards compatibility test. by Raymond Hettinger · 22 years ago
  29. 4422375 Added doctest for examples in the library reference. by Raymond Hettinger · 22 years ago
  30. d230550 Convert to unittest format so that more tests can be added cleanly. by Raymond Hettinger · 22 years ago
  31. 6f2adc7 Catch IOErrors. by Martin v. Löwis · 22 years ago
  32. 71b7556 Support copying booleans. Fixes #668925. by Martin v. Löwis · 22 years ago
  33. d800ae1 This test previously failed when run from the 'test' directory. In that by Mark Hammond · 22 years ago
  34. 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 22 years ago
  35. 62fe755 Checking in Brett Cannon's patch #662053, which fixes bug #661354. by Jack Jansen · 22 years ago
  36. 791f7d4 Added ismount(). by Jack Jansen · 22 years ago
  37. 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
  38. 2dc505e * Add test for __cmp__() by Raymond Hettinger · 22 years ago
  39. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  40. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
  41. 6fa0911 Updated IDLE Help to reflect changes in Additional Help Source by Kurt B. Kaiser · 22 years ago
  42. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  43. 50e9223 Explicitly raise an exception in __cmp__ -- this clarifies that cmp() by Guido van Rossum · 22 years ago
  44. 2d375f7 SF bug #661184: inspect.getsource bug by Raymond Hettinger · 22 years ago
  45. 9896ea2 make sure Info.plist has a CFBundleIdentifier entry by Just van Rossum · 22 years ago
  46. ddc82ea A new test here was failing on Windows, because the test before it never by Tim Peters · 22 years ago
  47. 87fec22 Duh. cmdqueue should be an instance variable, not a class variable. by Guido van Rossum · 22 years ago
  48. eef2607 Duh. The do_EOF() implementation was bogus. Make it more like by Guido van Rossum · 22 years ago
  49. 1a99750 Fix SF bug #667147, Segmentation fault printing str subclass by Neal Norwitz · 22 years ago
  50. 41b71b2 Fix NameError in getquotaroot(), sanctioned by Piers. by Guido van Rossum · 22 years ago
  51. a9bc168 Got rid of the internal datetimetz type. by Tim Peters · 22 years ago
  52. e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 22 years ago
  53. a7b804f Update documentation. by Kurt B. Kaiser · 22 years ago
  54. 69e8afc SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger) by Kurt B. Kaiser · 22 years ago
  55. e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 22 years ago
  56. e7a161e M configDialog.py M configHelpSourceEdit.py by Kurt B. Kaiser · 22 years ago
  57. 9149aeb Python 2.1's string module doesn't have ascii_letters, so let's just by Barry Warsaw · 22 years ago
  58. a21bdea Cleanups, and conversion of assert to assertEqual() by Barry Warsaw · 22 years ago
  59. 114713d 1. Make finding Python help docs more robust, including the installed by Kurt B. Kaiser · 22 years ago
  60. 37f3982 Got rid of the timetz type entirely. This was a bit trickier than I by Tim Peters · 22 years ago
  61. a5e8bb9 Default the OK key in the Save Before Run dialog. by Kurt B. Kaiser · 22 years ago
  62. f07518a support unicode in menu items by Just van Rossum · 22 years ago
  63. 6706c4d cleaned up Jack's Mac OS9 changes by Just van Rossum · 22 years ago
  64. 0cb27dd Make the test scripts work again with narrow Python builds. by Walter Dörwald · 22 years ago
  65. 4e051d4 add newline to source before compilation by Just van Rossum · 22 years ago
  66. 30537a4 Add a few test cases to increase code coverage: by Walter Dörwald · 22 years ago
  67. 395bb49 Add a test that exercises the error handling part of PyUnicode_EncodeDecimal(). by Walter Dörwald · 22 years ago
  68. 6757c1e SF patch 661583: Remove old code from lib\os.py by Tim Peters · 22 years ago
  69. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 22 years ago
  70. 8a978f7 Fix bug 427345 [related to IE's additional input on POST request]. by Steve Holden · 22 years ago
  71. 472e7db Various tweaks to make the test work on the Mac. by Jack Jansen · 22 years ago
  72. 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
  73. 52941a8 Test that chmod() actually exists before calling it (it doesn't on MacOS9). by Jack Jansen · 22 years ago
  74. 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
  75. 7460965 quashed another case of the 32-bit warning. by Jack Jansen · 22 years ago
  76. 6797514 Updated the list of expected skips for MacPython-OS9. by Jack Jansen · 22 years ago
  77. 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
  78. ce92147 Added the Mac to platforms that don't have user/group/other modes. by Jack Jansen · 22 years ago
  79. 7511bd9 - be explicit: audio data files should be opened in binary mode by Fred Drake · 22 years ago
  80. dca3f2f Enable building and testing of ossaudiodev for Linux. by Guido van Rossum · 22 years ago
  81. 373c741 Fix for SF bug #642358: only provide a new with a __dict__ or by Guido van Rossum · 22 years ago
  82. 145a4a0 Much clearer when super() is used. by Raymond Hettinger · 22 years ago
  83. ef30dc8 Revert change 1.37. by Raymond Hettinger · 22 years ago
  84. 625812f SF patch #662433: Fill arraymodule's tp_iter and sq_contains slots by Raymond Hettinger · 22 years ago
  85. 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
  86. 613f24f Add a test for a feature added in rev. 2.82 of typeobject.c: by Guido van Rossum · 22 years ago
  87. 2720b0d Add some print statements in verbose mode to announce that the newest by Guido van Rossum · 22 years ago
  88. f09b88e * add mms (windows media) as another scheme * reformat schemes to 80 columns by Skip Montanaro · 22 years ago
  89. 4f37418 Disable the rexec test now that rexec is out of grace. by Guido van Rossum · 22 years ago
  90. 38abbf5 Remove bastion test output by Guido van Rossum · 22 years ago
  91. 11ae4e2 Disable the Bastion test now that Bastion is out of grace. by Guido van Rossum · 22 years ago
  92. 34a2e08 Sabotage rexec.py. It is not safe since the new-style classes. by Guido van Rossum · 22 years ago
  93. b8c7b9f Translate spaces in the machine name to underscores by Andrew M. Kuchling · 22 years ago
  94. f2128b0 Used dictionaries rather than lists for membership testing. by Raymond Hettinger · 22 years ago
  95. 077c582 always also search on sys.path for res files by Just van Rossum · 22 years ago
  96. 68b539e SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  97. 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
  98. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
  99. 66d16ba - squashed bare except in rmtree() by Just van Rossum · 22 years ago
  100. 502b9e1 At least one Solaris box in the snake farm only supports "C" locale. by Neal Norwitz · 22 years ago