]> granicus.if.org Git - python/shortlog
python
1996-05-16 Guido van RossumRemember source filename as <module>.__file__.
1996-05-16 Guido van RossumMade Place.info == Pack.info
1996-05-16 Guido van RossumYet another mini fix to pack/grid info.
1996-05-16 Guido van RossumPatch from the net for 4.1 file handler changes.
1996-05-16 Guido van RossumAdd __sinit() call according to Jack.
1996-05-16 Guido van RossumSome more changes from the net... Typos, 4.0/4.1 issue...
1996-05-16 Guido van RossumResync with Grail's Tkinter.py.
1996-05-15 Guido van RossumSet the base for atoi() and atol() to 0, since we're...
1996-05-14 Guido van RossumAdded __name__ attribute to class instance method objects.
1996-05-08 Jack JansenAdded _id attribute to GrafPort objects (real id of...
1996-05-07 Jack JansenFixed reference to cr/lf problems
1996-05-07 Jack JansenA version of swed that can import html files. Also...
1996-05-07 Jack JansenAdded call to initialize standard (i.e. implemented...
1996-05-07 Jack JansenAdded support for callbacks (for embedded objects)
1996-05-02 Guido van RossumRemoved some spurios biindex calls.
1996-05-02 Guido van RossumAdded warning about behavior of open mode 'a' (or ...
1996-04-26 Guido van RossumRemoved broken tst.py
1996-04-23 Jack JansenAdded MenuItem methods setstyle(), seticon(), setmark()
1996-04-23 Jack JansenExtension to wed that handles styles, fonts and sizes
1996-04-23 Jack JansenMade style and soup handles optional
1996-04-19 Jack JansenAn interface to the WASTE textedit replacement library.
1996-04-19 Jack JansenKeep .exp files in cvs tree
1996-04-19 Jack JansenCopy .exp files to mwerks project directory too.
1996-04-19 Jack JansenAn example of waste
1996-04-19 Jack Jansen- Confine window moves to screen boundaries
1996-04-19 Jack JansenMinimal waste test program, modified from ttedit.
1996-04-19 Jack JansenAdded documentation on FrameWork, TextEdit and Waste
1996-04-19 Jack JansenUse FrameWork.windowbounds(), fixed idle routine
1996-04-19 Jack JansenIdle callback is now supplied with the null event causi...
1996-04-16 Jack JansenFixed code generated for an argument of type ****
1996-04-16 Jack JansenFixed ScrolledWindow to disable scrollbars if everythin...
1996-04-16 Jack JansenAdded correct handling of cut/paste menu enabling,...
1996-04-16 Jack JansenRemoved ...gen.py files from repository
1996-04-16 Jack JansenAdded support for accessing a few more TERec members
1996-04-16 Jack JansenAn interface to WASTE, an all-singing-all-dancing TextE...
1996-04-16 Jack JansenAn interface to WASTE, an all-singing-all-dancing TextE...
1996-04-15 Jack JansenClarified working directory stuff, added some paragraph...
1996-04-12 Guido van RossumMoved customization to bgenlocations.py module.
1996-04-12 Jack JansenAdded missing setport call to mkdistr_ui, and added...
1996-04-12 Jack Jansenbgen-generators now drop the python definition file...
1996-04-12 Jack JansenAdded scrap manager
1996-04-12 Jack JansenFixed a nasty bug where FindControl could return a...
1996-04-12 Jack JansenInterface to the scrap manager
1996-04-12 Jack JansenAdded ScrolledWindow (a window with one or two scrollbars)
1996-04-12 Guido van RossumDon't atoi() the memo key.
1996-04-11 Jack JansenA simple scrollbar-less single-font (but multi-window...
1996-04-11 Jack JansenFixed ttedit to actually work
1996-04-11 Jack JansenAdded enable(onoff) method to menus and menu items
1996-04-10 Guido van RossumAdded lost docs for crypt module.
1996-04-10 Jack JansenAdded warning on memory use of tcl/tk
1996-04-10 Jack Jansenrebinhexed
1996-04-10 Jack JansenAdded a region arg to update calls
1996-04-10 Jack JansenAdded a tutorial
1996-04-10 Jack JansenAdded region arg to update calls. And binhex files...
1996-04-10 Jack JansenBinhex gif files too.
1996-04-10 Jack JansenChanged to allow the user to do partial builds
1996-04-10 Jack JansenMoved a button in the message dialog. and everything...
1996-04-10 Jack JansenAdded region argument to various ...Update calls.
1996-04-10 Jack JansenReplaced various dummy updateRegions by real arguments
1996-04-10 Jack JansenTextEdit sample code (not yet complete)
1996-04-10 Jack JansenAdded TextEdit interface
1996-04-10 Jack JansenInterface to TextEdit toolbox
1996-04-09 Guido van RossumCreate files as temp file and move to real location...
1996-04-09 Guido van RossumSeparate readline initialization into new function...
1996-04-09 Guido van RossumAdd list() method, analogous to tuple().
1996-04-09 Guido van RossumUnder NT, interface to mysterious module registry....
1996-04-09 Guido van RossumUnder NT, change "long" sharedlib extension to ".dll...
1996-04-09 Guido van RossumUnder NT, define sys.dllhandle and sys.winver (Mark...
1996-04-09 Guido van RossumAdd'l change for NT (Mark H.).
1996-04-08 Barry Warsaw(py-indent-right, py-outdent-left): fixed placement...
1996-04-06 Barry Warsaw(py-parse-state): make sure we don't land inside a...
1996-04-04 Jack JansenAdded resource-ids for override preferences.
1996-04-04 Jack JansenAdded support for override preferences
1996-04-04 Jack JansenAdded support for editing override preferences in applets
1996-04-02 Guido van RossumSubtlety: ~root/a should expand to /a, not //a. Everyt...
1996-03-29 Guido van RossumUpdate reference (it's now RFC 1808); added http to...
1996-03-28 Guido van RossumReformatted with 4-space tab stops.
1996-03-25 Barry Warsaw(py-indent-right, py-outdent-left): Watch out for ...
1996-03-25 Guido van Rossumnew binhex from Jack (much faster)
1996-03-25 Jack JansenDon't change Standard File folder on chdir().
1996-03-25 Jack JansenReplaced non-ascii chars by backslash escapes
1996-03-25 Jack JansenRemoved one level of "mac" in path initialization
1996-03-25 Jack JansenCompare sourcefile to hqx file (if it exists) before...
1996-03-23 Guido van RossumFinally check in Jack's latest version, which fixes...
1996-03-22 Barry Warsaw#updated some comments
1996-03-22 Barry Warsaw(py-indent-right, py-indent-left): support indentation...
1996-03-21 Guido van Rossummove mac url2path conversion to separate module
1996-03-20 Jack JansenUpdated to reflect new situation, added a warning on...
1996-03-20 Jack JansenAdded a note about removing unwanted sys.path stuff
1996-03-20 Jack Jansenre-binhexed
1996-03-20 Jack JansenRemoved addpack calls
1996-03-20 Jack JansenRemoved addpack calls for toolbox modules.
1996-03-20 Jack JansenSomehow the <<terminated>> got mangled. Fixed.
1996-03-20 Jack JansenFixed pythonpath to include tkinter and mac:toolbox...
1996-03-20 Jack JansenFixed for new directory layout
1996-03-20 Jack JansenRemoved addpack calls for toolbox modules, re-binhexed...
1996-03-20 Guido van RossumAdded proxy handling; upped version.
1996-03-18 Jack JansenOops... I Inadvertently lost their cvs files...
1996-03-18 Jack JansenWere copied to Relnotes-1.[12] long ago...
1996-03-18 Jack JansenFixed binhexer
next