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