| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed test for socket.error to work when it's a class exception. | Guido van Rossum | 1997-10-01 | 1 | -1/+2 |
| * | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 27 | -166/+78 |
| * | Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to | Guido van Rossum | 1997-09-30 | 1 | -1/+1 |
| * | Change PyEval_SaveThread() and PyEval_RestoreThread() to always do the | Guido van Rossum | 1997-09-30 | 1 | -12/+9 |
| * | Fix a bug in this code that made it do the wrong thing when an option | Guido van Rossum | 1997-09-30 | 1 | -1/+4 |
| * | Fixed up formatting. | Fred Drake | 1997-09-30 | 2 | -114/+184 |
| * | Fixed up formatting, added descriptions for previously undocumented functions. | Fred Drake | 1997-09-30 | 2 | -74/+138 |
| * | Removed extern declaration of strdup(). Doesn't appear to be important and | Fred Drake | 1997-09-30 | 1 | -10/+0 |
| * | PyExc_NumberError -> PyExc_ArithmeticError | Fred Drake | 1997-09-30 | 1 | -1/+1 |
| * | Handy utility to guess MIME type from extension. | Guido van Rossum | 1997-09-30 | 1 | -0/+190 |
| * | PyErr_NormalizeException(): If the exception's type is a class and the | Barry Warsaw | 1997-09-30 | 1 | -0/+8 |
| * | Added PyExc_Exception and PyErr_NewException. | Guido van Rossum | 1997-09-29 | 1 | -0/+2 |
| * | Seem to be some changes related to DLL version from string resource, | Guido van Rossum | 1997-09-29 | 2 | -5/+44 |
| * | DLL version is now loaded from a string resource. | Guido van Rossum | 1997-09-29 | 1 | -0/+7 |
| * | Remove #ifdef __cplusplus. | Guido van Rossum | 1997-09-29 | 1 | -6/+6 |
| * | Bump version and store DLL version in a string variable (for branding). | Guido van Rossum | 1997-09-29 | 1 | -1/+9 |
| * | Get DLL version from a variable. | Guido van Rossum | 1997-09-29 | 1 | -1/+3 |
| * | Don't intern the key string for getitem and delitem. | Guido van Rossum | 1997-09-29 | 1 | -3/+1 |
| * | Removed special Windows defines, at Mark Hammond's request. | Guido van Rossum | 1997-09-29 | 1 | -8/+4 |
| * | Move Widget.config() c.s. to Misc class, so the Tk class also inherits them. | Guido van Rossum | 1997-09-29 | 1 | -31/+30 |
| * | Use sys.exc_info() where needed. | Guido van Rossum | 1997-09-29 | 1 | -44/+106 |
| * | Use sys.exc_info() where needed. | Guido van Rossum | 1997-09-29 | 9 | -32/+38 |
| * | No longer need to be very careful with saving the exception state | Guido van Rossum | 1997-09-29 | 1 | -2/+1 |
| * | Removing emacs.py, which is obsolete. | Guido van Rossum | 1997-09-29 | 1 | -18/+0 |
| * | Add optional bufsize argument to various calls so we can make the | Guido van Rossum | 1997-09-29 | 1 | -8/+8 |
| * | Add an optional hack for threads in Tkinter. | Guido van Rossum | 1997-09-28 | 3 | -2/+1005 |
| * | Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP. | Guido van Rossum | 1997-09-28 | 1 | -1/+1 |
| * | Remove plat- prefix from MACHDEP macro; | Guido van Rossum | 1997-09-28 | 2 | -7/+7 |
| * | Changes submitted by Marc-Andre Lemburg to add two tables: errorcode | Guido van Rossum | 1997-09-28 | 1 | -368/+622 |
| * | In whichmodule(), use __module__ if set. | Guido van Rossum | 1997-09-28 | 1 | -0/+4 |
| * | Set the completer's word break characters appropriate for Python. | Guido van Rossum | 1997-09-26 | 1 | -0/+4 |
| * | Use Marc Lemburg's tb_lineno() to calculate the correct line number. | Guido van Rossum | 1997-09-26 | 1 | -3/+21 |
| * | Word completion for the new readline.set_completer() function. | Guido van Rossum | 1997-09-26 | 1 | -0/+108 |
| * | Reordered and reformatted, and added some cool new features: | Guido van Rossum | 1997-09-26 | 1 | -62/+183 |
| * | Release interpreter lock around readline call in [raw_]input(). | Guido van Rossum | 1997-09-26 | 1 | -0/+2 |
| * | Change bind() to tag_bind() so it works again. | Guido van Rossum | 1997-09-24 | 1 | -2/+2 |
| * | Fix by Sjoerd: don't want to resize to zero length. | Guido van Rossum | 1997-09-22 | 1 | -2/+7 |
| * | Changes by jack so the generated modules export their types | Guido van Rossum | 1997-09-22 | 3 | -2/+18 |
| * | Export type objects to Python | Jack Jansen | 1997-09-20 | 19 | -7/+111 |
| * | The command can now either be a string (as before) or a list of | Guido van Rossum | 1997-09-18 | 1 | -3/+4 |
| * | Py_Initialize(): move the call to _PyImport_FixupExtension() to after | Barry Warsaw | 1997-09-18 | 1 | -1/+1 |
| * | initerrors(): Eliminate circular reference which was causing a small | Barry Warsaw | 1997-09-18 | 1 | -3/+3 |
| * | [Py_Exc]NumberError => [Py_Exc]ArithmeticError | Barry Warsaw | 1997-09-16 | 1 | -7/+7 |
| * | NumberError => ArithmeticError | Barry Warsaw | 1997-09-16 | 1 | -5/+5 |
| * | New API PyErr_NewException(name, base, dict) to create simple new exceptions. | Guido van Rossum | 1997-09-16 | 1 | -0/+4 |
| * | [Py_Exc]NumberError => [Py_Exc]ArithmeticError | Barry Warsaw | 1997-09-16 | 1 | -1/+1 |
| * | PyErr_Print(): When printing a class exception, try to dig out the | Barry Warsaw | 1997-09-16 | 1 | -6/+21 |
| * | Moved pystone to Lib/test. Use import test.pystone to run it. | Guido van Rossum | 1997-09-16 | 2 | -249/+0 |
| * | Skip symlinks; don't bother keeping a list of files that is never used. | Guido van Rossum | 1997-09-16 | 1 | -5/+2 |
| * | New API PyErr_NewException(name, base, dict) to create simple new exceptions. | Guido van Rossum | 1997-09-16 | 1 | -0/+31 |