]> granicus.if.org Git - python/shortlog
python
1999-01-27 Fred DrakeAdded the files for the repr and ConfigParser modules.
1999-01-27 Fred DrakeDocument the repr module. This removes the entire...
1999-01-27 Barry Warsawerr_input(): Nailed a small memory leak. If the error...
1999-01-27 Barry Warsaw_PySys_Init(): Nailed small memory leak. The stringobj...
1999-01-27 Fred DrakeDon't say that the module defines the "following functi...
1999-01-27 Just van Rossumcleaned up ugly hack related to activate events and...
1999-01-26 Barry WarsawRe-format the module docstring and document the new...
1999-01-26 Fred DrakeIncorporate changes for patched version of ConfigParser.
1999-01-26 Guido van RossumPatch by Chris Petrilli (not really tested since I...
1999-01-26 Fred Drake\py@modindex: Format the index entry for the module...
1999-01-26 Fred DrakeDocumentation for the ConfigParser module, by Christoph...
1999-01-26 Jack JansenAdded Sherlock source for Python documentation, and...
1999-01-26 Barry Warsawexpandtabs__doc__: blank line which was not terminated...
1999-01-25 Guido van RossumAdd spawnv and spawnve functions for Win32 platforms.
1999-01-25 Guido van RossumA gift from Fredrik Lundh: fast C implementation of...
1999-01-25 Guido van RossumDocument the default for tabsize in expandtabs().
1999-01-25 Guido van RossumThe usual.
1999-01-25 Fred DrakeAllow recognition of attributes even if they don't...
1999-01-25 Guido van RossumChange rare occurrences of #if HAVE_LONG_LONG to #ifdef.
1999-01-25 Guido van RossumMake sure not to call realloc() with a NULL pointer...
1999-01-25 Guido van RossumInclude myselect.h -- needed on some platforms.
1999-01-25 Guido van RossumRearrange the -I flags for compiling _tkinter.c so...
1999-01-25 Guido van RossumDon't die if CodeType doesn't exist -- ignore the error...
1999-01-25 Guido van RossumThere's a macro PycString_IMPORT which the documentatio...
1999-01-25 Guido van RossumCorrect typo in new function get_breaks().
1999-01-25 Guido van RossumChange clear syntax to support three alternatives:
1999-01-25 Guido van RossumChange clear_break() to the old signature clear_break...
1999-01-25 Guido van RossumAi! complex_nonzero() has && which should be ||, else...
1999-01-25 Guido van RossumOnly do ttyname() when HAVE_TTYNAME is defined.
1999-01-25 Jack JansenAdding sherlock search templates for Python and Python...
1999-01-25 Jack JansenAdded Icn module to toolboxmodules
1999-01-25 Jack JansenSet PythonCore version number to sys.hexversion, and...
1999-01-24 Just van RossumScript to synchronize files with / in their name and...
1999-01-23 Just van RossumTest checkin, to see whether I really can do it. -...
1999-01-22 Just van RossumTest checkin, to see whether I really can do it. -...
1999-01-22 Fred DrakeAdd "term" to AUTOCLOSE.
1999-01-22 Guido van RossumHeader for PyObject_DelItem() mentioned non-existing...
1999-01-22 Jack JansenUpdated for 1.5.2b1
1999-01-22 Jack JansenIn unpackevent, get the direct object (----) before...
1999-01-22 Jack JansenSelect the whole default input field in AskString ...
1999-01-21 Barry Warsaw(py-mode-map): Add back force of RET (aka C-m) to
1999-01-21 Jack JansenAdded examples/testcode for the Icn module.
1999-01-21 Jack JansenDon't qualify local symbols with aetools...
1999-01-21 Jack JansenManually added definitions for normal, bold, etc. These...
1999-01-21 Jack JansenUpdated for 1.5.2b1
1999-01-21 Jack JansenUpdated for 1.5.2b1 (better late than never:-)
1999-01-21 Jack JansenUpdated the version number in the vers and preffilename...
1999-01-21 Jack JansenRemoved warnings for packages (Just implemented support...
1999-01-20 Fred Drakeconvert(): Added parameter "autoclose", which should...
1999-01-20 Fred DrakeModified the "sgml" and "xml" targets to stop if the...
1999-01-20 Fred DrakeAdd caveat on partial dependence on the "cl" module...
1999-01-20 Fred DrakeMove the jpeg module to the SGI section; it is dependen...
1999-01-19 Fred Drakecreate_module_info(): If there's a \moduleauthor,...
1999-01-19 Fred Drakeisnmtoken(), istoken(): Fix to ensure the regex has...
1999-01-19 Fred Drakehandle_labels(): Fix problem for document fragments...
1999-01-19 Fred DrakeRevised comments on null bytes in pattern string.
1999-01-19 Fred DrakeFix second description of handling 2-digit years (last...
1999-01-19 Fred Drakeconvert(): Change the element name remapping to conver...
1999-01-19 Fred Drakeformat_attrs(): Attempt a bit more minimization for...
1999-01-19 Fred Drakeadd_module_idx(), add_idx_hook():
1999-01-19 Fred DrakeEnable os.path as a mostly-normal submodule, including...
1999-01-19 Barry Warsaw(py-mode-map): Removed special bindings for C-m and...
1999-01-18 Barry Warsaw(py-narrow-to-defun): New command (bound to C-x n d...
1999-01-18 Greg WardAdded 'warn' method.
1999-01-18 Fred DrakeFix typo spotted by Jeff MacDonald <jam@ans.net>.
1999-01-18 Guido van RossumOnly deiconify when iconic.
1999-01-18 Guido van RossumMisc
1999-01-18 Jack JansenInterface to GetIcon, PlotIcon and friends.
1999-01-15 Guido van RossumAdded doc strings to the exception classes.
1999-01-15 Guido van RossumPatch by Piers Lauder: make exceptions classes.
1999-01-15 Barry Warsaw(py-electric-delete): Implement the XEmacs 21 blessed...
1999-01-14 Guido van RossumBruce Wheeler quotes Mark Hammond with a different...
1999-01-14 Fred DrakeAdd a "tarball" target.
1999-01-14 Fred DrakeAdjust so that we are no longer using special entities...
1999-01-14 Barry Warsawfor method getaddrlist(): Added a note clarifying that...
1999-01-14 Fred DrakeShorten the name of the <rfc> "number" attribute to...
1999-01-14 Fred DrakeMake <rfc> no longer an empty element but a container...
1999-01-14 Barry WarsawTest the rfc822.py module. Contains just a few simple...
1999-01-14 Barry WarsawMessage.getaddrlist(): This now handles multiple occura...
1999-01-14 Fred DrakeSeveral new functions to re-write tables to be at least...
1999-01-14 Guido van RossumShould include "Python.h", not <Python.h> -- it's not...
1999-01-14 Guido van RossumJim Ahlstrom patch: Watcom chokes on a long expression...
1999-01-14 Guido van RossumJim Ahlstrom patch: the module doc string is too long...
1999-01-14 Guido van RossumJim Ahlstrom patch: cutoff should be a long for machine...
1999-01-14 Guido van RossumJim Ahlstrom patch: BIGCHUNK is too large for 16-bit...
1999-01-14 Guido van RossumJim Ahlstrom added some SIZEOF defs for VC and WATCOM...
1999-01-14 Fred DrakeAdded clean and clobber targets.
1999-01-14 Fred DrakeUpdate to the latest version of Michael Ernst's script.
1999-01-14 Fred Drake"Driver" makefile to convert all documents to SGML...
1999-01-14 Fred DrakeAdd usage of the "driver" Makefile.
1999-01-14 Fred DrakeElaborate a comment on the format of the table that...
1999-01-14 Fred DrakeAdjustments to allow elements with subelements as param...
1999-01-14 Fred DrakeAdded fixinfo.el to the list of dependencies.
1999-01-14 Fred DrakeEscape special characters on output.
1999-01-14 Guido van RossumIn rcpt(), avoid a space after the TO: address when...
1999-01-14 Guido van RossumChange the order of the utime() and the chmod() call...
1999-01-13 Jack JansenUpdated for 1.5.2b1
1999-01-13 Fred DrakeUpdate the comments on info files.
1999-01-13 Fred DrakeUse \refmodule when we say "use the XXX module instead".
1999-01-13 Fred Drake\seemodule: Fix so that each \seemodule entry gets...
next