1. 81d40d6 ossaudiodev.c currently gives compilation errors, and Greg doesn't fix by Guido van Rossum · 22 years ago
  2. b01c39b SF bug 671779: Error in tzinfo.dst() docs by Tim Peters · 22 years ago
  3. 01524d0 Implemented StandardGetFile and friends with the new EasyDialogs file dialogs. by Jack Jansen · 22 years ago
  4. cb100d1 Oops, this file wasn't 8-bit-clean yet. Fixed. by Jack Jansen · 22 years ago
  5. d68d929 Fixed typo in package name that went unnoticed because of MacOSX's case-insensitive by Jack Jansen · 22 years ago
  6. 3032fe6 Spell out the arguments to AskFileForOpen and friends, so help() gives useful by Jack Jansen · 22 years ago
  7. 3875281 Fix example in a docstring to not use 'file' as a variable name by Andrew M. Kuchling · 22 years ago
  8. 08a7a0d Use new file dialogs in GetArgv() by Jack Jansen · 22 years ago
  9. f2c84d0 Compile site-packages with -t, not -tt. by Jack Jansen · 22 years ago
  10. c847f40 Conditionalize features not found in PyXML 1.95.2. by Martin v. Löwis · 22 years ago
  11. 069dde2 Merge with PyXML 1.71: by Martin v. Löwis · 22 years ago
  12. dfc33fd Don't use Posix semaphores on Solaris 8. Fixes #662787. by Martin v. Löwis · 22 years ago
  13. 2da75fa 1. Restore the rest of Python IDLE setup.py Rev 1.4 (Python SF 634078) by Kurt B. Kaiser · 22 years ago
  14. b3b22f3 flesh out open() docstring by Skip Montanaro · 22 years ago
  15. 1f7a271 more tweaks by Skip Montanaro · 22 years ago
  16. 190613c * document open() function by Skip Montanaro · 22 years ago
  17. 327098a New rule for tzinfo subclasses handling both standard and daylight time: by Tim Peters · 22 years ago
  18. 4440f22 Recursive compare machinery: The code that intended to exempt tuples by Tim Peters · 22 years ago
  19. 0780e47 On MacOSX, added -prebind option to link phase for executable (and by Jack Jansen · 22 years ago
  20. 7a503a4 Fix bug #670845: cut & clear in the output window now work, in that by Just van Rossum · 22 years ago
  21. 0b74344 ...and the old pyclbr.py faked Function instances with Class instances by Kurt B. Kaiser · 22 years ago
  22. ea4250d Add comments and remove duplicate tests. by Walter Dörwald · 22 years ago
  23. 2c71ad3 Install email/test, email/test/data and bsddb/test subdirectories. by Barry Warsaw · 22 years ago
  24. e28be59 Port test_userdict.py to PyUnit. From SF patch #662807, by Walter Dörwald · 22 years ago
  25. 9c56475 Added a convenience routine pathname() which accepts either a string, unicode, by Jack Jansen · 22 years ago
  26. 2cf08ab Sigh, due to sloppiness on my part bgen has become pretty mixed up wrt. tabs by Jack Jansen · 22 years ago
  27. 28256f2 Port test_unicode.py to PyUnit and add tests for error by Walter Dörwald · 22 years ago
  28. 919497e Combine test_b1.py and test_b2.py into test_builtin.py, by Walter Dörwald · 22 years ago
  29. fa56e2d SF # 669553, fix memory (ref) leaks by Neal Norwitz · 22 years ago
  30. f4ca5a2 Fix typo by Raymond Hettinger · 22 years ago
  31. 2e7b748 SF patch #634557: inspect.BlockFinder didn't do a good enough job finding by Raymond Hettinger · 22 years ago
  32. e701dcb SF patch #634866: Alex Martelli's corrections to the ref manual. by Raymond Hettinger · 22 years ago
  33. 4bad9ba SF patch #670367: Micro-optimizations for ceval.c by Raymond Hettinger · 22 years ago
  34. 513a1cd Windows flavor of floatsleep(): folded long lines, introduced a temp by Tim Peters · 22 years ago
  35. 80cebc1 SF patch 670194: Performance enhancement for _strptime.py. by Tim Peters · 22 years ago
  36. 6550051 SF bug #668906: class browser raises AttributeError by Raymond Hettinger · 22 years ago
  37. 7b8e281 SF bug #670229: doc improvement for cStringIO.h by Raymond Hettinger · 22 years ago
  38. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 22 years ago
  39. 18acea7 SF bug #668906: class browser raises AttributeError by Raymond Hettinger · 22 years ago
  40. 08e5427 SF patch 670012: Compatibility changes for _strptime.py. by Tim Peters · 22 years ago
  41. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 22 years ago
  42. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 22 years ago
  43. aac8c58 Various markup changes. by Fred Drake · 22 years ago
  44. 42b567f Fix a couple of markup errors. by Fred Drake · 22 years ago
  45. a8b2e32 CVS patch 669645: wininst.exe missing in Windows installer. by Tim Peters · 22 years ago
  46. 376f0ef Clean up some files that LaTeX2HTML drops in the HTML output directory by Fred Drake · 22 years ago
  47. 8b19a93 When time.localtime() is passed a tick count the platform C localtime() by Tim Peters · 22 years ago
  48. 504377d make sure src exists before creating a symlink by Just van Rossum · 22 years ago
  49. 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 22 years ago
  50. ee1bded Correct typos in example code. by Raymond Hettinger · 22 years ago
  51. c99b675 For reasons unknown previewProc and filterProc were disabled. Enabled them. by Jack Jansen · 22 years ago
  52. f0d12da Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These by Jack Jansen · 22 years ago
  53. b6c9f78 bugfix: do not double-close DB cursor during deallocation when the by Gregory P. Smith · 22 years ago
  54. aa71f5f bugfix: allow the module to work with python compiled without thread support. by Gregory P. Smith · 22 years ago
  55. c25fd3f bugfix: disallow use of DB_TXN after commit() or abort(), prevents a by Gregory P. Smith · 22 years ago
  56. 5ec186b Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected text by Kurt B. Kaiser · 22 years ago
  57. 9fd0799 SF Bug 667812: Some Linux distros have Alt and Meta reversed. by Kurt B. Kaiser · 22 years ago
  58. 976249b A. Lloyd Flanagan pointed out a spelling error on c.l.py. by Michael W. Hudson · 22 years ago
  59. 6aa1c3f Let test_random cover the endpoints. by Raymond Hettinger · 22 years ago
  60. a9f18dc Test optional slice arguments. Add backwards compatibility test. by Raymond Hettinger · 22 years ago
  61. 4422375 Added doctest for examples in the library reference. by Raymond Hettinger · 22 years ago
  62. d230550 Convert to unittest format so that more tests can be added cleanly. by Raymond Hettinger · 22 years ago
  63. 13dd9d9 Patch #662454: import a.b as c is ok, fixes #660811. by Martin v. Löwis · 22 years ago
  64. 2206cd1 Properly find and install icons even if calling setup.py from the build dir. by Martin v. Löwis · 22 years ago
  65. 6f2adc7 Catch IOErrors. by Martin v. Löwis · 22 years ago
  66. 71b7556 Support copying booleans. Fixes #668925. by Martin v. Löwis · 22 years ago
  67. d800ae1 This test previously failed when run from the 'test' directory. In that by Mark Hammond · 22 years ago
  68. 8834009 On Mac OS X calling setlocale will raise locale.Error. This isn't fatal, by Jack Jansen · 22 years ago
  69. c9083b6 Correct docstring for SetValueEx() by Mark Hammond · 22 years ago
  70. 62fe755 Checking in Brett Cannon's patch #662053, which fixes bug #661354. by Jack Jansen · 22 years ago
  71. 791f7d4 Added ismount(). by Jack Jansen · 22 years ago
  72. 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
  73. a5caa6f reference the os module and the lock flags in the os.open() function. by Skip Montanaro · 22 years ago
  74. 2dc505e * Add test for __cmp__() by Raymond Hettinger · 22 years ago
  75. f60cdff Remove misleading advice. VERSION was not intended to be used that way. by Neil Schemenauer · 22 years ago
  76. 3801ec7 Document that __cmp__() is not defined for sets. by Raymond Hettinger · 22 years ago
  77. b32c886 Gyro Func for patch #661719. by Martin v. Löwis · 22 years ago
  78. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  79. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
  80. 5d5e7c0 SF patch #664192 bug #661913: inconsistent error messages between string by Raymond Hettinger · 22 years ago
  81. a2e303c Fix [ 665014 ] files with long lines and an encoding crash. by Mark Hammond · 22 years ago
  82. 6fa0911 Updated IDLE Help to reflect changes in Additional Help Source by Kurt B. Kaiser · 22 years ago
  83. 8e92bf7 M Bindings.py by Kurt B. Kaiser · 22 years ago
  84. 50e9223 Explicitly raise an exception in __cmp__ -- this clarifies that cmp() by Guido van Rossum · 22 years ago
  85. 8bb90a5 Replaced POP() with STACKADJ(-1) on lines where the result wasn't used. by Raymond Hettinger · 22 years ago
  86. 2d375f7 SF bug #661184: inspect.getsource bug by Raymond Hettinger · 22 years ago
  87. 9896ea2 make sure Info.plist has a CFBundleIdentifier entry by Just van Rossum · 22 years ago
  88. ddc82ea A new test here was failing on Windows, because the test before it never by Tim Peters · 22 years ago
  89. 87fec22 Duh. cmdqueue should be an instance variable, not a class variable. by Guido van Rossum · 22 years ago
  90. eef2607 Duh. The do_EOF() implementation was bogus. Make it more like by Guido van Rossum · 22 years ago
  91. 1a99750 Fix SF bug #667147, Segmentation fault printing str subclass by Neal Norwitz · 22 years ago
  92. a974b39 Move the date/time section into the modules section; it was in the by Andrew M. Kuchling · 22 years ago
  93. 07f9398 Update comment, QnewFlag will go away in 3.0, not 2.3 by Neal Norwitz · 22 years ago
  94. 41b71b2 Fix NameError in getquotaroot(), sanctioned by Piers. by Guido van Rossum · 22 years ago
  95. c1dd174 Link to MRO article Mention deprecation of string exceptions by Andrew M. Kuchling · 22 years ago
  96. 2bd1568 SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and by Raymond Hettinger · 22 years ago
  97. bc65521 Implemented FSCatalogInfo. by Jack Jansen · 22 years ago
  98. 06daee9 Try to make a sentance more readable. by Neal Norwitz · 22 years ago
  99. e68fbc4 SF #665570, curses causes interpreter crash by Neal Norwitz · 22 years ago
  100. 8ec17a0 Minor correction and clarification. by Fred Drake · 22 years ago