Tim Peters
d92dfe0ef5
SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512.
2000-12-12 01:18:41 +00:00
Guido van Rossum
37da22b3f4
The C+ compiler is called $(CXX) these days, not CCC.
...
This fixes SF Bug #124478 .
2000-12-06 23:46:29 +00:00
Tim Peters
9940b800a4
Made the description of %[udxXo] formats of negative longs in 2.1 more accurate.
...
I suggested to Guido that %u be deprecated (it seems useless in Python to me).
2000-12-01 07:59:35 +00:00
Tim Peters
a3a3a030af
Fox for SF bug #123859 : %[duxXo] long formats inconsistent.
2000-11-30 05:22:44 +00:00
Barry Warsaw
3c34bb33ff
(py-goto-beginning-of-tqs): When searching backwards for the matching
...
delimiter, watch out for backslash escaped delimiters. Also use =
instead of eq for character comparison (because a character is = to
it's integer value, but not eq to it).
2000-10-27 05:00:25 +00:00
Fred Drake
cf3bc8c5a5
Rename Setup.in to Setup.dist, and assume that configure will create
...
Setup (instead of creating it from the Makefile).
2000-10-26 17:07:40 +00:00
Tim Peters
adfb94fd79
Typo repair.
2000-10-16 20:51:33 +00:00
Jeremy Hylton
d867a2cc21
revise xml comment
2000-10-16 20:41:38 +00:00
Fred Drake
1a640506ec
Updated the XML package comment.
2000-10-16 20:27:25 +00:00
Tim Peters
989b7b91a1
Filled in math-module info; fixed a typo or two.
2000-10-16 20:24:53 +00:00
Jeremy Hylton
d6e2023107
Add NEWS for 2.0 final (there are a few XXX comments that must be
...
addressed).
Fix a few nits in 2.0c1 news.
2000-10-16 20:08:38 +00:00
Jeremy Hylton
21000caee7
distutils setup files for Tkinter
2000-10-16 15:36:25 +00:00
Jeremy Hylton
355e2f2bc8
misc. RPM support files
2000-10-16 15:34:52 +00:00
Jeremy Hylton
6040aaa9a2
add note explaining what a release candidate is
2000-10-09 21:27:22 +00:00
Tim Peters
46446d6242
Repaired IDLE Unicode bug description.
...
Added tokenize.py bugfix info.
2000-10-09 21:19:31 +00:00
Guido van Rossum
56fe7f8649
WAVE test + bugfix contributor.
2000-10-09 20:07:00 +00:00
Guido van Rossum
5c2c6046eb
And another.
2000-10-09 19:52:41 +00:00
Jeremy Hylton
32e20ff838
typo
2000-10-09 19:48:11 +00:00
Guido van Rossum
fded5ed251
One more name.
2000-10-09 19:29:35 +00:00
Jeremy Hylton
109212037b
added better description of BeOS changes from Donn Cave
2000-10-09 18:34:12 +00:00
Jeremy Hylton
ed9e644793
Summary of changes between 2.0b2 and 2.0c1
2000-10-09 18:26:42 +00:00
Jeremy Hylton
30e78773eb
new name
2000-10-09 18:26:16 +00:00
Fred Drake
3105f920bf
Added Daniel Dittmar, for helping get the configuration working for
...
Reliant UNIX.
2000-10-02 14:52:31 +00:00
Jeremy Hylton
625915eb4f
typo
2000-10-02 13:43:33 +00:00
Fred Drake
9f11cf8811
Capitalized an "if" that should have been -- noted by Grant Griffin
...
<grant.griffin@honeywell.com>.
2000-09-29 17:54:40 +00:00
Fred Drake
45888ffbd4
Added a missing "is" -- noted by Grant Griffin
...
<grant.griffin@honeywell.com>.
2000-09-29 17:09:11 +00:00
Jeremy Hylton
97693b0479
Fix GC news
2000-09-26 17:42:51 +00:00
Fred Drake
67233bc405
Fixed typo, description of changes to dbm module.
2000-09-26 16:40:27 +00:00
Jeremy Hylton
fa2e2c1469
The rest of the news for 2.0b2
2000-09-26 16:31:30 +00:00
Fred Drake
64bb380c09
Elaborated the notes on the XML support.
...
In the limits.h comment, noted that INT_MAX and LONG_MAX are guaranteed
to be defined.
Noted that Reliant UNIX now gets proper API support for extension modules.
2000-09-26 16:21:35 +00:00
Guido van Rossum
f62ed9c775
Fixed some typos, added some punctuation (e.g. consistently terminate
...
sentences with a period and put () after function/method names), and
filled in the blanks on mailbox and posixfile. Noted <limits.h> change.
2000-09-26 11:16:10 +00:00
Tim Peters
482c021b6a
New info and fixed some typos.
2000-09-26 06:33:09 +00:00
Jeremy Hylton
1b6185941e
partial list of changes between 2.0b1 and 2.0b2
2000-09-26 05:32:36 +00:00
Guido van Rossum
ee76f0b293
Credit where credit is due. Also fixed an unalphabetic sequence.
2000-09-25 14:46:26 +00:00
Marc-André Lemburg
5cd2f0d4a2
Updated according to the changes made to the "s#" parser marker
...
and bumped the version number to 1.7.
2000-09-21 21:21:59 +00:00
Tim Peters
077a11dd00
arraymodule: Fix SF bug 113960.
...
reverse() didn't work at all due to bad arg check.
Fixed that.
Added Brad Chapman to ACKS file, as the proud new owner of two
implicitly copyrighted lines of Python source code <wink>.
Repaired buffer_info's total lack of arg-checking.
Replaced memmove by memcpy in reverse() guts, as memmove is
often slower and the memory areas are guaranteed disjoint.
Replaced poke-and-hope unchecked decl of tmp buffer size by
assert-checked larger tmp buffer.
Got rid of inconsistent spaces before open paren in docstrings.
Added reverse() sanity tests to test_array.py.
2000-09-16 22:31:29 +00:00
Barry Warsaw
645693783c
Describe the -h and -V flags. Closes patch #101496
2000-09-15 18:39:09 +00:00
Guido van Rossum
56db095018
Another typo (in the list comprehension example).
2000-09-06 23:34:25 +00:00
Guido van Rossum
4338a284b8
Fix three typos.
2000-09-06 13:02:08 +00:00
Tim Peters
8b09233f93
Added Windows news. Also repeated 1.6 Windows news since most people getting
...
2.0b1 for Windows will not have bothered getting 1.6. Also changed
"Changed, New, Obsolete Tools" to say "None" since nobody had put an entry
there.
2000-09-05 20:15:25 +00:00
Jeremy Hylton
24c3d6080d
All the NEWS that I could finish in 15 minutes (and then some)
...
Removed some attributions from the shorter entries in Changed Modules,
because that section is so long.
2000-09-05 19:36:26 +00:00
Jeremy Hylton
bdebd54571
current progress on 2.0 NEWS
2000-09-05 18:28:54 +00:00
Guido van Rossum
b1156badb4
The malloc rearrangement was actually already in 1.6.
2000-09-05 15:43:23 +00:00
Guido van Rossum
830ca2af5a
Added readline news. (Skip)
2000-09-05 15:34:16 +00:00
Guido van Rossum
e905e95721
Barry Warsaw: Fixed -+ operator. Added some new sections. Leave some
...
XXX notes for now.
I could use help here!!!! Please mail me patches ASAP. We may have
to put some of this off to 2.0final, but it's best to have it in shape
now...
2000-09-05 12:42:46 +00:00
Guido van Rossum
f2ffce0518
Added the 2.0b1 news.
2000-09-05 04:38:34 +00:00
Guido van Rossum
f2eac99a4f
Added release dates (in some cases detemined by looking at the mtime
...
of distribution files in ftp://ftp.python.org/pub/python/src/).
2000-09-04 17:24:24 +00:00
Guido van Rossum
a598c93b11
1.6 is history.
2000-09-04 16:26:03 +00:00
Guido van Rossum
410a84441d
Tim Peters: "Audun S. Runde mailto:audun@mindspring.com wins a
...
Fabulous Prize for being our first Windows ME tester! Also our only,
and I think he should get another prize just for that."
2000-09-04 12:11:50 +00:00
Guido van Rossum
ff07f8c7ea
Patch by Martin von Löwis to give him his umlaut, to remove Christian
...
Tismer's clone, and to list Hajime Saitou's real name.
Added a note that the file uses Latin-1 (as distributed).
2000-09-02 15:01:50 +00:00