1. 7b7dc6b Initial version as provided by Skip Montanaro <skip@mojam.com>. by Fred Drake · 25 years ago
  2. 8fa42af Fix PR#107: wm_colormapwindows() did the wrong thing when presented by Guido van Rossum · 25 years ago
  3. 910d9a0 Test output. by Guido van Rossum · 25 years ago
  4. fdecda0 Rewritten -- this now tests the binascii *except* for the binhex by Guido van Rossum · 25 years ago
  5. a0e85b2 Test output for test_binhex.py. by Guido van Rossum · 25 years ago
  6. 2db4f47 Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly reformatted.) by Guido van Rossum · 25 years ago
  7. 7b8f1ab This test really only tests the binhex module. by Guido van Rossum · 25 years ago
  8. d5753e1 John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3 by Guido van Rossum · 25 years ago
  9. eba24bb Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call by Guido van Rossum · 25 years ago
  10. 88d2330 print a warning if the password will be echoed. by Jeremy Hylton · 25 years ago
  11. f8d8e07 Fixed PR#106: winfo_visualsavailable() with the includeids=1 option by Guido van Rossum · 25 years ago
  12. dcb8583 Fix for PR#111: when using the inplace option, give the new file the by Guido van Rossum · 25 years ago
  13. 39d4a02 Fixed typo in explanation of abspath(); noticed by Paul Prescod by Fred Drake · 25 years ago
  14. 14bb71d os.fork raises AttributeError, not NameError, if fork() isn't by Fred Drake · 25 years ago
  15. 40e84db Based on comments from Paul Prescod: by Fred Drake · 25 years ago
  16. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  17. 7526027 update to use threading module instead of thread. by Jeremy Hylton · 25 years ago
  18. 2539451 fixed a typo in a docstring, and slightly expanded the module by Barry Warsaw · 25 years ago
  19. 2c7b8fe Fix PR#66. Solution: add error checking around l_divmod() calls in long_pow(). by Guido van Rossum · 25 years ago
  20. 1b7aec3 Fix PR#31 -- zfill() mishandles empty string. by Guido van Rossum · 25 years ago
  21. 42636dc Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname by Guido van Rossum · 25 years ago
  22. 08a92cb Jeremy writes: by Guido van Rossum · 25 years ago
  23. c4eb6a6 main(): Arg! I wasn't properly ignoring EINVAL; now only re-raise the by Barry Warsaw · 25 years ago
  24. d8957d6 Fix PR#3, submitted by Skip Montanaro: if no space appears after the by Guido van Rossum · 25 years ago
  25. be20336 In PySys_GetObject(), it's possible that tstate->interp->sysdict is by Guido van Rossum · 25 years ago
  26. caf2f8e Add -v flag. Comment duplicate Py_Finalize(). by Guido van Rossum · 25 years ago
  27. f5957ea Dynamic linking support for BSD/OS 4.x as suggested by Vivek Khera by Guido van Rossum · 25 years ago
  28. 231fffe AskString always set the dialog id to 257. Fixed. by Jack Jansen · 25 years ago
  29. a5a24b7 Added has_option(); fix bug in get() which botched interpolation if by Guido van Rossum · 25 years ago
  30. 6a8d84b Urmpfh! by Guido van Rossum · 25 years ago
  31. 2438a48 ConfigParser.read(): Don't mask IOError exceptions. by Fred Drake · 25 years ago
  32. ef93095 Filter 'glob()' results so we only look at regular files. by Greg Ward · 25 years ago
  33. 3c6204a Pass 'force' flag to 'new_compiler()'. by Greg Ward · 25 years ago
  34. 455eb61 Don't import what we don't use. by Greg Ward · 25 years ago
  35. ef9ad6d Tweaked verbosity messages for byte-compilation. by Greg Ward · 25 years ago
  36. 0c35ac6 Added 'force' and 'quiet' (negative alias for 'verbose') to the by Greg Ward · 25 years ago
  37. f3b997a Fixed 'mkpath()' to normalize the path right off the bat -- cleans up by Greg Ward · 25 years ago
  38. a564cc3 Hacked to support the notion of "negative alias" options, to handle by Greg Ward · 25 years ago
  39. c74138d Catch up with changes in 'gen_lib_options()': by Greg Ward · 25 years ago
  40. 4fecfce Fixed order of link options: object files now precede library stuff. by Greg Ward · 25 years ago
  41. 3febd60 Slight change to the meaning of the 'libraries' list: if a library name by Greg Ward · 25 years ago
  42. 99eb7a1 Mark Hammond writes: by Guido van Rossum · 25 years ago
  43. 91cae85 Optionally bracket all external declarations of init functions with "ifndef"s. by Jack Jansen · 25 years ago
  44. 2afc2c7 vec_longjmp added to list of "forbidden" functions in .exp file. by Jack Jansen · 25 years ago
  45. 70d7849 CW Pro 5 projects. by Jack Jansen · 25 years ago
  46. fa968ac Patches by Jack Jansen: new type OptionalInBuffer allows by Guido van Rossum · 25 years ago
  47. 8bd7382 Patch by Jack Jansen to add with_ifdef option, which places #ifndef by Guido van Rossum · 25 years ago
  48. a856d9f Added module "ce" to list of modules known not to exist on the mac. by Jack Jansen · 25 years ago
  49. e742487 Bigger buffer size for C profiler (if profiling is enabled). by Jack Jansen · 25 years ago
  50. fac3008 Optimization: don't try to get a tabsize resource if we know the file by Jack Jansen · 25 years ago
  51. 4cc9562 Regenerated, no significant diferences. by Jack Jansen · 25 years ago
  52. c7fda7e Make macglue.h C++ compatible. by Jack Jansen · 25 years ago
  53. 9a41aa8 Distribution files for 1.5.1c1. by Jack Jansen · 25 years ago
  54. 9f678a1 1.5.2c1 version. by Jack Jansen · 25 years ago
  55. 8e7eaa8 Duncan Grisby noted a typo in _DummyThread. by Guido van Rossum · 25 years ago
  56. b24afe1 Added 'list_only' option (and modified 'run()' to respect it). by Greg Ward · 25 years ago
  57. 274ad9d Added all documentation. by Greg Ward · 25 years ago
  58. ef4490f New command to generate source distribution based on a manifest file. by Greg Ward · 25 years ago
  59. a6cb8ae Added 'package' option. by Greg Ward · 25 years ago
  60. 2a61206 Renamed 'dir' option to be consistent with other commands. by Greg Ward · 25 years ago
  61. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 25 years ago
  62. df178f9 Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  63. 0e3530b Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  64. 802d6b7 Added 'extra_preargs' and 'extra_postargs' parameters to most methods, by Greg Ward · 25 years ago
  65. cd1486f More tweaks to 'mkpath()': by Greg Ward · 25 years ago
  66. 3868eb9 Added 'ready' flag and 'ensure_ready()' method to Command: together by Greg Ward · 25 years ago
  67. e13ff2e Patch by Tim Peters fixing PR#88: by Guido van Rossum · 25 years ago
  68. 1a23c24 Patch by Tim Peters fixing PR#89: by Guido van Rossum · 25 years ago
  69. a840fca Initial checkin of IDE scripts. (jvr) by Just van Rossum · 25 years ago
  70. b7ad821 Added support for global default font settings. (jvr) by Just van Rossum · 25 years ago
  71. 03bca30 1) added "typingcasesens" keyword arg to constructor, and support for case sensitive typing in lists. by Just van Rossum · 25 years ago
  72. 2a75909 added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) by Just van Rossum · 25 years ago
  73. c2dab48 added getdefaultfont() function. Returns default font settings. (jvr) by Just van Rossum · 25 years ago
  74. 2028b59 1 - added "set default window font" menu by Just van Rossum · 25 years ago
  75. cee9a48 minor cleanup, avoiding rare traceback (jvr) by Just van Rossum · 25 years ago
  76. 532998e "make clobber" should remove modindex.html as well. by Fred Drake · 25 years ago
  77. 88c786d icons/ should not be ignored here now that this is it's real home. by Fred Drake · 25 years ago
  78. cf1b06e Added --about option to specify the file to load "About this by Fred Drake · 25 years ago
  79. 8903be6 Tell mkhowto to use stdabout.dat for the documents it processes here. by Fred Drake · 25 years ago
  80. b35f2b7 Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  81. f62b352 Remove the "Comments and Questions" section, allowing this to be used by Fred Drake · 25 years ago
  82. b9bd0b7 Version of about.dat that should only be used for the standard documentation. by Fred Drake · 25 years ago
  83. d37cecf Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  84. f42d7a7 Oops, missed this one! by Fred Drake · 25 years ago
  85. d3d28d3 img_tag(): Tighten up the generated SRC attribute a bit; if the image by Fred Drake · 25 years ago
  86. d52879c do_cmd_rfc(): Simplify the generated markup. by Fred Drake · 25 years ago
  87. 52ea0ce Added --image-type option to allow use of either GIF or PNG images. by Fred Drake · 25 years ago
  88. 191439a Some updates to allow ../tools/mkhowto to add various bits to the by Fred Drake · 25 years ago
  89. d8d179d main(): wrap the device.setinfo() call around an exception handler. by Barry Warsaw · 25 years ago
  90. da2d352 Added docstring and RCS id (apparently some Windows tar extractors by Greg Ward · 25 years ago
  91. 3e1a98a PNG version of the icons, converted from the GIFs by Fred Drake · 25 years ago
  92. df0d335 Ditched the whole notion of "alias options": this meant dropping the by Greg Ward · 25 years ago
  93. ac1424a Added 'write_file()' function. by Greg Ward · 25 years ago
  94. b116e45 In 'link_shared_object()', try to be less sensitive to missing input files by Greg Ward · 25 years ago
  95. fbf8aff Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). by Greg Ward · 25 years ago
  96. d4b8429 Added docstring, brought __all__ up-to-date. by Greg Ward · 25 years ago
  97. 865de83 Added 'install_path' option for giving non-packagized module by Greg Ward · 25 years ago
  98. 02e1c56 Only run build_py if we have pure Python modules, and build_ext if we by Greg Ward · 25 years ago
  99. dbb9625 Some option changes: by Greg Ward · 25 years ago
  100. 17dc6e7 Basically a complete rewrite to support dealing with modules in whole by Greg Ward · 25 years ago