]> granicus.if.org Git - python/shortlog
python
1998-03-05 Fred DrakeFor verbatim text, don't bounce down a size.
1998-03-05 Guido van RossumSetting LINKFORSHARED for IRIX was a mistake.
1998-03-05 Fred DrakeMove the change to ending the abstract from python...
1998-03-05 Fred Drakelatex-$(VERSION).tar.gz, tarlatex: Create the source...
1998-03-05 Fred DrakeBuild a tarball that extracts to Python-$VERSION/Doc...
1998-03-05 Guido van RossumSome changes because gcc on SGI doesn't support '-all'
1998-03-05 Guido van RossumUnfold some lines that were previously folded but don...
1998-03-05 Guido van RossumReindented, removed tabs.
1998-03-05 Guido van RossumOops, bug omission: also scan internal code objects...
1998-03-05 Guido van RossumReindented, removed tabs.
1998-03-05 Guido van RossumSome nits...
1998-03-05 Guido van RossumSupport for frozen packages, matching the revamped...
1998-03-05 Guido van RossumAdded support for packages.
1998-03-04 Fred DrakeCreate the module index only if a conditional is true.
1998-03-04 Fred DrakeDefine a new conditional, use this to control creation...
1998-03-04 Fred DrakeImprove separation of document class and python semanti...
1998-03-04 Guido van RossumUntested changes to make the '-s windows' option
1998-03-04 Fred DrakeRemove item on migration to LaTeX2e document classes...
1998-03-04 Fred Draketarballs: Ok, we do support info for the moment, so...
1998-03-04 Fred Drakepdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include...
1998-03-04 Fred DrakeUpdate URL to get Perl. (Anyone want to re-write LaTeX...
1998-03-04 Fred DrakeOops, remove some debugging prints.
1998-03-04 Fred Drakechangeit(): Added support for \deprecated{}.
1998-03-04 Fred DrakePreliminary LaTeX2HTML 98.1p1 support. Includes patch...
1998-03-04 Fred DrakeComment out the attempt to get index-related stuff...
1998-03-04 Fred DrakeSimplify some of the escaping around ']' in \item[...
1998-03-03 Fred DrakeFor each of the l2h??? targets, remove the sed hack...
1998-03-03 Guido van RossumOf course, I shouldn't have used lseek() to find out...
1998-03-03 Guido van RossumOops -- overuse of dabbrev-expand introduced a strange...
1998-03-03 Fred DrakePerish Evil Revelry and Lamentation.
1998-03-03 Guido van RossumAdd a single Python-wide (!) lock on import. Only...
1998-03-03 Guido van RossumRaise ValueError: "unconvertible time" when ctime(...
1998-03-03 Guido van RossumDoc strings added by Mitch Chapman.
1998-03-03 Guido van RossumDoc strings added by Mitch Chapman.
1998-03-03 Fred DrakeObsolete.
1998-03-03 Guido van RossumDoc strings added by Mitch Chapman.
1998-03-03 Fred DrakeConvert LaTeX support to create a new class of document...
1998-03-03 Fred DrakeLogical markup.
1998-03-03 Guido van RossumInstead of 'import mac', use 'import os' -- this way...
1998-03-03 Guido van RossumMisc changes for AIX: install the python.exp file,...
1998-03-03 Fred DrakeOverhaul.
1998-03-03 Fred DrakeFix typo.
1998-03-03 Fred DrakeNit for \refexmodindex{} (reference to extension module).
1998-03-03 Fred DrakeSimplify the parameters passed to node2label.pl.
1998-03-03 Fred DrakeMarked reference to the Python Library Reference with...
1998-03-03 Fred DrakeScript to create a source distribution. See comments...
1998-03-03 Fred DrakeIgnore tarballs.
1998-03-03 Ken ManheimerLooks like mention of http://quest.jpl.nasa.gov/zlib...
1998-03-03 Guido van RossumInitialize adlist variable in getrouteaddr(), so an...
1998-03-03 Guido van RossumAdded msvcrt.
1998-03-02 Jack Jansen__file__ now sometimes refers to the .pyc file
1998-03-02 Jack JansenAdded WEGetTabSize and WESetTabSize, at Just's request
1998-03-02 Fred Drake&replace_verbatim,
1998-03-02 Guido van RossumTypo (coestring -> codestring) discovered by Mark Hammond.
1998-02-28 Guido van RossumFix the handling of errors in Py_FlushLine() in a few...
1998-02-27 Fred DrakeMake the title page include all the interesting informa...
1998-02-27 Fred Drake&do_cmd_deprecated: New function.
1998-02-27 Fred DrakeUpdate.
1998-02-27 Fred DrakeDeprecate the read() and write() methods.
1998-02-27 Fred DrakeAdded semi-structured support for feature deprecation.
1998-02-27 Fred DrakePut all the indexsubitem stuff together.
1998-02-27 Fred DrakeMake table column headings bold.
1998-02-27 Fred DrakeUpdates by AMK.
1998-02-27 Fred DrakeWhen "declaring" a module using \*modindex{}, and ...
1998-02-27 Guido van RossumSjoerd writes: When a multipart message is incomplete...
1998-02-27 Fred DrakeLogical markup.
1998-02-27 Fred DrakeNit to prevent empty node in formatted version.
1998-02-27 Fred DrakeReformulate how the info stuff is ignored.
1998-02-27 Fred DrakeUse a Python script to create "empty" indexes. This...
1998-02-27 Fred DrakeUpdate....
1998-02-26 Fred DrakeAdded \label{}s for logical addressing.
1998-02-26 Fred DrakeAdded \label{}s for logical addressing.
1998-02-26 Fred DrakeAdjusted to work with the newer version of LaTeX2HTML...
1998-02-26 Fred DrakeMarked references to the other manuals as \emph{} in...
1998-02-26 Guido van RossumNew version of tb_lineno(), this time *not* using try...
1998-02-26 Guido van RossumFix up description of 'S' format; as Dave Ascher pointe...
1998-02-26 Fred DrakeDo a little bit more work on a table-driven basis....
1998-02-26 Fred DrakeAdd support for some of the newer commands, a little...
1998-02-25 Guido van RossumA working version of the 'args' command (it prints...
1998-02-25 Guido van RossumAdd test for core dump -- make sure it doesn't come...
1998-02-25 Fred Drake&do_cmd_bcode, &do_cmd_ecode: Removed; no longer used.
1998-02-25 Guido van RossumAdd back some safeguards on the index elements that...
1998-02-25 Barry Warsaw(py-execute-region): Simplified calculation of temporar...
1998-02-25 Barry Warsaw(py-temp-directory): Minor docstring nit.
1998-02-25 Guido van RossumTweak the tb_lineno() function to be compatible with...
1998-02-25 Barry Warsaw(py-master-file): Fixed some typos in the docstring.
1998-02-25 Fred DrakeMake sure the ']' in the content of the \item[] isn...
1998-02-25 Jack JansenSupport for sound input added. The interface is even...
1998-02-25 Jack JansenRegenerated because of confusion with Style/StyleParame...
1998-02-25 Jack JansenRegerated: Style and StyleParameter are different beasts
1998-02-25 Jack JansenOops, this wasn't checked in yet: part of the AE struct...
1998-02-25 Jack JansenModule to use Mac serial port as a communication link
1998-02-25 Jack JansenHelper routines to create standalone Python applications.
1998-02-25 Jack JansenHack to get at string buffer address changed
1998-02-25 Jack JansenHelper file for version-checking
1998-02-25 Jack JansenAdded (minimal) documentation on how to build standalon...
1998-02-25 Fred DrakePyFile_FromFile() description: make sure the closing...
1998-02-25 Fred DrakeDerive the name of the modules .ind from the jobname.
1998-02-25 Fred DrakeChange quoting of the "echo" commands yet again......
1998-02-25 Fred DrakeMake this work better with a4 paper.
next