1. 191f285 Use \moduleauthor and \sectionauthor instead of a comment to credit by Fred Drake · 26 years ago
  2. 7be0cde Add an explanation about what the example does and doesn't do. by Fred Drake · 26 years ago
  3. 2eff3c5 do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC repository. by Fred Drake · 26 years ago
  4. 782c973 Added libnetrc.tex and libshlex.tex to LIBFILES. by Fred Drake · 26 years ago
  5. c822a45 Add warning to Netrc's docstring that it is obsolete -- use the netrc by Guido van Rossum · 26 years ago
  6. de8b026 Added shlex and netrc modules; added warning about urllib change by Guido van Rossum · 26 years ago
  7. d449342 Optimistically, we label this as ready to go today. by Guido van Rossum · 26 years ago
  8. af5add4 New test function by Sjoerd, adding -t option. by Guido van Rossum · 26 years ago
  9. 7ea1d97 The usual. by Guido van Rossum · 26 years ago
  10. fdd3028 Fix for modulefinder so that it prints all modules an unknown module by Guido van Rossum · 26 years ago
  11. f96cff2 Last-minute oopsie by Chris H. (Chris, please check that I did this right!) by Guido van Rossum · 26 years ago
  12. 343848b Last-minute update by Chris H. by Guido van Rossum · 26 years ago
  13. 3c8e54b Applied Fred's patch to fix the bugs that John Skaller noticed. by Greg Ward · 26 years ago
  14. 9c30c24 Adding shlex and netrc by Eric Raymond. by Guido van Rossum · 26 years ago
  15. 5e97c9d Adding libshlex and libnetrc by Eric Raymond. by Guido van Rossum · 26 years ago
  16. a7d9bdf A few other docstring fixes, most importantly to be a little nicer to Emacs ;-) by Barry Warsaw · 26 years ago
  17. 4c4bec8 Nothing earthshattering, just some fixes to typos and other formatting by Barry Warsaw · 26 years ago
  18. e96bd3f News for 1.5.2b1. Moved news before 1.5.1 to HISTORY. by Guido van Rossum · 26 years ago
  19. 9818d0f New names. Keep those contributions coming! by Guido van Rossum · 26 years ago
  20. 439d1fa Moved history up to and including 1.5.1 here. by Guido van Rossum · 26 years ago
  21. 44331ec Get rid of python_nt.def -- it's no longer needed! by Guido van Rossum · 26 years ago
  22. a8b47fe I can't seem to do anything right :-) by Guido van Rossum · 26 years ago
  23. 6058eb4 Improve comment for PyImport_Import() as suggested by Bill Tutt. by Guido van Rossum · 26 years ago
  24. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  25. 14f53a7 Chris H. adds MACHDEP=beos to the CCSHARED variable by Guido van Rossum · 26 years ago
  26. d147a6c Renaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's request by Guido van Rossum · 26 years ago
  27. b1f97d6 Suggestion by Tim Peters clarifying what "before global" means. by Guido van Rossum · 26 years ago
  28. e848976 Clarify descriptions of some operations; it's not always clear that by Fred Drake · 26 years ago
  29. 3b02ddf Add a bunch of index entries related to retrieving information from by Fred Drake · 26 years ago
  30. 98c17b3 Marc-Andre Lemburg notes about statparse(): by Guido van Rossum · 26 years ago
  31. 95864d3 Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush. by Guido van Rossum · 26 years ago
  32. 885553e Use PyThreadState_GET() macro. by Guido van Rossum · 26 years ago
  33. 89ce454 Make sure that -t and -tt also work on strings passed to compile(). by Guido van Rossum · 26 years ago
  34. b55f9ff 100 bottles of beer on the wall example. by Guido van Rossum · 26 years ago
  35. 275ea67 Add macro version of PyThreadState_GET(). This uses by Guido van Rossum · 26 years ago
  36. 18bc7c2 Make current_tstate a global, _PyThreadState_Current. This is to by Guido van Rossum · 26 years ago
  37. dfaac4d Add XXX comment about the need to add a dump() method to the Text by Guido van Rossum · 26 years ago
  38. c08cc50 Add XXX comment about a test that doesn't seem right -- no time to by Guido van Rossum · 26 years ago
  39. 0b56a3e A mod whose author I forget. (I must've mislaid the email. If it's by Guido van Rossum · 26 years ago
  40. 91c8f59 Sjoerd Mullender: by Guido van Rossum · 26 years ago
  41. 5bc4abe replace missing zalloc initialization (test_zlib now runs successfully) by Jeremy Hylton · 26 years ago
  42. 3625202 remove debugging fprintf (should have checked this before previous checkin) by Jeremy Hylton · 26 years ago
  43. c6769c5 Typo discovered by Just. by Guido van Rossum · 26 years ago
  44. 1f05708 Use __stdin__ instead of stdin to derive FileType -- safer against assignments. by Guido van Rossum · 26 years ago
  45. 1190ee3 Fred's sysconfig module. by Greg Ward · 26 years ago
  46. a37e244 patches from Andrew by Jeremy Hylton · 26 years ago
  47. 1924a06 Chris H. writes: by Guido van Rossum · 26 years ago
  48. eb45232 Improved instructions by Chris H. by Guido van Rossum · 26 years ago
  49. ee789b9 Initial checkin of distutils source files. by Greg Ward · 26 years ago
  50. b083a9f Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  51. 6de7d0c When _PyString_Resize() reports failure, the variable referring to the by Fred Drake · 26 years ago
  52. 654387e Fix the class browser to work even when the file is not on sys.path. by Guido van Rossum · 26 years ago
  53. 060f24c Forgot to check this in for Chris Herborth by Guido van Rossum · 26 years ago
  54. 33add0a Sjoerd Mullender: by Guido van Rossum · 26 years ago
  55. dc86a4e Added a -q ('quiet') option to tabnanny, which causes only the names of by Andrew M. Kuchling · 26 years ago
  56. ea51632 The usual by Guido van Rossum · 26 years ago
  57. 2666a15 Several tiny changes: by Guido van Rossum · 26 years ago
  58. 0e1d0e9 Patch by Chris Herborth: by Guido van Rossum · 26 years ago
  59. 5cd975c Patch by Chris Herborth: by Guido van Rossum · 26 years ago
  60. fc4966b Changes for new BeOS port by Chris Herborth by Guido van Rossum · 26 years ago
  61. 476e49f Jim Fulton writes: by Guido van Rossum · 26 years ago
  62. 2edcf0d Move the prototype for dump_counts() to before where it is used. by Guido van Rossum · 26 years ago
  63. 38b92eb Sjoerd Mullender: by Guido van Rossum · 26 years ago
  64. 9c1696c (py-goto-beginning-of-tqs): Finds the beginning of the triple quoted by Barry Warsaw · 26 years ago
  65. ef30092 Added most of the mechanism to change the strips from color variations by Barry Warsaw · 26 years ago
  66. 6403991 A start on the TestModExp applet "Author" => "Contact" by Barry Warsaw · 26 years ago
  67. 107e623 grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? by Barry Warsaw · 26 years ago
  68. 8860405 "Author" -> "Contact" by Barry Warsaw · 26 years ago
  69. 4c07f81 Fixed bug reported to Gregor Hoffleit: by Andrew M. Kuchling · 26 years ago
  70. cada293 As noted by Per Cederqvist, new_buffersize() sometimes returns the by Guido van Rossum · 26 years ago
  71. 68055ce When tracing references, reset the type and size of tuples allocated by Guido van Rossum · 26 years ago
  72. 21ef088 Need to initialize self->safe_constructors early on to prevent crash by Guido van Rossum · 26 years ago
  73. 732aa2f Gregor Hoffleit writes: by Guido van Rossum · 26 years ago
  74. aaed971 create_module_info(): New function: Modify a <section> to create a by Fred Drake · 26 years ago
  75. fee6abe Remove another {\rm ...} construct. by Fred Drake · 26 years ago
  76. 4abcffb Don't pass around a list of known empty elements, since the ESIS by Fred Drake · 26 years ago
  77. 46e9705 Remove prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 26 years ago
  78. ca90605 Add more SET_LINENO instructions in long argument lists by Guido van Rossum · 26 years ago
  79. f5046d1 Remove prototype for PyOS_strtol -- Chris Herborth. by Guido van Rossum · 26 years ago
  80. cc34faa Add prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 26 years ago
  81. 9df827f Need to define DL_EXPORT, of course! by Guido van Rossum · 26 years ago
  82. e18f887 No longer needed. by Guido van Rossum · 26 years ago
  83. 5de5420 Needed to add DL_EXPORT to (redundant?) extern decl of module init function. by Guido van Rossum · 26 years ago
  84. fba0ba2 Added a transform to start cleaning up the modulesynopsis stuff a by Fred Drake · 26 years ago
  85. e9e0596 Nits. by Fred Drake · 26 years ago
  86. c166331 Handle SGML variant as well as XML variant. SGML is *much* more by Fred Drake · 26 years ago
  87. 65e164f Removing the BeOS specific 'ar' utility -- no longer needed, by Guido van Rossum · 26 years ago
  88. 030d2ec In read_multi, allow a subclass to override the class we instantiate by Guido van Rossum · 26 years ago
  89. f8b3b94 In __getslice__, use self.__class__ instead of UserList. by Guido van Rossum · 26 years ago
  90. 9819e4c Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  91. e6360fa Moved to Python 1.5.2/Lib by Guido van Rossum · 26 years ago
  92. 0ad55fb Update the descriptions of strftime() and strptime() to avoid by Fred Drake · 26 years ago
  93. e94e3fb Make VC++ 5.0 compiler happy. by Guido van Rossum · 26 years ago
  94. aac399b Correct the poplib example. Stephan Richter pointed out some problems with it. by Guido van Rossum · 26 years ago
  95. b057dd8 Correctly document atan2. by Guido van Rossum · 26 years ago
  96. 64583d3 Rename the parameters of atan2(), based on comments from Guido & Peter by Fred Drake · 26 years ago
  97. 204b65c Sjoerd patches the previous patch: by Guido van Rossum · 26 years ago
  98. f0f3600 Undo the change here -- there's no point in declaring a static by Guido van Rossum · 26 years ago
  99. f484a33 Sjoerd writes: by Guido van Rossum · 26 years ago
  100. 926f7b6 Adding thread support for BeOS by Chris Herborth. by Guido van Rossum · 26 years ago