Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hm, I never checked in my incomplete "run with interpreter" mods. UI is ↵ | Just van Rossum | 2000-10-20 | 1 | -22/+63 |
| | | | | there (but is disabled), functionality is not there. | ||||
* | fixed 2.0 compat bug | Just van Rossum | 2000-10-20 | 1 | -1/+1 |
| | |||||
* | Update the display of some floating point values at the interactive prompt | Fred Drake | 2000-10-20 | 1 | -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 Jansen | 2000-10-19 | 3 | -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 Jansen | 2000-10-19 | 1 | -0/+1 |
| | |||||
* | Ready for 2.0 | Jack Jansen | 2000-10-19 | 2 | -15/+18 |
| | |||||
* | Oops, all the options were off-by-one. Reported by Tom Bridgman. | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
| | |||||
* | Fixed balloon help for options. Sort-of reported by Russell Finn. | Jack Jansen | 2000-10-19 | 4 | -31/+35 |
| | |||||
* | Fixed balloon help for startup options. Reported by Russell Finn. | Jack Jansen | 2000-10-19 | 1 | -9/+13 |
| | |||||
* | Removed try/except TypeError around calling the ae handler function, it ↵ | Jack Jansen | 2000-10-19 | 1 | -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 Jansen | 2000-10-19 | 2 | -0/+0 |
| | |||||
* | Different phrasing of keepconsole options, suggested by David Goodger. | Jack Jansen | 2000-10-19 | 2 | -0/+0 |
| | |||||
* | Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the ↵ | Jack Jansen | 2000-10-19 | 1 | -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 Jansen | 2000-10-19 | 1 | -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 not | Fred Drake | 2000-10-19 | 1 | -2/+2 |
| | | | | enough downloads to keep this around. | ||||
* | Fixed a bug that caused namespace names to be reported as lists rather | Lars Gustäbel | 2000-10-19 | 1 | -0/+2 |
| | | | | than tuples. | ||||
* | Two more names. | Fred Drake | 2000-10-19 | 1 | -0/+2 |
| | |||||
* | Helper scripts used in published the "development" snapshots of the | Fred Drake | 2000-10-19 | 2 | -0/+43 |
| | | | | Python documentation. | ||||
* | Revise the capitalization policy of \versionchanged explanation; the | Fred Drake | 2000-10-19 | 1 | -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 \versionchanged | Fred Drake | 2000-10-19 | 1 | -1/+1 |
| | | | | annotation. | ||||
* | Correction from David Bolen: the Windows version no longer crashes | Andrew M. Kuchling | 2000-10-19 | 1 | -12/+5 |
| | | | | | on trying to import a 1.5 module Bump the document version number | ||||
* | Document the .lastindex and .lastgroup attributes of MatchObject | Andrew M. Kuchling | 2000-10-18 | 1 | -0/+10 |
| | |||||
* | Make all the \seemodule explanations consistent: start with a capitalized | Fred Drake | 2000-10-18 | 10 | -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 Drake | 2000-10-18 | 1 | -5/+5 |
| | |||||
* | Updated Popt resources to current version | Jack Jansen | 2000-10-18 | 2 | -0/+0 |
| | |||||
* | Use test_support.TESTFN as the temporary filename. | Fred Drake | 2000-10-18 | 1 | -3/+3 |
| | | | | | | Fix a minor stylistic nit. This closes SourceForge bug #117032. | ||||
* | Bump version number -- this document is pretty much finished! | Andrew M. Kuchling | 2000-10-17 | 1 | -7/+1 |
| | |||||
* | Update the links to the NumPy website and documentation, based on a | Fred Drake | 2000-10-17 | 1 | -6/+5 |
| | | | | comment from Janko Hauser <jhauser@ifm.uni-kiel.de>. | ||||
* | This commit was manufactured by cvs2svn to create tag 'release20'.v2.0 | cvs2svn | 2000-10-16 | 1 | -0/+1 |
| | |||||
* | Typo repair. | Tim Peters | 2000-10-16 | 1 | -1/+1 |
| | |||||
* | revise xml comment | Jeremy Hylton | 2000-10-16 | 1 | -2/+2 |
| | |||||
* | Updated the XML package comment. | Fred Drake | 2000-10-16 | 1 | -3/+3 |
| | |||||
* | Filled in math-module info; fixed a typo or two. | Tim Peters | 2000-10-16 | 1 | -6/+12 |
| | |||||
* | Add NEWS for 2.0 final (there are a few XXX comments that must be | Jeremy Hylton | 2000-10-16 | 1 | -9/+79 |
| | | | | | | addressed). Fix a few nits in 2.0c1 news. | ||||
* | the usual | Jeremy Hylton | 2000-10-16 | 1 | -2/+2 |
| | |||||
* | the usual (part II) | Jeremy Hylton | 2000-10-16 | 1 | -30/+40 |
| | |||||
* | Test for math.* exceptional behavior only in verbose mode, so that the | Tim Peters | 2000-10-16 | 2 | -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 usual | Jeremy Hylton | 2000-10-16 | 10 | -259/+488 |
| | |||||
* | Patch #101936: Auto-detect DEC threads (which need "-threads" argument) | Jeremy Hylton | 2000-10-16 | 2 | -427/+419 |
| | | | | by Thomas Wouters | ||||
* | find(): Application of (slightly modified) SF patch #101928 by Ulf | Barry Warsaw | 2000-10-16 | 1 | -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 Tkinter | Jeremy Hylton | 2000-10-16 | 2 | -0/+31 |
| | |||||
* | misc. RPM support files | Jeremy Hylton | 2000-10-16 | 4 | -0/+383 |
| | |||||
* | Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>. | Fred Drake | 2000-10-16 | 3 | -0/+172 |
| | |||||
* | Correct form of FourThought's name | Andrew M. Kuchling | 2000-10-16 | 1 | -1/+1 |
| | |||||
* | Bump version to 1.0.1. | Greg Ward | 2000-10-15 | 1 | -1/+1 |
| | |||||
* | Fixed minor problem with reset(). | Lars Gustäbel | 2000-10-14 | 1 | -1/+2 |
| | |||||
* | Prep the Windows installer for 2.0 final: | Tim Peters | 2000-10-14 | 3 | -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 or | Fred Drake | 2000-10-14 | 1 | -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 for | Fred Drake | 2000-10-14 | 1 | -6/+6 |
| | | | | manuals instead of howtos. | ||||
* | For os.stat() & friends, note that the time fields are returned as | Fred Drake | 2000-10-14 | 1 | -1/+3 |
| | | | | floating-point values. |