summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved popen2 entry to make more sense.Fred Drake1998-04-282-2/+4
| | | | Added bisect entry.
* Updated.Fred Drake1998-04-282-26/+0
|
* Get rid of the unused ifdefed-out old sort code.Guido van Rossum1998-04-281-76/+0
|
* On the Mac a call to TkMacInitMenus is needed. Also, we passGuido van Rossum1998-04-281-2/+31
| | | | | appropriate events to Sioux so the console window remains functional. (Jack)
* Add a declaration for strdup() for the Mac.Guido van Rossum1998-04-281-0/+3
| | | | (Jack)
* Generate the clear() method manually (calling __GLclear(), anotherGuido van Rossum1998-04-281-1/+12
| | | | | name for clear()). This fixes the name clash with curses. (Jack)
* Type casts, and added a strdup() declaration for the Mac.Guido van Rossum1998-04-281-4/+7
| | | | (Jack)
* If USE_STACKCHECK is defined use PyOS_CheckStack() in the repr and strGuido van Rossum1998-04-281-0/+12
| | | | | | routines. This catches a slightly different set of crashes than the recursive-repr fix. (Jack)
* Enable ftruncate() on the Mac.Guido van Rossum1998-04-281-0/+6
| | | | (Jack)
* accept * in return value type and convert it to _ptr after theGuido van Rossum1998-04-281-1/+2
| | | | | typename, as in argument types. (Jack)
* Style and StyleParameter are two different types.Guido van Rossum1998-04-281-1/+1
| | | | (Jack)
* class ByAddressType, a simple Type but passed by address even onGuido van Rossum1998-04-281-0/+7
| | | | | input. (Jack)
* On the Mac, create the Temporary Items folder if it does not exist yet.Guido van Rossum1998-04-281-1/+1
| | | | (Jack)
* Put quotes around the filename, so spaces in filenames work.Guido van Rossum1998-04-282-2/+2
| | | | (Jack)
* Mac CodeWarrior has faulty declaration for hypot, which we hide with aGuido van Rossum1998-04-281-5/+13
| | | | | #define. (Jack)
* typo in error message (fname vs. file).Guido van Rossum1998-04-283-3/+3
| | | | (Jack)
* Support byte-swapped dbhash (bsddb) files. Found by Ben Sayer.Guido van Rossum1998-04-281-1/+1
|
* Document changed semantics -- open() now guesses the db type and errorGuido van Rossum1998-04-282-4/+20
| | | | is now a tuple of various and sundry exceptions.
* Oops, I had 'n' and 'c' mixed up in my mind. Get rid of the commentGuido van Rossum1998-04-281-5/+4
| | | | that wonders what the difference is and explain them properly.
* Inspired by Ben Sayer, rewritten the code and some of the comments toGuido van Rossum1998-04-281-14/+47
| | | | | | be more intelligent when the database already exists (use the module for the existing file, according to whichdb). Noted in the doc strings that there doesn't seem to be a different between 'c' and 'n'.
* Hook in the calendar and popen2 sections.Fred Drake1998-04-282-0/+4
|
* calendar module section for the library reference, by Drew Csillag.Fred Drake1998-04-282-0/+90
|
* popen2 section for the library reference, contributed by Drew Csillag, withFred Drake1998-04-282-0/+142
| | | | some reorganization.
* Use of \key and \kbd were isolated to one instance each in this file;Fred Drake1998-04-282-10/+10
| | | | normalize to \kbd to allow removal of \key from the document class.
* Quicksort retuned by Tim Peters.Guido van Rossum1998-04-281-33/+26
|
* Use a try-except so that the pickle file is written even when we dieGuido van Rossum1998-04-271-14/+18
| | | | because of an unexpected exception.
* When setting the event structure fields, don't die when the widgetGuido van Rossum1998-04-271-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 sideGuido van Rossum1998-04-271-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 Rossum1998-04-271-0/+2
|
* Feeble attempt at making urlopen more robust -- don't call splituser()Guido van Rossum1998-04-271-2/+6
| | | | | when splithost() returned no useable host, to avoid calling splituser() on None.
* Updated for 1.5.1Jack Jansen1998-04-275-56/+76
|
* Use dialog auto-placement whenever appropriate.Jack Jansen1998-04-278-343/+345
|
* Fixes by Just:Jack Jansen1998-04-271-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 Jansen1998-04-272-4/+4
|
* Added FOUR_CHAR_CODE defineJack Jansen1998-04-271-0/+4
|
* New versions from Just.Jack Jansen1998-04-272-9/+5
|
* Regenerated with FOUR_CHAR_CODE definedJack Jansen1998-04-271-0/+1
|
* Mention the Mac:Contrib folderJack Jansen1998-04-271-4/+9
|
* Added Just's printing demo code.Jack Jansen1998-04-272-1/+99
|
* Document transfercmd(), ntransfercmd(), delete(), rmd(), size().Fred Drake1998-04-272-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 advantageFred Drake1998-04-271-2/+1
| | | | of using re instead of regex.
* Add link to Anthony Baxter's enhanced version.Guido van Rossum1998-04-271-0/+4
|
* clean target: Remove intermediate files from creation of outline in PDF.Fred Drake1998-04-251-1/+1
|
* Load the options from the pypaper.sty file before setting up the "base class"Fred Drake1998-04-251-3/+4
| | | | for the manual documents.
* Paper size / font size configuration file.Fred Drake1998-04-251-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 Drake1998-04-241-24/+27
|
* Added libpoplib.tex to dependencies for the library reference.Fred Drake1998-04-241-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 Drake1998-04-244-0/+264
|
* Add entry for poplib.Fred Drake1998-04-242-0/+6
|
* Use hex() when outputting the various checksums so the test output is theGuido van Rossum1998-04-242-5/+5
| | | | same on 32 and 64 bit machines.