]> granicus.if.org Git - python/shortlog
python
1999-08-29 Greg WardPatch from Perry Stoll: tweaks to Windows support.
1999-08-29 Greg WardPatch from Perry Stoll: support for Windows.
1999-08-29 Greg WardPatch from Perry Stoll: import types module.
1999-08-29 Greg WardPatch from Perry Stoll: typo fix, make sure we only...
1999-08-29 Greg WardPatch from Perry Stoll: OK for list of modules to be...
1999-08-29 Greg WardPatch from Perry Stoll: pass 'build_info' to link method.
1999-08-29 Greg WardPatch from Perry Stoll:
1999-08-29 Greg WardAdded msvccompiler module exactly as supplied by Perry...
1999-08-27 Guido van RossumPatch by Mark Hammond to avoid certain header files...
1999-08-27 Guido van RossumTiny patch by Mark Hammond to avoid sys/types.h if...
1999-08-27 Fred DrakeAdded descriptions of the t#, w, and w# PyArg_ParseTupl...
1999-08-26 Guido van RossumAdd Python Documentation entry to Help menu.
1999-08-26 Guido van RossumFind the help.txt file relative to __file__ or "."...
1999-08-26 Fred DrakeUpdate the instructions slightly.
1999-08-26 Fred DrakeRemoved; no longer needed now that the other tools...
1999-08-26 Fred Drakefeed(): Added support for ESIS '&' lines.
1999-08-26 Fred DrakeRemove use of fixgenents.sh; no longer needed.
1999-08-26 Fred DrakeSpecify: \geq --> ≥
1999-08-26 Fred DrakeConversion.subconvert(): Added support for "entityref...
1999-08-26 Fred Drakewrite_esis(): Added support for ENTITY_REFERENCE nodes.
1999-08-26 Fred Drakeconvert(): Add support for ESIS '&' lines, and make...
1999-08-26 Fred Drakeposix_putenv(): Constrain memory leakage when setting...
1999-08-26 Guido van RossumDoco update from Sjoerd Mullender.
1999-08-26 Guido van RossumSjoerd Mullender writes:
1999-08-26 Guido van RossumSjoerd Mullender writes:
1999-08-24 Fred DrakeAdded paragraph explaining that except clauses can...
1999-08-24 Fred DrakeAdded sentence "All exceptions must have an executable...
1999-08-24 Fred DrakeAdded additional index entries.
1999-08-23 Fred Drakewhrandom should come immediately after random, not...
1999-08-23 Fred DrakeClarified start parameter to Py_CompileString, documented
1999-08-23 Jack JansenRemoved availabe() method again: even on PPC it sometim...
1999-08-23 Jack JansenReturn MacOS.Error in stead of RuntimeError in case...
1999-08-20 Guido van RossumPort inet_ntoa and inet_aton to Windows:
1999-08-20 Guido van RossumAdd calls to self.protocol("WM_DELETE_WINDOW", self...
1999-08-20 Guido van RossumPatch by Ben Gertzfield to add inet_aton() and inet_nto...
1999-08-20 Fred Drakerewrite_descriptor(): Fix bug that dropped the first...
1999-08-20 Fred DrakeOops, better update the date on the .TH line.
1999-08-20 Fred DrakeVarious updates, mostly to add information to the SEE...
1999-08-19 Barry WarsawA nit to make Fred proud.
1999-08-19 Greg WardOops, call 'os.path.join()'!
1999-08-19 Fred DrakeTell what the result objects are (based on comment...
1999-08-19 Guido van RossumScrit by Marc-Andre Lemburg to generate htmlentitydefs.py.
1999-08-19 Guido van RossumNew version by Mark-Andre Lemburg (generated by a scrip...
1999-08-19 Fred DrakeAdded item regarding random/whrandom.
1999-08-19 Guido van RossumAdded disclaimer to the sleep() function.
1999-08-19 Guido van RossumIn floatsleep(), when using select(), ignore EINTR...
1999-08-18 Guido van RossumPatches by Michael Reilly to correctly deal with ftp...
1999-08-18 Barry WarsawBump to version 1.1
1999-08-18 Barry Warsaw__update(): Jeremy Hylton reports occurances of sunaudi...
1999-08-18 Guido van RossumTypo in comment (on Mac, it's the *resource* fork that...
1999-08-18 Guido van RossumPatches by Michael Reilly to correctly deal with ftp...
1999-08-18 Guido van RossumAdd Tim Peters' shuffle() algorithm.
1999-08-14 Greg WardImplements the 'build_ext' command for building C/C...
1999-08-14 Greg WardModule to spawn sub-commands in a platform-independent...
1999-08-14 Greg WardChanged to use 'spawn()', now that it exists.
1999-08-14 Greg WardAdded 'verbose' and 'dry_run' flags to CCompiler constr...
1999-08-14 Greg WardComment tweak.
1999-08-14 Greg WardBetter detection of bad entries in option table.
1999-08-14 Greg WardAdded DistutilsExecError, DistutilsValueError.
1999-08-13 Barry WarsawInitial implementation
1999-08-13 Fred DrakeExplain the possible range of values for the pid parame...
1999-08-11 Barry WarsawInitial revision
1999-08-11 Guido van RossumMoshe noticed an inconsistency in his comment, so I...
1999-08-11 Guido van RossumPatch inspired by Moshe Zadka to search for the Icons...
1999-08-11 Guido van RossumPatch by Paul Sokolovsky to support the get() method.
1999-08-10 Barry Warsaw(py-shell): Set the default shell if not set yet. ...
1999-08-10 Greg WardAllow comment characters (#) to be escaped:
1999-08-10 Andrew M. KuchlingAdded __del__ method to GzipFile class that will flush...
1999-08-09 Fred DrakeIn note mentioning [].remove()'s exception, tell what...
1999-08-09 Guido van RossumPatch by Marc-Andre Lemburg to add a bunch more symbols.
1999-08-07 Guido van RossumOfir Reichenberg suggested to apply htonl() to grpaddr...
1999-08-05 Fred DrakeAdd index entries for open():
1999-08-05 Fred DrakeAdd index entry "I/O control, buffering" for fdopen().
1999-08-05 Fred DrakeAdd index entry "I/O control, buffering" for makefile().
1999-08-04 Guido van RossumVladimir Marangozov fixes an AIX-specific problem,...
1999-08-04 Fred DrakeStarted documentation on buffer objects & types. Very...
1999-08-04 Fred DrakePyBuffer_New(): Raise ValueError if size is negative...
1999-08-04 Jack JansenAdded available() method, which checks whether quicktim...
1999-08-03 Guido van RossumChange the directory tree walking example to use cleare...
1999-08-03 Guido van RossumIt turns out that modifying the environment strings...
1999-08-03 Fred DrakeRe-write in Python for portability. About 30% slower...
1999-08-03 Fred Drakeremap_element_names(): Only used for things that the...
1999-08-03 Fred DrakeThe new conversion engine supports more of the table...
1999-08-02 Guido van RossumRemoved PyMapping_Clear() -- it was wishful thinking...
1999-08-02 Fred DrakeUse the mksourcepgk script instead of mktarball.sh.
1999-08-02 Fred DrakeRemove obsolete version of script.
1999-08-02 Fred DrakeRe-implementation of mktarball.sh as a more portable...
1999-08-02 Fred Drakebwrite(), ewrite(): Helpers for diagnostic output...
1999-08-02 Fred DrakeMostly minor changes.
1999-08-02 Fred DrakeThis doesn't need to do nearly as much for the new...
1999-08-02 Fred DrakeA few small improvements to the conversion.
1999-08-02 Fred DrakeMarkup nits.
1999-08-02 Fred DrakeFixed hyperlink references to the __builtin__ and __mai...
1999-07-30 Guido van RossumMark Hammond writes:
1999-07-30 Guido van RossumRemove some redundant code from Canvas.tag_bind(),...
1999-07-29 Fred DrakeRipped out the old conversion.
1999-07-29 Fred DrakeAdded a few more passes through the document fragment...
1999-07-29 Fred DrakeMassive changes.
1999-07-29 Fred DrakeMinor updates.
1999-07-29 Fred DrakeUse the (new) buildFragment() method of the EsisBuilder...
next