summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Collapse)AuthorAgeFilesLines
* __hpux -> hpux equivalenceGuido van Rossum1996-01-121-0/+4
|
* fix args options for setcheckintervalGuido van Rossum1996-01-121-1/+1
|
* changes for power (**) operatorGuido van Rossum1996-01-121-325/+359
|
* changes for complex and power (**) operatorGuido van Rossum1996-01-122-30/+136
|
* changes for complex numbersGuido van Rossum1996-01-123-1/+111
|
* don't return from main loop when error occursGuido van Rossum1995-12-101-1/+2
|
* Moved mac-specific exit handling to macmain.cJack Jansen1995-10-271-21/+4
|
* Made a bit more robust against out-of-memory situationsJack Jansen1995-10-271-12/+35
|
* Added missing include for <Aliases.h>Jack Jansen1995-10-231-3/+1
|
* set date to oct 13Guido van Rossum1995-10-121-1/+1
|
* disable code generation for access statementGuido van Rossum1995-10-081-0/+2
|
* keep exitfunc alive while calling itGuido van Rossum1995-10-071-0/+2
|
* Removed unused variablesJack Jansen1995-10-032-4/+1
|
* fix bug with missing default for last arg (discovered by Tommy Burnette)Guido van Rossum1995-09-181-2/+3
|
* #undef argument, for the MacGuido van Rossum1995-09-181-0/+1
|
* include Python.hGuido van Rossum1995-09-182-0/+4
|
* remove unwanted fatal() from err_badcall()Guido van Rossum1995-09-181-1/+0
|
* spell TraceBack with capital BGuido van Rossum1995-09-182-3/+3
|
* Implemented two new functions in sys:Sjoerd Mullender1995-08-291-0/+34
| | | | | | | | | | | | getcounts() returns a list of counts of allocations and deallocations for all different object types. getobjects(n [, type ]) returns a list of recently allocated and not-yet-freed objects of the given type (all objects if no type given). Only the n most recent (all if n==0) objects are returned. getcounts is only available if compiled with -DCOUNT_ALLOCS, getobjects is only available if compiled with -DTRACE_REFS. Note that everything must be compiled with these options!
* rd_object() with exception is fatal errorGuido van Rossum1995-08-281-0/+1
|
* err_badcall() is fatal errorGuido van Rossum1995-08-281-0/+1
|
* Initial revisionGuido van Rossum1995-08-045-0/+75
|
* empty kw dict is ok for builtinsGuido van Rossum1995-08-041-1/+6
|
* split cofnfig.c in 1000 little files :-)Guido van Rossum1995-08-041-4/+17
|
* moved stuff around to resemble main.cGuido van Rossum1995-08-041-5/+8
|
* add imp.get_frozen_object()Guido van Rossum1995-08-041-13/+54
|
* avoid resize of 0-length tupleGuido van Rossum1995-08-041-0/+5
|
* mac CW-only fix for messy windows upon exitJack Jansen1995-07-291-1/+1
|
* Allow mac user to set "command line flags" by option-starting python.Jack Jansen1995-07-291-0/+4
|
* fix bogus DECREF in finally clauseGuido van Rossum1995-07-281-0/+1
|
* Undef 'argument' before including mac headersJack Jansen1995-07-281-0/+2
|
* changes for keyword args to built-in functions and classesGuido van Rossum1995-07-261-19/+43
|
* never close the file in imp.load_...Guido van Rossum1995-07-261-6/+0
|
* be more suspicious of getlocals()Guido van Rossum1995-07-261-2/+8
|
* keyword arguments and faster callsGuido van Rossum1995-07-187-594/+771
|
* NT specific change for nicer error message (Mark H)Guido van Rossum1995-07-181-3/+32
|
* rename arglist to alist (conflict with new grammar symbol)Guido van Rossum1995-07-101-16/+16
|
* 3rd arg for raise; INCOMPLETE keyword parameter passing (currently ↵Guido van Rossum1995-07-072-52/+229
| | | | f(kw=value) is seen as f('kw', value))
* new MAGIC; some changes to default files for imp.load_... functionsGuido van Rossum1995-07-071-8/+19
|
* ignore control-l (parallelling change to tokenizer.c)Guido van Rossum1995-07-071-1/+1
|
* added sys.platformGuido van Rossum1995-07-071-0/+3
|
* new grammarGuido van Rossum1995-07-071-74/+142
|
* added locals() and globals(); [raw_]input() uses readline()Guido van Rossum1995-07-071-1/+67
|
* Porting to CW CFM68KJack Jansen1995-06-273-2/+8
|
* Added PY_RESOURCE (mac only) to imp moduleJack Jansen1995-06-181-0/+7
|
* re-enabled NeXT dynamic linking (#ifdef NeXT)Guido van Rossum1995-06-141-2/+2
|
* Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING.Jack Jansen1995-06-141-11/+42
| | | | | Mac dynloading changed to allow multiple modules to live in with each other in the same file.
* Check if we've already loaded a dynamic module under a different name.Sjoerd Mullender1995-06-123-5/+38
|
* OS/2 thread supportGuido van Rossum1995-04-101-0/+214
|
* renaming phase 3Guido van Rossum1995-03-311-15/+15
|