| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | In Win32 version of listdir(), when FindFirstFile() returns | Guido van Rossum | 1998-08-06 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | build_html(): Simplify, so there's only one version of the latex2html | Fred Drake | 1998-08-05 | 1 | -14/+30 |
|
|
* | 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 |
|
|
* | get_chapter_id(): Separate two aspects of string replacement to allow the | Fred Drake | 1998-08-04 | 1 | -1/+2 |
|
|
* | 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 |
|
|
* | Ok, we'll try this again: update the release date. ;-( | Fred Drake | 1998-08-04 | 1 | -1/+1 |
|
|
* | Update the documentation release number in RELEASE. | Fred Drake | 1998-08-04 | 1 | -1/+1 |
|
|
* | Support case insensitive treatment of os.environ keys on Windows and | Guido van Rossum | 1998-08-04 | 1 | -8/+7 |
|
|
* | parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL. | Fred Drake | 1998-08-04 | 1 | -1/+1 |
|
|
* | Latest version by The Dragon, who writes: | Guido van Rossum | 1998-08-04 | 1 | -66/+120 |
|
|
* | In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and | Guido van Rossum | 1998-08-04 | 1 | -3/+1 |
|
|
* | Patch by Jody Winston (with my changes) to add some of the "wait | Guido van Rossum | 1998-08-04 | 1 | -0/+151 |
|
|
* | Better error messages when raising ValueError for int literals. (The | Guido van Rossum | 1998-08-04 | 1 | -8/+3 |
|
|
* | Fix a potential problem in PyLong_FromString(): could fall through the | Guido van Rossum | 1998-08-04 | 1 | -0/+2 |
|
|
* | Better error messages when raising ValueError for int and long | Guido van Rossum | 1998-08-04 | 1 | -6/+9 |
|
|
* | Fix a memory leak -- the cached values of __getattr__ etc. were never | Guido van Rossum | 1998-08-04 | 1 | -0/+3 |
|
|
* | Jim A's new versions of these | Guido van Rossum | 1998-08-03 | 8 | -1540/+1818 |
|
|
* | Patch by Ron Klatchko: fix invariant in _unread(). Also fixed | Guido van Rossum | 1998-08-03 | 1 | -3/+9 |
|
|
* | Generalized so it's useful for testing other packages, by Andrew | Guido van Rossum | 1998-08-01 | 1 | -9/+34 |
|
|
* | Added randrange to list of exported functions. | Guido van Rossum | 1998-07-31 | 1 | -1/+1 |
|
|
* | Introducing randrange([start,] stop [,step]) -- same as | Guido van Rossum | 1998-07-31 | 1 | -1/+41 |
|
|
* | Use buildtools where appropriate. | Jack Jansen | 1998-07-31 | 1 | -3/+4 |
|
|
* | Build a full standalone application from a python script (Just) | Jack Jansen | 1998-07-31 | 2 | -0/+189 |
|
|
* | Common code used to the buildtools module (Just) | Jack Jansen | 1998-07-31 | 2 | -326/+51 |
|
|
* | Implementation of freezing from shared libraries, without source. (Just) | Jack Jansen | 1998-07-31 | 2 | -7/+201 |
|
|
* | Common code for BuildApplet, BuildApplication and fullbuild (Just) | Jack Jansen | 1998-07-31 | 1 | -0/+279 |
|
|
* | Extended replacement for scripts:cfmfile.py (Just) | Jack Jansen | 1998-07-31 | 1 | -0/+186 |
|
|
* | Added has_key() method to IC object. | Jack Jansen | 1998-07-31 | 1 | -1/+7 |
|
|