summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* sys.setcheckinterval(x) instead of sys.check_interval = xGuido van Rossum1995-01-102-20/+20
|
* updated eval(), added execfile()Guido van Rossum1995-01-102-20/+56
|
* some belated updatesGuido van Rossum1995-01-101-0/+15
|
* fix globals/locals defaults for eval/execfileGuido van Rossum1995-01-101-10/+10
|
* add restrictions in restricted modeGuido van Rossum1995-01-103-25/+45
|
* add builtins handling and restricted flagGuido van Rossum1995-01-101-2/+14
|
* fix comments for list commandGuido van Rossum1995-01-101-2/+2
|
* Fix exec test so presence of __builtins__ doesn't break itGuido van Rossum1995-01-101-0/+3
|
* shallow and deep copy operationsGuido van Rossum1995-01-101-0/+240
|
* shelve.py: database of persistent objects, on top of pickle.py and anydbm.pyGuido van Rossum1995-01-104-0/+681
| | | | | | pickle.py: new low-level persistency module (used to be called flatten) dbmac.py: stupid dbm clone for the Mac anydbm.py: generic dbm interface (should be extended to support gdbm)
* the usualGuido van Rossum1995-01-093-7/+101
|
* __builtins__ mods (and sys_checkinterval for ceval.c)Guido van Rossum1995-01-098-45/+90
|