1. 8475d02 Re-gegernated with the new gensuitemodule. by Jack Jansen · 21 years ago
  2. c8882b1 - Allow access to poperties of the "application" OSA class directly from by Jack Jansen · 21 years ago
  3. fdbe522 SF bug #753602: random.sample not properly documented by Raymond Hettinger · 21 years ago
  4. 43e559a When calling tarname with an argument (and thus not use testtar.tar) return a by Brett Cannon · 21 years ago
  5. cd494ad Fix for sf # 749210, wininst isn't build correctly after building zip. by Thomas Heller · 21 years ago
  6. 455ea53 Make creation of temporary file and directory more portable. Also made cleanup by Brett Cannon · 21 years ago
  7. a4e5c4d No longer needed. by Kurt B. Kaiser · 21 years ago
  8. 09cb74b aboutDialog.py: by Kurt B. Kaiser · 21 years ago
  9. f31cb0c One more multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  10. d78b230 1. Remove the Readme entry on the Help Menu, now in About dialog. by Kurt B. Kaiser · 21 years ago
  11. abe14e6 The multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  12. fe04afc Direct readers to CVS logs. by Kurt B. Kaiser · 21 years ago
  13. 31dea4c It /is/ a package... by Kurt B. Kaiser · 21 years ago
  14. 1821056 Updated for IDLEfork re-integration by Kurt B. Kaiser · 21 years ago
  15. b67e13d Will use the Python LICENSE file instead. by Kurt B. Kaiser · 21 years ago
  16. d5407da Remove setup file, no longer needed. by Kurt B. Kaiser · 21 years ago
  17. a00d7bd Remove unneeded MANIFEST template. by Kurt B. Kaiser · 21 years ago
  18. a737bb3 Remove unneeded installation instructions. by Kurt B. Kaiser · 21 years ago
  19. a8f22d7 Update version. by Kurt B. Kaiser · 21 years ago
  20. 39a5592 SF Patch #744104: Remove eval() from csv by Raymond Hettinger · 21 years ago
  21. 1546bc4 add a couple test cases which involve longs and floats in 'e' format. by Skip Montanaro · 21 years ago
  22. 28a4f0f Have pydoc try handling an object as "other" if the object does not act the way by Brett Cannon · 21 years ago
  23. 6754d52 get_payload(): Improve the TypeError message when the payload isn't of by Barry Warsaw · 21 years ago
  24. 9caa0d1 guess_all_extensions(): Return the empty list instead of None when by Barry Warsaw · 21 years ago
  25. af81c2e SF bug #685773: 2 (more) bugs in turtle by Raymond Hettinger · 21 years ago
  26. 9067c8d SF 748975 Printing unsaved shell fails by Kurt B. Kaiser · 21 years ago
  27. 7f2d302 For the context and unified diff functions: by Raymond Hettinger · 21 years ago
  28. e2fdc61 Fix SF #749831, copy raises SystemError when getstate raises exception by Neal Norwitz · 21 years ago
  29. f0b1a1f Added functions for creating context diffs and unified diffs. by Raymond Hettinger · 21 years ago
  30. d02879d Revert 1.25, as overloaded __repr__ is not considered. by Martin v. Löwis · 21 years ago
  31. e570003 Patch #750542: Use issubclass instead of type identity. by Martin v. Löwis · 21 years ago
  32. 502ba46 Patch #750595: Refer to type complex using builtin. Fixes #595837. by Martin v. Löwis · 21 years ago
  33. 56f8811 Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. by Martin v. Löwis · 21 years ago
  34. 0f9e525 Patch #749191: Delete commands in after_cancel. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  35. 9556fba - urllib2.py now knows how to order proxy classes, so the user doesn't by Gustavo Niemeyer · 21 years ago
  36. ef58adf 1. Find in Files Dialog shows text selection if there is one by Kurt B. Kaiser · 21 years ago
  37. 260cb90 1. Update WindowList registry when filename changes so that by Kurt B. Kaiser · 21 years ago
  38. 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 21 years ago
  39. 852f35b Change to <<open-module>>: always pop up the dialog, using the current by Guido van Rossum · 21 years ago
  40. 3f8ace9 SF 747667 Error Doesn't Decolorize by Kurt B. Kaiser · 21 years ago
  41. d2f4861 SF 748973 Guido van Rossum patch by Kurt B. Kaiser · 21 years ago
  42. 470b0c0 In an OSX framework build Python could fail if HOME wasn't set, fixed. by Jack Jansen · 21 years ago
  43. 8a709b3 Factor endian-ness check out of play_sound_file(), and fix by Greg Ward · 21 years ago
  44. 3800ef7 When a previous call to poll() has already seen the process status, by Guido van Rossum · 21 years ago
  45. bf68c78 Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate by Raymond Hettinger · 21 years ago
  46. 01e3273 Eliminate the Revert to Default Settings submenu of Option menu. by Kurt B. Kaiser · 21 years ago
  47. 9f36609 Modify the remote stack viewer to work in the threaded subprocess. by Kurt B. Kaiser · 21 years ago
  48. 5da131b Added two keys to database format: User-install-skips is an array of pathname by Jack Jansen · 21 years ago
  49. 2a97dcc Use splitlines() in stead of split() to split lines, and added a method by Jack Jansen · 21 years ago
  50. 19c0d94 Fixed indentation error. Closes bug #746953. by Jack Jansen · 21 years ago
  51. 5ddef75 Update for release Modified Files: NEWS.txt README.txt TODO.txt by Kurt B. Kaiser · 21 years ago
  52. 6c8579e Set the default for delete-exitfunc in config-main.def to True to handle by Kurt B. Kaiser · 21 years ago
  53. ce5b6d5 SF 745525 by Kurt B. Kaiser · 21 years ago
  54. b71bcb6 Patch #740301: Add +s when linking shared libraries on HP-UX, use -L by Martin v. Löwis · 21 years ago
  55. 3c120de Patch #744041: Use only first two elements of address to support IPv6. by Martin v. Löwis · 21 years ago
  56. 40174c3 SF bug #733667: kwargs handled incorrectly by Raymond Hettinger · 21 years ago
  57. e394ef8 Update for release by Kurt B. Kaiser · 21 years ago
  58. 9f0c575 - Get the database from a different place. by Jack Jansen · 21 years ago
  59. db6888b _make_boundary(): Fix for SF bug #745478, broken boundary calculation by Barry Warsaw · 21 years ago
  60. 65f8ced I saw errors from _fileobject.__del__ about missing self._sock. This by Guido van Rossum · 21 years ago
  61. bb1861a Remove debug code from weakref_segfault(). by Guido van Rossum · 21 years ago
  62. aabe0b3 Add testcase for SF 742911. by Guido van Rossum · 21 years ago
  63. b25a52a Fix typo so that the test actually calls the tested function. by Raymond Hettinger · 21 years ago
  64. f0fa1c0 Test ability to handle various type of iterators. by Raymond Hettinger · 21 years ago
  65. 29a1def Test script changed. by Greg Ward · 21 years ago
  66. 4f12d46 Renamed test_errors() to test_setparameters() and completely rewrote it by Greg Ward · 21 years ago
  67. 080c110 Order and number of arguments to setparameters() has changed. by Greg Ward · 21 years ago
  68. b789a06 - Added a scheme whereby pimp can update itself, by importing a module by Jack Jansen · 21 years ago
  69. e8b0f04 * Beefed-up tests * Allow tuple re-use * Call tp_iternext directly by Raymond Hettinger · 21 years ago
  70. bc6e94a Wrap the cursor functions with dbutils.DeadlockWrap to deal with the by Gregory P. Smith · 21 years ago
  71. 62df044 Added a config-main General option to delete sys.exitfunc. The default by Kurt B. Kaiser · 21 years ago
  72. 893801e Add more tests from RFC 2202. by Jeremy Hylton · 21 years ago
  73. 68dcd34 Fixup bare try/except. by Raymond Hettinger · 21 years ago
  74. 8d1f11b Whitespace Normalization Modified Files: PyShell.py ScriptBinding.py buildapp.py by Kurt B. Kaiser · 21 years ago
  75. 0539169 1. SF Bug 661676 by Kurt B. Kaiser · 21 years ago
  76. 54f871e Fix SF bug #735694, Pydoc.py fixes links by Neal Norwitz · 21 years ago
  77. 6c638b6 Bruce Sherwood RFE/Patch SF 661318 by Kurt B. Kaiser · 21 years ago
  78. 8ba0e80 Added a --python option, which sets the python to be used in the #! line by Jack Jansen · 21 years ago
  79. 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 21 years ago
  80. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  81. 6f80594 Improved the RESTART annotation in the shell window when the user by Kurt B. Kaiser · 21 years ago
  82. 36364be Fix a bug in Rev 1.10 - Windows can't handle a leading ':' if the by Kurt B. Kaiser · 21 years ago
  83. 67fd0ea 1. Stake Freddy. by Kurt B. Kaiser · 21 years ago
  84. e87568d SF bug 705231: Assertion failed, python aborts. by Tim Peters · 21 years ago
  85. b98154e 'sum' is no longer a good variable name. Use 'total' instead. by Raymond Hettinger · 21 years ago
  86. 5489597 Convert tcl_version to str before comparing. Fixes #729317. by Martin v. Löwis · 21 years ago
  87. 4ec4fa2 iteritems() should not have been used for self.timeout which changes during the loop. by Raymond Hettinger · 21 years ago
  88. 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 21 years ago
  89. b1f8bab [Bug #741171] pdb crashes when enabling a non-existing breakpoint by Andrew M. Kuchling · 21 years ago
  90. 35c6cd0 Walter's last checkin also needs to work on doubles. by Neal Norwitz · 21 years ago
  91. cf99b0a test_byteswap() fails on alphas, because treating the byte swapped bit by Walter Dörwald · 21 years ago
  92. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  93. e960e22 Added a test for the fix of SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  94. 7de63f5 GNUTranslations._parse(): Fix SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  95. 5d6ad75 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail by Just van Rossum · 21 years ago
  96. 092b2a9 SF 740055: optional argument protocol in shelve.open is ignored by Raymond Hettinger · 21 years ago
  97. 22952a3 SF bug 735293: Command line timeit.py sets sys.path badly by Raymond Hettinger · 21 years ago
  98. 88957d8 Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until by Kurt B. Kaiser · 21 years ago
  99. 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
  100. c626658 Let Python inform the user what went wrong with the import. by Kurt B. Kaiser · 21 years ago