summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added reverselist; free recycling bin on error exitGuido van Rossum1995-01-171-0/+16
|
* long_scan is no longer usedGuido van Rossum1995-01-171-0/+2
|
* make a few things staticGuido van Rossum1995-01-171-2/+2
|
* don't declare fmod/pow for any STDC compilerGuido van Rossum1995-01-171-1/+1
|
* include rename2.hGuido van Rossum1995-01-171-0/+2
|
* rename method arg because of typedef conflictGuido van Rossum1995-01-171-4/+4
|
* fix Alpha bug in (x)range; different __builtins__ initializationGuido van Rossum1995-01-171-8/+14
|
* nt thread supportGuido van Rossum1995-01-172-0/+249
|
* different init for __builtins__Guido van Rossum1995-01-172-2/+4
|
* Made some more things static, and other cleanup for new naming schemeGuido van Rossum1995-01-175-11/+10
|
* fix loop on unterminated triple quotesGuido van Rossum1995-01-171-1/+6
|
* made interrupted static againGuido van Rossum1995-01-171-1/+1
|
* added $& to $(LIB) target for SequentGuido van Rossum1995-01-174-4/+4
|
* new names for lots of new functionsGuido van Rossum1995-01-1719-55/+90
|
* evolutionGuido van Rossum1995-01-171-16/+4
|
* must include rename2.hGuido van Rossum1995-01-171-0/+2
|
* fix reentrancy bug in slice assignmentGuido van Rossum1995-01-171-4/+20
|
* This commit was manufactured by cvs2svn to create tag 'r12beta1'.v1.2b1cvs2svn1995-01-121-0/+1
|
* improve treatment of multi-line replies, ignore empty linesGuido van Rossum1995-01-121-2/+4
|
* typoGuido van Rossum1995-01-121-1/+1
|
* Invent Message-ID header if none is presentGuido van Rossum1995-01-121-0/+10
|
* cosmetics/typosGuido van Rossum1995-01-124-4/+4
|
* optional bufsize arg for popen and fdopenGuido van Rossum1995-01-122-14/+64
|
* rename2 changesGuido van Rossum1995-01-124-16/+15
|
* new filesGuido van Rossum1995-01-124-0/+772
|
* use getattr() instead of eval(), fix string representationsGuido van Rossum1995-01-121-4/+4
|
* run config.status after recheckGuido van Rossum1995-01-121-0/+1
|
* the usualGuido van Rossum1995-01-124-50/+188
|
* removed refs to --with-svr4, add --without-gccGuido van Rossum1995-01-121-12/+5
|
* try to improve svr4 socket library inquiriesGuido van Rossum1995-01-121-1/+3
|
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-1248-582/+985
| | | | | | | use the new names exclusively, and the linker will see the new names. Files that import "Python.h" also only see the new names. Files that import "allobjects.h" will continue to be able to use the old names, due to the inclusion (in allobjects.h) of "rename2.h".
* use getbuiltins() everywhere, it defaults to getbuiltidict()Guido van Rossum1995-01-123-3/+4
|
* Include rename2.hGuido van Rossum1995-01-121-0/+1
|
* cosmeticsGuido van Rossum1995-01-123-3/+5
|
* rearrange declarations somewhatGuido van Rossum1995-01-121-11/+11
|
* properly implement cmp() for class instancesGuido van Rossum1995-01-121-0/+31
|
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-108-30/+23
|
* changes for C++ (Tim MacKenzie)Guido van Rossum1995-01-103-7/+33
|
* added interface to Tk_DoOneEvent (R Lindsay Todd)Guido van Rossum1995-01-101-0/+34
|
* fix subtle refcount big in filter() -- Tim MacKenzieGuido van Rossum1995-01-101-3/+6
|
* demonstrate shell in a Tk windowGuido van Rossum1995-01-101-0/+164
|
* menu-simple.py: fixed lay-outGuido van Rossum1995-01-102-2/+45
| | | | bind-with-multiple-calls-per-event-type.py: new, or forgot to add earlier
* Improved explanation of what's hereGuido van Rossum1995-01-101-2/+12
|
* initial checkin of www Tk examplesGuido van Rossum1995-01-1018-0/+3046
|
* better test for existence of hstrerror()Guido van Rossum1995-01-101-2/+2
|
* added bufsize parameter to fdopen and popenGuido van Rossum1995-01-101-10/+19
|
* move coerce() from bltinmodule.c to object.c and implement builtin_coerce() ↵Guido van Rossum1995-01-102-50/+40
| | | | differently
* implement coercions involving instances properlyGuido van Rossum1995-01-101-1/+53
|
* fix memory leak and null pointer dereferenceGuido van Rossum1995-01-102-2/+6
|
* new moduleGuido van Rossum1995-01-102-0/+352
|