summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added USE_UCNHASH (experimental, I hope it can go)Jack Jansen2000-06-281-0/+1
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-06-281-1/+18
* Trent Mick: use size_t instead of int where appropriate (time_strftime()).Guido van Rossum2000-06-281-2/+2
* Trent Mick: use size_t instead of int where appropriate (set_key()).Guido van Rossum2000-06-281-2/+2
* Trent Mick: use size_t instead of int where appropriate (call_readline()).Guido van Rossum2000-06-281-1/+1
* Trent Mick: use size_t instead of int where appropriate (mpz_format()).Guido van Rossum2000-06-281-1/+1
* Trent Mick: use size_t instead of int where appropriate (various spots).Guido van Rossum2000-06-281-9/+9
* Trent Mick: use size_t instead of int where appropriate (inGuido van Rossum2000-06-281-2/+2
* Trent Mick: use size_t instead of int where appropriate (in strxfrm(),Guido van Rossum2000-06-281-1/+1
* Trent Mick:Guido van Rossum2000-06-281-3/+7
* Trent Mick:Guido van Rossum2000-06-281-3/+10
* Support constant as a font name for the first column of a table using theFred Drake2000-06-281-0/+3
* Jack Jansen: Moved includes to the top, removed think C supportGuido van Rossum2000-06-281-18/+20
* Jack Jansen: Mac Carbon: don't include sys/types if we don't have itGuido van Rossum2000-06-281-0/+2
* Jack Jansen: Removed support for long-dead Think C compilerGuido van Rossum2000-06-281-5/+0
* Jack Jansen: Removed Macintosh tab-guessing codeGuido van Rossum2000-06-281-7/+0
* Jack Jansen: Support for conditional inclusion of methods and functionsGuido van Rossum2000-06-283-8/+33
* Revise the description of when functions retrieved from class instancesFred Drake2000-06-281-9/+11
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-281-3/+22
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-281-2/+54
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-281-10/+95
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-282-0/+25
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+664
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+109
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+72
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+121
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+3
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+75
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-284-380/+715
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+103
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+12212
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+20
* Enhanced memory-reference information in the description of Py_BuildValue(),Fred Drake2000-06-281-1/+5
* Added documentation for PyOS_AfterFork().Fred Drake2000-06-281-0/+7
* Added memory-reference information to the description of Py_BuildValue(),Fred Drake2000-06-281-1/+6
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-287-1/+146
* typos fixed by Rob HooftJeremy Hylton2000-06-2832-41/+41
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-1/+4
* Changed the #error to a #warning when checking gcc versions, andFred Drake2000-06-281-1/+1
* Added section on cycle GCAndrew M. Kuchling2000-06-281-11/+94
* Lyle Johnson: pass in temp directory as 'build_temp' argument when callingGreg Ward2000-06-281-1/+2
* Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()'Greg Ward2000-06-283-11/+21
* Typo fix.Greg Ward2000-06-281-1/+1
* Lyle Johnson's interface to Borland C++, with a few editorial comments by me.Greg Ward2000-06-281-0/+344
* Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib"Greg Ward2000-06-281-28/+20
* Fixed to use 'reinitialize_command()' to fetch the "install" command object.Greg Ward2000-06-281-6/+1
* Fixes for compiling on Tru64.Andrew M. Kuchling2000-06-271-8/+13
* Fix two typos (, instead of ;)Andrew M. Kuchling2000-06-271-3/+2