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
b675081dd0
the usual
2000-10-16 18:26:42 +00:00
Jeremy Hylton
e21670553e
the usual (part II)
2000-10-16 17:42:40 +00:00
Tim Peters
98c8184f2f
Test for math.* exceptional behavior only in verbose mode, so that the
...
oddball platforms (where, e.g., math.exp(+huge) still fails to raise
OverflowError) don't fail the std test suite when run normally.
2000-10-16 17:35:13 +00:00
Jeremy Hylton
a8268e9457
the usual
2000-10-16 17:33:50 +00:00
Jeremy Hylton
1a2ca86a4f
Patch #101936 : Auto-detect DEC threads (which need "-threads" argument)
...
by Thomas Wouters
2000-10-16 16:59:12 +00:00
Barry Warsaw
75f8101c42
find(): Application of (slightly modified) SF patch #101928 by Ulf
...
Betlehem, verified by Peter Funk. Fixes preservation of language
search order lost due to use of dictionary keys instead of a list.
Closes SF bug #116964 .
2000-10-16 15:47:50 +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
Fred Drake
ac5f7483e8
Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>.
2000-10-16 15:27:05 +00:00
Andrew M. Kuchling
f155170f09
Correct form of FourThought's name
2000-10-16 14:19:21 +00:00
Greg Ward
0eb75b42cd
Bump version to 1.0.1.
2000-10-15 19:20:20 +00:00
Lars Gustäbel
55b4efd034
Fixed minor problem with reset().
2000-10-14 10:28:01 +00:00
Tim Peters
686924528c
Prep the Windows installer for 2.0 final:
...
+ Bump the build number.
+ Changed app name in installer dialogs.
+ Fiddled dialogs to repair grammar and get rid of anachronisms (e.g.,
"ProgMan" and "Program Manager" haven't made sense since Windows 3.1!).
2000-10-14 07:35:15 +00:00
Fred Drake
89fb035248
For PyErr_Format(), note that the exception parameter can be a string or
...
class, but not an instance (since an instance will be created using the
formatted message string as the constructor parameter).
2000-10-14 05:49:30 +00:00
Fred Drake
3c8c2f9b77
Adjust the Macintosh manual to have the formatting dependencies for
...
manuals instead of howtos.
2000-10-14 05:47:17 +00:00
Fred Drake
21c9df7641
For os.stat() & friends, note that the time fields are returned as
...
floating-point values.
2000-10-14 05:46:11 +00:00
Fred Drake
e764968649
Update dependencies for the Macintosh manual.
2000-10-14 05:44:32 +00:00
Fred Drake
c25296a916
Update to include all the new chapters & sections.
...
Convert from a howto to a manual, so we can *have* chapters!
Comment out the macconsole module documentation; Think C seems to have
disappeared.
2000-10-14 05:41:17 +00:00
Fred Drake
c7babad2a0
Remove everything that is not module documentation.
...
It is no longer needed here.
2000-10-14 05:39:08 +00:00
Fred Drake
8e850ee0f2
Fix some internal references that I botched.
2000-10-14 05:24:20 +00:00
Fred Drake
45aa573186
Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>.
2000-10-14 05:09:42 +00:00
Fred Drake
4d0d621b66
Chapters on Mac Toolbox modules and other undocumented modules, ready to
...
be filled in with real information. Contributed by Chris Barker
<cbarker@jps.net>.
2000-10-14 05:08:34 +00:00
Fred Drake
1bd905e901
Documentation for the aepack and aetypes modules, by Vincent Marchetti
...
<vincem@en.com>.
2000-10-14 05:06:24 +00:00
Fred Drake
8f6ca1518a
Chris Barker <cbarker@jps.net>:
...
Small fixes.
2000-10-14 04:59:12 +00:00
Fred Drake
eab58af841
Chris Barker <cbarker@jps.net>:
...
Various updates and additions.
2000-10-14 04:56:52 +00:00
Fred Drake
26fbd8b692
Chris Barker <cbarker@jps.net>:
...
Small clarification, remove the assertion that the module is temporary.
2000-10-14 04:55:15 +00:00
Fred Drake
658865c370
Chris Barker <cbarker@jps.net>:
...
Added summary of the strengths and weaknesses of the FrameWork module
and fixed some typos.
2000-10-14 04:53:31 +00:00
Fred Drake
f459a09e9a
Wrap a long line.
2000-10-14 04:49:36 +00:00
Fred Drake
b6441e78fb
More names.
2000-10-14 04:47:53 +00:00
Fred Drake
eecdc7f47e
A bunch of nits fix and some additional information added by Chris
...
Barker <cbarker@jps.net>.
2000-10-14 04:45:22 +00:00
Fred Drake
8f176accde
Update the comments for the BSD DB module, including a new pointer to
...
the DB 3 module; thanks to Robin Dunn <robind@users.sourceforge.net>.
This closes SourceForge bug #116850 .
2000-10-14 04:14:09 +00:00
Fred Drake
9d62943f24
Center the top line of the license page, to make it look just a little bit
...
cleaner.
2000-10-14 04:07:49 +00:00
Greg Ward
047c3723d0
Removed debugging code at bottom.
2000-10-14 04:07:39 +00:00
Greg Ward
fa9ff76aae
Untabified.
2000-10-14 04:06:40 +00:00
Greg Ward
4cd6f2ab80
Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding
...
an 'other_libraries()' parameter.
2000-10-14 03:56:42 +00:00
Greg Ward
0b4dafc39b
Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if
...
we actually installed modules to a directory in sys.path.
2000-10-14 03:47:07 +00:00
Greg Ward
2e38a50db1
Bastian Kleineidam: fix up any supplied command-line options.
2000-10-14 03:40:20 +00:00
Jack Jansen
ab49e88116
Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it.
2000-10-13 23:35:04 +00:00
Jack Jansen
8c94d5eb0e
Added some of the new Numeric modules (which weren't rebuilt).
2000-10-13 23:34:06 +00:00
Jack Jansen
52b5b0221f
If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
2000-10-13 23:33:34 +00:00
Jack Jansen
31e7c9c6d6
Updated with cmd-. fix and PythonCore copy option.
2000-10-13 23:32:44 +00:00
Jeremy Hylton
20da14c56d
getting close
2000-10-13 23:05:44 +00:00
Jeremy Hylton
ac148b5fcd
run the std regression test suite using bytecode produced by the compiler
2000-10-13 22:00:13 +00:00
Jeremy Hylton
e7f710cc06
add -d option that dumps entire AST before compiling
2000-10-13 21:59:32 +00:00
Jeremy Hylton
9c048f9f65
Now supports entire Python 2.0 language and still supports Python
...
1.5.2. The compiler generates code for the version of the interpreter
it is run under.
ast.py:
Print and Printnl add dest attr for extended print
new node AugAssign for augmented assignments
new nodes ListComp, ListCompFor, and ListCompIf for list
comprehensions
pyassem.py:
add work around for string-Unicode comparison raising UnicodeError
on comparison of two objects in code object's const table
pycodegen.py:
define VERSION, the Python major version number
get magic number using imp.get_magic() instead of hard coding
implement list comprehensions, extended print, and augmented
assignment; augmented assignment uses Delegator classes (see
doc string)
fix import and tuple unpacking for 1.5.2
transformer.py:
various changes to support new 2.0 grammar and old 1.5 grammar
add debug_tree helper than converts and symbol and token numbers
to their names
2000-10-13 21:58:13 +00:00
Lars Gustäbel
5bad5a4be2
Updated test suite to latest pulldom changes.
2000-10-13 20:54:10 +00:00
Lars Gustäbel
ec964d5b21
Moved appendChild calls back to DOMEventStream.
...
Added SAX2DOM class.
2000-10-13 20:53:27 +00:00
Paul Prescod
4221ff0ee1
Clear siblings, now that they are being set.
2000-10-13 20:11:42 +00:00