]> granicus.if.org Git - python/shortlog
python
1998-10-01 Barry Warsawupdate_views_current(): New method
1998-10-01 Barry WarsawAdded View button and popup of text widget
1998-10-01 Barry Warsaw*** empty log message ***
1998-10-01 Guido van RossumCorrectly add dependencies and build rules for Modules...
1998-10-01 Guido van RossumOn second though, NEXITFUNCS should be defined in pytho...
1998-10-01 Guido van RossumOn second though, NEXITFUNCS should be defined here...
1998-10-01 Guido van RossumTypo reported by Greg Stein: "modifiable" is the correc...
1998-10-01 Barry WarsawNSEW is also valid for -sticky
1998-10-01 Barry WarsawDocument that apply() can now take any sequence in...
1998-10-01 Barry Warsawbuiltin_apply(): Second argument type check is relaxed...
1998-10-01 Guido van RossumWhile scalling sys.modules, skip entries that don't...
1998-10-01 Barry WarsawGridify this widget
1998-10-01 Barry WarsawMake sure the menubar is stretched
1998-10-01 Barry WarsawAdd a nice divider
1998-10-01 Barry WarsawAdded NS and EW constants, which are meaningful values...
1998-10-01 Barry WarsawFixed toggle b/w hex and decimal
1998-10-01 Barry WarsawAdded options to visible window
1998-10-01 Barry WarsawGroove for debugging
1998-10-01 Barry WarsawGet rid of Edit menu
1998-10-01 Barry WarsawAdded options to visible window
1998-09-30 Guido van RossumIn FreeBSD when using ELF, an underscore is needed...
1998-09-30 Jack JansenDisable python event handling in mainloop (discovered...
1998-09-29 Barry WarsawAdded interface to get/set colordb
1998-09-29 Barry WarsawRemoved old cruft, added raw about dialog
1998-09-29 Barry WarsawChanged interface for nearest() method to take individu...
1998-09-29 Barry WarsawGot updating with Return/Tab working
1998-09-29 Barry WarsawUn PMW-ified
1998-09-29 Barry WarsawAdded an extra frame in widget heirarchy in case I...
1998-09-29 Guido van RossumFix suggested by Sjoerd (long ago!) to get a better...
1998-09-29 Barry WarsawUn PMW-ified
1998-09-28 Barry WarsawRework startup
1998-09-28 Barry Warsawsimplify
1998-09-28 Barry Warsawtriplet_to_brightness(): New function
1998-09-28 Barry WarsawDe PMW-ify
1998-09-28 Barry WarsawFixed the brightness calculation
1998-09-28 Barry WarsawUpdated to new post-PMW framework. Moved generators...
1998-09-28 Guido van RossumRemove redundant definition of NEXITFUNCS.
1998-09-28 Guido van RossumFixes for OS/2 by Jeff Rush.
1998-09-28 Guido van RossumMove the #include of <sys/select> to *after* mytime...
1998-09-28 Guido van RossumNew set of files for the OS/2 port by Jeff Rush.
1998-09-28 Guido van RossumRemoved some OS/2 #defines (now in the OS/2 specific...
1998-09-28 Barry Warsawformatting
1998-09-28 Barry WarsawUn PMW-ified
1998-09-28 Barry WarsawUn PMW-ified
1998-09-28 Barry WarsawInitial revision
1998-09-28 Guido van RossumNew version from Piers Lauder, who writes:
1998-09-28 Guido van RossumDon't set a local variable named __args__; this feature...
1998-09-28 Guido van RossumAdd warning that on Windows it only works on sockets.
1998-09-28 Guido van RossumDocument new urllib features by Eric Raymond.
1998-09-28 Guido van RossumChanges by Eric Raymond:
1998-09-28 Jack JansenTruncate messages if they are longer than 255 character...
1998-09-25 Barry WarsawFixed unit test
1998-09-25 Barry WarsawUpdated the docstring and class hierarchy diagram
1998-09-25 Barry Warsaw(py-comint-output-filter-function): Horrible kludgearou...
1998-09-25 Guido van RossumIn PyFrame_New(), don't set extras to something derived...
1998-09-25 Barry Warsaw(py-guess-indent-offset): Only print message about...
1998-09-24 Barry Warsaw(py-execute-file, py-execute-import-or-reload): Use...
1998-09-24 Guido van RossumAdd two constants (with the same value) to specify...
1998-09-23 Fred DrakeAdded realclean and distclean targets to match ../Makefile.
1998-09-23 Guido van RossumAdd define of HAVE_STDDEF_H (to 1). Suggested by Greg...
1998-09-22 Guido van RossumReworked it quite a bit. There are now two classes...
1998-09-22 Barry Warsaw(py-block-comment-prefix): Remove trailing space. ...
1998-09-22 Guido van RossumDo the check for lacking sys.stdin.fileno() *before...
1998-09-21 Guido van RossumWhen sys.stdin.fileno() doesn't work, fall back to...
1998-09-21 Guido van RossumExplicitly document the fact that the search method...
1998-09-21 Guido van RossumAfter the previous changes, func_normalize() turned...
1998-09-21 Guido van RossumChanges so that JPython can also use this version of...
1998-09-21 Guido van RossumGet rid of the classes RModuleLoader and RModuleImporte...
1998-09-21 Guido van RossumComment out 't = t[0] + t[1]' in profiler_simulation...
1998-09-21 Guido van RossumGet rid of the test for non-NULL thread state in EventH...
1998-09-21 Guido van RossumWhen we have siginterrupt(), use it to disable restarti...
1998-09-21 Guido van RossumEnable the 'new' module by default.
1998-09-21 Guido van RossumPatch by Greg Stein to document the 'P' flag.
1998-09-18 Fred Drakere.findall(): Mark as added in 1.5.2.
1998-09-18 Guido van RossumPatches from Greg Stein to support 'P' format in struct...
1998-09-17 Guido van RossumGet rid of 'ppp' that accidentally crept in.
1998-09-17 Jack JansenAdded optional mouseregion parameter to WaitNextEvent...
1998-09-17 Guido van RossumRichard Wolff's changes, documenting his changes to...
1998-09-17 Guido van RossumUntabified and applied Richard Wolff's changes (plus...
1998-09-17 Guido van RossumRichard Wolff's additional changes; some layout nits...
1998-09-17 Guido van RossumDuplicate the decls for PySys_WriteStd{out,err} here...
1998-09-17 Guido van RossumAt Greg Stein's request, add PyLong_*LongLong entry...
1998-09-17 Guido van RossumDefine SIZEOF_LONG_LONG (as 8) at Greg Stein's request.
1998-09-15 Guido van RossumIn load_inst(), when instantiating an instance the...
1998-09-14 Guido van RossumIgnore the TclError exception raised when deleting...
1998-09-14 Barry WarsawSeveral changes that Python carry on in the face of...
1998-09-14 Guido van RossumAdded the mainloop() call.
1998-09-14 Guido van Rossumnannified
1998-09-14 Guido van RossumThere was a confusion in my checkin of the code to...
1998-09-14 Guido van Rossumnannified
1998-09-14 Guido van RossumPrint serious errors to stderr instead of stdout.
1998-09-14 Barry Warsaw#Code rearranging to quiet byte-compiler
1998-09-14 Guido van Rossumnannified
1998-09-14 Guido van RossumNannified.
1998-09-14 Guido van Rossumnannified
1998-09-14 Guido van Rossumnannified.
1998-09-14 Guido van RossumPatch by Marc-Andre Lemburg: use re module to compare...
1998-09-14 Guido van RossumUtility to replace CRLF with LF in argument files.
1998-09-14 Guido van RossumUtility to replace LF with CRLF in argument files.
1998-09-14 Guido van RossumUtility to untabify stubber results.
next