1. 1e899cd Hm. There was a boundary condition error at the end of the file too. by Guido van Rossum · 26 years ago
  2. 4eac47c Hm. Add Unix binding for replace, too. by Guido van Rossum · 26 years ago
  3. 8d7e11a Update information on the version of latex2html to use, including by Fred Drake · 26 years ago
  4. f8d579c This hopefully fixes the problem of having to set PATH by Guido van Rossum · 26 years ago
  5. 8830319 Fix two places (seek and truncate) where a cascade of PyArg_Parse by Guido van Rossum · 26 years ago
  6. e89d450 Chris Herborth writes: by Guido van Rossum · 26 years ago
  7. cad3d47 Chris Herborth writes: by Guido van Rossum · 26 years ago
  8. d3b0921 Chris Herborth writes: by Guido van Rossum · 26 years ago
  9. 906572a Ran eventparse.py again. by Guido van Rossum · 26 years ago
  10. e911c3e Added Unix Meta-q key binding; fix find_paragraph when at start of file. by Guido van Rossum · 26 years ago
  11. 16b91f8 Added Meta-/ binding for Unix as alt for Alt-/. by Guido van Rossum · 26 years ago
  12. 5bfffbd Add unix binding for grep (otherwise the menu entry doesn't work!) by Guido van Rossum · 26 years ago
  13. 1ae3f89 Adjusted Unix height to work with fvwm96. :=( by Guido van Rossum · 26 years ago
  14. b75d021 Typo: "TWELV" --> "TWELVE" by Fred Drake · 26 years ago
  15. d53869e Need to import sys! by Guido van Rossum · 26 years ago
  16. f903898 Formatted some paragraphs by Guido van Rossum · 26 years ago
  17. 94e82ce Add new extension to reformat a (text) paragraph. by Guido van Rossum · 26 years ago
  18. 46facd1 Typo in Win specific height setting. by Guido van Rossum · 26 years ago
  19. 909bc18 Recover from failed saves; when a file turns out to be a directory, by Guido van Rossum · 26 years ago
  20. 0a6363d Get rid of the strptype() declaration -- on some BSD systems, it's a by Guido van Rossum · 26 years ago
  21. e0d7dae Add sys.hexversion, which is an integer encoding the version in hexadecimal. by Guido van Rossum · 26 years ago
  22. 6e0a349 Use PY_VERSION instead of PATCHLEVEL. by Guido van Rossum · 26 years ago
  23. f1176c4 New version identification scheme. by Guido van Rossum · 26 years ago
  24. 33f2b7b Added something like Tim Peters' backspace patch. by Guido van Rossum · 26 years ago
  25. 0c65e25 Adapted to Unix (i.e., more hardcoded constants). by Guido van Rossum · 26 years ago
  26. 47ae028 Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch). by Guido van Rossum · 26 years ago
  27. 504b0bf Checking in IDLE 0.2. by Guido van Rossum · 26 years ago
  28. f07c328 Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) by Andrew M. Kuchling · 26 years ago
  29. c0ef565 D.M. Pick gives me a more accurate distillation of his `uk' explanation :-) by Barry Warsaw · 26 years ago
  30. 94c4a79 Added index entries to make it easier to locate directory & file operations. by Fred Drake · 26 years ago
  31. 8692998 Added index entries to make it easier to locate directory operations. by Fred Drake · 26 years ago
  32. cc09e8d Clarified what Python versions the interactivity chapter applies to, by Fred Drake · 26 years ago
  33. 76fa3b7 Remove recently documented modules from the undoc list. by Fred Drake · 26 years ago
  34. 03a0235 Print a line to the console reporting the number of index nodes by Fred Drake · 26 years ago
  35. 566c832 Added entry for libshutil.tex. by Fred Drake · 26 years ago
  36. 449e18f Add documentation for shutil module. by Fred Drake · 26 years ago
  37. cd05853 Adjust a few niggles that affected the HTML conversion (a couple of by Fred Drake · 26 years ago
  38. d82af0b Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X) by Fred Drake · 26 years ago
  39. a2b3803 Update on history of `uk' top level, greatly condensed from David by Barry Warsaw · 26 years ago
  40. 82eae9e Added mt_interact() -- multithreaded version of interact(). by Guido van Rossum · 26 years ago
  41. db01ee0 Patch by Mike Meyer: by Guido van Rossum · 26 years ago
  42. 9a4d637 Patch by Mike Meyer: by Guido van Rossum · 26 years ago
  43. 99e1131 Avoid crash in parsedate_tz() on certain invalid dates -- when the by Guido van Rossum · 26 years ago
  44. 2d3b0d7 Provide more detail when the commit button is not shown. by Guido van Rossum · 26 years ago
  45. c38e7d4 Oops, forgot a pair of {}'s. (Greg Couch) by Guido van Rossum · 26 years ago
  46. d358afe Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. by Guido van Rossum · 26 years ago
  47. d341500 Add 'N' format character to Py_BuildValue -- like 'O' but doesn't INCREF. by Guido van Rossum · 26 years ago
  48. 1184789 Chris Herborth discovered a typo in the arrow key symbols. by Guido van Rossum · 26 years ago
  49. 32f7ae0 Fix many of the specific targets in links from the index. by Fred Drake · 26 years ago
  50. 7d65d38 Add the getpass module to $(LIBFILES). by Fred Drake · 26 years ago
  51. 99e2c39 Add the getpass module. by Fred Drake · 26 years ago
  52. 5ac2a07 Basic documentation for the getpass module. by Fred Drake · 26 years ago
  53. 8522041 Bump $(RELEASE). by Fred Drake · 26 years ago
  54. fa38b3e This commit was manufactured by cvs2svn to create tag 'r152b1'. by cvs2svn · 26 years ago
  55. 45d2ae5 Use installed Tcl lib files -- also for Debug configuration by Guido van Rossum · 26 years ago
  56. 7aa9f58 Use installed Tcl lib files by Guido van Rossum · 26 years ago
  57. 0720177 Small, and final docstring merge with Dragon's version. by Barry Warsaw · 26 years ago
  58. 5cb48a4 Added a \versionchanged since the API changed to support namespaces with 1.5.2. by Fred Drake · 26 years ago
  59. 66419ba Added Tcl 8.0.4 installer. Added Tools/idle. by Guido van Rossum · 26 years ago
  60. 292b9eb Added information on when this was added, allowing us to release the by Fred Drake · 26 years ago
  61. ae48aab Update the date. by Fred Drake · 26 years ago
  62. 1189fa9 Adjust markup to match current conventions, and make it formattable. by Fred Drake · 26 years ago
  63. 768ac6b Start of text that describes differences between match and search. by Fred Drake · 26 years ago
  64. 5eecd7b Improve a couple of comments. by Fred Drake · 26 years ago
  65. 191f285 Use \moduleauthor and \sectionauthor instead of a comment to credit by Fred Drake · 26 years ago
  66. 7be0cde Add an explanation about what the example does and doesn't do. by Fred Drake · 26 years ago
  67. 2eff3c5 do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC repository. by Fred Drake · 26 years ago
  68. 782c973 Added libnetrc.tex and libshlex.tex to LIBFILES. by Fred Drake · 26 years ago
  69. c822a45 Add warning to Netrc's docstring that it is obsolete -- use the netrc by Guido van Rossum · 26 years ago
  70. de8b026 Added shlex and netrc modules; added warning about urllib change by Guido van Rossum · 26 years ago
  71. d449342 Optimistically, we label this as ready to go today. by Guido van Rossum · 26 years ago
  72. af5add4 New test function by Sjoerd, adding -t option. by Guido van Rossum · 26 years ago
  73. 7ea1d97 The usual. by Guido van Rossum · 26 years ago
  74. fdd3028 Fix for modulefinder so that it prints all modules an unknown module by Guido van Rossum · 26 years ago
  75. f96cff2 Last-minute oopsie by Chris H. (Chris, please check that I did this right!) by Guido van Rossum · 26 years ago
  76. 343848b Last-minute update by Chris H. by Guido van Rossum · 26 years ago
  77. 3c8e54b Applied Fred's patch to fix the bugs that John Skaller noticed. by Greg Ward · 26 years ago
  78. 9c30c24 Adding shlex and netrc by Eric Raymond. by Guido van Rossum · 26 years ago
  79. 5e97c9d Adding libshlex and libnetrc by Eric Raymond. by Guido van Rossum · 26 years ago
  80. a7d9bdf A few other docstring fixes, most importantly to be a little nicer to Emacs ;-) by Barry Warsaw · 26 years ago
  81. 4c4bec8 Nothing earthshattering, just some fixes to typos and other formatting by Barry Warsaw · 26 years ago
  82. e96bd3f News for 1.5.2b1. Moved news before 1.5.1 to HISTORY. by Guido van Rossum · 26 years ago
  83. 9818d0f New names. Keep those contributions coming! by Guido van Rossum · 26 years ago
  84. 439d1fa Moved history up to and including 1.5.1 here. by Guido van Rossum · 26 years ago
  85. 44331ec Get rid of python_nt.def -- it's no longer needed! by Guido van Rossum · 26 years ago
  86. a8b47fe I can't seem to do anything right :-) by Guido van Rossum · 26 years ago
  87. 6058eb4 Improve comment for PyImport_Import() as suggested by Bill Tutt. by Guido van Rossum · 26 years ago
  88. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  89. 14f53a7 Chris H. adds MACHDEP=beos to the CCSHARED variable by Guido van Rossum · 26 years ago
  90. d147a6c Renaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's request by Guido van Rossum · 26 years ago
  91. b1f97d6 Suggestion by Tim Peters clarifying what "before global" means. by Guido van Rossum · 26 years ago
  92. e848976 Clarify descriptions of some operations; it's not always clear that by Fred Drake · 26 years ago
  93. 3b02ddf Add a bunch of index entries related to retrieving information from by Fred Drake · 26 years ago
  94. 98c17b3 Marc-Andre Lemburg notes about statparse(): by Guido van Rossum · 26 years ago
  95. 95864d3 Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush. by Guido van Rossum · 26 years ago
  96. 885553e Use PyThreadState_GET() macro. by Guido van Rossum · 26 years ago
  97. 89ce454 Make sure that -t and -tt also work on strings passed to compile(). by Guido van Rossum · 26 years ago
  98. b55f9ff 100 bottles of beer on the wall example. by Guido van Rossum · 26 years ago
  99. 275ea67 Add macro version of PyThreadState_GET(). This uses by Guido van Rossum · 26 years ago
  100. 18bc7c2 Make current_tstate a global, _PyThreadState_Current. This is to by Guido van Rossum · 26 years ago