summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move a bit closer to HTML generation without depending on the temp filesFred Drake1998-04-281-19/+23
* do_cmd_sectcode(): Obsolete; removed.Fred Drake1998-04-281-5/+0
* Remove extra cruft for texi processing.Fred Drake1998-04-282-10/+0
* Do better hiding of internal names.Fred Drake1998-04-282-25/+25
* do_cmd_key(): Obsolete; removed.Fred Drake1998-04-281-1/+0
* Fixed \code so word wrapping is allowed.Fred Drake1998-04-281-142/+141
* Section for bisect module.Fred Drake1998-04-282-0/+110
* Moved popen2 entry to make more sense.Fred Drake1998-04-282-2/+4
* 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
* Add a declaration for strdup() for the Mac.Guido van Rossum1998-04-281-0/+3
* Generate the clear() method manually (calling __GLclear(), anotherGuido van Rossum1998-04-281-1/+12
* Type casts, and added a strdup() declaration for the Mac.Guido van Rossum1998-04-281-4/+7
* If USE_STACKCHECK is defined use PyOS_CheckStack() in the repr and strGuido van Rossum1998-04-281-0/+12
* Enable ftruncate() on the Mac.Guido van Rossum1998-04-281-0/+6
* accept * in return value type and convert it to _ptr after theGuido van Rossum1998-04-281-1/+2
* Style and StyleParameter are two different types.Guido van Rossum1998-04-281-1/+1
* class ByAddressType, a simple Type but passed by address even onGuido van Rossum1998-04-281-0/+7
* On the Mac, create the Temporary Items folder if it does not exist yet.Guido van Rossum1998-04-281-1/+1
* Put quotes around the filename, so spaces in filenames work.Guido van Rossum1998-04-282-2/+2
* Mac CodeWarrior has faulty declaration for hypot, which we hide with aGuido van Rossum1998-04-281-5/+13
* typo in error message (fname vs. file).Guido van Rossum1998-04-283-3/+3
* 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
* Oops, I had 'n' and 'c' mixed up in my mind. Get rid of the commentGuido van Rossum1998-04-281-5/+4
* Inspired by Ben Sayer, rewritten the code and some of the comments toGuido van Rossum1998-04-281-14/+47
* 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
* Use of \key and \kbd were isolated to one instance each in this file;Fred Drake1998-04-282-10/+10
* 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
* When setting the event structure fields, don't die when the widgetGuido van Rossum1998-04-271-1/+4
* Instead of calling mktime(), which has all sorts of unwanted sideGuido van Rossum1998-04-271-6/+2
* 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
* 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
* 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
* parse150(): Simplify RE used to parse the message a little, taking advantageFred Drake1998-04-271-2/+1
* 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