summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document gethostbyname_ex().Guido van Rossum1998-08-071-1/+12
|
* Updated list of Library Reference files.Fred Drake1998-08-071-8/+13
| | | | Added some dependencies to some of the HTML generation targets.
* Add built-in string variables 'quit' and 'exit' that display a hint onGuido van Rossum1998-08-071-0/+12
| | | | | | how to exit (in a platform dependent way!). We use os.sep to determine which platform we're on, since I expect that this will work better for minority platforms.
* Add warning that mutable argument defaults are evaluated only once;Guido van Rossum1998-08-071-0/+39
| | | | | | | | | with examples and workaround. This keeps coming up, and I believe that this section in the tutorial may have been (in part) the source of the confusion. While it didn't show examples with [] for a default, it also didn't emphasize enough why that would be a bad idea, and while it did say that defaults are evaluated at the point of function definition, the example was not relevant for this issue.
* At least mark the URL to the Packages essay using \url.Fred Drake1998-08-071-1/+1
|
* Fix synopsis.Fred Drake1998-08-071-1/+1
|
* Clarify that quit() and close() render the instance useless.Guido van Rossum1998-08-071-2/+7
|
* Added file transfer to example.Fred Drake1998-08-071-0/+2
|
* Guido's white background.Fred Drake1998-08-071-0/+1
|
* Minor refilling of a paragraph...Barry Warsaw1998-08-071-2/+2
|
* im_function --> im_funcFred Drake1998-08-071-2/+2
|
* In the example, make sure all the imports are done.Fred Drake1998-08-071-3/+2
|
* Markup nits.Fred Drake1998-08-071-16/+21
|
* Clarify xdrlib synopsis.Fred Drake1998-08-071-8/+5
|
* Fix typo in binascii synopsis.Fred Drake1998-08-071-2/+2
|
* Removed obsolete chapter header.Fred Drake1998-08-071-15/+0
|
* New organization of internet modules into protocols/support and dataFred Drake1998-08-071-3/+5
| | | | chapters.
* New chapter headers for Internet Protocols and Internet Data chapters,Fred Drake1998-08-072-0/+20
| | | | which replace the existing internet chapter.
* Fix synopsis for multifile.Fred Drake1998-08-071-6/+6
|
* For Win32, added pragmas specifying the python15[_d].lib library.Guido van Rossum1998-08-071-0/+7
|
* [Sjoerd Mullender]Guido van Rossum1998-08-073-65/+64
| | | | Don't use CL module since all constants are now in cl.
* [Sjoerd Mullender]Guido van Rossum1998-08-071-0/+8
| | | | | Fixed infinite loop when a message ends prematurely in some circumstances.
* From: "Fredrik Lundh" <fredrik@pythonware.com>Guido van Rossum1998-08-071-5/+7
| | | | | | | | Date: Fri, 7 Aug 1998 13:37:12 +0100 the "initialcolor" code is broken in several places in the current version of tkColorChooser. I've attached an up- dated version for 1.5.2.
* Added note() message to Page class -- this was used but didn't exist.Guido van Rossum1998-08-061-0/+9
| | | | | (The alternative would be to call self.checker.note() but since self.checker might be None that's not quite right.
* Shorten the module synopsis.Fred Drake1998-08-061-1/+1
|
* Shorten the module synopsis.Fred Drake1998-08-063-5/+5
|
* Variant of AMK's patch to produce text versions of HOWTO documents.Fred Drake1998-08-061-9/+48
| | | | | | This ensures that the text version uses latex2html's -split 1 option, without affecting HTML produced in the same run, and also minimizes the number of l2h runs needed if --split 1 was used for an HTML run.
* Time machine experiment. Use '__name__' as the special key (alwaysBarry Warsaw1998-08-061-6/+10
| | | | | | present) that refers to the section name. Also added a (slightly) better InterpolationError error message, which includes the raw string.
* Checkpointing news for 1.5.2a1... (Not all done.)Guido van Rossum1998-08-061-0/+267
|
* Markup nit.Fred Drake1998-08-061-5/+4
|
* Markup nits.Fred Drake1998-08-061-15/+15
|
* Marked makedirs(), removedirs(), renames() as added in 1.5.2.Fred Drake1998-08-061-0/+3
|
* On the Mac, use Internet Config to find the proxies (Jack Jansen).Guido van Rossum1998-08-061-15/+49
| | | | Also added two XXX comments about lingering thread unsafeness.
* Quote/unquote slashes in macintosh pathname components (Jack Jansen).Guido van Rossum1998-08-061-4/+10
|
* Added declarations for Mac code resource modules (Jack Jansen).Guido van Rossum1998-08-061-1/+2
|
* Added handling for Mac code resource modules (Jack Jansen).Guido van Rossum1998-08-061-0/+10
|
* Bump MS_DLL_ID to 1.5.2Guido van Rossum1998-08-061-1/+1
|
* Put the CRLF back in.Guido van Rossum1998-08-068-2288/+2288
|
* Put the CRLF back in.Guido van Rossum1998-08-061-129/+129
|
* New project files...Guido van Rossum1998-08-069-2386/+2417
|
* Gack. The module doc string is too long for VC++ 5.0.Guido van Rossum1998-08-061-2/+5
| | | | | However two string literals concatenated are fine! Hope this doesn't break other platforms.
* In Win32 version of listdir(), when FindFirstFile() returnsGuido van Rossum1998-08-061-0/+2
| | | | | ERROR_FILE_NOT_FOUND, return an empty list instead of raising an exception.
* Removed unused variables.Guido van Rossum1998-08-061-4/+0
|
* Bug in how an except statement was written (submitted by Piers himself).Guido van Rossum1998-08-061-1/+1
|
* Make getversion.o dependent on ../Include/patchlevel.h as well.Fred Drake1998-08-051-1/+1
|
* Upgrade patchlevel to 1.5.2a1.Guido van Rossum1998-08-051-1/+1
|
* New version of makefile for Windows 3.1 from Jim Ahlstrom.Guido van Rossum1998-08-051-111/+112
|
* New version of VC 1.5 makefile from Jim Ahlstrom.Guido van Rossum1998-08-051-2561/+2520
|
* Get rid of obsolete setup_nt subdirectory.Guido van Rossum1998-08-051-3/+0
|
* Getting rid of this ancient stuff.Guido van Rossum1998-08-055-534/+0
|