Guido van Rossum
f5475c95a7
Checkpointing news for 1.5.2a1... (Not all done.)
1998-08-06 17:55:46 +00:00
Fred Drake
23a163454a
Markup nit.
1998-08-06 15:33:55 +00:00
Fred Drake
1a3c2a0ede
Markup nits.
1998-08-06 15:18:23 +00:00
Fred Drake
56fa8a7e4b
Marked makedirs(), removedirs(), renames() as added in 1.5.2.
1998-08-06 13:45:42 +00:00
Guido van Rossum
4163e708ed
On the Mac, use Internet Config to find the proxies (Jack Jansen).
...
Also added two XXX comments about lingering thread unsafeness.
1998-08-06 13:39:09 +00:00
Guido van Rossum
4ff6d27319
Quote/unquote slashes in macintosh pathname components (Jack Jansen).
1998-08-06 13:37:21 +00:00
Guido van Rossum
9c241ba014
Added declarations for Mac code resource modules (Jack Jansen).
1998-08-06 13:36:43 +00:00
Guido van Rossum
0f84a349bb
Added handling for Mac code resource modules (Jack Jansen).
1998-08-06 13:36:01 +00:00
Guido van Rossum
1127487972
Bump MS_DLL_ID to 1.5.2
1998-08-06 04:56:06 +00:00
Guido van Rossum
78f6583c7c
Put the CRLF back in.
1998-08-06 04:23:56 +00:00
Guido van Rossum
0f586dacc0
Put the CRLF back in.
1998-08-06 04:18:38 +00:00
Guido van Rossum
844ea7beab
New project files...
1998-08-06 04:04:46 +00:00
Guido van Rossum
40552d0857
Gack. The module doc string is too long for VC++ 5.0.
...
However two string literals concatenated are fine!
Hope this doesn't break other platforms.
1998-08-06 03:34:39 +00:00
Guido van Rossum
617bc19e3d
In Win32 version of listdir(), when FindFirstFile() returns
...
ERROR_FILE_NOT_FOUND, return an empty list instead of raising an
exception.
1998-08-06 03:23:32 +00:00
Guido van Rossum
954e3cab0a
Removed unused variables.
1998-08-06 03:21:15 +00:00
Guido van Rossum
de23cb0e7e
Bug in how an except statement was written (submitted by Piers himself).
1998-08-06 02:59:07 +00:00
Fred Drake
d807879b31
Make getversion.o dependent on ../Include/patchlevel.h as well.
1998-08-05 21:33:54 +00:00
Guido van Rossum
b2395ebd51
Upgrade patchlevel to 1.5.2a1.
1998-08-05 21:16:18 +00:00
Guido van Rossum
c531270b72
New version of makefile for Windows 3.1 from Jim Ahlstrom.
1998-08-05 21:14:32 +00:00
Guido van Rossum
cc93d9568c
New version of VC 1.5 makefile from Jim Ahlstrom.
1998-08-05 21:13:54 +00:00
Guido van Rossum
eb891ae045
Get rid of obsolete setup_nt subdirectory.
1998-08-05 21:10:58 +00:00
Guido van Rossum
bc160b50c5
Getting rid of this ancient stuff.
1998-08-05 21:10:09 +00:00
Guido van Rossum
41b4f3875b
# Removed .pyc file that was accidentally checked in.
1998-08-05 17:56:42 +00:00
Jack Jansen
debafb9d84
Added SIZEOF_INT and SIZEOF_LONG
1998-08-05 16:04:47 +00:00
Guido van Rossum
227cf764b2
Undo a silly effect of a global substitution: the macintosh panic()
...
function had a reference to vPySys_WriteStderr(...) -- turn it back
into fprintf(stder, ...).
1998-08-05 13:53:32 +00:00
Fred Drake
11300cc71e
build_html(): Simplify, so there's only one version of the latex2html
...
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.
1998-08-05 04:48:18 +00:00
Fred Drake
1ca8fdc446
Remove modified setting of $ICONSERVER; this isn't the right way to do it.
1998-08-05 04:36:09 +00:00
Guido van Rossum
a690394cae
New meat.
1998-08-04 22:59:26 +00:00
Guido van Rossum
fc8f5d1a7f
typo (pwill -> will).
1998-08-04 22:58:51 +00:00
Guido van Rossum
bcc207484a
Changes for BeOS, QNX and long long, by Chris Herborth.
1998-08-04 22:53:56 +00:00
Guido van Rossum
1a8791e0b8
Changes for BeOS, QNX and long long, by Chris Herborth.
1998-08-04 22:46:29 +00:00
Guido van Rossum
7d896ab1bb
Added gethostbyname_ex(), which returns the same kind of data as
...
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.
1998-08-04 22:16:43 +00:00
Fred Drake
45f2601cf3
get_chapter_id(): Separate two aspects of string replacement to allow the
...
need for each to vary independently.
1998-08-04 22:07:18 +00:00
Fred Drake
f54556efae
Fixed wrapping on some long lines.
1998-08-04 20:53:55 +00:00
Guido van Rossum
ec95c7bd2b
Changes for BeOS, QNX and long long, by Chris Herborth.
1998-08-04 17:59:56 +00:00
Guido van Rossum
d8eb2119b5
Adding the BeOS port. More checkins to follow.
1998-08-04 17:57:28 +00:00
Fred Drake
3f7b6fcea0
Ok, we'll try this again: update the release date. ;-(
1998-08-04 17:01:18 +00:00
Fred Drake
228e31eef9
Update the documentation release number in RELEASE.
1998-08-04 16:59:29 +00:00
Guido van Rossum
da4d6daa4a
Support case insensitive treatment of os.environ keys on Windows and
...
DOS (as well as OS/2). I presume that making a call to putenv() with
a lowercase key will actually do the right thing. I know this is so
on Windows/DOS, and I expect it is so OS/2 -- but the old OS/2 code
didn't assume this. (I don't know if the person who provided the OS/2
patch was clueless or just didn't care about DOS and Windows.)
Also ripped out the support for pickling -- as of 1.5, this is no
longer needed to make pickling work.
1998-08-04 16:01:23 +00:00
Fred Drake
7f875ef749
parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL.
1998-08-04 15:58:10 +00:00
Guido van Rossum
fcfb6323fb
Latest version by The Dragon, who writes:
...
I did some bugfixes, and fixed a major problem with the esmtp suport (I
think the person who did that part misunderstood RFC1869) Some of the
interface fer esmtp-related things has changed as a result.
I also added some documentation to the SMTP class' docstring.
1998-08-04 15:29:54 +00:00
Guido van Rossum
5053efc2c4
In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and
...
get rid of redundant error check.
1998-08-04 15:27:50 +00:00
Guido van Rossum
c96417980c
Patch by Jody Winston (with my changes) to add some of the "wait
...
status inspection" macros as functions: WEXITSTATUS(), WIFEXITED(),
WIFSIGNALED(), WIFSTOPPED(), WSTOPSIG(), WTERMSIG().
1998-08-04 15:26:23 +00:00
Guido van Rossum
923fece5bd
Better error messages when raising ValueError for int literals. (The
...
previous version of this code would not show the offending input, even
though there was code that attempted this.)
1998-08-04 15:04:52 +00:00
Guido van Rossum
ac6a37ae55
Fix a potential problem in PyLong_FromString(): could fall through the
...
for loop with z==NULL but continue to reference z later.
1998-08-04 15:04:06 +00:00
Guido van Rossum
df3d8756b7
Better error messages when raising ValueError for int and long
...
literals. (The previous version of this code would not show the
offending input, even though there was code that attempted this.)
1998-08-04 15:02:01 +00:00
Guido van Rossum
152d8173a3
Fix a memory leak -- the cached values of __getattr__ etc. were never
...
freed.
1998-08-04 14:59:16 +00:00
Guido van Rossum
f6fc1ec462
Jim A's new versions of these
1998-08-03 20:23:42 +00:00
Guido van Rossum
84c6fc9653
Patch by Ron Klatchko: fix invariant in _unread(). Also fixed
...
readlines() to behave like it should (return lines with "\n" appended).
1998-08-03 15:41:39 +00:00
Guido van Rossum
6fd83b7b38
Generalized so it's useful for testing other packages, by Andrew
...
Kuchling @ CNRI.
1998-08-01 17:04:08 +00:00