summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Collapse)AuthorAgeFilesLines
* Slightly different Windows ifdefsGuido van Rossum1996-06-282-4/+3
|
* Corrections to aix_loaderror(), by Manus Hand.Guido van Rossum1996-06-261-5/+7
|
* Jeremy's patches for more robust handling of unmarshallable types.Guido van Rossum1996-06-261-5/+22
|
* Cosmetic change to the dox_8x3 hack.Guido van Rossum1996-06-201-4/+3
|
* Renamed static pow() to powerop() to avoid name conflict in some compilers.Guido van Rossum1996-06-191-4/+4
|
* New style interface via pointer variable.Guido van Rossum1996-06-171-5/+6
|
* struct frozen is now struct _frozen and comes from import.h.Guido van Rossum1996-06-171-11/+5
|
* Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile).Guido van Rossum1996-06-171-0/+7
|
* Got rid of florida hack and made it work with Solaris 2.5 pthreads.Guido van Rossum1996-06-111-19/+7
| | | | Wonder if this will break it on all other platforms :-)
* grand renaming; added copyright to some filesGuido van Rossum1996-05-286-17/+119
|
* Plug memory leak (variable names in code objects were being leaked!)Guido van Rossum1996-05-281-0/+1
|
* Removed some done "to do" items.Guido van Rossum1996-05-241-9/+3
| | | | Changed #ifdef DEBUG slightly.
* rename printrefs, getobjects to _Py_ prefixGuido van Rossum1996-05-242-3/+5
|
* removed verbose decl; added win3.1 dynamic linking.Guido van Rossum1996-05-231-3/+19
|
* moved verbose decl to pydebug.h; added dos_8x3 featureGuido van Rossum1996-05-231-2/+18
|
* Added copyright.Guido van Rossum1996-05-231-1/+31
| | | | Include config.h which may define COMPILER.
* removed sime redundant header includes and decls.Guido van Rossum1996-05-231-8/+0
|
* Removed some redundant header includes.Guido van Rossum1996-05-231-5/+5
| | | | | dir(object) now returns object.__dict__.keys() even if __dict__ is not a dictionary.
* TRACE_REFS -> Py_TRACE_REFSGuido van Rossum1996-05-231-2/+2
|
* Use new names for debug macros. Don't include pythonrun.h.Guido van Rossum1996-05-221-6/+5
|
* Remember source filename as <module>.__file__.Guido van Rossum1996-05-161-0/+3
|
* Add list() method, analogous to tuple().Guido van Rossum1996-04-091-0/+36
|
* Under NT, interface to mysterious module registry. (Mark H.)Guido van Rossum1996-04-091-0/+8
|
* Under NT, change "long" sharedlib extension to ".dll". (Mark H.)Guido van Rossum1996-04-091-1/+1
|
* Under NT, define sys.dllhandle and sys.winver (Mark H.).Guido van Rossum1996-04-091-0/+10
|
* Add'l change for NT (Mark H.).Guido van Rossum1996-04-091-0/+1
|
* __FreeBSD__ shared librariesGuido van Rossum1996-02-251-3/+4
|
* Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already takenGuido van Rossum1996-02-211-1/+1
| | | | by someone else, 'Pyth' is now officially registered by the PSA.
* only use 'j' for imaginary constantsGuido van Rossum1996-01-261-1/+1
|
* properly initialize optional arguments to apply()Guido van Rossum1996-01-261-1/+1
|
* Removed unused varJack Jansen1996-01-251-1/+0
|
* Corrected format string in api_version_warning.Sjoerd Mullender1996-01-231-1/+1
|
* __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
|