summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Word completion for the new readline.set_completer() function.Guido van Rossum1997-09-261-0/+108
* Reordered and reformatted, and added some cool new features:Guido van Rossum1997-09-261-62/+183
* Release interpreter lock around readline call in [raw_]input().Guido van Rossum1997-09-261-0/+2
* Change bind() to tag_bind() so it works again.Guido van Rossum1997-09-241-2/+2
* Fix by Sjoerd: don't want to resize to zero length.Guido van Rossum1997-09-221-2/+7
* Changes by jack so the generated modules export their typesGuido van Rossum1997-09-223-2/+18
* Export type objects to PythonJack Jansen1997-09-2019-7/+111
* The command can now either be a string (as before) or a list ofGuido van Rossum1997-09-181-3/+4
* Py_Initialize(): move the call to _PyImport_FixupExtension() to afterBarry Warsaw1997-09-181-1/+1
* initerrors(): Eliminate circular reference which was causing a smallBarry Warsaw1997-09-181-3/+3
* [Py_Exc]NumberError => [Py_Exc]ArithmeticErrorBarry Warsaw1997-09-161-7/+7
* NumberError => ArithmeticErrorBarry Warsaw1997-09-161-5/+5
* New API PyErr_NewException(name, base, dict) to create simple new exceptions.Guido van Rossum1997-09-161-0/+4
* [Py_Exc]NumberError => [Py_Exc]ArithmeticErrorBarry Warsaw1997-09-161-1/+1
* PyErr_Print(): When printing a class exception, try to dig out theBarry Warsaw1997-09-161-6/+21
* Moved pystone to Lib/test. Use import test.pystone to run it.Guido van Rossum1997-09-162-249/+0
* Skip symlinks; don't bother keeping a list of files that is never used.Guido van Rossum1997-09-161-5/+2
* New API PyErr_NewException(name, base, dict) to create simple new exceptions.Guido van Rossum1997-09-161-0/+31
* Introduce PyExc_Exception as the conceptual root class for all exceptions.Guido van Rossum1997-09-162-0/+8
* Two subtle changes:Guido van Rossum1997-09-161-69/+56
* Move the "import readline" to an earlier place so it is also done whenGuido van Rossum1997-09-161-8/+10
* Add strerror() interface.Guido van Rossum1997-09-151-2/+30
* Patch by Case Roole <cjr@bound.xs4all.nl> to fail with a moreGuido van Rossum1997-09-151-7/+35
* Entirely rewritten parseaddr() function by Sjoerd Mullender.Guido van Rossum1997-09-151-53/+92
* Added code to emit trailing ',' for singleton tuples in two places.Guido van Rossum1997-09-141-1/+7
* Export names for the types defined by this module: TkappType and TkttType.Guido van Rossum1997-09-131-0/+3
* Three independent changes:Guido van Rossum1997-09-121-5/+10
* When creating a class, set its __module__ attribute to the moduleGuido van Rossum1997-09-121-1/+22
* Added hint to skip the heavy stuff on first reading.Guido van Rossum1997-09-111-0/+15
* As Paul Prescod pointed out, metaprogramming is really somethingGuido van Rossum1997-09-111-13/+11
* Install config.h under $exec_prefix/include rather than $exec_prefix/lib.Guido van Rossum1997-09-111-2/+5
* Added docstrings. Not for the obsolete functions though.Guido van Rossum1997-09-091-6/+46
* Deleted find_module_in_package and find_module_in_directory -- theyGuido van Rossum1997-09-091-53/+0
* Update the description and the example to the new functionality, whichGuido van Rossum1997-09-092-118/+238
* #Added doc string.Guido van Rossum1997-09-091-1/+8
* Make functionality more closely the same as what's implemented by default.Guido van Rossum1997-09-091-8/+12
* *** empty log message ***Guido van Rossum1997-09-091-0/+115
* Crrected a flow control error that caused the wrong error message whenGuido van Rossum1997-09-091-22/+6
* Implemented balloon help for EditPythonPrefsJack Jansen1997-09-094-30/+250
* Added Help moduleJack Jansen1997-09-091-0/+2
* Added a button to increment buildno, so it doesn't happenJack Jansen1997-09-092-11/+14
* Added balloon help for options dialog.Jack Jansen1997-09-0912-3035/+3315
* Added no-site-python and old-exceptions preferences.Jack Jansen1997-09-093-432/+472
* Added old-exception and no-site-python options and balloon helpJack Jansen1997-09-091-3/+12
* Added interface to the Balloon Help ManagerJack Jansen1997-09-094-0/+494
* Added old-exceptions and no-site-python preferences and upped versionJack Jansen1997-09-091-4/+6