| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Comment out confusing write call. | Guido van Rossum | 1999-02-18 | 1 | -1/+1 |
| | | |||||
| * | Update note about the (...) format specifier for PyArg_ParseTuple(). | Fred Drake | 1999-02-18 | 1 | -4/+10 |
| | | |||||
| * | atof() description: Add information about accepting 'NaN' to produce | Fred Drake | 1999-02-18 | 2 | -9/+12 |
| | | | | | the NaN value. | ||||
| * | Some new stuff. Get the HTML docs via a new variable. | Guido van Rossum | 1999-02-17 | 1 | -93/+100 |
| | | | | | | Comment out freeze script (doesn't work at all). Add dialog to get program manager group. | ||||
| * | Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" | Guido van Rossum | 1999-02-17 | 1 | -7/+10 |
| | | | | | | is used in the format string, instead of requiring a tuple. This is in line with the general trend towards accepting arbitrary sequences. | ||||
| * | Updated list of standard exceptions in section 4.1. | Fred Drake | 1999-02-17 | 1 | -0/+3 |
| | | |||||
| * | News in 0.3. | Guido van Rossum | 1999-02-17 | 1 | -0/+38 |
| | | |||||
| * | Small updates and grammatical adjustments. | Fred Drake | 1999-02-17 | 1 | -24/+28 |
| | | | | | Remove comment about this manual being out of date from the abstract. | ||||
| * | Bump version to 0.3. | Guido van Rossum | 1999-02-17 | 2 | -4/+5 |
| | | |||||
| * | When the parameter to PyInt_AsLong() has already been checked with | Fred Drake | 1999-02-17 | 1 | -2/+2 |
| | | | | | PyInt_Check(), use PyInt_AS_LONG() instead (two places). | ||||
| * | After all, we don't need to call the callbacks ourselves! | Guido van Rossum | 1999-02-17 | 1 | -1/+0 |
| | | |||||
| * | When deleting, call the callbacks *after* deleting the window from our list! | Guido van Rossum | 1999-02-17 | 1 | -2/+1 |
| | | |||||
| * | _safe_repr(): Simplify the condition tests in the first possible | Fred Drake | 1999-02-17 | 1 | -7/+2 |
| | | | | | return path. | ||||
| * | Fix up the Windows menu via the new callback mechanism instead of | Guido van Rossum | 1999-02-17 | 1 | -2/+4 |
| | | | | | | depending on menu post commands (which don't work when the menu is torn off). | ||||
| * | Support callbacks to patch up Windows menus everywhere. | Guido van Rossum | 1999-02-17 | 1 | -2/+25 |
| | | |||||
| * | Oh, why not. Checking in the Emacs-generated change log. | Guido van Rossum | 1999-02-17 | 1 | -0/+373 |
| | | |||||
| * | (py-shell): Added optional argprompt, which will prompt for additional | Barry Warsaw | 1999-02-16 | 1 | -12/+30 |
| | | | | | switches to pass into the shell process (only on initial startup). | ||||
| * | (py-default-interpreter): New variable which selects whether CPython | Barry Warsaw | 1999-02-16 | 1 | -2/+32 |
| | | | | | | or JPython is the default interpreter to use when `C-c !' is entered for the first time. | ||||
| * | Removed old dynamic linking chapter. | Fred Drake | 1999-02-16 | 1 | -213/+148 |
| | | | | | | | Integrated information on Windows DLLs from Chris Phoenix (Thanks!). Added "Acknowledgements" area to thank contributing authors. | ||||
| * | # Accidentally checked in a test version of this file with a bogus | Guido van Rossum | 1999-02-16 | 1 | -1/+0 |
| | | | | | # "import fooblurg" :-) | ||||
| * | Remove all email addresses. | Fred Drake | 1999-02-16 | 1 | -3/+2 |
| | | |||||
| * | Only pop up the stack viewer when requested in the Debug menu. | Guido van Rossum | 1999-02-16 | 1 | -1/+2 |
| | | |||||
| * | Use the portable form of initializing the ob_type field for new types. | Fred Drake | 1999-02-16 | 1 | -2/+8 |
| | | |||||
| * | Finn Bock. | Guido van Rossum | 1999-02-16 | 1 | -0/+1 |
| | | |||||
| * | Integrated notes on building extension modules on Windows, by Neil | Fred Drake | 1999-02-16 | 1 | -1/+50 |
| | | | | | | | Schemenauer <neil_schemenauer@transcanada.com>. Thanks, Neil! | ||||
| * | Copy in the stylesheet after latex2html is done. | Fred Drake | 1999-02-16 | 1 | -0/+1 |
| | | |||||
| * | Copy in the stylesheet after latex2html is done. | Fred Drake | 1999-02-16 | 1 | -0/+4 |
| | | |||||
| * | Become more stylesheet-friendly. | Fred Drake | 1999-02-16 | 1 | -66/+99 |
| | | |||||
| * | CSS style sheet for the documentation. | Fred Drake | 1999-02-16 | 1 | -0/+45 |
| | | |||||
| * | Bump release to 1.5.2b2. | Fred Drake | 1999-02-16 | 1 | -1/+1 |
| | | |||||
| * | Make sure errors get propogated. | Fred Drake | 1999-02-16 | 1 | -4/+5 |
| | | |||||
| * | The usual | Guido van Rossum | 1999-02-16 | 2 | -1/+44 |
| | | |||||
| * | Add source file winsound.c and library winmm.lib | Guido van Rossum | 1999-02-16 | 1 | -2/+7 |
| | | |||||
| * | The _O_* constants are defined as O_* in the os module. | Fred Drake | 1999-02-16 | 1 | -5/+5 |
| | | |||||
| * | Remove "_" from the P_* symbols used with the spawn*() functions. | Fred Drake | 1999-02-16 | 1 | -5/+5 |
| | | |||||
| * | Check for potential error returned by _ungetch(). | Guido van Rossum | 1999-02-16 | 1 | -1/+2 |
| | | |||||
| * | The symbols P_* (for spawn*(), MS specific) should not have a leading | Guido van Rossum | 1999-02-16 | 1 | -5/+5 |
| | | | | | underscore after all, for consistency with the O_* symnbols. | ||||
| * | Added chapter on Windows modules, including msvcrt and winsound. | Fred Drake | 1999-02-16 | 5 | -13/+162 |
| | | |||||
| * | Added some files to the library reference. | Fred Drake | 1999-02-16 | 1 | -0/+3 |
| | | |||||
| * | Small grammatical fix; missing comma. | Fred Drake | 1999-02-16 | 1 | -1/+1 |
| | | |||||
| * | Make it clear that Demo/embed/ is from the source distribution. | Fred Drake | 1999-02-16 | 1 | -1/+1 |
| | | |||||
| * | Make navigation panels more CSS-friendly. | Fred Drake | 1999-02-16 | 1 | -15/+26 |
| | | | | | | | | Make sure the contents page always has the "table of child links" turned off; this wasn't being handled properly by latex2html for "howto" ("article") documents, so just do it ourselves for all document types. | ||||
| * | Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not | Guido van Rossum | 1999-02-16 | 1 | -1/+2 |
| | | | | | | "python modulator.py EXAMPLE.py") and that it's only there in case you don't have Tkinter. | ||||
| * | Use the same markup for email addresses as is produced by using \email | Fred Drake | 1999-02-16 | 1 | -3/+3 |
| | | | | | in the LaTeX sources. | ||||
| * | Added optional arguments to dialogs to allow setting of button titles. | Jack Jansen | 1999-02-16 | 1 | -4/+16 |
| | | |||||
| * | In open_ftp(), check that retrlen is not None before using it in a %d format! | Guido van Rossum | 1999-02-16 | 1 | -1/+1 |
| | | |||||
| * | Fixed totally bogus conversion factors used in the Win32 version of | Guido van Rossum | 1999-02-16 | 1 | -3/+10 |
| | | | | | os.times(). | ||||
| * | Adjust cellspacing attribute of the navigation bar tables to get some | Fred Drake | 1999-02-16 | 1 | -1/+1 |
| | | | | | space between cells on all (major) browsers. | ||||
| * | Updated for new folder layout (but not fully tested yet). | Jack Jansen | 1999-02-16 | 1 | -128/+54 |
| | | |||||
| * | Replaced .hqx project file by binary version, and updated to current CW. | Jack Jansen | 1999-02-16 | 1 | -0/+0 |
| | | |||||
