summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test new __import__ module, test reload of built-in module, testGuido van Rossum1994-12-304-2/+12
* Fixed 'propagate' methodGuido van Rossum1994-12-302-8/+10
* Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;Guido van Rossum1994-12-305-15/+18
* Lots of small things, see ChangeLogGuido van Rossum1994-12-309-10/+14
* Ported the editor to X. The GL version won't work.Sjoerd Mullender1994-12-211-1/+1
* (py-compute-indentation): in `t' clause, watch for theBarry Warsaw1994-12-161-0/+7
* Added comment symbols around word after #endif.Sjoerd Mullender1994-12-141-1/+1
* Let extensions start at the last period after the last slash in theSjoerd Mullender1994-12-141-1/+6
* Can't remember the reason for the change, but it was necessary. :-)Sjoerd Mullender1994-12-142-6/+6
* Added libaifc.tex to list of library files.Sjoerd Mullender1994-12-141-1/+1
* Ported to CodeWarriorJack Jansen1994-12-142-1/+4
* New routines:Jack Jansen1994-12-142-0/+89
* Unix functionality expected by python but missing from CodeWarriorJack Jansen1994-12-142-0/+61
* - Use PyErr_Mac for nicer exceptionsJack Jansen1994-12-141-25/+57
* Ported to MetroWerks, which misses file-descriptor like functionality.Jack Jansen1994-12-141-0/+22
* Enlarged version buffer (nobody expects the spanish inquisition:-)Jack Jansen1994-12-141-1/+5
* - PYTHONPATH is now \n-separated, so you can have directories withJack Jansen1994-12-141-2/+75
* Added support for MetroWerks CodeWarrior compilerJack Jansen1994-12-141-1/+5
* Interface to MacTCP and the MacTCP Domain Name ResolverJack Jansen1994-12-145-0/+2204
* - Added Version methodJack Jansen1994-12-141-129/+127
* Interface to Mac Communications Toolbox (only Connection Manager forJack Jansen1994-12-141-0/+585
* This file (which is Guido's) was somehow missing...Jack Jansen1994-12-141-0/+64
* New standard modules for the mac.Jack Jansen1994-12-143-0/+337
* - Added ability to get at strings embedded in the structJack Jansen1994-12-142-1/+30
* Removed extraneous fclose() in case of .pyc file argumentJack Jansen1994-12-141-1/+1
* Use \n as PYTHONPATH delimiter on Mac (less likely to occur inJack Jansen1994-12-141-1/+2
* Added missing initializationJack Jansen1994-12-141-1/+1
* Added hook for better mac error messages.Jack Jansen1994-12-141-0/+10
* Initial revisionBarry Warsaw1994-12-121-0/+1670
* Use /depot/gnu/plat/bin/perlBarry Warsaw1994-12-051-1/+1
* This commit was manufactured by cvs2svn to create tag 'release111'.v1.1.1cvs2svn1994-11-101-0/+1
* bugfix releaseGuido van Rossum1994-11-105-50/+101
* next releaseGuido van Rossum1994-11-101-0/+9
* typosGuido van Rossum1994-11-102-8/+8
* misc stuffGuido van Rossum1994-11-101-21/+43
* workshop attendees etcGuido van Rossum1994-11-101-4/+23
* python-mode-hook instead of py-mode-hookGuido van Rossum1994-11-101-4/+13
* added timer and file callbacks and global mainloop and quit fnsGuido van Rossum1994-11-101-2/+156
* don't use backslashes for continuation linesGuido van Rossum1994-11-101-5/+5
* don't fail moving empty list of shared modulesGuido van Rossum1994-11-101-1/+1
* replace abort() calls by fatal()Guido van Rossum1994-11-101-14/+6
* set name to <lambda> instead of None for lambdasGuido van Rossum1994-11-101-7/+2
* prevent core dump for old getargs() with NULL argGuido van Rossum1994-11-101-0/+7
* call err_clear in err_setvalGuido van Rossum1994-11-101-2/+2
* fix pow() core dumpGuido van Rossum1994-11-101-1/+1
* fix comparison of instances without _-cmp__Guido van Rossum1994-11-101-3/+3
* pl1.1.1; added newgetargs renamingGuido van Rossum1994-11-102-1/+2
* improved prompt formatGuido van Rossum1994-11-102-5/+13
* more complete tests of built-in functionsGuido van Rossum1994-11-103-2/+95
* Removed erroneous +.Sjoerd Mullender1994-11-031-1/+1