summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Setup.in: added tkinter; rearranged the definition of PYTHONPATH soGuido van Rossum1994-09-075-198/+248
* Added minmax function.Sjoerd Mullender1994-09-061-0/+27
* Can now also give a hashed ID to Cddb.Sjoerd Mullender1994-09-062-82/+112
* Added support for ADPCM compression.Sjoerd Mullender1994-09-061-6/+47
* Define cl_{get,set,del}attr members in classobjectGuido van Rossum1994-09-061-6/+4
* Added mboxconvert.pyGuido van Rossum1994-09-052-0/+114
* Yet another version (by me) of __getattr__ etc.Guido van Rossum1994-09-051-174/+51
* Mods (really diffs to 2.29) by Michael Scharf for alternative __getattr__ etc.Guido van Rossum1994-09-051-105/+204
* Lance's release 1.1 -- fixes some problems with 1.0Guido van Rossum1994-08-311-36/+52
* Release 1.0 by LanceGuido van Rossum1994-08-311-1/+131
* Makefile.in: run compileall on installed library;Guido van Rossum1994-08-303-5/+80
* * Python/getmtime.c: Remove mac specifics (Mac subdirectory hasGuido van Rossum1994-08-302-17/+2
* Lance has converted his modules to the new naming conventions, andGuido van Rossum1994-08-304-217/+1496
* FAQ: Added lambda stress test by UlfGuido van Rossum1994-08-302-1/+2
* Dialog.py: d.num should be numeric, not stringGuido van Rossum1994-08-304-10/+16
* * Doc/tut.tex (subsection{Lambda Forms}): fix typo in lambdaGuido van Rossum1994-08-302-2/+2
* Description of what's hereGuido van Rossum1994-08-301-0/+22
* Merge back to main trunkGuido van Rossum1994-08-301-78/+94
* * Modules/makesetup: bugfix: add objects from sources to OBJSGuido van Rossum1994-08-301-0/+3
* Merge back to main trunkGuido van Rossum1994-08-3037-826/+676
* fix nasty bug in resizing (formatstring)Guido van Rossum1994-08-301-18/+98
* call_object: print message before abort()Guido van Rossum1994-08-301-157/+144
* Move #endif for NTGuido van Rossum1994-08-291-1/+1
* * Python/import.c: support *.o/*.so as alternative forGuido van Rossum1994-08-291-68/+332
* Added delattr()Guido van Rossum1994-08-291-0/+16
* * Python/bltinmodule.c: added tuple() builtinGuido van Rossum1994-08-291-0/+71
* Python/bltinmodule.c: mods by Andrew Kuchling to implementGuido van Rossum1994-08-291-5/+18
* * Python/bltinmodule.c (builtin_vars): correct typo in error msgGuido van Rossum1994-08-291-101/+211
* * Python/pythonrun.c (print_error): added INCREF/DECREF pair --Guido van Rossum1994-08-291-82/+170
* mods by Andrew Kuchling to implementGuido van Rossum1994-08-291-41/+240
* New patches by Andrew to fix various problemsGuido van Rossum1994-08-291-33/+67
* Correct problems found by THINK C 6.0Guido van Rossum1994-08-291-44/+67
* * Parser/tokenizer.c: backup over illegal newline in stringGuido van Rossum1994-08-291-92/+119
* don't call strncpy(str, NULL, 0)Guido van Rossum1994-08-291-81/+79
* * Python/compile.c (com_argdefs, com_arglist): avoid referencingGuido van Rossum1994-08-291-156/+303
* err_clear: clear interpreter stack traceGuido van Rossum1994-08-291-40/+7
* add function name to traceback infoGuido van Rossum1994-08-291-15/+15
* Added PyArg_NoArgs(v)Guido van Rossum1994-08-291-0/+1
* For THINK C 6.0Guido van Rossum1994-08-291-6/+1
* New way of generating .pyc files, thanks to Sjoerd.Guido van Rossum1994-08-295-2/+96
* Makefile.pre.in: add $(OPT) to link commandGuido van Rossum1994-08-295-105/+128
* Makefile: add $(OPT) to linking lineGuido van Rossum1994-08-291-1/+1
* MPW changesGuido van Rossum1994-08-291-5/+0
* Restructured MPW notesGuido van Rossum1994-08-292-22/+46
* README, Makfiles and `buildall' script to build Python under MPW 3.2.Guido van Rossum1994-08-292-0/+78
* Completed (hopefully) the unification of THINK 6.0 and MPW 3.2Guido van Rossum1994-08-298-53/+71
* Intermediate version of changes after porting to MPW 3.2Guido van Rossum1994-08-266-53/+132
* * configure.in, */Makefile*.in: OPT can now be specified in theGuido van Rossum1994-08-231-1/+2
* The usual...Guido van Rossum1994-08-234-127/+222
* * Modules/Setup.*: removed all except Setup.in (huh? I thoughtGuido van Rossum1994-08-232-2/+3