Just van Rossum
a1a335641b
Cleaned uthread dependencies (jvr)
2000-10-20 06:37:11 +00:00
Just van Rossum
0f2fd16d15
Hm, I never checked in my incomplete "run with interpreter" mods. UI is there (but is disabled), functionality is not there.
2000-10-20 06:36:30 +00:00
Just van Rossum
6508c7c7e8
fixed 2.0 compat bug
2000-10-20 06:34:57 +00:00
Fred Drake
860106ae90
Update the display of some floating point values at the interactive prompt
...
to reflect current behavior.
This closes SourceForge bug #117305 .
Made a reference to the library reference a hyperlink.
Fixed some minor markup nits.
2000-10-20 03:03:18 +00:00
Jack Jansen
8413b47ba7
Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.
2000-10-19 22:02:16 +00:00
Jack Jansen
f1a0a4be63
Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.
2000-10-19 22:00:01 +00:00
Jack Jansen
538bd13911
Ready for 2.0
2000-10-19 21:58:27 +00:00
Jack Jansen
3e3eb3e822
Oops, all the options were off-by-one. Reported by Tom Bridgman.
2000-10-19 21:50:54 +00:00
Jack Jansen
635a044b87
Fixed balloon help for options. Sort-of reported by Russell Finn.
2000-10-19 21:22:46 +00:00
Jack Jansen
b8bb3fe410
Fixed balloon help for startup options. Reported by Russell Finn.
2000-10-19 21:22:20 +00:00
Jack Jansen
62e3843ca7
Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K.
2000-10-19 20:49:12 +00:00
Jack Jansen
136815d939
Oops, not only the Popt versions were wrong, the resources were also short.
2000-10-19 20:34:14 +00:00
Jack Jansen
9ec8c0600a
Different phrasing of keepconsole options, suggested by David Goodger.
2000-10-19 20:33:41 +00:00
Jack Jansen
749023695e
Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit.
2000-10-19 20:32:35 +00:00
Jack Jansen
fd9925af56
Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. This solution is better: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before).
2000-10-19 20:31:51 +00:00
Fred Drake
a577aa2003
Remove the bzip2 archives from the "distfiles" target. There are not
...
enough downloads to keep this around.
2000-10-19 13:25:15 +00:00
Lars Gustäbel
d2f5a9ac4b
Fixed a bug that caused namespace names to be reported as lists rather
...
than tuples.
2000-10-19 07:36:29 +00:00
Fred Drake
4a41f54958
Two more names.
2000-10-19 05:58:03 +00:00
Fred Drake
692565c9e9
Helper scripts used in published the "development" snapshots of the
...
Python documentation.
2000-10-19 05:54:51 +00:00
Fred Drake
63568aa9bb
Revise the capitalization policy of \versionchanged explanation; the
...
explanation must now be capitalized. This is more consistent with the
\see* explanation fields.
Added a lot of material to the "LaTeX Primer" section.
2000-10-19 05:36:10 +00:00
Fred Drake
4a152630ca
Capitalize first letter of an explanation for a \versionchanged
...
annotation.
2000-10-19 05:33:46 +00:00
Andrew M. Kuchling
a8d10785f1
Correction from David Bolen: the Windows version no longer crashes
...
on trying to import a 1.5 module
Bump the document version number
2000-10-19 01:42:33 +00:00
Andrew M. Kuchling
75afc0b914
Document the .lastindex and .lastgroup attributes of MatchObject
2000-10-18 23:08:13 +00:00
Fred Drake
ba0a989988
Make all the \seemodule explanations consistent: start with a capitalized
...
letter and end with proper punctuation. "Documenting Python" will be
updated accordingly so that this will be editorial policy for the Python
documentation.
2000-10-18 17:43:06 +00:00
Fred Drake
510dfbad3d
Capitalize & use periods for \seemodule explanation parameter.
2000-10-18 16:47:52 +00:00
Jack Jansen
7941036c4b
Updated Popt resources to current version
2000-10-18 09:13:45 +00:00
Fred Drake
f7ef15d6ec
Use test_support.TESTFN as the temporary filename.
...
Fix a minor stylistic nit.
This closes SourceForge bug #117032 .
2000-10-18 01:21:38 +00:00
Andrew M. Kuchling
ad6f2c8007
Bump version number -- this document is pretty much finished!
2000-10-17 13:02:42 +00:00
Fred Drake
b4b401eda3
Update the links to the NumPy website and documentation, based on a
...
comment from Janko Hauser <jhauser@ifm.uni-kiel.de>.
2000-10-17 04:58:01 +00:00
cvs2svn
ff139a8a44
This commit was manufactured by cvs2svn to create tag 'release20'.
2000-10-16 20:51:33 +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
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