]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1997-10-06  Guido van RossumThe usual (and some new modules).
1997-10-06  Guido van RossumA variant on webchecker that creates a mirror copy...
1997-10-06  Guido van RossumSeveral changes:
1997-10-06  Barry WarsawDocument the mapping object's new get() method.
1997-10-06  Barry WarsawUserDict.get(): New method to mirror built-in dictionar...
1997-10-06  Barry Warsawdict_get(): New method for item access with different...
1997-10-06  Fred DrakeMove the __getitem__() definition from StandardExceptio...
1997-10-06  Guido van RossumNew "re" regular expression support.
1997-10-06  Guido van RossumNew "re" regular expression support.
1997-10-06  Fred DrakeAdd the four latex2html output directories: api, ext...
1997-10-06  Guido van RossumDone with tread state descriptions. Sigh!
1997-10-06  Guido van RossumOops -- needed to fix another place affected by the...
1997-10-05  Guido van RossumAdded strerror()
1997-10-05  Guido van RossumRemoved emacs.py
1997-10-05  Guido van RossumFixed some stuff that was incorrectly copied from regex.
1997-10-05  Guido van RossumDocumented __import__, callable, isinstance, issubclass,
1997-10-05  Guido van RossumDocumented new exceptions and exception classes.
1997-10-05  Guido van RossumAdd -N0 to dvips flags to generate page structure comments.
1997-10-05  Guido van RossumCheckpoint. Added docs for the new exception handling...
1997-10-05  Guido van RossumThe directory containing config.h has changed.
1997-10-04  Guido van RossumTurns out whatsound.py and sndhdr.py were identical...
1997-10-04  Fred Drakeinstall: New target that installs shared modules in
1997-10-04  Guido van RossumInstall install-sh with the other config files.
1997-10-03  Guido van RossumNew version of PyErr_NewException() that is compatible...
1997-10-03  Guido van RossumInitialize Py_UseClassExceptionsFlag to 1.
1997-10-03  Guido van RossumRemove unreachable "return 1" at end of ensure_fromlist().
1997-10-03  Guido van RossumFix small omission: with all the new code, sys.exit...
1997-10-02  Fred DrakeArgh; do the same for the "Release" version of the...
1997-10-02  Fred DrakeFix up include directories for compiling the resources.
1997-10-01  Guido van RossumFix path search for test data file so it works under...
1997-10-01  Guido van RossumOops, forgot one.
1997-10-01  Guido van RossumThere was actually a test that ensured that raising...
1997-10-01  Guido van RossumFixed test for socket.error to work when it's a class...
1997-10-01  Guido van RossumApply two changes, systematically:
1997-09-30  Guido van RossumFix PYTHONPATH for new names; rename tkinter to lib...
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...
next