1. 5a2ca93 Checking in a bunch of spawn functions. These are only defined if we by Guido van Rossum · 25 years ago
  2. 66e5385 - windowbounds() now works with multiple screens (window position prefs!) by Just van Rossum · 25 years ago
  3. 7171df3 Very minor little things... -- jvr by Just van Rossum · 25 years ago
  4. afca415 New __version__ number (1.0!) -- jvr by Just van Rossum · 25 years ago
  5. 5f74007 Minor indentation cleanup -- jvr by Just van Rossum · 25 years ago
  6. 460ff20 String values will now always be shown with quotes, so one can see the difference between the value 2 and the value '2'. -- jvr by Just van Rossum · 25 years ago
  7. 5bd608d Change the suggestions pointer at the bottom of generated HTML pages. by Fred Drake · 25 years ago
  8. c6d45af Straighten out dependencies so changes in the texinputs/* get reflected. by Fred Drake · 25 years ago
  9. 6cf186b pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>. by Fred Drake · 25 years ago
  10. 5a31946 Added dependency on filecmp section, removed dependencies on cmp and by Fred Drake · 25 years ago
  11. 47a27b6 Make references to new filecmp module hyperlinks now that there's documentation. by Fred Drake · 25 years ago
  12. adf2dbf Added section for filecmp. by Fred Drake · 25 years ago
  13. c7b5b3c filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>. by Fred Drake · 25 years ago
  14. 7eaf682 Added deprecation notes, in case anyone decides to read these anyway. by Fred Drake · 25 years ago
  15. 143db4b cmp and cmpcache are now obsolete, so don't include their by Fred Drake · 25 years ago
  16. a8052a3 Added cmp and cmpcache to the "Obsolete" section. by Fred Drake · 25 years ago
  17. 2d72687 New module by Moshe Zadka (submitted on Sept. 25). This unifies the by Guido van Rossum · 25 years ago
  18. 4e20de5 Patch by Michael Hudson: when the object of attribute expansion is a by Guido van Rossum · 25 years ago
  19. d65b539 Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the by Guido van Rossum · 25 years ago
  20. 32a15ad MrC also needs BAD_STATIC_FORWARD define. by Jack Jansen · 25 years ago
  21. 25da5be Fix PR117. The error message is "keywords must be strings". Perhaps by Guido van Rossum · 25 years ago
  22. e1ada50 Don't assume GNU tar -- generate tar file and compress in separate steps. by Greg Ward · 25 years ago
  23. d6c30f6 Removed massive comment speculating about needlessly complex variations by Greg Ward · 25 years ago
  24. 346e320 Qualified use of 'newer_group' function. by Greg Ward · 25 years ago
  25. 6bad864 Fix how we run 'zip' -- give explicit .zip extension. by Greg Ward · 25 years ago
  26. 714fd26 Documented Beep() function. by Fred Drake · 25 years ago
  27. bda10c8 In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- just by Guido van Rossum · 25 years ago
  28. d651280 Module/script to parse the reference count data file and make the by Fred Drake · 25 years ago
  29. 805bf1b Added note that Skip created the initial version of this file. by Fred Drake · 25 years ago
  30. 7b7dc6b Initial version as provided by Skip Montanaro <skip@mojam.com>. by Fred Drake · 25 years ago
  31. 8fa42af Fix PR#107: wm_colormapwindows() did the wrong thing when presented by Guido van Rossum · 25 years ago
  32. 910d9a0 Test output. by Guido van Rossum · 25 years ago
  33. fdecda0 Rewritten -- this now tests the binascii *except* for the binhex by Guido van Rossum · 25 years ago
  34. a0e85b2 Test output for test_binhex.py. by Guido van Rossum · 25 years ago
  35. 2db4f47 Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly reformatted.) by Guido van Rossum · 25 years ago
  36. 7b8f1ab This test really only tests the binhex module. by Guido van Rossum · 25 years ago
  37. d5753e1 John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3 by Guido van Rossum · 25 years ago
  38. eba24bb Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call by Guido van Rossum · 25 years ago
  39. 88d2330 print a warning if the password will be echoed. by Jeremy Hylton · 25 years ago
  40. f8d8e07 Fixed PR#106: winfo_visualsavailable() with the includeids=1 option by Guido van Rossum · 25 years ago
  41. dcb8583 Fix for PR#111: when using the inplace option, give the new file the by Guido van Rossum · 25 years ago
  42. 39d4a02 Fixed typo in explanation of abspath(); noticed by Paul Prescod by Fred Drake · 25 years ago
  43. 14bb71d os.fork raises AttributeError, not NameError, if fork() isn't by Fred Drake · 25 years ago
  44. 40e84db Based on comments from Paul Prescod: by Fred Drake · 25 years ago
  45. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  46. 7526027 update to use threading module instead of thread. by Jeremy Hylton · 25 years ago
  47. 2539451 fixed a typo in a docstring, and slightly expanded the module by Barry Warsaw · 25 years ago
  48. 2c7b8fe Fix PR#66. Solution: add error checking around l_divmod() calls in long_pow(). by Guido van Rossum · 25 years ago
  49. 1b7aec3 Fix PR#31 -- zfill() mishandles empty string. by Guido van Rossum · 25 years ago
  50. 42636dc Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname by Guido van Rossum · 25 years ago
  51. 08a92cb Jeremy writes: by Guido van Rossum · 25 years ago
  52. c4eb6a6 main(): Arg! I wasn't properly ignoring EINVAL; now only re-raise the by Barry Warsaw · 25 years ago
  53. d8957d6 Fix PR#3, submitted by Skip Montanaro: if no space appears after the by Guido van Rossum · 25 years ago
  54. be20336 In PySys_GetObject(), it's possible that tstate->interp->sysdict is by Guido van Rossum · 25 years ago
  55. caf2f8e Add -v flag. Comment duplicate Py_Finalize(). by Guido van Rossum · 25 years ago
  56. f5957ea Dynamic linking support for BSD/OS 4.x as suggested by Vivek Khera by Guido van Rossum · 25 years ago
  57. 231fffe AskString always set the dialog id to 257. Fixed. by Jack Jansen · 25 years ago
  58. a5a24b7 Added has_option(); fix bug in get() which botched interpolation if by Guido van Rossum · 25 years ago
  59. 6a8d84b Urmpfh! by Guido van Rossum · 25 years ago
  60. 2438a48 ConfigParser.read(): Don't mask IOError exceptions. by Fred Drake · 25 years ago
  61. ef93095 Filter 'glob()' results so we only look at regular files. by Greg Ward · 25 years ago
  62. 3c6204a Pass 'force' flag to 'new_compiler()'. by Greg Ward · 25 years ago
  63. 455eb61 Don't import what we don't use. by Greg Ward · 25 years ago
  64. ef9ad6d Tweaked verbosity messages for byte-compilation. by Greg Ward · 25 years ago
  65. 0c35ac6 Added 'force' and 'quiet' (negative alias for 'verbose') to the by Greg Ward · 25 years ago
  66. f3b997a Fixed 'mkpath()' to normalize the path right off the bat -- cleans up by Greg Ward · 25 years ago
  67. a564cc3 Hacked to support the notion of "negative alias" options, to handle by Greg Ward · 25 years ago
  68. c74138d Catch up with changes in 'gen_lib_options()': by Greg Ward · 25 years ago
  69. 4fecfce Fixed order of link options: object files now precede library stuff. by Greg Ward · 25 years ago
  70. 3febd60 Slight change to the meaning of the 'libraries' list: if a library name by Greg Ward · 25 years ago
  71. 99eb7a1 Mark Hammond writes: by Guido van Rossum · 25 years ago
  72. 91cae85 Optionally bracket all external declarations of init functions with "ifndef"s. by Jack Jansen · 25 years ago
  73. 2afc2c7 vec_longjmp added to list of "forbidden" functions in .exp file. by Jack Jansen · 25 years ago
  74. 70d7849 CW Pro 5 projects. by Jack Jansen · 25 years ago
  75. fa968ac Patches by Jack Jansen: new type OptionalInBuffer allows by Guido van Rossum · 25 years ago
  76. 8bd7382 Patch by Jack Jansen to add with_ifdef option, which places #ifndef by Guido van Rossum · 25 years ago
  77. a856d9f Added module "ce" to list of modules known not to exist on the mac. by Jack Jansen · 25 years ago
  78. e742487 Bigger buffer size for C profiler (if profiling is enabled). by Jack Jansen · 25 years ago
  79. fac3008 Optimization: don't try to get a tabsize resource if we know the file by Jack Jansen · 25 years ago
  80. 4cc9562 Regenerated, no significant diferences. by Jack Jansen · 25 years ago
  81. c7fda7e Make macglue.h C++ compatible. by Jack Jansen · 25 years ago
  82. 9a41aa8 Distribution files for 1.5.1c1. by Jack Jansen · 25 years ago
  83. 9f678a1 1.5.2c1 version. by Jack Jansen · 25 years ago
  84. 8e7eaa8 Duncan Grisby noted a typo in _DummyThread. by Guido van Rossum · 25 years ago
  85. b24afe1 Added 'list_only' option (and modified 'run()' to respect it). by Greg Ward · 25 years ago
  86. 274ad9d Added all documentation. by Greg Ward · 25 years ago
  87. ef4490f New command to generate source distribution based on a manifest file. by Greg Ward · 25 years ago
  88. a6cb8ae Added 'package' option. by Greg Ward · 25 years ago
  89. 2a61206 Renamed 'dir' option to be consistent with other commands. by Greg Ward · 25 years ago
  90. e6ac2fc Renamed many options to be consistent across commands. by Greg Ward · 25 years ago
  91. df178f9 Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  92. 0e3530b Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  93. 802d6b7 Added 'extra_preargs' and 'extra_postargs' parameters to most methods, by Greg Ward · 25 years ago
  94. cd1486f More tweaks to 'mkpath()': by Greg Ward · 25 years ago
  95. 3868eb9 Added 'ready' flag and 'ensure_ready()' method to Command: together by Greg Ward · 25 years ago
  96. e13ff2e Patch by Tim Peters fixing PR#88: by Guido van Rossum · 25 years ago
  97. 1a23c24 Patch by Tim Peters fixing PR#89: by Guido van Rossum · 25 years ago
  98. a840fca Initial checkin of IDE scripts. (jvr) by Just van Rossum · 25 years ago
  99. b7ad821 Added support for global default font settings. (jvr) by Just van Rossum · 25 years ago
  100. 03bca30 1) added "typingcasesens" keyword arg to constructor, and support for case sensitive typing in lists. by Just van Rossum · 25 years ago