summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* New feature: if the object's type has a non-NULL tp_doc field, thatGuido van Rossum1998-06-271-2/+9
* Document optional kwargs argument to start_new_thread(). AlsoGuido van Rossum1998-06-271-6/+12
* Define new macro Py_InitModule3(name, methods, doc) which callsGuido van Rossum1998-06-271-0/+4
* Added doc strings. Also export LockType from the modoule, and give itGuido van Rossum1998-06-271-15/+102
* Added doc strings.Guido van Rossum1998-06-261-52/+432
* In raw_input(prompt), make sure that str(prompt) really a stringGuido van Rossum1998-06-261-0/+2
* Slight rearrangement of some code to make it faster, by VladimirGuido van Rossum1998-06-261-9/+15
* Added build.macfreeze to the "special" folders.Jack Jansen1998-06-261-1/+1
* Config file for frozen binaries.Jack Jansen1998-06-261-4/+32
* Initial documentation on freezing.Jack Jansen1998-06-263-6/+134
* Template project, bundle file and config.c file for frozen applications.Jack Jansen1998-06-263-0/+1311
* A well-known example for freeze.Jack Jansen1998-06-261-0/+5
* Mac version of freeze. Uses standard freeze modules where it can,Jack Jansen1998-06-2610-0/+557
* Print message when we load a PYC resource, if verbose import flag is on.Jack Jansen1998-06-261-0/+3
* Remove RCS and #! cruft at top.Guido van Rossum1998-06-261-4/+0
* Allow binding a Tcl command (given as a string) as well as a PythonGuido van Rossum1998-06-251-3/+3
* Mark the 'whence' parameter of the file object's seek() method as optional;Fred Drake1998-06-251-1/+1
* Treat "HEAD" same as "GET", so that CGI scripts won't fail.Guido van Rossum1998-06-251-1/+1
* Rewrite the (test) main program so that when used as a script, it canGuido van Rossum1998-06-251-5/+29
* Piers' latest version, labeled 2.11. This time he integrated myGuido van Rossum1998-06-251-18/+14
* Eric Raymond added support for ESMTP protocol and corrected some typosGuido van Rossum1998-06-251-33/+113
* Ignore Windows case check for ALL CAPS 8.3 filesGuido van Rossum1998-06-241-1/+39
* Subsume the interact() function in a class. This should make itGuido van Rossum1998-06-231-42/+197
* "if match(x) >= 0:" smells of regex matching; should use "if match(x):"Guido van Rossum1998-06-231-1/+1
* Patch by Eric Raymond: add an optional 'seekable' flag to theGuido van Rossum1998-06-231-11/+23
* Removed loading of shared font stuff from howto.cls and manual.cls, moving itFred Drake1998-06-223-10/+13
* Make the large letter at the top of each section use the sans-serif font,Fred Drake1998-06-221-1/+1
* Added texinputs/pypaper.sty to the list of manual style files, so that theFred Drake1998-06-221-1/+1
* Bugfix to ESR's code reported by himself: should use hasattr() to testGuido van Rossum1998-06-221-1/+1