summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Optimizations and one intentional loophole by Jim Fulton.Guido van Rossum1996-07-221-58/+82
| | | | | | | | | | The optimizations consist mostly of using local variables to cache methods or instance variables used a lot (e.g. "self.write"). The loopholes allows marshalling extension types as long as they have a __class__ attribute (in which case they may support the rest of the class piclking protocol as well). This allows pickling MESS extension types.
* This is needed for users of Linux 2.xGuido van Rossum1996-07-2210-0/+1608
|
* Got rid of ChangeLog -- too bad, but I can't keep it up to date.Guido van Rossum1996-07-221-4532/+0
|
* Use NEWOBJ() macro instead of calling newobject() directly.Guido van Rossum1996-07-221-1/+1
|
* Added SetFolder method which sets Standard File initial folderJack Jansen1996-07-221-0/+29
|
* Added PyOS_CheckStack() function which returns -1 when we are runningJack Jansen1996-07-221-0/+14
| | | | low on stackspace.
* Added USE_STACKCHECK defineJack Jansen1996-07-225-0/+8
|
* Fuck. For PC support, this must be in the distribution.Guido van Rossum1996-07-2284-0/+13110
|
* Restore the capability to pass a class (usually Pack) as an option to widgetGuido van Rossum1996-07-212-8/+14
| | | | creation; no longer support this for the config method.
* Use gcc, not gcc-elf on LinuxGuido van Rossum1996-07-212-3/+3
|
* Additions to the cast of thousandsGuido van Rossum1996-07-211-0/+13
|
* More changes by Sjoerd & JackGuido van Rossum1996-07-211-42/+136
|
* Addition by Jack to test for missing type supportGuido van Rossum1996-07-211-0/+20
|
* Added extra notes for AIX and SCO.Guido van Rossum1996-07-211-0/+7
|
* Use INSTALL_PROGRAM for makesetupGuido van Rossum1996-07-211-1/+1
|
* Added Jim Fulton's "asharedmodule" targetGuido van Rossum1996-07-211-1/+17
|
* Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BITGuido van Rossum1996-07-211-5/+4
|
* New submission by Fred Drake.Guido van Rossum1996-07-211-775/+1102
|
* New style names for getprogramname and getargcargvGuido van Rossum1996-07-211-6/+6
|
* Rewritten keys() and has_key() to avoid memory leaks.Guido van Rossum1996-07-211-11/+17
|
* complex -> Py_complexGuido van Rossum1996-07-212-96/+96
|
* Hacks for MS_COREDLLGuido van Rossum1996-07-211-0/+19
|
* Only __dict__ and __class__ are read-only instance attributesGuido van Rossum1996-07-211-2/+4
|
* new .pyc magic number (** operator)Guido van Rossum1996-07-211-1/+1
|
* added 1996Guido van Rossum1996-07-211-2/+2
|
* Py_complex; and WITHOUT_COMPLEX added to getargs.cGuido van Rossum1996-07-214-6/+8
|
* renamed complex -> Py_complexGuido van Rossum1996-07-211-10/+10
|
* Hacks for MS_COREDLLGuido van Rossum1996-07-211-0/+14
|
* added new names for getprogramname, getargcargvGuido van Rossum1996-07-211-0/+2
|
* Added prototype + doc for PySequence_Length()Guido van Rossum1996-07-211-0/+7
|
* added parser module to overviewGuido van Rossum1996-07-212-0/+8
|
* added plockGuido van Rossum1996-07-212-0/+12
|
* Minute changes by Fred DrakeGuido van Rossum1996-07-212-80/+4
|
* changes by Jack to Mac docsGuido van Rossum1996-07-218-18/+288
|
* Don't use tktools, dummy! Reworded test message slightly.Guido van Rossum1996-07-212-10/+62
|
* fix canvas bind commandsGuido van Rossum1996-07-214-4/+4
|
* Added option to refilemessages() to keep sequencesGuido van Rossum1996-07-211-4/+27
|
* Changes for new parser module (Fred Drake)Guido van Rossum1996-07-213-37/+276
|
* New opcodes BINARY_POWER, RAISE_VARARGS, CALL_FUNCTION, MAKE_FUNCTIONGuido van Rossum1996-07-211-0/+5
|
* add mac compatibilityGuido van Rossum1996-07-211-1/+29
|
* - Added a file dialog exampleJack Jansen1996-07-184-2/+132
| | | | - Added pointers to library documentation
* Old names changed to Py_GetCopyright, etc.Jack Jansen1996-07-104-6/+6
|
* inittab is a "struct _inittab".Jack Jansen1996-07-101-4/+1
|
* Given a module/pathname file created by findmodulefiles compile allJack Jansen1996-07-101-0/+39
| | | | needed modules and create a file full of PYC resources.
* added a thing on the to-do listBarry Warsaw1996-07-081-1/+2
|
* (python-font-lock-keywords): added class and defBarry Warsaw1996-07-051-7/+13
|
* (py-mode-syntax-table): revert underscore to word class, even though IBarry Warsaw1996-07-031-1/+5
| | | | don't agree with it.
* (py-delete-char): Obey numeric argument.Barry Warsaw1996-07-031-15/+21
|
* (py-shift-region-left, py-shift-region-right, py-indent-right,Barry Warsaw1996-07-031-88/+32
| | | | | | | py-outdent-left, py-mode-map): Folded all functionality into py-shift-region-* commands. Bound C-c C-l to py-shift-region-left and C-c C-r to py-shift-region-right. Removed py-indent-right and py-indent-left.
* This commit was manufactured by cvs2svn to create tag 'r14beta1'.v1.4b1cvs2svn1996-07-011-0/+1
|