1. f79b7e2 Update by Barry Warsaw · 26 years ago
  2. e882b8a Updating by Barry Warsaw · 26 years ago
  3. db70d06 Eliminate remaining \verb/.../ constructs; there's no need for them. by Fred Drake · 26 years ago
  4. 014e0e2 (py-execute-region): Patch by Hunter Kelly so that execution uses the by Barry Warsaw · 26 years ago
  5. 50cd348 Remove some redundant initializations -- patch by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  6. 6d06094 Accept a non-list sequence for the long options (request by Jack Jansen). by Guido van Rossum · 26 years ago
  7. e9bc62d RajGopal Srinivasan noted that the latest code doesn't work when by Guido van Rossum · 26 years ago
  8. f05fc71 Remove dead code discovered by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  9. da30f4c Fix typo in doc for handle(): client_request should be client_address. by Guido van Rossum · 26 years ago
  10. fdb3d1a Fix typo in docstring: client_request should be client_address. by Guido van Rossum · 26 years ago
  11. 017f778 Make tuples less hungry -- an extra item was allocated but never used. by Guido van Rossum · 26 years ago
  12. 72fe0859 Clarify portability and main program. by Guido van Rossum · 26 years ago
  13. a017777 Added intro for 0.1 release and append Grail notes. by Guido van Rossum · 26 years ago
  14. 5e8aa54 Update the example in "Calling Python Functions from C" to use by Fred Drake · 26 years ago
  15. c46973c Document the user and password parameters to the NNTP constructor. by Fred Drake · 26 years ago
  16. 441abb4 Added a None button to turn off all input sources. by Barry Warsaw · 26 years ago
  17. 2510d22 Clarify the default buffering for open(). (Comment from Andrew Dalke by Fred Drake · 26 years ago
  18. cab91ef Fix Barry's markup. by Fred Drake · 26 years ago
  19. a096a2e Warn that AddModule doesn't import the module. by Guido van Rossum · 26 years ago
  20. 446fd04 Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen) by Guido van Rossum · 26 years ago
  21. 9ed1a0a Moved zmod and poly descriptions to the Obsolete section. by Fred Drake · 26 years ago
  22. e0fbe1c Declaring zmod and poly obsolete. They have problems. by Guido van Rossum · 26 years ago
  23. b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
  24. d55049a If the module SUNAUDIODEV was generated on an older version of by Barry Warsaw · 26 years ago
  25. 9ade9dd MainWindow.__init__(): Move the import of Tkinter to here so that by Barry Warsaw · 26 years ago
  26. 3febc24 Added a version number, --version, and updated the docstring. by Barry Warsaw · 26 years ago
  27. e77ec17 Rewrite, simplification of command line option parsing. Many GUI by Barry Warsaw · 26 years ago
  28. 4a1cdd7 Document the new features of this module by Barry Warsaw · 26 years ago
  29. b0d1b06 audio(7I) suggests that applications do the following to get the by Barry Warsaw · 26 years ago
  30. 2c8b35b some rewriting, must do command line args by Barry Warsaw · 26 years ago
  31. b7d1d63 Input stuff by Barry Warsaw · 26 years ago
  32. 2a06084 Added command line options by Barry Warsaw · 26 years ago
  33. 11b7ae5 Initial revision by Barry Warsaw · 26 years ago
  34. 130072d Don't describe something as "below"; that won't make sense for the by Fred Drake · 26 years ago
  35. c024c99 Fix typo reported by Gerry Weiner <gerry@ucar.edu>. by Fred Drake · 26 years ago
  36. c1cea20 Added URL to HOWTO page, with reference to Regex HOWTO. by Andrew M. Kuchling · 26 years ago
  37. 1d5f988 (py-imenu-method-regexp): Fix suggested by Daniel Calvelo to by Barry Warsaw · 26 years ago
  38. 6839d3a #XEmacs 21 now supports Imenu, so I am able to test (and fix) some by Barry Warsaw · 26 years ago
  39. 38e21e7 #Some minor changes in the commentary, obstensibly to test the new by Barry Warsaw · 26 years ago
  40. 566b6d5 Support the use of bibtex. This is transparent to the user. by Fred Drake · 26 years ago
  41. 1bbc031 #Fixed some typos in docstrings. by Barry Warsaw · 26 years ago
  42. 4089c11 root is now a global called _root by Guido van Rossum · 26 years ago
  43. 0410196 Indicate that os.environ may not be a real dictionary. by Guido van Rossum · 26 years ago
  44. d1f2d7e Bump the patch level to 1.5.2b2, just in case I feel like releasing by Guido van Rossum · 26 years ago
  45. d9eee4e Bump version to 1.5.2b1 by Guido van Rossum · 26 years ago
  46. d410388 Raise the root window on reset(). by Guido van Rossum · 26 years ago
  47. 5ac15bc Split the goto() function in two: _goto() is the internal one, by Guido van Rossum · 26 years ago
  48. 2457fc2 Improvement to the previous fix suggested by Thomas Bellman: if the by Guido van Rossum · 26 years ago
  49. a96c2d4 Cope with destruction of the window by Guido van Rossum · 26 years ago
  50. c62cf36 The last two example functions in the section about default argument by Guido van Rossum · 26 years ago
  51. 3fbe67a Turtle graphics by Guido van Rossum · 26 years ago
  52. dce3d55 The TemporaryFile() function has a security leak -- because the by Guido van Rossum · 26 years ago
  53. 39926e4 Use of Breakpoint class should be bdb.Breakpoint. by Guido van Rossum · 26 years ago
  54. 5d42b5b Moved compile_command() to a file of its own (codeop.py). by Guido van Rossum · 26 years ago
  55. c41c1a9 Moved compile_command() here from code.py, so JPython can provide its by Guido van Rossum · 26 years ago
  56. d370379 Jim Fulton writes: by Guido van Rossum · 26 years ago
  57. cf1daad Brief update on the slightly changed API of pyColorChooser.askcolor(). by Barry Warsaw · 26 years ago
  58. 2be8582 __init__(): Removed initialcolor keyword. by Barry Warsaw · 26 years ago
  59. f72d580 sticky should be NSEW to fix pixel weirdness at right edge by Barry Warsaw · 26 years ago
  60. 4ab5ae2 Error message goes to stderr by Barry Warsaw · 26 years ago
  61. d9e5214 beep => bell by Barry Warsaw · 26 years ago
  62. 877d299 Fixed running of standalone via command line. Also, only do save from by Barry Warsaw · 26 years ago
  63. fbba304 Move 'import sys' to top of module, as noted by Tim Peters. by Guido van Rossum · 26 years ago
  64. 6646856 Jim Fulton writes: by Guido van Rossum · 26 years ago
  65. cdcbd1f Added {Get,Set}WindowUserData methods. by Jack Jansen · 26 years ago
  66. 3dd1c39 Describe all the new features by Barry Warsaw · 26 years ago
  67. a20f6af Chooser.__init__(): Added `wantspec' keyword to conform exactly to by Barry Warsaw · 26 years ago
  68. ca07ba0 Many changes to support a second mode of operation. Pynche can now be by Barry Warsaw · 26 years ago
  69. 04da10c Piers Lauder writes: by Guido van Rossum · 26 years ago
  70. 3f200d7 Add note about compiling FORMS with -Dclear=__GLclear. by Guido van Rossum · 26 years ago
  71. 89733a8 Check in the changed version after running the stubber again -- this by Guido van Rossum · 26 years ago
  72. a9832bc Use (f1, f2) as cache key instead of f1 + ' ' + f2. by Guido van Rossum · 26 years ago
  73. 605b93d On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear to by Guido van Rossum · 26 years ago
  74. 803b340 Update the date. by Fred Drake · 26 years ago
  75. a76b63c Bump the release to 1.5.2a2. by Fred Drake · 26 years ago
  76. d29cf37 Added --tools option, to package only the framework (no documents). by Fred Drake · 26 years ago
  77. 260400f Removed debug print by Jack Jansen · 26 years ago
  78. 9beee80 Remove a couple of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  79. dad1132 Remove a bunch of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  80. 3041b07 Remove an unnecessary "%" character that seems to cause a minor glitch by Fred Drake · 26 years ago
  81. 8a09e1c Saving/Restoring state into ~/.pynche file by Barry Warsaw · 26 years ago
  82. 28e7b4c add_link(): Fix to use $section_info instead of $toc_section_info, by Fred Drake · 26 years ago
  83. 8fd0f14 Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices: by Guido van Rossum · 26 years ago
  84. fe78cc0 Adding Fredrik Lundh's demo of the option menu. by Guido van Rossum · 26 years ago
  85. f574500 Patch by Jim Fulton, who writes: by Guido van Rossum · 26 years ago
  86. fbdddde Reflect new name of index style file. by Fred Drake · 26 years ago
  87. 7f77db9 Renamed myindex.ist to something more reasonable. by Fred Drake · 26 years ago
  88. 9dcc9f7 No longer needed since we have nice, contributed navigation buttons. by Fred Drake · 26 years ago
  89. a5de730 If building HTML and the icons should be served from the same by Fred Drake · 26 years ago
  90. d90ae19 Rename 'locals' argument to top-level interact() function to 'local' by Guido van Rossum · 26 years ago
  91. 649e8c1 ArabictoRoman(): Removed, since it wasn't used anywhere. by Fred Drake · 26 years ago
  92. f61618c A Py_DECREF(f) is missing in PyFrame_New for the error case when by Guido van Rossum · 26 years ago
  93. bf33830 Add a missing DECREF in an error exit. Submitted by Jonathan Giddy. by Guido van Rossum · 26 years ago
  94. 18fa7d2 Typo: JIFF -> JFIF. by Guido van Rossum · 26 years ago
  95. eeb2f32 Fixed a problem where xmllib didn't handle the tag by Guido van Rossum · 26 years ago
  96. 7b9bb05 Speed up the search a bit -- don't drag a mark around... by Guido van Rossum · 26 years ago
  97. cc0ade8 Change our special entries from <console#N> to <pyshell#N>. by Guido van Rossum · 26 years ago
  98. b52cfa1 Use and pass through the 'force' flag to set_dict() where appropriate. by Guido van Rossum · 26 years ago
  99. 6c5baeb Raise priority of 'sel' tag so its foreground (on Windows) will take by Guido van Rossum · 26 years ago
  100. 0737430 Disable "Open stack viewer" and "help" commands. by Guido van Rossum · 26 years ago