1. df178f9 Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  2. 0e3530b Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  3. 802d6b7 Added 'extra_preargs' and 'extra_postargs' parameters to most methods, by Greg Ward · 25 years ago
  4. cd1486f More tweaks to 'mkpath()': by Greg Ward · 25 years ago
  5. 3868eb9 Added 'ready' flag and 'ensure_ready()' method to Command: together by Greg Ward · 25 years ago
  6. e13ff2e Patch by Tim Peters fixing PR#88: by Guido van Rossum · 25 years ago
  7. 1a23c24 Patch by Tim Peters fixing PR#89: by Guido van Rossum · 25 years ago
  8. a840fca Initial checkin of IDE scripts. (jvr) by Just van Rossum · 25 years ago
  9. b7ad821 Added support for global default font settings. (jvr) by Just van Rossum · 25 years ago
  10. 03bca30 1) added "typingcasesens" keyword arg to constructor, and support for case sensitive typing in lists. by Just van Rossum · 25 years ago
  11. 2a75909 added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) by Just van Rossum · 25 years ago
  12. c2dab48 added getdefaultfont() function. Returns default font settings. (jvr) by Just van Rossum · 25 years ago
  13. 2028b59 1 - added "set default window font" menu by Just van Rossum · 25 years ago
  14. cee9a48 minor cleanup, avoiding rare traceback (jvr) by Just van Rossum · 25 years ago
  15. 532998e "make clobber" should remove modindex.html as well. by Fred Drake · 25 years ago
  16. 88c786d icons/ should not be ignored here now that this is it's real home. by Fred Drake · 25 years ago
  17. cf1b06e Added --about option to specify the file to load "About this by Fred Drake · 25 years ago
  18. 8903be6 Tell mkhowto to use stdabout.dat for the documents it processes here. by Fred Drake · 25 years ago
  19. b35f2b7 Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  20. f62b352 Remove the "Comments and Questions" section, allowing this to be used by Fred Drake · 25 years ago
  21. b9bd0b7 Version of about.dat that should only be used for the standard documentation. by Fred Drake · 25 years ago
  22. d37cecf Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  23. f42d7a7 Oops, missed this one! by Fred Drake · 25 years ago
  24. d3d28d3 img_tag(): Tighten up the generated SRC attribute a bit; if the image by Fred Drake · 25 years ago
  25. d52879c do_cmd_rfc(): Simplify the generated markup. by Fred Drake · 25 years ago
  26. 52ea0ce Added --image-type option to allow use of either GIF or PNG images. by Fred Drake · 25 years ago
  27. 191439a Some updates to allow ../tools/mkhowto to add various bits to the by Fred Drake · 25 years ago
  28. d8d179d main(): wrap the device.setinfo() call around an exception handler. by Barry Warsaw · 25 years ago
  29. da2d352 Added docstring and RCS id (apparently some Windows tar extractors by Greg Ward · 25 years ago
  30. 3e1a98a PNG version of the icons, converted from the GIFs by Fred Drake · 25 years ago
  31. df0d335 Ditched the whole notion of "alias options": this meant dropping the by Greg Ward · 25 years ago
  32. ac1424a Added 'write_file()' function. by Greg Ward · 25 years ago
  33. b116e45 In 'link_shared_object()', try to be less sensitive to missing input files by Greg Ward · 25 years ago
  34. fbf8aff Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). by Greg Ward · 25 years ago
  35. d4b8429 Added docstring, brought __all__ up-to-date. by Greg Ward · 25 years ago
  36. 865de83 Added 'install_path' option for giving non-packagized module by Greg Ward · 25 years ago
  37. 02e1c56 Only run build_py if we have pure Python modules, and build_ext if we by Greg Ward · 25 years ago
  38. dbb9625 Some option changes: by Greg Ward · 25 years ago
  39. 17dc6e7 Basically a complete rewrite to support dealing with modules in whole by Greg Ward · 25 years ago
  40. 0297719 Added section about where to send comments, questions, & bug reports. by Fred Drake · 25 years ago
  41. 2a6875e parser__pickler(): Don't drop the third argument to by Fred Drake · 25 years ago
  42. 675e994 Added comment with web location of bsddb windows port. by Guido van Rossum · 25 years ago
  43. ea7364c Peter Haight discovered that this code uses a mutable default for cnf by Guido van Rossum · 25 years ago
  44. 3aca653 Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. by Guido van Rossum · 25 years ago
  45. 458e7fa Erik Lindvall contributed a BSD/OS 4 patch for LDSHARED. by Guido van Rossum · 25 years ago
  46. 933d5a7 os.name: Note that 'java' is one of the registered names. by Fred Drake · 25 years ago
  47. e6fb1c4 Added documentation for inet_aton() and inet_ntoa(), from Ben by Fred Drake · 25 years ago
  48. 2174dcb Tim Peters writes: by Guido van Rossum · 25 years ago
  49. f3c5f5c After much hemming and hawing, we decided to roll back Fred's change. by Guido van Rossum · 25 years ago
  50. 9376b74 (1) On Linux, we really need to trust the configure script to select by Guido van Rossum · 25 years ago
  51. ba895d8 Typo: the method called is do_SPAM, not handle_SPAM. by Guido van Rossum · 25 years ago
  52. 0079b28 Put Sam Rushing's original RCS ID string back, without dollars around it. by Guido van Rossum · 25 years ago
  53. c2b6de5 Put Sam Rushing's original RCS ID string back, without dollars around it. by Guido van Rossum · 25 years ago
  54. 0ba5815 Added "import string" to a couple of examples that describe string by Fred Drake · 25 years ago
  55. fa4eb18 Changed selection of installation directories (in 'set_final_options()') by Greg Ward · 25 years ago
  56. c9c011c Straightened up the selection of installation directories for platform- by Greg Ward · 25 years ago
  57. 609a5c8 Added support for 'package' option, including where to link the by Greg Ward · 25 years ago
  58. 68bdf3e Comment addition. by Greg Ward · 25 years ago
  59. 36e68e2 Now run 'build_ext'. by Greg Ward · 25 years ago
  60. 2adac0a Tim Peters discovered a bug in the Python-supplied getopt(): by Guido van Rossum · 25 years ago
  61. 8037cb1 Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). by Greg Ward · 25 years ago
  62. 3b120ab New command -- install_ext to install extension modules. by Greg Ward · 25 years ago
  63. 138ce65 Added 'newer_pairwise()' and 'newer_group()'. by Greg Ward · 25 years ago
  64. 9b17cb5 Added 'output_dir' attribute, and 'output_dir' parameter to several method by Greg Ward · 25 years ago
  65. 1ae3246 Fixed some goofs in 'alias_options'. by Greg Ward · 25 years ago
  66. 81ffe75 Message.__delitem__(): If the key doesn't exist in the dictionary, by Fred Drake · 25 years ago
  67. 75ae7e7 Fix for PR#74 -- use int() instead of eval() to extract the exponent. by Guido van Rossum · 25 years ago
  68. 148ffbc canonic(): This used to be equivalent to str() but that caused too by Barry Warsaw · 25 years ago
  69. 2bee8fe Pdb.lineinfo(): Don't use os.popen('egrep ...') to find the line in by Barry Warsaw · 25 years ago
  70. a2e4855 It appears that inet_aton() doesn't really exist except in libresolv; by Guido van Rossum · 25 years ago
  71. a41c691 Make the maxsize constructor argument default to 0 (an unlimited queue size). by Guido van Rossum · 25 years ago
  72. 7a15ba5 Added keyword parameter support to all public interfaces; keyword by Fred Drake · 25 years ago
  73. 244ad3c Name the parameter to expr() and suite() "source" instead of "string". by Fred Drake · 25 years ago
  74. 7f2c9d3 A few new TODO entries. by Guido van Rossum · 25 years ago
  75. f620263 call_trace(): A fix for PR#73, if an exception occurred in the by Barry Warsaw · 25 years ago
  76. 71eb864 Changed to reflect the new "command options" regime -- in particular, by Greg Ward · 25 years ago
  77. 42926dd Careful rethink of command options, distribution options, distribution by Greg Ward · 25 years ago
  78. 3d50b90 Ditched redundant docstrings and comments (overlap with ccompiler.py). by Greg Ward · 25 years ago
  79. c294113 Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're by Greg Ward · 25 years ago
  80. f7a39ec os.name is "posix" or "nt" or we don't care. by Greg Ward · 25 years ago
  81. a4d132a [from 1999/08/28] by Greg Ward · 25 years ago
  82. 65bb328 Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender. by Guido van Rossum · 25 years ago
  83. 2d813e5 Fixed 'return EOFError' that should be 'raise EOFError', caught by by Andrew M. Kuchling · 25 years ago
  84. a07934e Correct typo in AddressList.__getitem__. By Moshe Zadka. by Guido van Rossum · 25 years ago
  85. 183fd40 Fix indent error in __format(): del context[objid] at the end should by Guido van Rossum · 25 years ago
  86. 65f4a3b Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) by Greg Ward · 25 years ago
  87. 32162e8 Patch from Perry Stoll: tweaks to Windows support. by Greg Ward · 25 years ago
  88. 69628b0 Patch from Perry Stoll: support for Windows. by Greg Ward · 25 years ago
  89. 1ea8af2 Patch from Perry Stoll: import types module. by Greg Ward · 25 years ago
  90. 440e2f5 Patch from Perry Stoll: typo fix, make sure we only compile .py files. by Greg Ward · 25 years ago
  91. 5d60fcf Patch from Perry Stoll: OK for list of modules to be empty. by Greg Ward · 25 years ago
  92. 2f1b5bb Patch from Perry Stoll: pass 'build_info' to link method. by Greg Ward · 25 years ago
  93. 26e48ea Patch from Perry Stoll: by Greg Ward · 25 years ago
  94. dbd1276 Added msvccompiler module exactly as supplied by Perry Stoll. by Greg Ward · 25 years ago
  95. ff7e83d Patch by Mark Hammond to avoid certain header files on Windows/CE. by Guido van Rossum · 25 years ago
  96. 7f1de83 Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it by Guido van Rossum · 25 years ago
  97. 8779f64 Added descriptions of the t#, w, and w# PyArg_ParseTuple() format by Fred Drake · 25 years ago
  98. 7f1fdfc Add Python Documentation entry to Help menu. by Guido van Rossum · 25 years ago
  99. 416b961 Find the help.txt file relative to __file__ or ".", not in sys.path. by Guido van Rossum · 25 years ago
  100. 0ee4891 Update the instructions slightly. by Fred Drake · 25 years ago