summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Variant of AMK's patch to produce text versions of HOWTO documents.Fred Drake1998-08-061-9/+48
* Time machine experiment. Use '__name__' as the special key (alwaysBarry Warsaw1998-08-061-6/+10
* 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
* 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
* In Win32 version of listdir(), when FindFirstFile() returnsGuido van Rossum1998-08-061-0/+2
* 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
* # Removed .pyc file that was accidentally checked in.Guido van Rossum1998-08-051-0/+0
* Added SIZEOF_INT and SIZEOF_LONGJack Jansen1998-08-051-0/+3
* Undo a silly effect of a global substitution: the macintosh panic()Guido van Rossum1998-08-051-1/+1
* build_html(): Simplify, so there's only one version of the latex2htmlFred Drake1998-08-051-14/+30
* Remove modified setting of $ICONSERVER; this isn't the right way to do it.Fred Drake1998-08-051-2/+0
* New meat.Guido van Rossum1998-08-041-0/+6
* typo (pwill -> will).Guido van Rossum1998-08-041-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-0412-14/+132
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-0412-1/+559
* Added gethostbyname_ex(), which returns the same kind of data asGuido van Rossum1998-08-041-37/+99
* get_chapter_id(): Separate two aspects of string replacement to allow theFred Drake1998-08-041-1/+2
* Fixed wrapping on some long lines.Fred Drake1998-08-041-43/+50
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-045-227/+465
* Adding the BeOS port. More checkins to follow.Guido van Rossum1998-08-0422-0/+3749
* Ok, we'll try this again: update the release date. ;-(Fred Drake1998-08-041-1/+1
* Update the documentation release number in RELEASE.Fred Drake1998-08-041-1/+1
* Support case insensitive treatment of os.environ keys on Windows andGuido van Rossum1998-08-041-8/+7
* parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL.Fred Drake1998-08-041-1/+1
* Latest version by The Dragon, who writes:Guido van Rossum1998-08-041-66/+120
* In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); andGuido van Rossum1998-08-041-3/+1
* Patch by Jody Winston (with my changes) to add some of the "waitGuido van Rossum1998-08-041-0/+151
* Better error messages when raising ValueError for int literals. (TheGuido van Rossum1998-08-041-8/+3
* Fix a potential problem in PyLong_FromString(): could fall through theGuido van Rossum1998-08-041-0/+2
* Better error messages when raising ValueError for int and longGuido van Rossum1998-08-041-6/+9
* Fix a memory leak -- the cached values of __getattr__ etc. were neverGuido van Rossum1998-08-041-0/+3
* Jim A's new versions of theseGuido van Rossum1998-08-038-1540/+1818