summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add tests for array self-assigns. (This one has no relevance to JPython.)Guido van Rossum1998-07-161-1/+28
* Add tests for list self-assigns. (Sorry, this should have been hereGuido van Rossum1998-07-161-0/+13
* Avoid using calloc(). This triggered an obscure bug on multiprocessorGuido van Rossum1998-07-161-1/+2
* From: Nicolas CHAUVAT <nico@caesium.fr>Guido van Rossum1998-07-161-1/+1
* Show how to do switchable panels.Guido van Rossum1998-07-151-0/+54
* Tk.__init__(): In computing baseName, add ".pyo" to list of droppedFred Drake1998-07-151-1/+2
* Temporarily get rid of the registration of Tcl_Finalize() as aGuido van Rossum1998-07-141-0/+5
* Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)Guido van Rossum1998-07-131-15/+37
* Added a delete() method to menu entries. Only the last entry of a menuJack Jansen1998-07-131-1/+14
* Added prototypes for the code resource routines, and for PstringJack Jansen1998-07-132-1/+4
* If the preference filename resource is empty don't try to open orJack Jansen1998-07-131-4/+13
* All import-related code has moved to macimport.c.Jack Jansen1998-07-132-224/+416
* Added macimport.c to various filesJack Jansen1998-07-1314-5028/+5127
* Add an empty PYTHONPREFSFILE STR resource, so frozen applicationsJack Jansen1998-07-131-81/+82
* Add special case to PySequence_List() so that list() of a list isGuido van Rossum1998-07-101-0/+6
* Small changes to map() and filter():Guido van Rossum1998-07-101-5/+8
* Changed PySequence_List() and PySequence_Tuple() to supportGuido van Rossum1998-07-101-27/+38
* Added a function SetUserItemHandler: this takes a function(dialog,Jack Jansen1998-07-102-0/+110
* Add macros for direct access to the members of CFunction objects.Guido van Rossum1998-07-101-0/+9
* Move the definition of PyMethodObject to classobject.h, so it can defineGuido van Rossum1998-07-102-8/+16
* Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObjectGuido van Rossum1998-07-102-6/+15
* (1) Added a sys.exc_info() emulation. (It returns None for the traceback.)Guido van Rossum1998-07-091-15/+57
* Added item about index item/subitem separation.Fred Drake1998-07-081-5/+6
* Fix suggested by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it> to keep theFred Drake1998-07-081-1/+1
* # In case BINARY_SUBSCR, use proper PyList_GET* macros instead of inlining.Guido van Rossum1998-07-081-3/+3
* Marc-Andre Lemburg's patch to support instance methods with otherGuido van Rossum1998-07-083-19/+41
* Reindented some OS/2 and hpux code that looked ugly or at leastGuido van Rossum1998-07-081-29/+28
* Recompute the special getattr/setattr/delattr cache slots afterGuido van Rossum1998-07-081-7/+13
* Rewrite to support multiple suckers, each with their own thread.Guido van Rossum1998-07-081-102/+140
* Instead of printint, use self.message() or self.note().Guido van Rossum1998-07-082-72/+63
* Needed.Guido van Rossum1998-07-081-0/+10
* Minor change for windows; set extensions_c later and setGuido van Rossum1998-07-071-1/+3
* Put back the call to report_unbalanced() that was lost whenGuido van Rossum1998-07-071-0/+2
* # Bump version because of checkin to faqwiz.py. :-(Guido van Rossum1998-07-071-1/+1
* Don't add <...> around mail addresses; they may already be there.Guido van Rossum1998-07-071-1/+1
* Added hints about building your own DLL.Guido van Rossum1998-07-071-0/+9
* Two error messages still used the old name of the functio mkvalue() --Guido van Rossum1998-07-071-2/+2
* Add a cast that a picky SGI compiler found was necessary.Guido van Rossum1998-07-071-1/+1
* Fix a benign problem found by a picky SGI compiler (unreachable breakGuido van Rossum1998-07-071-1/+0
* Fix benign problems found by a picky SGI compiler (unreachable breakGuido van Rossum1998-07-071-2/+0
* Fix benign problems found by a picky SGI compiler (unreachable breakGuido van Rossum1998-07-072-20/+0
* Fix some problems that a picky SGI compiler reported. Two were benignGuido van Rossum1998-07-071-3/+1
* Sigh. The hack to enable special treatment for errno on SGI machinesGuido van Rossum1998-07-071-0/+4
* Guess what...Guido van Rossum1998-07-071-208/+209
* Fix two unrelated problems in the same area:Guido van Rossum1998-07-071-16/+17
* Added copious docstrings, plus two minor layout tweaks.Guido van Rossum1998-07-071-39/+309
* In the example iterating over sys.argv and opening each argument,Guido van Rossum1998-07-071-1/+1
* (py-beginning-of-def-or-class, py-end-of-def-or-class,Barry Warsaw1998-07-071-21/+37
* (py-comment-indent-function): A replacement forBarry Warsaw1998-07-071-13/+32
* Get rid of some obsolete opcodes.Guido van Rossum1998-07-072-10/+0