summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove untrue statement about . and .. being included in list of namesGuido van Rossum1997-03-252-4/+4
* Add clear() method to dictionary objects.Guido van Rossum1997-03-212-0/+26
* Removed 'marshal' from the list of "ok" built-in functions -- theGuido van Rossum1997-03-211-1/+1
* Fix typo (missing $ in )Guido van Rossum1997-03-201-1/+1
* Ping's new version -- more efficient at finding the keywords.Guido van Rossum1997-03-201-37/+13
* Added __assert__.Guido van Rossum1997-03-201-0/+1
* Ka-Ping Yee's version is better:Guido van Rossum1997-03-201-37/+116
* Simple module to publish list of Python keywords.Guido van Rossum1997-03-201-0/+37
* Avoid crashes with nested multipart/mixed parts.Guido van Rossum1997-03-201-1/+8
* Added note about adding \n to source for exec and compile.Guido van Rossum1997-03-191-0/+7
* Added Q. about HTTP/1.1.Guido van Rossum1997-03-161-0/+11
* New long_lshift, without restriction on size of shift count, by Tim Peters.Guido van Rossum1997-03-161-26/+22
* Remove err_input -- there is no such global!Guido van Rossum1997-03-141-1/+0
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-1412-36/+36
* Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined.Guido van Rossum1997-03-141-0/+1
* Remove redundant references to thread stuff -- long, long ago, thereGuido van Rossum1997-03-141-6/+0
* Add Macros defining new names for all external symbols.Guido van Rossum1997-03-142-0/+36
* Change PyFPE_END_PROTECT to PyFPE_END_PROTECT(v). v should be theGuido van Rossum1997-03-141-3/+3
* Implement find_class() without exec statement.Guido van Rossum1997-03-141-4/+2
* Change the list() function to match the documentation in the commentGuido van Rossum1997-03-141-1/+1
* Added Fred Drake's netrc parser class.Guido van Rossum1997-03-141-0/+100
* Support disassembly of a variety of objects through dis.dis().Guido van Rossum1997-03-141-0/+17
* Add optional 4th argument to [r]find and [r]index (end of slice).Guido van Rossum1997-03-145-43/+99
* Add a rough list of undocumented stuff at the end.Guido van Rossum1997-03-145-1/+445
* 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