]> granicus.if.org Git - python/shortlog
python
1997-09-30 Guido van RossumChange PyEval_SaveThread() and PyEval_RestoreThread...
1997-09-30 Guido van RossumFix a bug in this code that made it do the wrong thing...
1997-09-30 Fred DrakeFixed up formatting.
1997-09-30 Fred DrakeFixed up formatting, added descriptions for previously...
1997-09-30 Fred DrakeRemoved extern declaration of strdup(). Doesn't appear...
1997-09-30 Fred DrakePyExc_NumberError -> PyExc_ArithmeticError
1997-09-30 Guido van RossumHandy utility to guess MIME type from extension.
1997-09-30 Barry WarsawPyErr_NormalizeException(): If the exception's type...
1997-09-29 Guido van RossumAdded PyExc_Exception and PyErr_NewException.
1997-09-29 Guido van RossumSeem to be some changes related to DLL version from...
1997-09-29 Guido van RossumDLL version is now loaded from a string resource.
1997-09-29 Guido van RossumRemove #ifdef __cplusplus.
1997-09-29 Guido van RossumBump version and store DLL version in a string variable...
1997-09-29 Guido van RossumGet DLL version from a variable.
1997-09-29 Guido van RossumDon't intern the key string for getitem and delitem.
1997-09-29 Guido van RossumRemoved special Windows defines, at Mark Hammond's...
1997-09-29 Guido van RossumMove Widget.config() c.s. to Misc class, so the Tk...
1997-09-29 Guido van RossumUse sys.exc_info() where needed.
1997-09-29 Guido van RossumUse sys.exc_info() where needed.
1997-09-29 Guido van RossumNo longer need to be very careful with saving the excep...
1997-09-29 Guido van RossumRemoving emacs.py, which is obsolete.
1997-09-29 Guido van RossumAdd optional bufsize argument to various calls so we...
1997-09-28 Guido van RossumAdd an optional hack for threads in Tkinter.
1997-09-28 Guido van RossumAdd plat- prefix to MACHDEPPATH, now that it's been...
1997-09-28 Guido van RossumRemove plat- prefix from MACHDEP macro;
1997-09-28 Guido van RossumChanges submitted by Marc-Andre Lemburg to add two...
1997-09-28 Guido van RossumIn whichmodule(), use __module__ if set.
1997-09-26 Guido van RossumSet the completer's word break characters appropriate...
1997-09-26 Guido van RossumUse Marc Lemburg's tb_lineno() to calculate the correct...
1997-09-26 Guido van RossumWord completion for the new readline.set_completer...
1997-09-26 Guido van RossumReordered and reformatted, and added some cool new...
1997-09-26 Guido van RossumRelease interpreter lock around readline call in [raw_...
1997-09-24 Guido van RossumChange bind() to tag_bind() so it works again.
1997-09-22 Guido van RossumFix by Sjoerd: don't want to resize to zero length.
1997-09-22 Guido van RossumChanges by jack so the generated modules export their...
1997-09-20 Jack JansenExport type objects to Python
1997-09-18 Guido van RossumThe command can now either be a string (as before)...
1997-09-18 Barry WarsawPy_Initialize(): move the call to _PyImport_FixupExtens...
1997-09-18 Barry Warsawiniterrors(): Eliminate circular reference which was...
1997-09-16 Barry Warsaw[Py_Exc]NumberError => [Py_Exc]ArithmeticError
1997-09-16 Barry WarsawNumberError => ArithmeticError
1997-09-16 Guido van RossumNew API PyErr_NewException(name, base, dict) to create...
1997-09-16 Barry Warsaw[Py_Exc]NumberError => [Py_Exc]ArithmeticError
1997-09-16 Barry WarsawPyErr_Print(): When printing a class exception, try...
1997-09-16 Guido van RossumMoved pystone to Lib/test. Use import test.pystone...
1997-09-16 Guido van RossumSkip symlinks; don't bother keeping a list of files...
1997-09-16 Guido van RossumNew API PyErr_NewException(name, base, dict) to create...
1997-09-16 Guido van RossumIntroduce PyExc_Exception as the conceptual root class...
1997-09-16 Guido van RossumTwo subtle changes:
1997-09-16 Guido van RossumMove the "import readline" to an earlier place so it...
1997-09-15 Guido van RossumAdd strerror() interface.
1997-09-15 Guido van RossumPatch by Case Roole <cjr@bound.xs4all.nl> to fail with...
1997-09-15 Guido van RossumEntirely rewritten parseaddr() function by Sjoerd Mulle...
1997-09-14 Guido van RossumAdded code to emit trailing ',' for singleton tuples...
1997-09-13 Guido van RossumExport names for the types defined by this module:...
1997-09-12 Guido van RossumThree independent changes:
1997-09-12 Guido van RossumWhen creating a class, set its __module__ attribute...
1997-09-11 Guido van RossumAdded hint to skip the heavy stuff on first reading.
1997-09-11 Guido van RossumAs Paul Prescod pointed out, metaprogramming is really...
1997-09-11 Guido van RossumInstall config.h under $exec_prefix/include rather...
1997-09-09 Guido van RossumAdded docstrings. Not for the obsolete functions though.
1997-09-09 Guido van RossumDeleted find_module_in_package and find_module_in_direc...
1997-09-09 Guido van RossumUpdate the description and the example to the new funct...
1997-09-09 Guido van Rossum#Added doc string.
1997-09-09 Guido van RossumMake functionality more closely the same as what's...
1997-09-09 Guido van Rossum*** empty log message ***
1997-09-09 Guido van RossumCrrected a flow control error that caused the wrong...
1997-09-09 Jack JansenImplemented balloon help for EditPythonPrefs
1997-09-09 Jack JansenAdded Help module
1997-09-09 Jack JansenAdded a button to increment buildno, so it doesn't...
1997-09-09 Jack JansenAdded balloon help for options dialog.
1997-09-09 Jack JansenAdded no-site-python and old-exceptions preferences.
1997-09-09 Jack JansenAdded old-exception and no-site-python options and...
1997-09-09 Jack JansenAdded interface to the Balloon Help Manager
1997-09-09 Jack JansenAdded old-exceptions and no-site-python preferences...
1997-09-09 Jack JansenAdded old-exceptions and no-site-python options and...
1997-09-09 Guido van RossumRenamed platform specific subdirectories to plat-*.
1997-09-09 Guido van RossumRenamed dos_8x3 to dos-8x3.
1997-09-09 Guido van RossumThese directories renamed: tkinter -> lib-tk, stdwin...
1997-09-08 Guido van RossumPatch submitted by Brad Howes (with one bug fixed by...
1997-09-08 Guido van RossumAdded support for __all__, which should be a list of...
1997-09-08 Guido van RossumAdded test for __all__.
1997-09-08 Jack JansenDunno, rebinhexed?
1997-09-08 Jack JansenPreferences is a general module to get (and set) prefer...
1997-09-08 Jack JansenPreference resource now has a version number
1997-09-08 Jack JansenMoved the include of macbuildno.h to getbuildinfo.c...
1997-09-08 Jack JansenAdded SysBeep
1997-09-08 Jack JansenThe preference resource now has a version number
1997-09-08 Jack Jansensys.prefix and sys.exec_prefix are now set correctly.
1997-09-08 Jack JansenThe python preference resource now has a version number...
1997-09-08 Jack JansenMajor overhaul: this is now little more than a user...
1997-09-08 Jack JansenRun NumPy installer, if present.
1997-09-08 Guido van RossumBrought up to date with new options and env vars.
1997-09-08 Guido van Rossum#Adapt the doc string to reality.
1997-09-08 Guido van Rossum#Oops, missed a plat- prefix (for Lib/generic).
1997-09-08 Guido van RossumSome nits, added a whole section on what you could...
1997-09-08 Guido van RossumSet it to 1.5a4, now we have dotted-name import...
1997-09-08 Guido van RossumInitialize self.__tempfiles to [] in the constructor...
1997-09-08 Guido van RossumChange packages -> site-packages
1997-09-08 Guido van Rossum*Semantic change*: when unpickling the instance variabl...
next