]> granicus.if.org Git - python/shortlog
python
1998-05-07 Fred DrakeRelocating file to mac.
1998-05-07 Fred DrakeRelocating file to Doc/ext.
1998-05-07 Fred DrakeRelocating file to Doc/lib/
1998-05-07 Fred DrakeMore changes to support the new directory structure.
1998-05-07 Fred DrakeNew helper script to build the .dvi for a Python manual...
1998-05-07 Fred DrakeRelocating file to Doc/ref.
1998-05-06 Fred DrakeRelocating file to Doc/mac.
1998-05-06 Fred DrakeRelocating file to Doc/api.
1998-05-06 Fred DrakeRelocating file to Doc/tut.
1998-05-06 Fred DrakeChange the set of subdirectories to ignore.
1998-05-06 Fred DrakeIgnore intermediate files.
1998-05-06 Fred DrakeIgnore temporary files.
1998-05-06 Fred DrakeModified version of ../texinputs/pypaper.sty that speci...
1998-05-06 Fred DrakeFix a bogus \code@...@ to be \code{...}.
1998-05-06 Fred DrakeRelocating file to Doc/texinputs.
1998-05-06 Fred DrakeThe Python Reference Manual.
1998-05-06 Fred DrakeFirst cut at welcoming the Python Reference Manual...
1998-05-06 Fred Drake\itembreak,
1998-05-06 Guido van RossumAdding Tim Peters' ndiff utility.
1998-05-06 Fred DrakeWhen a file name is selected ("OK" button, <Return...
1998-05-06 Jack JansenAdded a PopupMenu class.
1998-05-06 Guido van RossumNew files from Thomas Gellekum
1998-05-06 Guido van RossumAfter variable expansion, what was formerly a single...
1998-05-06 Guido van RossumRemove Emacs cruft at end.
1998-05-06 Guido van RossumAdded table of WSA error codes.
1998-05-06 Jack JansenVersion for 1.5.1
1998-05-06 Jack JansenFinal projects for 1.5.1
1998-05-06 Jack JansenMods by Just
1998-05-06 Fred DrakeFix typo in example found by Anthony Starks <anthony_st...
1998-05-05 Guido van RossumUgly band-aid to work around a bug in Linux ftell().
1998-05-05 Guido van RossumAvoid using cut; sed can do this just as well...
1998-05-05 Guido van RossumAvoid using dirname; sed can do this just as well...
1998-05-05 Guido van RossumPatches to make the proxy code work again. (Why does...
1998-05-05 Guido van RossumTake out the check for AUTH-LOGIN or AUTH=LOGIN in...
1998-05-02 Guido van RossumREMOVE samefile(), sameopenfile(), samestat() -- these...
1998-05-01 Guido van RossumChange the names of all methods in the Wm class: they...
1998-05-01 Guido van RossumUse (void) to throw away a function result, not (void...
1998-04-30 Guido van RossumAnother optimization, probably of negligeable effect...
1998-04-30 Guido van RossumAdd some help for AIX. (Konrad Hinsen)
1998-04-29 Guido van RossumIn _bind(), found a way to test for break without a...
1998-04-29 Guido van RossumSave a tiny bit of time: self.tk.call takes a tuple...
1998-04-29 Guido van RossumImport MacOS at the top instead of insize Tk.__init__...
1998-04-29 Fred Drakecleanup(): Remove *all* the temp files related to...
1998-04-29 Guido van RossumWhen following symlinks to the real executable, use...
1998-04-29 Fred DrakeWork around lack of support for \if... in latex2html.
1998-04-29 Fred DrakeSet $TEXINPUTS='' to make l2h pick up the right thing...
1998-04-29 Guido van RossumStill somewhat experimental speedup. This appears...
1998-04-29 Guido van RossumAdd a new method of interpreter objects, interpaddr...
1998-04-29 Fred DrakeFix documentation based on comments from Sean Reifschneider
1998-04-29 Guido van RossumReplace all calls to acquire_lock() and release_lock...
1998-04-29 Fred DrakeMade lint a bit happier.
1998-04-28 Fred DrakeMove a bit closer to HTML generation without depending...
1998-04-28 Fred Drakedo_cmd_sectcode(): Obsolete; removed.
1998-04-28 Fred DrakeRemove extra cruft for texi processing.
1998-04-28 Fred DrakeDo better hiding of internal names.
1998-04-28 Fred Drakedo_cmd_key(): Obsolete; removed.
1998-04-28 Fred DrakeFixed \code so word wrapping is allowed.
1998-04-28 Fred DrakeSection for bisect module.
1998-04-28 Fred DrakeMoved popen2 entry to make more sense.
1998-04-28 Fred DrakeUpdated.
1998-04-28 Guido van RossumGet rid of the unused ifdefed-out old sort code.
1998-04-28 Guido van RossumOn the Mac a call to TkMacInitMenus is needed. Also...
1998-04-28 Guido van RossumAdd a declaration for strdup() for the Mac.
1998-04-28 Guido van RossumGenerate the clear() method manually (calling __GLclear...
1998-04-28 Guido van RossumType casts, and added a strdup() declaration for the...
1998-04-28 Guido van RossumIf USE_STACKCHECK is defined use PyOS_CheckStack()...
1998-04-28 Guido van RossumEnable ftruncate() on the Mac.
1998-04-28 Guido van Rossumaccept * in return value type and convert it to _ptr...
1998-04-28 Guido van RossumStyle and StyleParameter are two different types.
1998-04-28 Guido van Rossumclass ByAddressType, a simple Type but passed by addres...
1998-04-28 Guido van RossumOn the Mac, create the Temporary Items folder if it...
1998-04-28 Guido van RossumPut quotes around the filename, so spaces in filenames...
1998-04-28 Guido van RossumMac CodeWarrior has faulty declaration for hypot, which...
1998-04-28 Guido van Rossumtypo in error message (fname vs. file).
1998-04-28 Guido van RossumSupport byte-swapped dbhash (bsddb) files. Found by...
1998-04-28 Guido van RossumDocument changed semantics -- open() now guesses the...
1998-04-28 Guido van RossumOops, I had 'n' and 'c' mixed up in my mind. Get rid...
1998-04-28 Guido van RossumInspired by Ben Sayer, rewritten the code and some...
1998-04-28 Fred DrakeHook in the calendar and popen2 sections.
1998-04-28 Fred Drakecalendar module section for the library reference,...
1998-04-28 Fred Drakepopen2 section for the library reference, contributed...
1998-04-28 Fred DrakeUse of \key and \kbd were isolated to one instance...
1998-04-28 Guido van RossumQuicksort retuned by Tim Peters.
1998-04-27 Guido van RossumUse a try-except so that the pickle file is written...
1998-04-27 Guido van RossumWhen setting the event structure fields, don't die...
1998-04-27 Guido van RossumInstead of calling mktime(), which has all sorts of...
1998-04-27 Guido van RossumClear the error condition set by ftell().
1998-04-27 Guido van RossumFeeble attempt at making urlopen more robust -- don...
1998-04-27 Jack JansenUpdated for 1.5.1
1998-04-27 Jack JansenUse dialog auto-placement whenever appropriate.
1998-04-27 Jack JansenFixes by Just:
1998-04-27 Jack JansenArgument type for SetPort was wrong (WindowPtr in stead...
1998-04-27 Jack JansenAdded FOUR_CHAR_CODE define
1998-04-27 Jack JansenNew versions from Just.
1998-04-27 Jack JansenRegenerated with FOUR_CHAR_CODE defined
1998-04-27 Jack JansenMention the Mac:Contrib folder
1998-04-27 Jack JansenAdded Just's printing demo code.
1998-04-27 Fred DrakeDocument transfercmd(), ntransfercmd(), delete(), rmd...
1998-04-27 Fred Drakeparse150(): Simplify RE used to parse the message...
1998-04-27 Guido van RossumAdd link to Anthony Baxter's enhanced version.
next