summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an index entry.Fred Drake1998-05-141-3/+4
* When a .o file is an absolute pathname, assume it's a file for whichGuido van Rossum1998-05-141-0/+1
* strop_replace(): balk if the pattern string is empty.Guido van Rossum1998-05-141-0/+4
* whichmodule(): remove redundant PyErr_Clear(); add explicit settingGuido van Rossum1998-05-141-4/+3
* Don't delete glmodule.c on 'make clobber' (it's a checked in file!).Guido van Rossum1998-05-141-1/+1
* New APIs for embedding applications that want to add their own entriesGuido van Rossum1998-05-141-0/+58
* Remove unnecessary PyErr_Clear().Guido van Rossum1998-05-141-1/+0
* Since PyDict_GetItem() can't raise an exception any more, there's noGuido van Rossum1998-05-142-4/+0
* Since PyDict_GetItem() can't raise an exception any more, there's noGuido van Rossum1998-05-141-4/+1
* Make sure that PyDict_GetItem[String]() *never* raises an exception.Guido van Rossum1998-05-141-2/+3
* Remove a redundant statement from halfbinop().Guido van Rossum1998-05-131-1/+0
* Fix bug reported by Harri Pasanen: gzip + cPickle doesn't work. TheJeremy Hylton1998-05-131-4/+3
* Tim's quicksort on May 13.Guido van Rossum1998-05-131-1/+1
* Tim's quicksort on May 10.Guido van Rossum1998-05-131-68/+99
* From: conrad@cgl.ucsf.edu (Conrad Huang %CGL)Guido van Rossum1998-05-131-1/+4
* OK, here's a different way to implement the same thing -- this versionGuido van Rossum1998-05-121-6/+6
* Support filenames with spaces in their names (for non-Mac ftp servers).Guido van Rossum1998-05-121-2/+2
* DELETE_FAST should issue an exception when the local variable is undefined.Guido van Rossum1998-05-121-0/+7
* Add comments about release status.Fred Drake1998-05-121-0/+15
* Add Bill Janssen's notes on configuring threads.Guido van Rossum1998-05-121-0/+56
* Replace all calls to fprintf(stderr, ...) with calls to PySys_WriteStderr(...).Guido van Rossum1998-05-121-7/+7
* New APIs to write to sys.stdout or sys.stderr using a printf-like interface.Guido van Rossum1998-05-121-0/+90
* AddGuido van Rossum1998-05-121-0/+9
* Trivial little change: timer tokens shouldn't have a Print() function,Guido van Rossum1998-05-121-8/+7
* Reduce memory requirements.Guido van Rossum1998-05-121-1/+4
* Switch to .tgz instead of .tar.gz to appease Windows users.Fred Drake1998-05-111-17/+17
* Use .tgz instead of .tar.gz for the output file name.Fred Drake1998-05-111-1/+1
* Change ignored extension .tar.gz to .tgz.Fred Drake1998-05-111-1/+1
* Ignore intermediate files.Fred Drake1998-05-111-0/+2
* Set the right page size in the PDF output.Fred Drake1998-05-111-7/+5
* Add --letter option, similar to --a4. This is a no-op, but can be used fromFred Drake1998-05-111-0/+4
* Add the clean, clobber targets here for this directory.Fred Drake1998-05-111-0/+6
* Reverted the last change; the extra cruft is harmless for formatted versions,Fred Drake1998-05-111-0/+5
* Don't be so ugly as to use "set -x" to get the executed commands printed.Fred Drake1998-05-111-1/+6
* Added a section about documentation for the Mac modules.Fred Drake1998-05-111-0/+14
* Oops, better add it to the usage message!Fred Drake1998-05-111-0/+1
* Add easy-to-use support for A4 paper.Fred Drake1998-05-111-2/+6
* Remove the tarhtml target; not useful from the sub-make.Fred Drake1998-05-111-3/+0
* Pass the release number to the tools/mktarball.sh script.Fred Drake1998-05-111-3/+3
* Accept the release number on the command line instead of hardcoding it.Fred Drake1998-05-111-3/+3
* Don't be so ugly as to use "set -x" to get the executed commands printed.Fred Drake1998-05-111-3/+4
* do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man).Fred Drake1998-05-111-0/+10
* Update some of the comments.Fred Drake1998-05-111-21/+54
* In package Override, use the getcwd() function from the Cwd module instead ofFred Drake1998-05-111-0/+22
* Changed some comments.... no longer mention FrameMaker.Fred Drake1998-05-111-38/+20
* parser_compare_nodes(): Corrected a minor type error; eliminate one GCCFred Drake1998-05-111-1/+1
* Add a few doc strings.Guido van Rossum1998-05-101-6/+31
* benchmark for list.sort()Guido van Rossum1998-05-101-0/+109
* Implement round() slightly different, so that for negative ndigits noGuido van Rossum1998-05-091-5/+13
* Fix by Sean Reifschneider:Guido van Rossum1998-05-081-25/+38