Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in binascii synopsis. | Fred Drake | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Removed obsolete chapter header. | Fred Drake | 1998-08-07 | 1 | -15/+0 |
| | |||||
* | New organization of internet modules into protocols/support and data | Fred Drake | 1998-08-07 | 1 | -3/+5 |
| | | | | chapters. | ||||
* | New chapter headers for Internet Protocols and Internet Data chapters, | Fred Drake | 1998-08-07 | 2 | -0/+20 |
| | | | | which replace the existing internet chapter. | ||||
* | Fix synopsis for multifile. | Fred Drake | 1998-08-07 | 1 | -6/+6 |
| | |||||
* | For Win32, added pragmas specifying the python15[_d].lib library. | Guido van Rossum | 1998-08-07 | 1 | -0/+7 |
| | |||||
* | [Sjoerd Mullender] | Guido van Rossum | 1998-08-07 | 3 | -65/+64 |
| | | | | Don't use CL module since all constants are now in cl. | ||||
* | [Sjoerd Mullender] | Guido van Rossum | 1998-08-07 | 1 | -0/+8 |
| | | | | | Fixed infinite loop when a message ends prematurely in some circumstances. | ||||
* | From: "Fredrik Lundh" <fredrik@pythonware.com> | Guido van Rossum | 1998-08-07 | 1 | -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 Rossum | 1998-08-06 | 1 | -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 Drake | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Shorten the module synopsis. | Fred Drake | 1998-08-06 | 3 | -5/+5 |
| | |||||
* | Variant of AMK's patch to produce text versions of HOWTO documents. | Fred Drake | 1998-08-06 | 1 | -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 (always | Barry Warsaw | 1998-08-06 | 1 | -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 Rossum | 1998-08-06 | 1 | -0/+267 |
| | |||||
* | Markup nit. | Fred Drake | 1998-08-06 | 1 | -5/+4 |
| | |||||
* | Markup nits. | Fred Drake | 1998-08-06 | 1 | -15/+15 |
| | |||||
* | Marked makedirs(), removedirs(), renames() as added in 1.5.2. | Fred Drake | 1998-08-06 | 1 | -0/+3 |
| | |||||
* | On the Mac, use Internet Config to find the proxies (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -15/+49 |
| | | | | Also added two XXX comments about lingering thread unsafeness. | ||||
* | Quote/unquote slashes in macintosh pathname components (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -4/+10 |
| | |||||
* | Added declarations for Mac code resource modules (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -1/+2 |
| | |||||
* | Added handling for Mac code resource modules (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -0/+10 |
| | |||||
* | Bump MS_DLL_ID to 1.5.2 | Guido van Rossum | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Put the CRLF back in. | Guido van Rossum | 1998-08-06 | 8 | -2288/+2288 |
| | |||||
* | Put the CRLF back in. | Guido van Rossum | 1998-08-06 | 1 | -129/+129 |
| | |||||
* | New project files... | Guido van Rossum | 1998-08-06 | 9 | -2386/+2417 |
| | |||||
* | Gack. The module doc string is too long for VC++ 5.0. | Guido van Rossum | 1998-08-06 | 1 | -2/+5 |
| | | | | | However two string literals concatenated are fine! Hope this doesn't break other platforms. | ||||
* | In Win32 version of listdir(), when FindFirstFile() returns | Guido van Rossum | 1998-08-06 | 1 | -0/+2 |
| | | | | | ERROR_FILE_NOT_FOUND, return an empty list instead of raising an exception. | ||||
* | Removed unused variables. | Guido van Rossum | 1998-08-06 | 1 | -4/+0 |
| | |||||
* | Bug in how an except statement was written (submitted by Piers himself). | Guido van Rossum | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Make getversion.o dependent on ../Include/patchlevel.h as well. | Fred Drake | 1998-08-05 | 1 | -1/+1 |
| | |||||
* | Upgrade patchlevel to 1.5.2a1. | Guido van Rossum | 1998-08-05 | 1 | -1/+1 |
| | |||||
* | New version of makefile for Windows 3.1 from Jim Ahlstrom. | Guido van Rossum | 1998-08-05 | 1 | -111/+112 |
| | |||||
* | New version of VC 1.5 makefile from Jim Ahlstrom. | Guido van Rossum | 1998-08-05 | 1 | -2561/+2520 |
| | |||||
* | Get rid of obsolete setup_nt subdirectory. | Guido van Rossum | 1998-08-05 | 1 | -3/+0 |
| | |||||
* | Getting rid of this ancient stuff. | Guido van Rossum | 1998-08-05 | 5 | -534/+0 |
| | |||||
* | # Removed .pyc file that was accidentally checked in. | Guido van Rossum | 1998-08-05 | 1 | -0/+0 |
| | |||||
* | Added SIZEOF_INT and SIZEOF_LONG | Jack Jansen | 1998-08-05 | 1 | -0/+3 |
| | |||||
* | Undo a silly effect of a global substitution: the macintosh panic() | Guido van Rossum | 1998-08-05 | 1 | -1/+1 |
| | | | | | function had a reference to vPySys_WriteStderr(...) -- turn it back into fprintf(stder, ...). | ||||
* | build_html(): Simplify, so there's only one version of the latex2html | Fred Drake | 1998-08-05 | 1 | -14/+30 |
| | | | | | | | | | | | | | command line. l2hoption(): Convenience function, to write out an option to the aux. init. file only if set. Added --iconserver option to set the $ICONSERVER variable in latex2html; this requires the use of an auxillary init. file since this can't be initialized using a standard latex2html command-line option. So the aux. init. file is used for just about all the special options since it has to be written anyway when $ICONSERVER needs to be set. | ||||
* | Remove modified setting of $ICONSERVER; this isn't the right way to do it. | Fred Drake | 1998-08-05 | 1 | -2/+0 |
| | |||||
* | New meat. | Guido van Rossum | 1998-08-04 | 1 | -0/+6 |
| | |||||
* | typo (pwill -> will). | Guido van Rossum | 1998-08-04 | 1 | -1/+1 |
| | |||||
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 12 | -14/+132 |
| | |||||
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 12 | -1/+559 |
| | |||||
* | Added gethostbyname_ex(), which returns the same kind of data as | Guido van Rossum | 1998-08-04 | 1 | -37/+99 |
| | | | | | | | | gethostbyaddr(). (Plain gethostbyname() returns only the IP address.) This moves the code shared by gethostbyaddr() and gethostbyname_ex() to a subroutine. Original patch by Dan Stromberg; some tweaks by GvR. | ||||
* | get_chapter_id(): Separate two aspects of string replacement to allow the | Fred Drake | 1998-08-04 | 1 | -1/+2 |
| | | | | need for each to vary independently. | ||||
* | Fixed wrapping on some long lines. | Fred Drake | 1998-08-04 | 1 | -43/+50 |
| | |||||
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 5 | -227/+465 |
| | |||||
* | Adding the BeOS port. More checkins to follow. | Guido van Rossum | 1998-08-04 | 22 | -0/+3749 |
| |