1. dc86a4e Added a -q ('quiet') option to tabnanny, which causes only the names of by Andrew M. Kuchling · 26 years ago
  2. ea51632 The usual by Guido van Rossum · 26 years ago
  3. 2666a15 Several tiny changes: by Guido van Rossum · 26 years ago
  4. 0e1d0e9 Patch by Chris Herborth: by Guido van Rossum · 26 years ago
  5. 5cd975c Patch by Chris Herborth: by Guido van Rossum · 26 years ago
  6. fc4966b Changes for new BeOS port by Chris Herborth by Guido van Rossum · 26 years ago
  7. 476e49f Jim Fulton writes: by Guido van Rossum · 26 years ago
  8. 2edcf0d Move the prototype for dump_counts() to before where it is used. by Guido van Rossum · 26 years ago
  9. 38b92eb Sjoerd Mullender: by Guido van Rossum · 26 years ago
  10. 9c1696c (py-goto-beginning-of-tqs): Finds the beginning of the triple quoted by Barry Warsaw · 26 years ago
  11. ef30092 Added most of the mechanism to change the strips from color variations by Barry Warsaw · 26 years ago
  12. 6403991 A start on the TestModExp applet "Author" => "Contact" by Barry Warsaw · 26 years ago
  13. 107e623 grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? by Barry Warsaw · 26 years ago
  14. 8860405 "Author" -> "Contact" by Barry Warsaw · 26 years ago
  15. 4c07f81 Fixed bug reported to Gregor Hoffleit: by Andrew M. Kuchling · 26 years ago
  16. cada293 As noted by Per Cederqvist, new_buffersize() sometimes returns the by Guido van Rossum · 26 years ago
  17. 68055ce When tracing references, reset the type and size of tuples allocated by Guido van Rossum · 26 years ago
  18. 21ef088 Need to initialize self->safe_constructors early on to prevent crash by Guido van Rossum · 26 years ago
  19. 732aa2f Gregor Hoffleit writes: by Guido van Rossum · 26 years ago
  20. aaed971 create_module_info(): New function: Modify a <section> to create a by Fred Drake · 26 years ago
  21. fee6abe Remove another {\rm ...} construct. by Fred Drake · 26 years ago
  22. 4abcffb Don't pass around a list of known empty elements, since the ESIS by Fred Drake · 26 years ago
  23. 46e9705 Remove prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 26 years ago
  24. ca90605 Add more SET_LINENO instructions in long argument lists by Guido van Rossum · 26 years ago
  25. f5046d1 Remove prototype for PyOS_strtol -- Chris Herborth. by Guido van Rossum · 26 years ago
  26. cc34faa Add prototypes for PyOS_strto[u]l -- Chris Herborth. by Guido van Rossum · 26 years ago
  27. 9df827f Need to define DL_EXPORT, of course! by Guido van Rossum · 26 years ago
  28. e18f887 No longer needed. by Guido van Rossum · 26 years ago
  29. 5de5420 Needed to add DL_EXPORT to (redundant?) extern decl of module init function. by Guido van Rossum · 26 years ago
  30. fba0ba2 Added a transform to start cleaning up the modulesynopsis stuff a by Fred Drake · 26 years ago
  31. e9e0596 Nits. by Fred Drake · 26 years ago
  32. c166331 Handle SGML variant as well as XML variant. SGML is *much* more by Fred Drake · 26 years ago
  33. 65e164f Removing the BeOS specific 'ar' utility -- no longer needed, by Guido van Rossum · 26 years ago
  34. 030d2ec In read_multi, allow a subclass to override the class we instantiate by Guido van Rossum · 26 years ago
  35. f8b3b94 In __getslice__, use self.__class__ instead of UserList. by Guido van Rossum · 26 years ago
  36. 9819e4c Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  37. e6360fa Moved to Python 1.5.2/Lib by Guido van Rossum · 26 years ago
  38. 0ad55fb Update the descriptions of strftime() and strptime() to avoid by Fred Drake · 26 years ago
  39. e94e3fb Make VC++ 5.0 compiler happy. by Guido van Rossum · 26 years ago
  40. aac399b Correct the poplib example. Stephan Richter pointed out some problems with it. by Guido van Rossum · 26 years ago
  41. b057dd8 Correctly document atan2. by Guido van Rossum · 26 years ago
  42. 64583d3 Rename the parameters of atan2(), based on comments from Guido & Peter by Fred Drake · 26 years ago
  43. 204b65c Sjoerd patches the previous patch: by Guido van Rossum · 26 years ago
  44. f0f3600 Undo the change here -- there's no point in declaring a static by Guido van Rossum · 26 years ago
  45. f484a33 Sjoerd writes: by Guido van Rossum · 26 years ago
  46. 926f7b6 Adding thread support for BeOS by Chris Herborth. by Guido van Rossum · 26 years ago
  47. d83675f "singed" --> "signed" (3 places) by Fred Drake · 26 years ago
  48. 9c1201f Py_Main() must be DL_EXPORT too. by Guido van Rossum · 26 years ago
  49. 5c3b384 Patch by Jeff Rush: by Guido van Rossum · 26 years ago
  50. 9228cbd Patch by Jeff Rush: by Guido van Rossum · 26 years ago
  51. 391c8b4 Open the file in binary mode -- so serving images from a Windows box by Guido van Rossum · 26 years ago
  52. 08833f2 intermediate by Barry Warsaw · 26 years ago
  53. e1425d6 Fixed some bugs by Barry Warsaw · 26 years ago
  54. 93ec4cc Fixed typos in --dump by Barry Warsaw · 26 years ago
  55. e039439 Clarify evaluation of default arguments at def time with more text and by Guido van Rossum · 26 years ago
  56. c6e2290 Added Doc strings -- by Chris Petrilli. by Guido van Rossum · 26 years ago
  57. 13fdf5e When comparing bound methods, use identity test on the objects, by Guido van Rossum · 26 years ago
  58. cf183ac Use PyInt_AS_LONG macro instead of explicit inlining. by Guido van Rossum · 26 years ago
  59. d5516bc One more fprintf bites the dist -- use PySys_WriteStderr by Guido van Rossum · 26 years ago
  60. f261526 Need to add default decl of DL_IMPORT, for mymalloc.h by Guido van Rossum · 26 years ago
  61. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  62. 50f385c Fix two small bugs; add DL_EXPORT() to initcPickle decl. by Guido van Rossum · 26 years ago
  63. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  64. b241b67 Turtle graphics by Guido van Rossum · 26 years ago
  65. 3b5330e Bernard Herzog pointed out that rl_parse_and_bind modifies its by Guido van Rossum · 26 years ago
  66. 8c2da61 Add explicit example on how to import a submodule of a package using by Guido van Rossum · 26 years ago
  67. ce0bbd2 Added Helpwin -- help in a text widget by Barry Warsaw · 26 years ago
  68. eb6b9b7 Untabification and other cruft by Barry Warsaw · 26 years ago
  69. d0e1e51 docstring(): Function for returning __doc__ % globals() by Barry Warsaw · 26 years ago
  70. f622a33 audiopy: slightly revamped UI... includes a menubar, no quit button, by Barry Warsaw · 26 years ago
  71. 7531d50 New API version (enough has changed!). by Guido van Rossum · 26 years ago
  72. 5364688 Initial version of the README file by Barry Warsaw · 26 years ago
  73. 86bc7b0 General comments on what's here and how to try it out. Note by Fred Drake · 26 years ago
  74. 6d26f4b Moved NotImplementedError into alphabetical order, and reword description. by Barry Warsaw · 26 years ago
  75. 1e15132 Added documentation for NotImplementedError. Fred (I'm sure) will by Barry Warsaw · 26 years ago
  76. 3695b12 Support conversions to both SGML and XML; SGML is the "default". by Fred Drake · 26 years ago
  77. aeea981 Use esistools. Lots of changes to the conversion table. by Fred Drake · 26 years ago
  78. 4db5b46 Use esistools. by Fred Drake · 26 years ago
  79. f077b9d Use esistools, getopt. by Fred Drake · 26 years ago
  80. 3843bae Utility functions and misc. classes used in handling ESIS data. by Fred Drake · 26 years ago
  81. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  82. 344864f Added new builtin standard exception: NotImplementedError (its C by Barry Warsaw · 26 years ago
  83. eabfab1 Nits to support conversions. by Fred Drake · 26 years ago
  84. 8fe2a34 Added NotImplementedError, subclassed from RuntimeError by Barry Warsaw · 26 years ago
  85. d052ff0 Added PyExc_NotImplementedError by Barry Warsaw · 26 years ago
  86. 1e270f0 Nits to support conversions. by Fred Drake · 26 years ago
  87. f954b65 Remove $(CUTCRUFT) garbage; now in fixgenents.sh. by Fred Drake · 26 years ago
  88. 3d5e2c0 Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up by Fred Drake · 26 years ago
  89. 50b804d Fix minor nit with respect to conversion. by Fred Drake · 26 years ago
  90. caa3379 Remove {\rm ...} constructs. by Fred Drake · 26 years ago
  91. 84538cd Remove some remaining {\rm ...} constructs. by Fred Drake · 26 years ago
  92. f790b16 Change "for" explanation slightly based on comment passed along by by Fred Drake · 26 years ago
  93. ca6d635 l2hoption: Do the "right thing" to quote the right-hand-side of Perl by Fred Drake · 26 years ago
  94. a8ba364 Add a --address parameter to the mkhowto command line to direct by Fred Drake · 26 years ago
  95. 7777e36 Add a -address parameter to the LaTeX2HTML command line to direct by Fred Drake · 26 years ago
  96. 1ea5848 Oops, remove LaTeX2HTML version number. Could become wrong and isn't by Fred Drake · 26 years ago
  97. 15796f7 do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and move by Fred Drake · 26 years ago
  98. d83c8bd New file. Contains boilerplate text for the "About this document..." by Fred Drake · 26 years ago
  99. 1776556 Markup nit to ease conversions. by Fred Drake · 26 years ago
  100. 3d29955 Markup improvements to help with conversions. by Fred Drake · 26 years ago