summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some stuff that was incorrectly copied from regex.Guido van Rossum1997-10-052-20/+22
* Documented __import__, callable, isinstance, issubclass,Guido van Rossum1997-10-052-10/+166
* Documented new exceptions and exception classes.Guido van Rossum1997-10-052-40/+234
* Add -N0 to dvips flags to generate page structure comments.Guido van Rossum1997-10-051-1/+1
* Checkpoint. Added docs for the new exception handling APIs and forGuido van Rossum1997-10-052-70/+506
* The directory containing config.h has changed.Guido van Rossum1997-10-051-1/+2
* Turns out whatsound.py and sndhdr.py were identical modules.Guido van Rossum1997-10-042-540/+2
* install: New target that installs shared modules inFred Drake1997-10-041-0/+17
* Install install-sh with the other config files.Guido van Rossum1997-10-041-0/+1
* New version of PyErr_NewException() that is compatible with -X option.Guido van Rossum1997-10-031-14/+35
* Initialize Py_UseClassExceptionsFlag to 1.Guido van Rossum1997-10-031-1/+1
* Remove unreachable "return 1" at end of ensure_fromlist().Guido van Rossum1997-10-031-1/+1
* Fix small omission: with all the new code, sys.exit(None) would printGuido van Rossum1997-10-031-0/+2
* Argh; do the same for the "Release" version of the config.Fred Drake1997-10-021-1/+1
* Fix up include directories for compiling the resources.Fred Drake1997-10-021-1/+1
* Fix path search for test data file so it works under more circumstances.Guido van Rossum1997-10-011-1/+6
* Oops, forgot one.Guido van Rossum1997-10-011-1/+1
* There was actually a test that ensured that raising an exception AGuido van Rossum1997-10-011-3/+2
* Fixed test for socket.error to work when it's a class exception.Guido van Rossum1997-10-011-1/+2
* Apply two changes, systematically:Guido van Rossum1997-10-0127-166/+78
* Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win toGuido van Rossum1997-09-301-1/+1
* Change PyEval_SaveThread() and PyEval_RestoreThread() to always do theGuido van Rossum1997-09-301-12/+9
* Fix a bug in this code that made it do the wrong thing when an optionGuido van Rossum1997-09-301-1/+4
* Fixed up formatting.Fred Drake1997-09-302-114/+184
* Fixed up formatting, added descriptions for previously undocumented functions.Fred Drake1997-09-302-74/+138
* Removed extern declaration of strdup(). Doesn't appear to be important andFred Drake1997-09-301-10/+0
* PyExc_NumberError -> PyExc_ArithmeticErrorFred Drake1997-09-301-1/+1
* Handy utility to guess MIME type from extension.Guido van Rossum1997-09-301-0/+190
* PyErr_NormalizeException(): If the exception's type is a class and theBarry Warsaw1997-09-301-0/+8
* Added PyExc_Exception and PyErr_NewException.Guido van Rossum1997-09-291-0/+2
* Seem to be some changes related to DLL version from string resource,Guido van Rossum1997-09-292-5/+44
* DLL version is now loaded from a string resource.Guido van Rossum1997-09-291-0/+7
* Remove #ifdef __cplusplus.Guido van Rossum1997-09-291-6/+6
* Bump version and store DLL version in a string variable (for branding).Guido van Rossum1997-09-291-1/+9
* Get DLL version from a variable.Guido van Rossum1997-09-291-1/+3
* Don't intern the key string for getitem and delitem.Guido van Rossum1997-09-291-3/+1
* Removed special Windows defines, at Mark Hammond's request.Guido van Rossum1997-09-291-8/+4
* Move Widget.config() c.s. to Misc class, so the Tk class also inherits them.Guido van Rossum1997-09-291-31/+30
* Use sys.exc_info() where needed.Guido van Rossum1997-09-291-44/+106
* Use sys.exc_info() where needed.Guido van Rossum1997-09-299-32/+38
* No longer need to be very careful with saving the exception stateGuido van Rossum1997-09-291-2/+1
* Removing emacs.py, which is obsolete.Guido van Rossum1997-09-291-18/+0
* Add optional bufsize argument to various calls so we can make theGuido van Rossum1997-09-291-8/+8
* Add an optional hack for threads in Tkinter.Guido van Rossum1997-09-283-2/+1005
* Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP.Guido van Rossum1997-09-281-1/+1
* Remove plat- prefix from MACHDEP macro;Guido van Rossum1997-09-282-7/+7
* Changes submitted by Marc-Andre Lemburg to add two tables: errorcodeGuido van Rossum1997-09-281-368/+622
* In whichmodule(), use __module__ if set.Guido van Rossum1997-09-281-0/+4
* Set the completer's word break characters appropriate for Python.Guido van Rossum1997-09-261-0/+4
* Use Marc Lemburg's tb_lineno() to calculate the correct line number.Guido van Rossum1997-09-261-3/+21