1. 1b7aec3 Fix PR#31 -- zfill() mishandles empty string. by Guido van Rossum · 25 years ago
  2. 42636dc Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname by Guido van Rossum · 25 years ago
  3. 08a92cb Jeremy writes: by Guido van Rossum · 25 years ago
  4. c4eb6a6 main(): Arg! I wasn't properly ignoring EINVAL; now only re-raise the by Barry Warsaw · 25 years ago
  5. d8957d6 Fix PR#3, submitted by Skip Montanaro: if no space appears after the by Guido van Rossum · 25 years ago
  6. be20336 In PySys_GetObject(), it's possible that tstate->interp->sysdict is by Guido van Rossum · 25 years ago
  7. caf2f8e Add -v flag. Comment duplicate Py_Finalize(). by Guido van Rossum · 25 years ago
  8. f5957ea Dynamic linking support for BSD/OS 4.x as suggested by Vivek Khera by Guido van Rossum · 25 years ago
  9. 231fffe AskString always set the dialog id to 257. Fixed. by Jack Jansen · 25 years ago
  10. a5a24b7 Added has_option(); fix bug in get() which botched interpolation if by Guido van Rossum · 25 years ago
  11. 6a8d84b Urmpfh! by Guido van Rossum · 25 years ago
  12. 2438a48 ConfigParser.read(): Don't mask IOError exceptions. by Fred Drake · 25 years ago
  13. ef93095 Filter 'glob()' results so we only look at regular files. by Greg Ward · 25 years ago
  14. 3c6204a Pass 'force' flag to 'new_compiler()'. by Greg Ward · 25 years ago
  15. 455eb61 Don't import what we don't use. by Greg Ward · 25 years ago
  16. ef9ad6d Tweaked verbosity messages for byte-compilation. by Greg Ward · 25 years ago
  17. 0c35ac6 Added 'force' and 'quiet' (negative alias for 'verbose') to the by Greg Ward · 25 years ago
  18. f3b997a Fixed 'mkpath()' to normalize the path right off the bat -- cleans up by Greg Ward · 25 years ago
  19. a564cc3 Hacked to support the notion of "negative alias" options, to handle by Greg Ward · 25 years ago
  20. c74138d Catch up with changes in 'gen_lib_options()': by Greg Ward · 25 years ago
  21. 4fecfce Fixed order of link options: object files now precede library stuff. by Greg Ward · 25 years ago
  22. 3febd60 Slight change to the meaning of the 'libraries' list: if a library name by Greg Ward · 25 years ago
  23. 99eb7a1 Mark Hammond writes: by Guido van Rossum · 25 years ago
  24. 91cae85 Optionally bracket all external declarations of init functions with "ifndef"s. by Jack Jansen · 25 years ago
  25. 2afc2c7 vec_longjmp added to list of "forbidden" functions in .exp file. by Jack Jansen · 25 years ago
  26. 70d7849 CW Pro 5 projects. by Jack Jansen · 25 years ago
  27. fa968ac Patches by Jack Jansen: new type OptionalInBuffer allows by Guido van Rossum · 25 years ago
  28. 8bd7382 Patch by Jack Jansen to add with_ifdef option, which places #ifndef by Guido van Rossum · 25 years ago
  29. a856d9f Added module "ce" to list of modules known not to exist on the mac. by Jack Jansen · 25 years ago
  30. e742487 Bigger buffer size for C profiler (if profiling is enabled). by Jack Jansen · 25 years ago
  31. fac3008 Optimization: don't try to get a tabsize resource if we know the file by Jack Jansen · 25 years ago
  32. 4cc9562 Regenerated, no significant diferences. by Jack Jansen · 25 years ago
  33. c7fda7e Make macglue.h C++ compatible. by Jack Jansen · 25 years ago
  34. 9a41aa8 Distribution files for 1.5.1c1. by Jack Jansen · 25 years ago
  35. 9f678a1 1.5.2c1 version. by Jack Jansen · 25 years ago
  36. 8e7eaa8 Duncan Grisby noted a typo in _DummyThread. by Guido van Rossum · 25 years ago
  37. b24afe1 Added 'list_only' option (and modified 'run()' to respect it). by Greg Ward · 25 years ago
  38. 274ad9d Added all documentation. by Greg Ward · 25 years ago
  39. ef4490f New command to generate source distribution based on a manifest file. by Greg Ward · 25 years ago
  40. a6cb8ae Added 'package' option. by Greg Ward · 25 years ago
  41. 2a61206 Renamed 'dir' option to be consistent with other commands. by Greg Ward · 25 years ago
  42. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 25 years ago
  43. df178f9 Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  44. 0e3530b Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  45. 802d6b7 Added 'extra_preargs' and 'extra_postargs' parameters to most methods, by Greg Ward · 25 years ago
  46. cd1486f More tweaks to 'mkpath()': by Greg Ward · 25 years ago
  47. 3868eb9 Added 'ready' flag and 'ensure_ready()' method to Command: together by Greg Ward · 25 years ago
  48. e13ff2e Patch by Tim Peters fixing PR#88: by Guido van Rossum · 25 years ago
  49. 1a23c24 Patch by Tim Peters fixing PR#89: by Guido van Rossum · 25 years ago
  50. a840fca Initial checkin of IDE scripts. (jvr) by Just van Rossum · 25 years ago
  51. b7ad821 Added support for global default font settings. (jvr) by Just van Rossum · 25 years ago
  52. 03bca30 1) added "typingcasesens" keyword arg to constructor, and support for case sensitive typing in lists. by Just van Rossum · 25 years ago
  53. 2a75909 added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) by Just van Rossum · 25 years ago
  54. c2dab48 added getdefaultfont() function. Returns default font settings. (jvr) by Just van Rossum · 25 years ago
  55. 2028b59 1 - added "set default window font" menu by Just van Rossum · 25 years ago
  56. cee9a48 minor cleanup, avoiding rare traceback (jvr) by Just van Rossum · 25 years ago
  57. 532998e "make clobber" should remove modindex.html as well. by Fred Drake · 25 years ago
  58. 88c786d icons/ should not be ignored here now that this is it's real home. by Fred Drake · 25 years ago
  59. cf1b06e Added --about option to specify the file to load "About this by Fred Drake · 25 years ago
  60. 8903be6 Tell mkhowto to use stdabout.dat for the documents it processes here. by Fred Drake · 25 years ago
  61. b35f2b7 Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  62. f62b352 Remove the "Comments and Questions" section, allowing this to be used by Fred Drake · 25 years ago
  63. b9bd0b7 Version of about.dat that should only be used for the standard documentation. by Fred Drake · 25 years ago
  64. d37cecf Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  65. f42d7a7 Oops, missed this one! by Fred Drake · 25 years ago
  66. d3d28d3 img_tag(): Tighten up the generated SRC attribute a bit; if the image by Fred Drake · 25 years ago
  67. d52879c do_cmd_rfc(): Simplify the generated markup. by Fred Drake · 25 years ago
  68. 52ea0ce Added --image-type option to allow use of either GIF or PNG images. by Fred Drake · 25 years ago
  69. 191439a Some updates to allow ../tools/mkhowto to add various bits to the by Fred Drake · 25 years ago
  70. d8d179d main(): wrap the device.setinfo() call around an exception handler. by Barry Warsaw · 25 years ago
  71. da2d352 Added docstring and RCS id (apparently some Windows tar extractors by Greg Ward · 25 years ago
  72. 3e1a98a PNG version of the icons, converted from the GIFs by Fred Drake · 25 years ago
  73. df0d335 Ditched the whole notion of "alias options": this meant dropping the by Greg Ward · 25 years ago
  74. ac1424a Added 'write_file()' function. by Greg Ward · 25 years ago
  75. b116e45 In 'link_shared_object()', try to be less sensitive to missing input files by Greg Ward · 25 years ago
  76. fbf8aff Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). by Greg Ward · 25 years ago
  77. d4b8429 Added docstring, brought __all__ up-to-date. by Greg Ward · 25 years ago
  78. 865de83 Added 'install_path' option for giving non-packagized module by Greg Ward · 25 years ago
  79. 02e1c56 Only run build_py if we have pure Python modules, and build_ext if we by Greg Ward · 25 years ago
  80. dbb9625 Some option changes: by Greg Ward · 25 years ago
  81. 17dc6e7 Basically a complete rewrite to support dealing with modules in whole by Greg Ward · 25 years ago
  82. 0297719 Added section about where to send comments, questions, & bug reports. by Fred Drake · 25 years ago
  83. 2a6875e parser__pickler(): Don't drop the third argument to by Fred Drake · 25 years ago
  84. 675e994 Added comment with web location of bsddb windows port. by Guido van Rossum · 25 years ago
  85. ea7364c Peter Haight discovered that this code uses a mutable default for cnf by Guido van Rossum · 25 years ago
  86. 3aca653 Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. by Guido van Rossum · 25 years ago
  87. 458e7fa Erik Lindvall contributed a BSD/OS 4 patch for LDSHARED. by Guido van Rossum · 25 years ago
  88. 933d5a7 os.name: Note that 'java' is one of the registered names. by Fred Drake · 25 years ago
  89. e6fb1c4 Added documentation for inet_aton() and inet_ntoa(), from Ben by Fred Drake · 25 years ago
  90. 2174dcb Tim Peters writes: by Guido van Rossum · 25 years ago
  91. f3c5f5c After much hemming and hawing, we decided to roll back Fred's change. by Guido van Rossum · 25 years ago
  92. 9376b74 (1) On Linux, we really need to trust the configure script to select by Guido van Rossum · 25 years ago
  93. ba895d8 Typo: the method called is do_SPAM, not handle_SPAM. by Guido van Rossum · 25 years ago
  94. 0079b28 Put Sam Rushing's original RCS ID string back, without dollars around it. by Guido van Rossum · 25 years ago
  95. c2b6de5 Put Sam Rushing's original RCS ID string back, without dollars around it. by Guido van Rossum · 25 years ago
  96. 0ba5815 Added "import string" to a couple of examples that describe string by Fred Drake · 25 years ago
  97. fa4eb18 Changed selection of installation directories (in 'set_final_options()') by Greg Ward · 25 years ago
  98. c9c011c Straightened up the selection of installation directories for platform- by Greg Ward · 25 years ago
  99. 609a5c8 Added support for 'package' option, including where to link the by Greg Ward · 25 years ago
  100. 68bdf3e Comment addition. by Greg Ward · 25 years ago