1. d5b8090 Made DateTime's constructor accept a time.struct_time class, by Gustavo Niemeyer · 21 years ago
  2. f545baa Whitespace normalization. by Tim Peters · 21 years ago
  3. cda32b7 mimetools.choose_boundary() news. by Tim Peters · 21 years ago
  4. 9ca3f02 ^D means EOF on Unix but not on Windows. Expand the example's prompt to by Tim Peters · 21 years ago
  5. 9e6fedd Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument. by Brett Cannon · 21 years ago
  6. 4a671fe Return None to signal that the module the object was defined in was not found when object has no __name__ attr but is needed to figure out location of object. by Brett Cannon · 21 years ago
  7. 424a415 Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings. by Martin v. Löwis · 21 years ago
  8. 04b9d47 choose_boundary(): This no longer uses random, so stop importing it. by Tim Peters · 21 years ago
  9. 080da28 choose_boundary(): Incorporated a threadsafe incrementing counter, so that by Tim Peters · 21 years ago
  10. b1e63c0 Install IDLE's .def files; these are essential for the configuration! by Guido van Rossum · 21 years ago
  11. 5041cf6 Changes to install the new idle: it's now in Lib/idlelib instead of by Guido van Rossum · 21 years ago
  12. 8b76351 Add a missing 'self,' to a super call in recently checked-in code. by Guido van Rossum · 21 years ago
  13. 7de3772 Forwardport Patch from IDLEfork SF 615312 by Kurt B. Kaiser · 21 years ago
  14. 9e8b828 Support testing in .../Lib/idlelib when calling <python PyShell.py> by Kurt B. Kaiser · 21 years ago
  15. f35092c Move to Version 1.0b2 by Kurt B. Kaiser · 21 years ago
  16. 523008c Update copyright dates. by Greg Ward · 21 years ago
  17. 1ef2365 Patch #751107: Slant must be 'roman', not 'normal'. by Martin v. Löwis · 21 years ago
  18. d6efae5 Properly deal with tuples in Open._fixresult. Fixes bug reported in by Martin v. Löwis · 21 years ago
  19. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  20. 61e2c9a Forwardport Patch from IDLEfork SF 610329 Remove deprecated tempfile usage by Kurt B. Kaiser · 21 years ago
  21. d141a8c Use -R instead of -rpath on Solaris. Fixes #749911. by Martin v. Löwis · 21 years ago
  22. 368de8f Give a warning if SO is set. Fixes #610332. by Martin v. Löwis · 21 years ago
  23. 1867f24 Always unwrap _socketobj in socket.ssl. Revert httplib.py 1.25. Fixes #754447. by Martin v. Löwis · 21 years ago
  24. bc12262 Properly bracket variables. Fixes part of #749911. by Martin v. Löwis · 21 years ago
  25. b8c084e Support keyword and topics help in cli(). Fixes #715782. by Martin v. Löwis · 21 years ago
  26. 17fb507 Treat empty dat/dir pairs as dumbdbm. Fixes #744687. by Martin v. Löwis · 21 years ago
  27. 8316feb Explicitly undefine PACKAGE_ variables. Fixes #746012. by Martin v. Löwis · 21 years ago
  28. ba8f5ff Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  29. c1aa8dc Patch #746366: Update to current automake install-sh. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  30. e3b67bc Patch #754340: Fix typo in redirect_request. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  31. 3efa04a Patch #753845: Update README for Redhat 9 Tkinter compile with USC-4. by Martin v. Löwis · 21 years ago
  32. b3a0a66 Remove the 2.2 compatibility module boolcheck.py and related code by Kurt B. Kaiser · 21 years ago
  33. ae8bbff Remove reference to IDLEfork by Kurt B. Kaiser · 21 years ago
  34. 76bcb5c Update NEWS.txt and move info on release 0.8.1 and earlier to HISTORY.txt by Kurt B. Kaiser · 21 years ago
  35. 52ae0a5 Remove comment about Unicode: SF #622831 was fixed loooong ago! by Greg Ward · 21 years ago
  36. ecb544e Get rid of old IDLE. Lib/idlelib rules! by Guido van Rossum · 21 years ago
  37. 91012fe Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly. by Brett Cannon · 21 years ago
  38. 4e64d78 dummy_thread modified to have interrupt_main and to behave appropriately when by Brett Cannon · 21 years ago
  39. 93e8e54 Interrupt module has been folded into the thread module by Kurt B. Kaiser · 21 years ago
  40. a11e846 Add interrupt_main() to thread module. by Kurt B. Kaiser · 21 years ago
  41. efad588 AddressList.__str__(): Get rid of useless, and broken method. Closes by Barry Warsaw · 21 years ago
  42. 59195fd - SF patch 751998 fixes an unwanted side effect of the previous fix by Guido van Rossum · 21 years ago
  43. d321efd Install idlelib and idlelib/Icons as well. by Guido van Rossum · 21 years ago
  44. ce74f8a News about the new IDLE (is more needed?). News about SF patch 751998. by Guido van Rossum · 21 years ago
  45. b1ab4d9 Don't install Tools/idle any more. We now install Tools/scripts/idle by Guido van Rossum · 21 years ago
  46. 373ef37 Install the main script for the new IDLE here. by Guido van Rossum · 21 years ago
  47. ab537e9 Put the main script for the new IDLE here. by Guido van Rossum · 21 years ago
  48. 99d2c25 SF patch 707900, fixing bug 702858, by Steven Taschuk. by Guido van Rossum · 21 years ago
  49. 097da0d Documented the fact that the main class now mimicks the OSA "application" class. by Jack Jansen · 21 years ago
  50. 880be6f Use the new, now preferred, form of referring to object specifiers (through by Jack Jansen · 21 years ago
  51. 8475d02 Re-gegernated with the new gensuitemodule. by Jack Jansen · 21 years ago
  52. c8882b1 - Allow access to poperties of the "application" OSA class directly from by Jack Jansen · 21 years ago
  53. fdbe522 SF bug #753602: random.sample not properly documented by Raymond Hettinger · 21 years ago
  54. 43e559a When calling tarname with an argument (and thus not use testtar.tar) return a by Brett Cannon · 21 years ago
  55. cd494ad Fix for sf # 749210, wininst isn't build correctly after building zip. by Thomas Heller · 21 years ago
  56. 932dab6 AMK's no longer maintaining his bookstore page. Refer to the books page on by Skip Montanaro · 21 years ago
  57. 455ea53 Make creation of temporary file and directory more portable. Also made cleanup by Brett Cannon · 21 years ago
  58. a4e5c4d No longer needed. by Kurt B. Kaiser · 21 years ago
  59. 09cb74b aboutDialog.py: by Kurt B. Kaiser · 21 years ago
  60. f31cb0c One more multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  61. d78b230 1. Remove the Readme entry on the Help Menu, now in About dialog. by Kurt B. Kaiser · 21 years ago
  62. abe14e6 The multiple exception catch should be in a tuple. by Raymond Hettinger · 21 years ago
  63. fe04afc Direct readers to CVS logs. by Kurt B. Kaiser · 21 years ago
  64. 31dea4c It /is/ a package... by Kurt B. Kaiser · 21 years ago
  65. 1821056 Updated for IDLEfork re-integration by Kurt B. Kaiser · 21 years ago
  66. b67e13d Will use the Python LICENSE file instead. by Kurt B. Kaiser · 21 years ago
  67. d5407da Remove setup file, no longer needed. by Kurt B. Kaiser · 21 years ago
  68. a00d7bd Remove unneeded MANIFEST template. by Kurt B. Kaiser · 21 years ago
  69. a737bb3 Remove unneeded installation instructions. by Kurt B. Kaiser · 21 years ago
  70. a8f22d7 Update version. by Kurt B. Kaiser · 21 years ago
  71. 39a5592 SF Patch #744104: Remove eval() from csv by Raymond Hettinger · 21 years ago
  72. 1546bc4 add a couple test cases which involve longs and floats in 'e' format. by Skip Montanaro · 21 years ago
  73. 28a4f0f Have pydoc try handling an object as "other" if the object does not act the way by Brett Cannon · 21 years ago
  74. 10147f7 Fixed a comment. by Brett Cannon · 21 years ago
  75. 1a90117 fix the curses module build failure on FreeBSD, reported in SF #740234. by Andrew MacIntyre · 21 years ago
  76. 7e902b2 * Added missing documentation for object(). by Raymond Hettinger · 21 years ago
  77. 3985df2 SF bug #660022: parameters for int(), str(), etc. by Raymond Hettinger · 21 years ago
  78. 132fa37 Add docs for get_grouped_opcodes(). by Raymond Hettinger · 21 years ago
  79. 807413d Clarify docstring for symlink. by Brett Cannon · 21 years ago
  80. 80b3f68 SF bug: 751941 Invisible HTML tag by Raymond Hettinger · 21 years ago
  81. 6754d52 get_payload(): Improve the TypeError message when the payload isn't of by Barry Warsaw · 21 years ago
  82. 9caa0d1 guess_all_extensions(): Return the empty list instead of None when by Barry Warsaw · 21 years ago
  83. e07b835 Document context_diff() and unified_diff() by Raymond Hettinger · 21 years ago
  84. 4e3363e Warn about creating global variables by __setattr__ that shadow builtin by Neil Schemenauer · 21 years ago
  85. c4370d9 Add the IDLEFORK team. by Raymond Hettinger · 21 years ago
  86. af81c2e SF bug #685773: 2 (more) bugs in turtle by Raymond Hettinger · 21 years ago
  87. 1a44448 Changes to sre.c after the application of patch #726869 have increased by Andrew MacIntyre · 21 years ago
  88. 0dda400 add support for os.tmpfile() by Andrew MacIntyre · 21 years ago
  89. 58f22cc reorganise modules, so that most standard extensions are built into by Andrew MacIntyre · 21 years ago
  90. fae8953 various updates by Andrew MacIntyre · 21 years ago
  91. 23ec1dc bump stack size to cater for _sre recursion. by Andrew MacIntyre · 21 years ago
  92. dcfb38c Fix potential leaks identified by Neal Norwitz. by Andrew McNamara · 21 years ago
  93. 9067c8d SF 748975 Printing unsaved shell fails by Kurt B. Kaiser · 21 years ago
  94. 2f3c74a Added a command line interface for difflib.py by Raymond Hettinger · 21 years ago
  95. a33d177 Added a command line interface for difflib.py by Raymond Hettinger · 21 years ago
  96. c24d767 Announce difflib.context_diff() and difflib.unified_diff(). by Raymond Hettinger · 21 years ago
  97. 7f2d302 For the context and unified diff functions: by Raymond Hettinger · 21 years ago
  98. 305908c SF #735051, add time.tzset documentation by Neal Norwitz · 21 years ago
  99. e2fdc61 Fix SF #749831, copy raises SystemError when getstate raises exception by Neal Norwitz · 21 years ago
  100. f0b1a1f Added functions for creating context diffs and unified diffs. by Raymond Hettinger · 21 years ago