summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* String values will now always be shown with quotes, so one can see the differ...Just van Rossum1999-10-301-3/+1
* Change the suggestions pointer at the bottom of generated HTML pages.Fred Drake1999-10-292-4/+4
* Straighten out dependencies so changes in the texinputs/* get reflected.Fred Drake1999-10-292-30/+32
* pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>.Fred Drake1999-10-291-1/+1
* Added dependency on filecmp section, removed dependencies on cmp andFred Drake1999-10-291-2/+1
* Make references to new filecmp module hyperlinks now that there'sFred Drake1999-10-291-2/+2
* Added section for filecmp.Fred Drake1999-10-291-0/+1
* filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>.Fred Drake1999-10-291-0/+40
* Added deprecation notes, in case anyone decides to read these anyway.Fred Drake1999-10-262-0/+6
* cmp and cmpcache are now obsolete, so don't include theirFred Drake1999-10-261-2/+2
* Added cmp and cmpcache to the "Obsolete" section.Fred Drake1999-10-261-7/+14
* New module by Moshe Zadka (submitted on Sept. 25). This unifies theGuido van Rossum1999-10-261-0/+57
* Patch by Michael Hudson: when the object of attribute expansion is aGuido van Rossum1999-10-261-3/+26
* Fix by Moshe Zadka (cleaned up and documented by GvR) to break out theGuido van Rossum1999-10-261-12/+27
* MrC also needs BAD_STATIC_FORWARD define.Jack Jansen1999-10-261-0/+3
* Fix PR117. The error message is "keywords must be strings". PerhapsGuido van Rossum1999-10-261-0/+5
* Don't assume GNU tar -- generate tar file and compress in separate steps.Greg Ward1999-10-231-12/+23
* Removed massive comment speculating about needlessly complex variationsGreg Ward1999-10-231-139/+0
* Qualified use of 'newer_group' function.Greg Ward1999-10-231-1/+1
* Fix how we run 'zip' -- give explicit .zip extension.Greg Ward1999-10-231-1/+1
* Documented Beep() function.Fred Drake1999-10-221-3/+13
* In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- justGuido van Rossum1999-10-221-2/+10
* Module/script to parse the reference count data file and make theFred Drake1999-10-201-0/+95
* 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