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