summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Gotta have an __init__() method -- pdb.py calls it!Guido van Rossum1998-07-011-0/+2
* Several changes:Barry Warsaw1998-07-011-40/+90
* Fix two smal memory leaks discovered by Vadim Chugunov.Guido van Rossum1998-07-011-3/+2
* Disable malloc debug in frozen programs.Jack Jansen1998-07-011-1/+1
* The init routine for MacOS had a non-standard name. Changed toJack Jansen1998-07-012-3/+3
* Convert \n to \r in strings that are displayed in the dialogs.Jack Jansen1998-07-011-8/+19
* Fix the \kbd definition so it didn't leave the courier face on.Fred Drake1998-07-011-1/+1
* Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commandsFred Drake1998-07-011-29/+36
* Added a section to the chapter on modules, describing the package system.Andrew M. Kuchling1998-07-011-0/+202
* New blood.Guido van Rossum1998-06-301-0/+11
* Improved test set for int() and long() string conversions.Guido van Rossum1998-06-301-0/+59
* Get rid of the lock; it's no longer needed.Guido van Rossum1998-06-301-15/+5
* # Be more definite about the MIPSpro compiler bug being fixed in aGuido van Rossum1998-06-301-2/+2
* Document __copy__() and __deepcopy__() methods.Guido van Rossum1998-06-301-1/+14
* Use the real name of the module: "smtplib", not "smtp".Fred Drake1998-06-301-56/+73
* Note that readline returns '' on EOF, not "EOF" (whatever that may be).Guido van Rossum1998-06-301-1/+1
* Clearly I was to quick with the previous commit...Guido van Rossum1998-06-301-3/+6
* Documented the pop() method for lists.Guido van Rossum1998-06-301-4/+9
* Documented os.linesep (line separator).Guido van Rossum1998-06-301-0/+7
* Add pop method.Guido van Rossum1998-06-301-0/+1
* Added doc strings for methods and a new pop() method.Guido van Rossum1998-06-301-7/+54
* As suggested by pson@pson.pp.se, correct the docs for head(), body(),Guido van Rossum1998-06-301-8/+6
* Fix the comments describing the return values of the head(), body(),Guido van Rossum1998-06-301-0/+6
* Changed URL to crypto page.Andrew M. Kuchling1998-06-301-1/+1
* Fix by Sjoerd Mullender to support symbolic links and make a backup ofGuido van Rossum1998-06-291-56/+80
* Document new default arg to groups() and new functions/methodsGuido van Rossum1998-06-291-6/+25
* Fix a stupid little bug: len() of an unsized returns -1 and leaves anGuido van Rossum1998-06-291-1/+5
* Add PyImport_AppendInittab() an PyImport_ExtendInittab().Guido van Rossum1998-06-291-0/+3
* For completeness, add a dummy load_package() method to RHooks. ItGuido van Rossum1998-06-291-0/+1
* Support loading of packages. (I had this coded up for a while butGuido van Rossum1998-06-291-34/+172
* Added findall() to RegexObject -- return a list of all matches in aGuido van Rossum1998-06-291-16/+61
* Improved by Eric Raymond.Guido van Rossum1998-06-291-17/+84
* # Make tabnanny happy.Guido van Rossum1998-06-291-3/+3
* Improved by Eric Raymond.Guido van Rossum1998-06-291-18/+29
* Experimental feature: add default argument to getattr().Guido van Rossum1998-06-291-5/+13
* Unsigned 1 and 2 byte sized formats shouldn't result in long integer values!Guido van Rossum1998-06-291-2/+8
* Oops! Of course, Tim is right -- when the item is not a hex number,Guido van Rossum1998-06-291-2/+2
* Speed-up unquote(), inspired by post from Daniel Walton.Guido van Rossum1998-06-281-18/+16
* Note that no .pyc/.pyo files are created for script files.Guido van Rossum1998-06-281-0/+7
* Now cmd is documented too.Guido van Rossum1998-06-281-0/+4
* Documented smtplib, multifileGuido van Rossum1998-06-281-0/+6
* Documented cmd, smtplib, multifileGuido van Rossum1998-06-281-9/+0
* Added cmd, smtplib, multifileGuido van Rossum1998-06-281-1/+2
* Contributions by Eric Raymond: documentation for modulesGuido van Rossum1998-06-284-0/+428
* # Added missing semicolon (was #ifdef'ed out in edit on Windows).Guido van Rossum1998-06-281-1/+1
* Added doc strings.Guido van Rossum1998-06-282-10/+98
* Windows-specific hack to make sure that when LoadLibrary() is called,Guido van Rossum1998-06-271-0/+22
* Added doc strings.Guido van Rossum1998-06-271-11/+114
* # Remove an extra blank line from a doc string.Guido van Rossum1998-06-271-1/+0
* Added doc strings. Maybe the doc string for the module itself is a bitGuido van Rossum1998-06-271-7/+102