1997-10-04 |
Guido van Rossum | Install install-sh with the other config files. |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Guido van Rossum | New version of PyErr_NewException() that is compatible... |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Guido van Rossum | Initialize Py_UseClassExceptionsFlag to 1. |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Guido van Rossum | Remove unreachable "return 1" at end of ensure_fromlist(). |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Guido van Rossum | Fix small omission: with all the new code, sys.exit... |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Fred Drake | Argh; do the same for the "Release" version of the... |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Fred Drake | Fix up include directories for compiling the resources. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Guido van Rossum | Fix path search for test data file so it works under... |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Guido van Rossum | Oops, forgot one. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Guido van Rossum | There was actually a test that ensured that raising... |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Guido van Rossum | Fixed test for socket.error to work when it's a class... |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Guido van Rossum | Apply two changes, systematically: |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Guido van Rossum | Fix PYTHONPATH for new names; rename tkinter to lib... |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Guido van Rossum | Change PyEval_SaveThread() and PyEval_RestoreThread... |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Guido van Rossum | Fix a bug in this code that made it do the wrong thing... |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Fred Drake | Fixed up formatting. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Fred Drake | Fixed up formatting, added descriptions for previously... |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Fred Drake | Removed extern declaration of strdup(). Doesn't appear... |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Fred Drake | PyExc_NumberError -> PyExc_ArithmeticError |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Guido van Rossum | Handy utility to guess MIME type from extension. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Barry Warsaw | PyErr_NormalizeException(): If the exception's type... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Added PyExc_Exception and PyErr_NewException. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Seem to be some changes related to DLL version from... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | DLL version is now loaded from a string resource. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Remove #ifdef __cplusplus. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Bump version and store DLL version in a string variable... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Get DLL version from a variable. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Don't intern the key string for getitem and delitem. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Removed special Windows defines, at Mark Hammond's... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Move Widget.config() c.s. to Misc class, so the Tk... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Use sys.exc_info() where needed. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Use sys.exc_info() where needed. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | No longer need to be very careful with saving the excep... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Removing emacs.py, which is obsolete. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Add optional bufsize argument to various calls so we... |
commit | commitdiff | tree | snapshot |
1997-09-28 |
Guido van Rossum | Add an optional hack for threads in Tkinter. |
commit | commitdiff | tree | snapshot |
1997-09-28 |
Guido van Rossum | Add plat- prefix to MACHDEPPATH, now that it's been... |
commit | commitdiff | tree | snapshot |
1997-09-28 |
Guido van Rossum | Remove plat- prefix from MACHDEP macro; |
commit | commitdiff | tree | snapshot |
1997-09-28 |
Guido van Rossum | Changes submitted by Marc-Andre Lemburg to add two... |
commit | commitdiff | tree | snapshot |
1997-09-28 |
Guido van Rossum | In whichmodule(), use __module__ if set. |
commit | commitdiff | tree | snapshot |
1997-09-26 |
Guido van Rossum | Set the completer's word break characters appropriate... |
commit | commitdiff | tree | snapshot |
1997-09-26 |
Guido van Rossum | Use Marc Lemburg's tb_lineno() to calculate the correct... |
commit | commitdiff | tree | snapshot |
1997-09-26 |
Guido van Rossum | Word completion for the new readline.set_completer... |
commit | commitdiff | tree | snapshot |
1997-09-26 |
Guido van Rossum | Reordered and reformatted, and added some cool new... |
commit | commitdiff | tree | snapshot |
1997-09-26 |
Guido van Rossum | Release interpreter lock around readline call in [raw_... |
commit | commitdiff | tree | snapshot |
1997-09-24 |
Guido van Rossum | Change bind() to tag_bind() so it works again. |
commit | commitdiff | tree | snapshot |
1997-09-22 |
Guido van Rossum | Fix by Sjoerd: don't want to resize to zero length. |
commit | commitdiff | tree | snapshot |
1997-09-22 |
Guido van Rossum | Changes by jack so the generated modules export their... |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Jack Jansen | Export type objects to Python |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Guido van Rossum | The command can now either be a string (as before)... |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Barry Warsaw | Py_Initialize(): move the call to _PyImport_FixupExtens... |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Barry Warsaw | initerrors(): Eliminate circular reference which was... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Barry Warsaw | [Py_Exc]NumberError => [Py_Exc]ArithmeticError |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Barry Warsaw | NumberError => ArithmeticError |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | New API PyErr_NewException(name, base, dict) to create... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Barry Warsaw | [Py_Exc]NumberError => [Py_Exc]ArithmeticError |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Barry Warsaw | PyErr_Print(): When printing a class exception, try... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | Moved pystone to Lib/test. Use import test.pystone... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | Skip symlinks; don't bother keeping a list of files... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | New API PyErr_NewException(name, base, dict) to create... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | Introduce PyExc_Exception as the conceptual root class... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | Two subtle changes: |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | Move the "import readline" to an earlier place so it... |
commit | commitdiff | tree | snapshot |
1997-09-15 |
Guido van Rossum | Add strerror() interface. |
commit | commitdiff | tree | snapshot |
1997-09-15 |
Guido van Rossum | Patch by Case Roole <cjr@bound.xs4all.nl> to fail with... |
commit | commitdiff | tree | snapshot |
1997-09-15 |
Guido van Rossum | Entirely rewritten parseaddr() function by Sjoerd Mulle... |
commit | commitdiff | tree | snapshot |
1997-09-14 |
Guido van Rossum | Added code to emit trailing ',' for singleton tuples... |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Guido van Rossum | Export names for the types defined by this module:... |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Guido van Rossum | Three independent changes: |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Guido van Rossum | When creating a class, set its __module__ attribute... |
commit | commitdiff | tree | snapshot |
1997-09-11 |
Guido van Rossum | Added hint to skip the heavy stuff on first reading. |
commit | commitdiff | tree | snapshot |
1997-09-11 |
Guido van Rossum | As Paul Prescod pointed out, metaprogramming is really... |
commit | commitdiff | tree | snapshot |
1997-09-11 |
Guido van Rossum | Install config.h under $exec_prefix/include rather... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Added docstrings. Not for the obsolete functions though. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Deleted find_module_in_package and find_module_in_direc... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Update the description and the example to the new funct... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | #Added doc string. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Make functionality more closely the same as what's... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Crrected a flow control error that caused the wrong... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Implemented balloon help for EditPythonPrefs |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added Help module |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added a button to increment buildno, so it doesn't... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added balloon help for options dialog. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added no-site-python and old-exceptions preferences. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added old-exception and no-site-python options and... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added interface to the Balloon Help Manager |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added old-exceptions and no-site-python preferences... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added old-exceptions and no-site-python options and... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Renamed platform specific subdirectories to plat-*. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Renamed dos_8x3 to dos-8x3. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | These directories renamed: tkinter -> lib-tk, stdwin... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Patch submitted by Brad Howes (with one bug fixed by... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Added support for __all__, which should be a list of... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Added test for __all__. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Dunno, rebinhexed? |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Preferences is a general module to get (and set) prefer... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Preference resource now has a version number |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Moved the include of macbuildno.h to getbuildinfo.c... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Added SysBeep |
commit | commitdiff | tree | snapshot |
next |