Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a try-except so that the pickle file is written even when we die | Guido van Rossum | 1998-04-27 | 1 | -14/+18 |
| | | | | because of an unexpected exception. | ||||
* | When setting the event structure fields, don't die when the widget | Guido van Rossum | 1998-04-27 | 1 | -1/+4 |
| | | | | | | name is not registered; simply use the string. This happens for tear-off widgets (e.g. if you've registered enter/leave events for the menu). | ||||
* | Instead of calling mktime(), which has all sorts of unwanted side | Guido van Rossum | 1998-04-27 | 1 | -6/+2 |
| | | | | | effects, simply zero out the struct tm buffer before using it; this should take care of the BSD folks' concern just as well. | ||||
* | Clear the error condition set by ftell(). | Guido van Rossum | 1998-04-27 | 1 | -0/+2 |
| | |||||
* | Feeble attempt at making urlopen more robust -- don't call splituser() | Guido van Rossum | 1998-04-27 | 1 | -2/+6 |
| | | | | | when splithost() returned no useable host, to avoid calling splituser() on None. | ||||
* | Updated for 1.5.1 | Jack Jansen | 1998-04-27 | 5 | -56/+76 |
| | |||||
* | Use dialog auto-placement whenever appropriate. | Jack Jansen | 1998-04-27 | 8 | -343/+345 |
| | |||||
* | Fixes by Just: | Jack Jansen | 1998-04-27 | 1 | -420/+302 |
| | | | | | | - Upped version number in about dialog - Use auto-positioning of dialogs (a sys7 feature I had never heard of, _very_ useful). | ||||
* | Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr). | Jack Jansen | 1998-04-27 | 2 | -4/+4 |
| | |||||
* | Added FOUR_CHAR_CODE define | Jack Jansen | 1998-04-27 | 1 | -0/+4 |
| | |||||
* | New versions from Just. | Jack Jansen | 1998-04-27 | 2 | -9/+5 |
| | |||||
* | Regenerated with FOUR_CHAR_CODE defined | Jack Jansen | 1998-04-27 | 1 | -0/+1 |
| | |||||
* | Mention the Mac:Contrib folder | Jack Jansen | 1998-04-27 | 1 | -4/+9 |
| | |||||
* | Added Just's printing demo code. | Jack Jansen | 1998-04-27 | 2 | -1/+99 |
| | |||||
* | Document transfercmd(), ntransfercmd(), delete(), rmd(), size(). | Fred Drake | 1998-04-27 | 2 | -10/+78 |
| | | | | | Thanks to Timothy Wild <twild@clear.net.nz> for catching the omission of delete(). | ||||
* | parse150(): Simplify RE used to parse the message a little, taking advantage | Fred Drake | 1998-04-27 | 1 | -2/+1 |
| | | | | of using re instead of regex. | ||||
* | Add link to Anthony Baxter's enhanced version. | Guido van Rossum | 1998-04-27 | 1 | -0/+4 |
| | |||||
* | clean target: Remove intermediate files from creation of outline in PDF. | Fred Drake | 1998-04-25 | 1 | -1/+1 |
| | |||||
* | Load the options from the pypaper.sty file before setting up the "base class" | Fred Drake | 1998-04-25 | 1 | -3/+4 |
| | | | | for the manual documents. | ||||
* | Paper size / font size configuration file. | Fred Drake | 1998-04-25 | 1 | -0/+6 |
| | | | | | | | | | This is separated so I can build A4 and US Letter sizes without having to edit files. Anyone who downloads the source package can also simply edit this file, which is a lot shorter than the manual.cls file, and easier to find the appropriate line. | ||||
* | Simplify how some options get propogated. | Fred Drake | 1998-04-24 | 1 | -24/+27 |
| | |||||
* | Added libpoplib.tex to dependencies for the library reference. | Fred Drake | 1998-04-24 | 1 | -17/+21 |
| | | | | | Some mods to allow PS to be generated when the current dir is *not* Doc; to help out with generating A4 versions. | ||||
* | Added a section for the poplib module, contributed by Drew Csillag. | Fred Drake | 1998-04-24 | 4 | -0/+264 |
| | |||||
* | Add entry for poplib. | Fred Drake | 1998-04-24 | 2 | -0/+6 |
| | |||||
* | Use hex() when outputting the various checksums so the test output is the | Guido van Rossum | 1998-04-24 | 2 | -5/+5 |
| | | | | same on 32 and 64 bit machines. | ||||
* | Fred's right -- we need PyList_SET_ITEM(). | Guido van Rossum | 1998-04-24 | 4 | -1/+12 |
| | |||||
* | Added new folder types | Jack Jansen | 1998-04-24 | 1 | -0/+62 |
| | |||||
* | Added FOUR_CHAR_CODE define | Jack Jansen | 1998-04-24 | 1 | -0/+1 |
| | |||||
* | Grmpf, a lot more routines have gotten a "Mac" prefix for their | Jack Jansen | 1998-04-24 | 9 | -8/+956 |
| | | | | | | declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files. | ||||
* | Use the (new) standard script #! line | Barry Warsaw | 1998-04-23 | 1 | -28/+51 |
| | | | | | | Convert to re module; remove all references to regexp and regsub Added support for the new texinfo @url{} and @email{} commands | ||||
* | This script appears to no longer be in the toolchain for Python | Barry Warsaw | 1998-04-23 | 1 | -1590/+0 |
| | | | | | | documentation, so it has been moved to ../../Tools/scripts Fred, please verify. | ||||
* | In-line the code in range() to set the list items; there's really no | Guido van Rossum | 1998-04-23 | 1 | -1/+1 |
| | | | | | need to call PyList_SetItem(v,i,w) when PyList_GET_ITEM(v,i)=w {sic} will do. | ||||
* | Small corrections to comments that were cloned from aifc; moreover | Guido van Rossum | 1998-04-23 | 3 | -9/+8 |
| | | | | | | the description of setparams() was wrong. wave.py: Include the tag of an unknown format in the exception. | ||||
* | New test sample -- "Nobody expects the Spanish Inquisition!" | Guido van Rossum | 1998-04-23 | 1 | -0/+0 |
| | |||||
* | Purported fixes for 64-bit platforms with help from John Jorgensen | Guido van Rossum | 1998-04-23 | 3 | -69/+105 |
| | |||||
* | Tiny patch for zlib 1.1.2 | Guido van Rossum | 1998-04-23 | 1 | -0/+1 |
| | |||||
* | Move unified findfile() into test_support.py | Guido van Rossum | 1998-04-23 | 5 | -50/+16 |
| | |||||
* | Don't override the default $ADDRESS. | Fred Drake | 1998-04-23 | 1 | -1/+1 |
| | |||||
* | Change the default $ADDRESS. | Fred Drake | 1998-04-23 | 1 | -0/+1 |
| | |||||
* | Add new spares to the end of the type object struct. | Guido van Rossum | 1998-04-23 | 1 | -0/+6 |
| | |||||
* | Freeze assumes that all built-in modules are part of the Python core. | Guido van Rossum | 1998-04-23 | 1 | -4/+6 |
| | | | | | | | This is not necessarily the case. It is possible to create a Python binary which contains built-in extension modules. Therefore checkextensions should be used for all unknown and builtin modules. (Sjoerd Mullender) | ||||
* | If freezing with the -O option, the optimized bytecode files are | Guido van Rossum | 1998-04-23 | 1 | -0/+4 |
| | | | | | | used. It is useful to implicitly set the -O flag in the frozen application. (Sjoerd Mullender) | ||||
* | When using extention modules, relative path names that occur in the | Guido van Rossum | 1998-04-23 | 1 | -0/+2 |
| | | | | | | | Setup file are fixed so that they will work from the freeze build directory. However, relative path names in liner -L and -R options are not fixed in this way. (Sjoerd Mullender) | ||||
* | Convert recent additions to use new, "logical" markup. | Fred Drake | 1998-04-23 | 2 | -256/+264 |
| | | | | I suppose we really do need a markup guide. -sigh- | ||||
* | Run the self-test (test.test_MimeWriter) when invoked as a script. | Guido van Rossum | 1998-04-23 | 1 | -1/+1 |
| | |||||
* | Add test for MimeWriter module | Guido van Rossum | 1998-04-23 | 2 | -0/+280 |
| | |||||
* | Add writelines() method to Compare class. | Guido van Rossum | 1998-04-23 | 1 | -0/+3 |
| | |||||
* | Regenerated with FOUR_CHAR_CODE defined | Jack Jansen | 1998-04-23 | 1 | -0/+2 |
| | |||||
* | Added support for the horribly complex TimeRecord, so we can position | Jack Jansen | 1998-04-23 | 3 | -9/+431 |
| | | | | | | movies, etc. TimeBase objects have also been slightly modified for this (for instance: the DisposeTimeBase call shouldn't be done in the __del__ routine, the timebase might belong to someone else). | ||||
* | SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. | Jack Jansen | 1998-04-23 | 4 | -21/+39 |
| |