]> granicus.if.org Git - python/shortlog
python
1997-10-07 Jack JansenImplemented nositepython and oldexceptions flags
1997-10-07 Jack JansenFixed for new "import dir.module" semantics. Needs...
1997-10-07 Jack JansenNew exception interface
1997-10-07 Guido van RossumUse `...` around binary strings.
1997-10-07 Fred Drakeinitparser(): Use PyErr_NewException() to create the...
1997-10-07 Guido van RossumA few last-minute additions and some rearrangements...
1997-10-07 Guido van RossumFix EventHook (the trick to make widgets appear when...
1997-10-07 Fred DrakeRemove this pathetic little module!
1997-10-07 Guido van RossumAdd the Setup line for the pcre module.
1997-10-07 Barry WarsawUpdated for Python 1.5, including my experiences with...
1997-10-07 Guido van RossumMap .shtml to text/html.
1997-10-07 Guido van RossumVersion 0.8.1.
1997-10-07 Guido van RossumAdd "set -e" to lock command.
1997-10-07 Guido van RossumThe target directory is now called dos-8x3, not dos_8x3.
1997-10-07 Guido van RossumCheck that all base classes are indeed class objects...
1997-10-07 Guido van RossumAdd get_line_buffer() and insert_text(), suggested...
1997-10-07 Guido van RossumWhole bunch of additions...
1997-10-07 Guido van RossumTemporary fix to valid_identifier().
1997-10-07 Guido van RossumReturn the error code from most commands, rather than...
1997-10-07 Guido van RossumFix join to support multiple arguments.
1997-10-07 Guido van RossumAdd XXX note about wanting support for copy_reg.py...
1997-10-07 Guido van RossumAdd Jeff Epler's interact() function. Note that it...
1997-10-07 Guido van RossumAdd optional arguments lo and hi to insort() and bisect...
1997-10-07 Guido van RossumUse K&R function prototypes.
1997-10-07 Guido van RossumThe sequence behavior is now on the Exception root...
1997-10-07 Guido van RossumAdded pointer to api.tex and note about the out-of...
1997-10-07 Guido van RossumSet Oct 10 as the release date.
1997-10-07 Guido van RossumChange title to {Python/C API Reference Manual}; remove...
1997-10-07 Guido van RossumTypo discovered by Case Roole.
1997-10-07 Guido van RossumBe more careful with closing fd's 0,1,2.
1997-10-07 Guido van RossumAdd note about condition.py.
1997-10-07 Guido van RossumCompleted the changes between 1.5a3 and now. Not yet...
1997-10-06 Fred DrakeAnd "ni" has been documented...
1997-10-06 Fred DrakeOops; don't know if this was my typo or not: There...
1997-10-06 Fred DrakeUpdated the section "Parsing Python".
1997-10-06 Fred DrakeAdded keyword module entry.
1997-10-06 Fred DrakeMinor nits (Lib/token.py is a file, token is a module...
1997-10-06 Fred DrakeDocumentation for the keyword module.
1997-10-06 Fred DrakeReduced number of temporary names used at module scope...
1997-10-06 Fred DrakeMove the pprint docs after the code docs, so that all...
1997-10-06 Guido van RossumFix comment to add the all-important trailing colon...
1997-10-06 Fred DrakeReduced number of temporary names used at module scope...
1997-10-06 Guido van RossumDone with adding changes from 1.4 till 1.5a3.
1997-10-06 Fred DrakeDon't do weird things with the "import parser"; just...
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.
next