]> granicus.if.org Git - python/shortlog
python
1998-12-21 Guido van RossumSjoerd Mullender:
1998-12-21 Jeremy Hyltonreplace missing zalloc initialization (test_zlib now...
1998-12-21 Jeremy Hyltonremove debugging fprintf (should have checked this...
1998-12-21 Guido van RossumTypo discovered by Just.
1998-12-19 Guido van RossumUse __stdin__ instead of stdin to derive FileType ...
1998-12-18 Greg WardFred's sysconfig module.
1998-12-18 Jeremy Hyltonpatches from Andrew
1998-12-18 Guido van RossumChris H. writes:
1998-12-18 Guido van RossumImproved instructions by Chris H.
1998-12-18 Greg WardInitial checkin of distutils source files.
1998-12-18 Guido van RossumSjoerd Mullender writes:
1998-12-18 Fred DrakeWhen _PyString_Resize() reports failure, the variable...
1998-12-18 Guido van RossumFix the class browser to work even when the file is...
1998-12-18 Guido van RossumForgot to check this in for Chris Herborth
1998-12-18 Guido van RossumSjoerd Mullender:
1998-12-18 Andrew M. KuchlingAdded a -q ('quiet') option to tabnanny, which causes...
1998-12-17 Guido van RossumThe usual
1998-12-17 Guido van RossumSeveral tiny changes:
1998-12-17 Guido van RossumPatch by Chris Herborth:
1998-12-17 Guido van RossumPatch by Chris Herborth:
1998-12-17 Guido van RossumChanges for new BeOS port by Chris Herborth
1998-12-15 Guido van RossumJim Fulton writes:
1998-12-15 Guido van RossumMove the prototype for dump_counts() to before where...
1998-12-15 Guido van RossumSjoerd Mullender:
1998-12-15 Barry Warsaw(py-goto-beginning-of-tqs): Finds the beginning of...
1998-12-15 Barry WarsawAdded most of the mechanism to change the strips from...
1998-12-15 Barry WarsawA start on the TestModExp applet
1998-12-15 Barry Warsawgrid_bbox(): support new Tk API: grid bbox ?column...
1998-12-14 Barry Warsaw"Author" -> "Contact"
1998-12-14 Andrew M. KuchlingFixed bug reported to Gregor Hoffleit:
1998-12-11 Guido van RossumAs noted by Per Cederqvist, new_buffersize() sometimes...
1998-12-11 Guido van RossumWhen tracing references, reset the type and size of...
1998-12-11 Guido van RossumNeed to initialize self->safe_constructors early on...
1998-12-11 Guido van RossumGregor Hoffleit writes:
1998-12-10 Fred Drakecreate_module_info(): New function: Modify a <section...
1998-12-10 Fred DrakeRemove another {\rm ...} construct.
1998-12-10 Fred DrakeDon't pass around a list of known empty elements, since...
1998-12-10 Guido van RossumRemove prototypes for PyOS_strto[u]l -- Chris Herborth.
1998-12-10 Guido van RossumAdd more SET_LINENO instructions in long argument lists
1998-12-10 Guido van RossumRemove prototype for PyOS_strtol -- Chris Herborth.
1998-12-10 Guido van RossumAdd prototypes for PyOS_strto[u]l -- Chris Herborth.
1998-12-10 Guido van RossumNeed to define DL_EXPORT, of course!
1998-12-10 Guido van RossumNo longer needed.
1998-12-10 Guido van RossumNeeded to add DL_EXPORT to (redundant?) extern decl...
1998-12-10 Fred DrakeAdded a transform to start cleaning up the modulesynops...
1998-12-10 Fred DrakeNits.
1998-12-10 Fred DrakeHandle SGML variant as well as XML variant. SGML is...
1998-12-09 Guido van RossumRemoving the BeOS specific 'ar' utility -- no longer...
1998-12-09 Guido van RossumIn read_multi, allow a subclass to override the class...
1998-12-09 Guido van RossumIn __getslice__, use self.__class__ instead of UserList.
1998-12-09 Guido van RossumSjoerd Mullender writes:
1998-12-08 Guido van RossumMoved to Python 1.5.2/Lib
1998-12-08 Fred DrakeUpdate the descriptions of strftime() and strptime...
1998-12-08 Guido van RossumMake VC++ 5.0 compiler happy.
1998-12-08 Guido van RossumCorrect the poplib example. Stephan Richter pointed...
1998-12-08 Guido van RossumCorrectly document atan2.
1998-12-08 Fred DrakeRename the parameters of atan2(), based on comments...
1998-12-08 Guido van RossumSjoerd patches the previous patch:
1998-12-08 Guido van RossumUndo the change here -- there's no point in declaring...
1998-12-07 Guido van RossumSjoerd writes:
1998-12-07 Guido van RossumAdding thread support for BeOS by Chris Herborth.
1998-12-07 Fred Drake"singed" --> "signed" (3 places)
1998-12-07 Guido van RossumPy_Main() must be DL_EXPORT too.
1998-12-07 Guido van RossumPatch by Jeff Rush:
1998-12-07 Guido van RossumPatch by Jeff Rush:
1998-12-07 Guido van RossumOpen the file in binary mode -- so serving images from...
1998-12-05 Barry Warsawintermediate
1998-12-05 Barry WarsawFixed some bugs
1998-12-05 Barry WarsawFixed typos in --dump
1998-12-04 Guido van RossumClarify evaluation of default arguments at def time...
1998-12-04 Guido van RossumAdded Doc strings -- by Chris Petrilli.
1998-12-04 Guido van RossumWhen comparing bound methods, use identity test on...
1998-12-04 Guido van RossumUse PyInt_AS_LONG macro instead of explicit inlining.
1998-12-04 Guido van RossumOne more fprintf bites the dist -- use PySys_WriteStderr
1998-12-04 Guido van RossumNeed to add default decl of DL_IMPORT, for mymalloc.h
1998-12-04 Guido van RossumAdd DL_EXPORT() to all modules that could possibly...
1998-12-04 Guido van RossumFix two small bugs; add DL_EXPORT() to initcPickle...
1998-12-04 Guido van RossumAdd DL_IMPORT(returntype) for all officially exported...
1998-12-04 Guido van RossumTurtle graphics
1998-12-04 Guido van RossumBernard Herzog pointed out that rl_parse_and_bind modif...
1998-12-04 Guido van RossumAdd explicit example on how to import a submodule of...
1998-12-03 Barry WarsawAdded Helpwin -- help in a text widget
1998-12-03 Barry WarsawUntabification and other cruft
1998-12-03 Barry Warsawdocstring(): Function for returning __doc__ % globals()
1998-12-03 Barry Warsawaudiopy: slightly revamped UI... includes a menubar...
1998-12-03 Guido van RossumNew API version (enough has changed!).
1998-12-03 Barry WarsawInitial version of the README file
1998-12-02 Fred DrakeGeneral comments on what's here and how to try it out...
1998-12-01 Barry WarsawMoved NotImplementedError into alphabetical order,...
1998-12-01 Barry WarsawAdded documentation for NotImplementedError. Fred...
1998-12-01 Fred DrakeSupport conversions to both SGML and XML; SGML is the...
1998-12-01 Fred DrakeUse esistools.
1998-12-01 Fred DrakeUse esistools.
1998-12-01 Fred DrakeUse esistools, getopt.
1998-12-01 Fred DrakeUtility functions and misc. classes used in handling...
1998-12-01 Fred DrakeIgnore the byproducts of SGML/XML conversions for now.
1998-12-01 Barry WarsawAdded new builtin standard exception: NotImplementedErr...
1998-12-01 Fred DrakeNits to support conversions.
1998-12-01 Barry WarsawAdded NotImplementedError, subclassed from RuntimeError
1998-12-01 Barry WarsawAdded PyExc_NotImplementedError
next