]> granicus.if.org Git - python/shortlog
python
1998-05-11 Fred DrakeAdded a section about documentation for the Mac modules.
1998-05-11 Fred DrakeOops, better add it to the usage message!
1998-05-11 Fred DrakeAdd easy-to-use support for A4 paper.
1998-05-11 Fred DrakeRemove the tarhtml target; not useful from the sub...
1998-05-11 Fred DrakePass the release number to the tools/mktarball.sh script.
1998-05-11 Fred DrakeAccept the release number on the command line instead...
1998-05-11 Fred DrakeDon't be so ugly as to use "set -x" to get the executed...
1998-05-11 Fred Drakedo_cmd_kwindex(): Re-implement now that \kwindex is...
1998-05-11 Fred DrakeUpdate some of the comments.
1998-05-11 Fred DrakeIn package Override, use the getcwd() function from...
1998-05-11 Fred DrakeChanged some comments.... no longer mention FrameMaker.
1998-05-11 Fred Drakeparser_compare_nodes(): Corrected a minor type error...
1998-05-10 Guido van RossumAdd a few doc strings.
1998-05-10 Guido van Rossumbenchmark for list.sort()
1998-05-09 Guido van RossumImplement round() slightly different, so that for negat...
1998-05-08 Guido van RossumFix by Sean Reifschneider:
1998-05-08 Guido van RossumAdd the specific sed statement to recover the second...
1998-05-08 Guido van RossumMake Tim O'Malley's requested change: in FieldStorage...
1998-05-08 Fred DrakeFix a comment.
1998-05-08 Fred DrakeNo longer needed.
1998-05-08 Fred DrakeRemove unneeded line.
1998-05-08 Fred DrakeUse \ldots, not \dots. The info process doesn't know...
1998-05-08 Fred DrakeAdjust to new file layout.
1998-05-08 Fred DrakeMove the rules to build the info files here.
1998-05-08 Fred DrakeRelocating file to Doc/info.
1998-05-08 Guido van RossumAdded URLs for zlib's home page and the Windows DLL...
1998-05-08 Guido van Rossumexec is a statement, not a function!
1998-05-08 Fred Drakel2h target: Do the "right thing" regarding the paper...
1998-05-08 Fred DrakeSome versions of latex2html don't automatically append...
1998-05-08 Fred Drake$(KPSEWHICH): Use the older style of calling kpsewhich...
1998-05-08 Fred Drake/bin/sed works on both Solaris and RedHat Linux; /usr...
1998-05-08 Fred DrakeOops! Must have deleted a word by accident before...
1998-05-07 Fred DrakeBe a little more robust handling filenames.
1998-05-07 Fred DrakeIgnore the webchecker turd.
1998-05-07 Fred DrakeAdded the webcheck target here.
1998-05-07 Fred DrakeCleaned out some more cruft.
1998-05-07 Fred DrakeSome cleanup, added clean & clobber targets.
1998-05-07 Fred DrakeAdd support for a --pdf option to cause a PDF file...
1998-05-07 Fred DrakeMarkup consistency.
1998-05-07 Fred DrakeSmall updates.
1998-05-07 Guido van RossumAdd check to conjugate() that there are no excess argum...
1998-05-07 Guido van RossumAMK's revised version of the previous patch.
1998-05-07 Fred DrakePreliminary convenience Makefile.
1998-05-07 Fred DrakeBetter go ahead and remove some cruftiness....
1998-05-07 Fred DrakeSupport the new directory structure.
1998-05-07 Fred DrakeRelocating file to Doc/html.
1998-05-07 Fred DrakeIgnore .tar.gz files in this directory.
1998-05-07 Fred DrakeDon't ignore the html/ directory.
1998-05-07 Fred DrakeNew script to drive HTML generation.
1998-05-07 Fred DrakeIgnore subdirectories if your name is "cvs".
1998-05-07 Fred DrakeSub-makefile that can be used to drive the HTML convers...
1998-05-07 Guido van RossumSupport HPUX 10.20 DCE threads.
1998-05-07 Guido van Rossumsupport hpux pthreads
1998-05-07 Guido van RossumGet rid of test for -lsun (very old IRIX); add test...
1998-05-07 Jack JansenAn applet with Popt and GUSI preferences but without...
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.
next