summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added note that Skip created the initial version of this file.Fred Drake1999-10-201-17/+14
* Initial version as provided by Skip Montanaro <skip@mojam.com>.Fred Drake1999-10-201-0/+906
* Fix PR#107: wm_colormapwindows() did the wrong thing when presentedGuido van Rossum1999-10-201-1/+3
* Test output.Guido van Rossum1999-10-191-0/+28
* Rewritten -- this now tests the binascii *except* for the binhexGuido van Rossum1999-10-191-44/+85
* Test output for test_binhex.py.Guido van Rossum1999-10-191-0/+1
* Patch by Jason Trowbridge. (Followup to his PR#110.) (SlightlyGuido van Rossum1999-10-191-18/+69
* This test really only tests the binhex module.Guido van Rossum1999-10-191-2/+2
* John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3Guido van Rossum1999-10-191-0/+5
* Fix PR#110 -- bad input ("====") for a2b_base64() caused it to callGuido van Rossum1999-10-191-0/+2
* print a warning if the password will be echoed.Jeremy Hylton1999-10-181-22/+26
* Fixed PR#106: winfo_visualsavailable() with the includeids=1 optionGuido van Rossum1999-10-181-3/+5
* Fix for PR#111: when using the inplace option, give the new file theGuido van Rossum1999-10-181-3/+15
* Fixed typo in explanation of abspath(); noticed by Paul PrescodFred Drake1999-10-181-1/+1
* os.fork raises AttributeError, not NameError, if fork() isn'tFred Drake1999-10-181-1/+1
* Based on comments from Paul Prescod:Fred Drake1999-10-161-2/+11
* Mainlining the string_methods branch. See branch revision logBarry Warsaw1999-10-129-1022/+1818
* update to use threading module instead of thread.Jeremy Hylton1999-10-121-4/+4
* fixed a typo in a docstring, and slightly expanded the moduleBarry Warsaw1999-10-121-3/+2
* Fix PR#66. Solution: add error checking around l_divmod() calls inGuido van Rossum1999-10-111-4/+18
* Fix PR#31 -- zfill() mishandles empty string.Guido van Rossum1999-10-111-1/+1
* Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcnameGuido van Rossum1999-10-111-1/+1
* Jeremy writes:Guido van Rossum1999-10-101-1/+2
* main(): Arg! I wasn't properly ignoring EINVAL; now only re-raise theBarry Warsaw1999-10-071-3/+2
* Fix PR#3, submitted by Skip Montanaro: if no space appears after theGuido van Rossum1999-10-061-1/+1
* In PySys_GetObject(), it's possible that tstate->interp->sysdict isGuido van Rossum1999-10-051-0/+2
* Add -v flag. Comment duplicate Py_Finalize().Guido van Rossum1999-10-051-2/+8
* Dynamic linking support for BSD/OS 4.x as suggested by Vivek KheraGuido van Rossum1999-10-052-157/+161
* AskString always set the dialog id to 257. Fixed.Jack Jansen1999-10-051-1/+0
* Added has_option(); fix bug in get() which botched interpolation ifGuido van Rossum1999-10-041-1/+16
* Urmpfh!Guido van Rossum1999-10-041-8/+43
* ConfigParser.read(): Don't mask IOError exceptions.Fred Drake1999-10-041-5/+3
* Filter 'glob()' results so we only look at regular files.Greg Ward1999-10-031-2/+2
* Pass 'force' flag to 'new_compiler()'.Greg Ward1999-10-031-2/+3
* Don't import what we don't use.Greg Ward1999-10-031-1/+1
* Tweaked verbosity messages for byte-compilation.Greg Ward1999-10-032-4/+4
* Added 'force' and 'quiet' (negative alias for 'verbose') to theGreg Ward1999-10-031-83/+84
* Fixed 'mkpath()' to normalize the path right off the bat -- cleans upGreg Ward1999-10-031-5/+7
* Hacked to support the notion of "negative alias" options, to handleGreg Ward1999-10-031-3/+32
* Catch up with changes in 'gen_lib_options()':Greg Ward1999-10-031-5/+30
* Fixed order of link options: object files now precede library stuff.Greg Ward1999-10-031-21/+58
* Slight change to the meaning of the 'libraries' list: if a library nameGreg Ward1999-10-031-14/+37
* Mark Hammond writes:Guido van Rossum1999-10-011-1/+31
* Optionally bracket all external declarations of init functions with "ifndef"s.Jack Jansen1999-10-012-4/+4
* vec_longjmp added to list of "forbidden" functions in .exp file.Jack Jansen1999-09-301-1/+1
* CW Pro 5 projects.Jack Jansen1999-09-3033-49/+68
* Patches by Jack Jansen: new type OptionalInBuffer allowsGuido van Rossum1999-09-302-1/+14
* Patch by Jack Jansen to add with_ifdef option, which places #ifndefGuido van Rossum1999-09-301-1/+5
* Added module "ce" to list of modules known not to exist on the mac.Jack Jansen1999-09-301-1/+1
* Bigger buffer size for C profiler (if profiling is enabled).Jack Jansen1999-09-301-1/+1