summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hm, I never checked in my incomplete "run with interpreter" mods. UI is ↵Just van Rossum2000-10-201-22/+63
| | | | there (but is disabled), functionality is not there.
* fixed 2.0 compat bugJust van Rossum2000-10-201-1/+1
|
* Update the display of some floating point values at the interactive promptFred Drake2000-10-201-6/+6
| | | | | | | | | to reflect current behavior. This closes SourceForge bug #117305. Made a reference to the library reference a hyperlink. Fixed some minor markup nits.
* Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ↵Jack Jansen2000-10-193-0/+23
| | | | window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.
* Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.Jack Jansen2000-10-191-0/+1
|
* Ready for 2.0Jack Jansen2000-10-192-15/+18
|
* Oops, all the options were off-by-one. Reported by Tom Bridgman.Jack Jansen2000-10-191-0/+1
|
* Fixed balloon help for options. Sort-of reported by Russell Finn.Jack Jansen2000-10-194-31/+35
|
* Fixed balloon help for startup options. Reported by Russell Finn.Jack Jansen2000-10-191-9/+13
|
* Removed try/except TypeError around calling the ae handler function, it ↵Jack Jansen2000-10-191-8/+6
| | | | masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K.
* Oops, not only the Popt versions were wrong, the resources were also short.Jack Jansen2000-10-192-0/+0
|
* Different phrasing of keepconsole options, suggested by David Goodger.Jack Jansen2000-10-192-0/+0
|
* Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the ↵Jack Jansen2000-10-191-0/+2
| | | | 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.
* Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. ↵Jack Jansen2000-10-191-4/+1
| | | | 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).
* Remove the bzip2 archives from the "distfiles" target. There are notFred Drake2000-10-191-2/+2
| | | | enough downloads to keep this around.
* Fixed a bug that caused namespace names to be reported as lists ratherLars Gustäbel2000-10-191-0/+2
| | | | than tuples.
* Two more names.Fred Drake2000-10-191-0/+2
|
* Helper scripts used in published the "development" snapshots of theFred Drake2000-10-192-0/+43
| | | | Python documentation.
* Revise the capitalization policy of \versionchanged explanation; theFred Drake2000-10-191-6/+132
| | | | | | | explanation must now be capitalized. This is more consistent with the \see* explanation fields. Added a lot of material to the "LaTeX Primer" section.
* Capitalize first letter of an explanation for a \versionchangedFred Drake2000-10-191-1/+1
| | | | annotation.
* Correction from David Bolen: the Windows version no longer crashesAndrew M. Kuchling2000-10-191-12/+5
| | | | | on trying to import a 1.5 module Bump the document version number
* Document the .lastindex and .lastgroup attributes of MatchObjectAndrew M. Kuchling2000-10-181-0/+10
|
* Make all the \seemodule explanations consistent: start with a capitalizedFred Drake2000-10-1810-20/+27
| | | | | | letter and end with proper punctuation. "Documenting Python" will be updated accordingly so that this will be editorial policy for the Python documentation.
* Capitalize & use periods for \seemodule explanation parameter.Fred Drake2000-10-181-5/+5
|
* Updated Popt resources to current versionJack Jansen2000-10-182-0/+0
|
* Use test_support.TESTFN as the temporary filename.Fred Drake2000-10-181-3/+3
| | | | | | Fix a minor stylistic nit. This closes SourceForge bug #117032.
* Bump version number -- this document is pretty much finished!Andrew M. Kuchling2000-10-171-7/+1
|
* Update the links to the NumPy website and documentation, based on aFred Drake2000-10-171-6/+5
| | | | comment from Janko Hauser <jhauser@ifm.uni-kiel.de>.
* This commit was manufactured by cvs2svn to create tag 'release20'.v2.0cvs2svn2000-10-161-0/+1
|
* Typo repair.Tim Peters2000-10-161-1/+1
|
* revise xml commentJeremy Hylton2000-10-161-2/+2
|
* Updated the XML package comment.Fred Drake2000-10-161-3/+3
|
* Filled in math-module info; fixed a typo or two.Tim Peters2000-10-161-6/+12
|
* Add NEWS for 2.0 final (there are a few XXX comments that must beJeremy Hylton2000-10-161-9/+79
| | | | | | addressed). Fix a few nits in 2.0c1 news.
* the usualJeremy Hylton2000-10-161-2/+2
|
* the usual (part II)Jeremy Hylton2000-10-161-30/+40
|
* Test for math.* exceptional behavior only in verbose mode, so that theTim Peters2000-10-162-31/+40
| | | | | oddball platforms (where, e.g., math.exp(+huge) still fails to raise OverflowError) don't fail the std test suite when run normally.
* the usualJeremy Hylton2000-10-1610-259/+488
|
* Patch #101936: Auto-detect DEC threads (which need "-threads" argument)Jeremy Hylton2000-10-162-427/+419
| | | | by Thomas Wouters
* find(): Application of (slightly modified) SF patch #101928 by UlfBarry Warsaw2000-10-161-4/+4
| | | | | | 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.
* distutils setup files for TkinterJeremy Hylton2000-10-162-0/+31
|
* misc. RPM support filesJeremy Hylton2000-10-164-0/+383
|
* Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>.Fred Drake2000-10-163-0/+172
|
* Correct form of FourThought's nameAndrew M. Kuchling2000-10-161-1/+1
|
* Bump version to 1.0.1.Greg Ward2000-10-151-1/+1
|
* Fixed minor problem with reset().Lars Gustäbel2000-10-141-1/+2
|
* Prep the Windows installer for 2.0 final:Tim Peters2000-10-143-8/+14
| | | | | | | + 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!).
* For PyErr_Format(), note that the exception parameter can be a string orFred Drake2000-10-141-2/+2
| | | | | class, but not an instance (since an instance will be created using the formatted message string as the constructor parameter).
* Adjust the Macintosh manual to have the formatting dependencies forFred Drake2000-10-141-6/+6
| | | | manuals instead of howtos.
* For os.stat() & friends, note that the time fields are returned asFred Drake2000-10-141-1/+3
| | | | floating-point values.