1. abe14e6 The multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  2. fe04afc Direct readers to CVS logs. by Kurt B. Kaiser · 21 years ago
  3. 31dea4c It /is/ a package... by Kurt B. Kaiser · 21 years ago
  4. 1821056 Updated for IDLEfork re-integration by Kurt B. Kaiser · 21 years ago
  5. b67e13d Will use the Python LICENSE file instead. by Kurt B. Kaiser · 21 years ago
  6. d5407da Remove setup file, no longer needed. by Kurt B. Kaiser · 21 years ago
  7. a00d7bd Remove unneeded MANIFEST template. by Kurt B. Kaiser · 21 years ago
  8. a737bb3 Remove unneeded installation instructions. by Kurt B. Kaiser · 21 years ago
  9. a8f22d7 Update version. by Kurt B. Kaiser · 21 years ago
  10. 39a5592 SF Patch #744104: Remove eval() from csv by Raymond Hettinger · 21 years ago
  11. 1546bc4 add a couple test cases which involve longs and floats in 'e' format. by Skip Montanaro · 21 years ago
  12. 28a4f0f Have pydoc try handling an object as "other" if the object does not act the way by Brett Cannon · 21 years ago
  13. 10147f7 Fixed a comment. by Brett Cannon · 21 years ago
  14. 1a90117 fix the curses module build failure on FreeBSD, reported in SF #740234. by Andrew MacIntyre · 21 years ago
  15. 7e902b2 * Added missing documentation for object(). by Raymond Hettinger · 21 years ago
  16. 3985df2 SF bug #660022: parameters for int(), str(), etc. by Raymond Hettinger · 21 years ago
  17. 132fa37 Add docs for get_grouped_opcodes(). by Raymond Hettinger · 21 years ago
  18. 807413d Clarify docstring for symlink. by Brett Cannon · 21 years ago
  19. 80b3f68 SF bug: 751941 Invisible HTML tag by Raymond Hettinger · 21 years ago
  20. 6754d52 get_payload(): Improve the TypeError message when the payload isn't of by Barry Warsaw · 21 years ago
  21. 9caa0d1 guess_all_extensions(): Return the empty list instead of None when by Barry Warsaw · 21 years ago
  22. e07b835 Document context_diff() and unified_diff() by Raymond Hettinger · 21 years ago
  23. 4e3363e Warn about creating global variables by __setattr__ that shadow builtin by Neil Schemenauer · 21 years ago
  24. c4370d9 Add the IDLEFORK team. by Raymond Hettinger · 21 years ago
  25. af81c2e SF bug #685773: 2 (more) bugs in turtle by Raymond Hettinger · 21 years ago
  26. 1a44448 Changes to sre.c after the application of patch #726869 have increased by Andrew MacIntyre · 21 years ago
  27. 0dda400 add support for os.tmpfile() by Andrew MacIntyre · 21 years ago
  28. 58f22cc reorganise modules, so that most standard extensions are built into by Andrew MacIntyre · 21 years ago
  29. fae8953 various updates by Andrew MacIntyre · 21 years ago
  30. 23ec1dc bump stack size to cater for _sre recursion. by Andrew MacIntyre · 21 years ago
  31. dcfb38c Fix potential leaks identified by Neal Norwitz. by Andrew McNamara · 21 years ago
  32. 9067c8d SF 748975 Printing unsaved shell fails by Kurt B. Kaiser · 21 years ago
  33. 2f3c74a Added a command line interface for difflib.py by Raymond Hettinger · 21 years ago
  34. a33d177 Added a command line interface for difflib.py by Raymond Hettinger · 21 years ago
  35. c24d767 Announce difflib.context_diff() and difflib.unified_diff(). by Raymond Hettinger · 21 years ago
  36. 7f2d302 For the context and unified diff functions: by Raymond Hettinger · 21 years ago
  37. 305908c SF #735051, add time.tzset documentation by Neal Norwitz · 21 years ago
  38. e2fdc61 Fix SF #749831, copy raises SystemError when getstate raises exception by Neal Norwitz · 21 years ago
  39. f0b1a1f Added functions for creating context diffs and unified diffs. by Raymond Hettinger · 21 years ago
  40. f177bf2 The fix to use . was incorporated by Neal Norwitz · 21 years ago
  41. d02879d Revert 1.25, as overloaded __repr__ is not considered. by Martin v. Löwis · 21 years ago
  42. e570003 Patch #750542: Use issubclass instead of type identity. by Martin v. Löwis · 21 years ago
  43. 502ba46 Patch #750595: Refer to type complex using builtin. Fixes #595837. by Martin v. Löwis · 21 years ago
  44. 56f8811 Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. by Martin v. Löwis · 21 years ago
  45. 0f9e525 Patch #749191: Delete commands in after_cancel. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  46. 7890c26 Patch #748846: Let Demo/classes/Date.py mention DateTime module. by Martin v. Löwis · 21 years ago
  47. bb640c1 Patch #748849: Update to current tools and demos. by Martin v. Löwis · 21 years ago
  48. 9556fba - urllib2.py now knows how to order proxy classes, so the user doesn't by Gustavo Niemeyer · 21 years ago
  49. ef58adf 1. Find in Files Dialog shows text selection if there is one by Kurt B. Kaiser · 21 years ago
  50. 260cb90 1. Update WindowList registry when filename changes so that by Kurt B. Kaiser · 21 years ago
  51. b268f03 SF bug #749759: comparisons yield bool not int by Raymond Hettinger · 21 years ago
  52. 24d7e0c Avoid problem resolving 'localhost' by Kurt B. Kaiser · 21 years ago
  53. 852f35b Change to <<open-module>>: always pop up the dialog, using the current by Guido van Rossum · 21 years ago
  54. 3f8ace9 SF 747667 Error Doesn't Decolorize by Kurt B. Kaiser · 21 years ago
  55. d2f4861 SF 748973 Guido van Rossum patch by Kurt B. Kaiser · 21 years ago
  56. a104556 QUOTE_ALWAYS -> QUOTE_ALL by Skip Montanaro · 21 years ago
  57. 470b0c0 In an OSX framework build Python could fail if HOME wasn't set, fixed. by Jack Jansen · 21 years ago
  58. 8a709b3 Factor endian-ness check out of play_sound_file(), and fix by Greg Ward · 21 years ago
  59. 3800ef7 When a previous call to poll() has already seen the process status, by Guido van Rossum · 21 years ago
  60. bf68c78 Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate by Raymond Hettinger · 21 years ago
  61. 0741f80 Whitespace normalization; break a long line. by Guido van Rossum · 21 years ago
  62. f39dafb Fix a subtle decref bug that caused a GC assertion to fail in a debug by Guido van Rossum · 21 years ago
  63. 01e3273 Eliminate the Revert to Default Settings submenu of Option menu. by Kurt B. Kaiser · 21 years ago
  64. 9f36609 Modify the remote stack viewer to work in the threaded subprocess. by Kurt B. Kaiser · 21 years ago
  65. 5da131b Added two keys to database format: User-install-skips is an array of pathname by Jack Jansen · 21 years ago
  66. 2a97dcc Use splitlines() in stead of split() to split lines, and added a method by Jack Jansen · 21 years ago
  67. 19c0d94 Fixed indentation error. Closes bug #746953. by Jack Jansen · 21 years ago
  68. c4b570f Use fast_next_opcode shortcut for forward jump opcodes (it's safe and by Neil Schemenauer · 21 years ago
  69. 5ddef75 Update for release Modified Files: NEWS.txt README.txt TODO.txt by Kurt B. Kaiser · 21 years ago
  70. 6c8579e Set the default for delete-exitfunc in config-main.def to True to handle by Kurt B. Kaiser · 21 years ago
  71. ce5b6d5 SF 745525 by Kurt B. Kaiser · 21 years ago
  72. ac8bd91 Forgot the code to initialize the glue for the new CFObj_ routines. by Jack Jansen · 21 years ago
  73. b71bcb6 Patch #740301: Add +s when linking shared libraries on HP-UX, use -L by Martin v. Löwis · 21 years ago
  74. 19a5a71 Patch #744238: Explain that different string types also may compare equal. by Martin v. Löwis · 21 years ago
  75. 7472336 Patch #744877: Explain filter in terms of list comprehension. Remove by Martin v. Löwis · 21 years ago
  76. 96ce805 Modified Patch #745620: build shared lib as ".so" for NetBSD. by Martin v. Löwis · 21 years ago
  77. 3c120de Patch #744041: Use only first two elements of address to support IPv6. by Martin v. Löwis · 21 years ago
  78. 40174c3 SF bug #733667: kwargs handled incorrectly by Raymond Hettinger · 21 years ago
  79. ca2a2f1 Don't use fast_next_opcode for JUMP_* opcodes. This fixes the problem by Neil Schemenauer · 21 years ago
  80. 98c20be Updated Windows buildno for 2.2.3 final. by Tim Peters · 21 years ago
  81. e394ef8 Update for release by Kurt B. Kaiser · 21 years ago
  82. 84f8ecd Comment fix. by Greg Ward · 21 years ago
  83. 9f0c575 - Get the database from a different place. by Jack Jansen · 21 years ago
  84. 38c9266 Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short): by Greg Ward · 21 years ago
  85. d676906 Completely change the interface to setparameters(): by Greg Ward · 21 years ago
  86. d691c42 Include both </tr> tags in the thead, not just the first. by Fred Drake · 21 years ago
  87. db6888b _make_boundary(): Fix for SF bug #745478, broken boundary calculation by Barry Warsaw · 21 years ago
  88. 65f8ced I saw errors from _fileobject.__del__ about missing self._sock. This by Guido van Rossum · 21 years ago
  89. bb1861a Remove debug code from weakref_segfault(). by Guido van Rossum · 21 years ago
  90. 1987c66 Fix for SF 742911. We now clear the weakrefs *before* calling __del__ by Guido van Rossum · 21 years ago
  91. aabe0b3 Add testcase for SF 742911. by Guido van Rossum · 21 years ago
  92. b25a52a Fix typo so that the test actually calls the tested function. by Raymond Hettinger · 21 years ago
  93. f0fa1c0 Test ability to handle various type of iterators. by Raymond Hettinger · 21 years ago
  94. 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 21 years ago
  95. d3d5768 isdatadescriptor() was added recently. by Neal Norwitz · 21 years ago
  96. 2748a4a Typo fix. by Greg Ward · 21 years ago
  97. fb1b5a1 Rewrite the description of setparameters() so it actually reflects the by Greg Ward · 21 years ago
  98. 29a1def Test script changed. by Greg Ward · 21 years ago
  99. 4f12d46 Renamed test_errors() to test_setparameters() and completely rewrote it by Greg Ward · 21 years ago
  100. 080c110 Order and number of arguments to setparameters() has changed. by Greg Ward · 21 years ago