summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Reduced number of temporary names used at module scope. Use underscores inFred Drake1997-10-061-5/+4
* Move the pprint docs after the code docs, so that all parser/codegen typeFred Drake1997-10-062-2/+2
* Fix comment to add the all-important trailing colon to the example.Guido van Rossum1997-10-061-9/+16
* Reduced number of temporary names used at module scope. Use underscores inFred Drake1997-10-061-5/+3
* Done with adding changes from 1.4 till 1.5a3.Guido van Rossum1997-10-061-76/+321
* Don't do weird things with the "import parser"; just do it. Sheesh...Fred Drake1997-10-061-11/+11
* The usual (and some new modules).Guido van Rossum1997-10-0617-285/+1011
* A variant on webchecker that creates a mirror copy of a remote site.Guido van Rossum1997-10-061-0/+131
* Several changes:Guido van Rossum1997-10-061-6/+24
* Document the mapping object's new get() method.Barry Warsaw1997-10-062-0/+10
* UserDict.get(): New method to mirror built-in dictionaries' get()Barry Warsaw1997-10-061-0/+5
* dict_get(): New method for item access with different semantics thanBarry Warsaw1997-10-061-0/+38
* Move the __getitem__() definition from StandardException to Exception.Fred Drake1997-10-061-1/+3
* New "re" regular expression support.Guido van Rossum1997-10-062-1145/+1575
* New "re" regular expression support.Guido van Rossum1997-10-064-0/+5135
* Add the four latex2html output directories: api, ext, lib, tut.Fred Drake1997-10-061-0/+4
* Done with tread state descriptions. Sigh!Guido van Rossum1997-10-062-100/+618
* Oops -- needed to fix another place affected by the change back toGuido van Rossum1997-10-061-7/+8
* Added strerror()Guido van Rossum1997-10-052-0/+8
* Removed emacs.pyGuido van Rossum1997-10-052-4/+0
* 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