| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove untrue statement about . and .. being included in list of names | Guido van Rossum | 1997-03-25 | 2 | -4/+4 |
|
|
* | Add clear() method to dictionary objects. | Guido van Rossum | 1997-03-21 | 2 | -0/+26 |
|
|
* | Removed 'marshal' from the list of "ok" built-in functions -- the | Guido van Rossum | 1997-03-21 | 1 | -1/+1 |
|
|
* | Fix typo (missing $ in ) | Guido van Rossum | 1997-03-20 | 1 | -1/+1 |
|
|
* | Ping's new version -- more efficient at finding the keywords. | Guido van Rossum | 1997-03-20 | 1 | -37/+13 |
|
|
* | Added __assert__. | Guido van Rossum | 1997-03-20 | 1 | -0/+1 |
|
|
* | Ka-Ping Yee's version is better: | Guido van Rossum | 1997-03-20 | 1 | -37/+116 |
|
|
* | Simple module to publish list of Python keywords. | Guido van Rossum | 1997-03-20 | 1 | -0/+37 |
|
|
* | Avoid crashes with nested multipart/mixed parts. | Guido van Rossum | 1997-03-20 | 1 | -1/+8 |
|
|
* | Added note about adding \n to source for exec and compile. | Guido van Rossum | 1997-03-19 | 1 | -0/+7 |
|
|
* | Added Q. about HTTP/1.1. | Guido van Rossum | 1997-03-16 | 1 | -0/+11 |
|
|
* | New long_lshift, without restriction on size of shift count, by Tim Peters. | Guido van Rossum | 1997-03-16 | 1 | -26/+22 |
|
|
* | Remove err_input -- there is no such global! | Guido van Rossum | 1997-03-14 | 1 | -1/+0 |
|
|
* | New form of PyFPE_END_PROTECT macro. | Guido van Rossum | 1997-03-14 | 12 | -36/+36 |
|
|
* | Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined. | Guido van Rossum | 1997-03-14 | 1 | -0/+1 |
|
|
* | Remove redundant references to thread stuff -- long, long ago, there | Guido van Rossum | 1997-03-14 | 1 | -6/+0 |
|
|
* | Add Macros defining new names for all external symbols. | Guido van Rossum | 1997-03-14 | 2 | -0/+36 |
|
|
* | Change PyFPE_END_PROTECT to PyFPE_END_PROTECT(v). v should be the | Guido van Rossum | 1997-03-14 | 1 | -3/+3 |
|
|
* | Implement find_class() without exec statement. | Guido van Rossum | 1997-03-14 | 1 | -4/+2 |
|
|
* | Change the list() function to match the documentation in the comment | Guido van Rossum | 1997-03-14 | 1 | -1/+1 |
|
|
* | Added Fred Drake's netrc parser class. | Guido van Rossum | 1997-03-14 | 1 | -0/+100 |
|
|
* | Support disassembly of a variety of objects through dis.dis(). | Guido van Rossum | 1997-03-14 | 1 | -0/+17 |
|
|
* | Add optional 4th argument to [r]find and [r]index (end of slice). | Guido van Rossum | 1997-03-14 | 5 | -43/+99 |
|
|
* | Add a rough list of undocumented stuff at the end. | Guido van Rossum | 1997-03-14 | 5 | -1/+445 |
|
|
* | Hint about [\] trick to avoid quad backslashes. | Guido van Rossum | 1997-03-14 | 2 | -4/+6 |
|
|
* | target libinstall: | Fred Drake | 1997-03-13 | 1 | -0/+2 |
|
|
* | compile(): Use the __debug__ flag to determine the proper filename extension | Fred Drake | 1997-03-13 | 1 | -1/+1 |
|
|
* | Fix dumb bug calling parsestrplus with wrong node as argument. | Guido van Rossum | 1997-03-11 | 1 | -1/+3 |
|
|
* | Define __debug__ as 0 if -O is given, 1 otherwise. Also test for | Guido van Rossum | 1997-03-11 | 1 | -0/+4 |
|
|
* | Added support for ``if __debug__:'' -- if -O is given, this form is | Guido van Rossum | 1997-03-11 | 1 | -2/+90 |
|
|
* | When -O is given, use ".pyo" instead of ".pyc". | Guido van Rossum | 1997-03-11 | 1 | -1/+9 |
|
|
* | Zap all env vars beginning with PYTHON to prevent an obvious form of attack. | Guido van Rossum | 1997-03-11 | 1 | -0/+2 |
|
|
* | Added support for imaginary constants (e.g. 0j, 1j, 1.0j). | Guido van Rossum | 1997-03-10 | 1 | -4/+5 |
|
|
* | Clarify error message for unexpected keyword parameter. | Guido van Rossum | 1997-03-10 | 1 | -1/+4 |
|
|
* | Restore old behavior of autotest and testall, using regrtest. | Guido van Rossum | 1997-03-07 | 2 | -217/+7 |
|
|
* | Add "extra-verbose" mode, triggered by specifying two -v flags. In | Guido van Rossum | 1997-03-07 | 1 | -4/+12 |
|
|
* | Much more rigorous testing -- we now try many times, varying in time | Guido van Rossum | 1997-03-07 | 1 | -86/+97 |
|
|
* | Fixed doc string, added __version__, fixed 1 bug. | Guido van Rossum | 1997-03-07 | 1 | -11/+18 |
|
|
* | Ka-Ping's version. | Guido van Rossum | 1997-03-07 | 1 | -45/+132 |
|
|
* | Add casts to CMPERROR macro to silence SunPro compiler warnings about | Guido van Rossum | 1997-03-05 | 1 | -1/+1 |
|
|
* | Greatly renamed. Not a very thorough job -- I'm going to restructure | Guido van Rossum | 1997-03-05 | 1 | -210/+211 |
|
|
* | Add Emacs shell-script directive, SunPro version#, and fix typo | Guido van Rossum | 1997-03-04 | 1 | -2/+3 |
|
|
* | Solaris and IRIX specific instructions for fpectl. | Guido van Rossum | 1997-03-04 | 1 | -2/+14 |
|
|
* | A few comment alignment and clarifications. | Guido van Rossum | 1997-03-04 | 1 | -3/+5 |
|
|
* | Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO. | Guido van Rossum | 1997-03-03 | 1 | -2/+7 |
|
|
* | Add global Py_OptimizeFlag. | Guido van Rossum | 1997-03-03 | 1 | -0/+1 |
|
|
* | Add global Py_OptimizeFlag. SET_LINENO is omitted again unless this is | Guido van Rossum | 1997-03-03 | 1 | -4/+7 |
|
|
* | Added intern() | Guido van Rossum | 1997-03-03 | 2 | -0/+26 |
|
|
* | Added ref to StringIO docs. | Guido van Rossum | 1997-03-03 | 2 | -0/+6 |
|
|
* | Correct two typos | Guido van Rossum | 1997-03-03 | 2 | -2/+2 |
|
|