summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hint about [\] trick to avoid quad backslashes.Guido van Rossum1997-03-142-4/+6
* target libinstall:Fred Drake1997-03-131-0/+2
* compile(): Use the __debug__ flag to determine the proper filename extensionFred Drake1997-03-131-1/+1
* Fix dumb bug calling parsestrplus with wrong node as argument.Guido van Rossum1997-03-111-1/+3
* Define __debug__ as 0 if -O is given, 1 otherwise. Also test forGuido van Rossum1997-03-111-0/+4
* Added support for ``if __debug__:'' -- if -O is given, this form isGuido van Rossum1997-03-111-2/+90
* When -O is given, use ".pyo" instead of ".pyc".Guido van Rossum1997-03-111-1/+9
* Zap all env vars beginning with PYTHON to prevent an obvious form of attack.Guido van Rossum1997-03-111-0/+2
* Added support for imaginary constants (e.g. 0j, 1j, 1.0j).Guido van Rossum1997-03-101-4/+5
* Clarify error message for unexpected keyword parameter.Guido van Rossum1997-03-101-1/+4
* Restore old behavior of autotest and testall, using regrtest.Guido van Rossum1997-03-072-217/+7
* Add "extra-verbose" mode, triggered by specifying two -v flags. InGuido van Rossum1997-03-071-4/+12
* Much more rigorous testing -- we now try many times, varying in timeGuido van Rossum1997-03-071-86/+97
* Fixed doc string, added __version__, fixed 1 bug.Guido van Rossum1997-03-071-11/+18
* Ka-Ping's version.Guido van Rossum1997-03-071-45/+132
* Add casts to CMPERROR macro to silence SunPro compiler warnings aboutGuido van Rossum1997-03-051-1/+1
* Greatly renamed. Not a very thorough job -- I'm going to restructureGuido van Rossum1997-03-051-210/+211
* Add Emacs shell-script directive, SunPro version#, and fix typoGuido van Rossum1997-03-041-2/+3
* Solaris and IRIX specific instructions for fpectl.Guido van Rossum1997-03-041-2/+14
* A few comment alignment and clarifications.Guido van Rossum1997-03-041-3/+5
* Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO.Guido van Rossum1997-03-031-2/+7
* Add global Py_OptimizeFlag.Guido van Rossum1997-03-031-0/+1
* Add global Py_OptimizeFlag. SET_LINENO is omitted again unless this isGuido van Rossum1997-03-031-4/+7
* Added intern()Guido van Rossum1997-03-032-0/+26
* Added ref to StringIO docs.Guido van Rossum1997-03-032-0/+6
* Correct two typosGuido van Rossum1997-03-032-2/+2
* Fix name of PyObject_GetAttrStringGuido van Rossum1997-03-031-1/+1
* Added (minimal) StringIO docs.Guido van Rossum1997-03-035-1/+31
* Fix up indentation of examples to use 4 spaces instead of tabs.Guido van Rossum1997-02-282-118/+118
* Remove the list of Python users, replace it with a pointer to theGuido van Rossum1997-02-261-38/+2
* Added new ftp mirror site ftp://ftp.cdrom.com/pub/python/ (Walnut Creek CDROM).Guido van Rossum1997-02-251-0/+1
* Converted to CW11.Jack Jansen1997-02-2433-12036/+12178
* Make cache-alignment work always (in stead of 50% of the time:-)Jack Jansen1997-02-241-1/+1
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-244-4/+1
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-2417-205/+114
* Re-generated from new (CW11) universal headersJack Jansen1997-02-245-50/+215
* (python-font-lock-keywords): Use new convention for installing in modeBarry Warsaw1997-02-241-2/+3
* Removing this -- complex numbers are now builtin,Guido van Rossum1997-02-231-275/+0
* Change all three fopen calls to use binary mode.Guido van Rossum1997-02-211-3/+3
* Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3.Guido van Rossum1997-02-211-118/+76
* Removed nonstandard strftime formats (strftime is tested moreGuido van Rossum1997-02-201-2/+2
* Rebuilt everything with Guido's new sources, added a few modules hereJack Jansen1997-02-2028-9902/+10328
* Added calldll moduleJack Jansen1997-02-201-0/+1
* - Put USE_MAC_DYNAMIC_LOADING beack here in stead of auto-enabling itJack Jansen1997-02-203-0/+13
* Only go into eventloop/interrupt check 10 times per secondJack Jansen1997-02-201-0/+9
* Comments around identifier after #endifJack Jansen1997-02-201-1/+1
* Added operator, errno and soundex modules.Jack Jansen1997-02-201-1/+7
* Redid arg/return handling (still not as I would like it to be, though).Jack Jansen1997-02-201-76/+263
* Remove some bogus code that would cause a NameError if a -r option was passed.Guido van Rossum1997-02-191-5/+0
* Remove %n and %t from the list of standard expectations.Guido van Rossum1997-02-191-2/+0