]>
granicus.if.org Git - python/log
Guido van Rossum [Thu, 14 Nov 1996 18:24:47 +0000 (18:24 +0000)]
Fixed a bug: files that no longer exist remotely would never be
removed from .mirrorinfo. Now they are (even if -r is not specified
-- the files are not removed, just their .mirrorinfo entry).
Added a feature: the -s pattern option is also used to skip local
files when removing (i.e. -r won't remove local files matching the -s
patterns).
Guido van Rossum [Thu, 14 Nov 1996 14:10:11 +0000 (14:10 +0000)]
Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate().
Guido van Rossum [Wed, 13 Nov 1996 15:06:24 +0000 (15:06 +0000)]
Added Q. about enabling *shared* on Linux.
Guido van Rossum [Tue, 12 Nov 1996 04:15:47 +0000 (04:15 +0000)]
When removing a messge from all sequences, don't remove from 'cur',
which needs to stay unless explicitly set.
Fred Drake [Mon, 11 Nov 1996 23:03:36 +0000 (23:03 +0000)]
(myformat.perl): Fixed handling of "\e" -- argh!
Fred Drake [Mon, 11 Nov 1996 21:03:01 +0000 (21:03 +0000)]
(Makefile): Updated comments about using LaTeX2HTML for the library
reference. Made the extension to the input files for makeindex
explicit; if not made explicit a directory of the given base
name can cause makeindex to blow up. Specifically, if there is
a directory ./lib/ created by LaTeX2HTML, "makeindex lib" will
fail, but "makeindex lib.idx" will not.
l2h{tut,ext,lib} are now dependent on myformat.perl.
l2h adds ls2lib and removes the non-existant l2href.
Fred Drake [Mon, 11 Nov 1996 20:51:09 +0000 (20:51 +0000)]
(myformat.perl): Simplify generated HTML for "\optional{...}".
Fred Drake [Mon, 11 Nov 1996 20:49:27 +0000 (20:49 +0000)]
(fix_libaux.sed): Hackish little sed script to modify lib.aux to get section
numbers right for latex2html for section titles which include
"\sectcode{__.*__}" in the name. Perhaps less general than it should
be, but sufficient.
Fred Drake [Mon, 11 Nov 1996 20:46:44 +0000 (20:46 +0000)]
(.latex2html-init): Perform some limited setup for the reference manuals;
some defaults are set here, but mostly this allows the "\," command
to be used the way it is in the Python documentation.
All future documentation should probably be written with only ","
in the argument lists and not "\,".
Fred Drake [Mon, 11 Nov 1996 20:43:46 +0000 (20:43 +0000)]
(myformat.sty): Simplify \varvars definition.
Guido van Rossum [Mon, 11 Nov 1996 19:29:11 +0000 (19:29 +0000)]
Added 'strict_parsing' option to all parsing functions. This causes a
ValueError exception when the query string contains fields that don't
contain exactly one '=' sign. (By default, such fields are simply
ignored.) Added this to the doc string describing parse() and
parse_qs().
Also changed the default for keep_blank_values from None to 0 (the
preferred way to spell 'FALSE').
Guido van Rossum [Mon, 11 Nov 1996 19:10:58 +0000 (19:10 +0000)]
Don't require leading '-' on option name to Text.tag_cget
Guido van Rossum [Mon, 11 Nov 1996 19:01:17 +0000 (19:01 +0000)]
Fix the way the Authorization header is sent (how could this have worked?).
Fred Drake [Mon, 11 Nov 1996 16:04:35 +0000 (16:04 +0000)]
(myformat.perl): Updated to allow library reference manual to be handled by
latex2html. Mostly added support for custom environments and some
of the smaller commands used in the library reference (\e, \optional).
Jack Jansen [Mon, 11 Nov 1996 15:40:45 +0000 (15:40 +0000)]
Add twit "home" location to sys.path (so you can put the applet on the
desktop)
Guido van Rossum [Mon, 11 Nov 1996 15:08:19 +0000 (15:08 +0000)]
Make Py_ReturnNullError() statis as it should be.
Guido van Rossum [Sat, 9 Nov 1996 22:32:05 +0000 (22:32 +0000)]
Only call sq_length in Sequence_GetItem for negative index.
Jack Jansen [Sat, 9 Nov 1996 19:12:03 +0000 (19:12 +0000)]
Changed project segment structure to (more-or-less) match directory
structure.
Jack Jansen [Sat, 9 Nov 1996 18:48:49 +0000 (18:48 +0000)]
Updated (which should have been done before the 1.4 distribution).
Jack Jansen [Sat, 9 Nov 1996 18:48:06 +0000 (18:48 +0000)]
Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec
Jack Jansen [Sat, 9 Nov 1996 18:46:57 +0000 (18:46 +0000)]
Got rid of nfullpath()
Jack Jansen [Sat, 9 Nov 1996 18:45:18 +0000 (18:45 +0000)]
Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty
much identical anyway).
Initialize PyMac_ApplicationPath and PyMac_ApplicationFSSpec to point
to the current application.
Jack Jansen [Sat, 9 Nov 1996 18:43:44 +0000 (18:43 +0000)]
When loading a PYC resource check whether the filename is the
application, and if so take a shortcut. This should speedup loading
PYC resources when running off a CDROM quite a bit.
Jack Jansen [Sat, 9 Nov 1996 18:42:13 +0000 (18:42 +0000)]
More sensible default sys.path
Jack Jansen [Sat, 9 Nov 1996 18:36:00 +0000 (18:36 +0000)]
Keep the folder structure in Mac:mwerks:projects similar to the
toplevel build folder structure.
Jack Jansen [Sat, 9 Nov 1996 18:34:30 +0000 (18:34 +0000)]
Removed addpack calls
Jack Jansen [Sat, 9 Nov 1996 18:29:30 +0000 (18:29 +0000)]
Removed old project file, als restructured projects directory to
reflect build directory structure (the latter done by hand)
Guido van Rossum [Wed, 6 Nov 1996 16:39:12 +0000 (16:39 +0000)]
Fix syntax of commented-out variables
Guido van Rossum [Wed, 6 Nov 1996 15:47:58 +0000 (15:47 +0000)]
Added 'Introduction' section head and 'Memory Management' subsection.
Guido van Rossum [Wed, 6 Nov 1996 15:31:46 +0000 (15:31 +0000)]
correct typo in return variable for PySequence_Index()
Guido van Rossum [Sat, 2 Nov 1996 17:31:22 +0000 (17:31 +0000)]
Should compare errno to 0, not NULL
Guido van Rossum [Sat, 2 Nov 1996 17:05:21 +0000 (17:05 +0000)]
Change last Ellipses to Ellipsis :-(
Fred Drake [Tue, 29 Oct 1996 16:07:46 +0000 (16:07 +0000)]
(Makefile): Updated latex2html support.
Fred Drake [Tue, 29 Oct 1996 15:56:57 +0000 (15:56 +0000)]
(myformat.perl): Added handler for cfuncdesc environment. This is needed
for the extending & embedding manual.
Fred Drake [Tue, 29 Oct 1996 15:55:08 +0000 (15:55 +0000)]
(myformat.sty, extref.tex): Moved definition of cfuncdesc environment to
myformat.sty; having it in extref.tex confuses LaTeX2HTML.
Fred Drake [Tue, 29 Oct 1996 15:50:05 +0000 (15:50 +0000)]
(tut.tex): Added matching \normalsize after \small font control command
(and the contents it was supposed to be affecting). The latest
LaTeX2HTML handles these, but didn't close it as expected. This
handles that problem and does not affect the PostScript output.
Barry Warsaw [Tue, 29 Oct 1996 15:32:57 +0000 (15:32 +0000)]
(match-string): Added a definition for older Emacsen.
Fred Drake [Fri, 25 Oct 1996 22:13:59 +0000 (22:13 +0000)]
(texi2html.py): Minor improvement to HTML 3.0 output for code examples.
Fred Drake [Fri, 25 Oct 1996 22:13:10 +0000 (22:13 +0000)]
(partparse.py): Fix nasty bug where \e got translated to @e only within
the optional arg of an \item[].
cvs2svn [Fri, 25 Oct 1996 15:40:20 +0000 (15:40 +0000)]
This commit was manufactured by cvs2svn to create tag 'release14'.
Guido van Rossum [Fri, 25 Oct 1996 15:40:20 +0000 (15:40 +0000)]
Added disclaimer.
Guido van Rossum [Fri, 25 Oct 1996 14:44:06 +0000 (14:44 +0000)]
New permission notice, includes CNRI.
Guido van Rossum [Fri, 25 Oct 1996 14:35:24 +0000 (14:35 +0000)]
Added disclaimer.
Guido van Rossum [Fri, 25 Oct 1996 14:32:48 +0000 (14:32 +0000)]
Ready for release. Added section on the book. Removed bugs/gripes emails.
New copyright.
Guido van Rossum [Fri, 25 Oct 1996 14:25:31 +0000 (14:25 +0000)]
Noticed a few more things that have been done.
Guido van Rossum [Fri, 25 Oct 1996 14:21:55 +0000 (14:21 +0000)]
Added last-minute changes.
Guido van Rossum [Fri, 25 Oct 1996 14:06:07 +0000 (14:06 +0000)]
Updated notice.
Guido van Rossum [Fri, 25 Oct 1996 13:45:43 +0000 (13:45 +0000)]
CNRI additions, approved by the boss and his wife :-)
Guido van Rossum [Thu, 24 Oct 1996 22:49:13 +0000 (22:49 +0000)]
Small nits only.
Guido van Rossum [Thu, 24 Oct 1996 22:27:16 +0000 (22:27 +0000)]
The usual :-(
Guido van Rossum [Thu, 24 Oct 1996 22:25:46 +0000 (22:25 +0000)]
Touched by FrameMaker :-(
Guido van Rossum [Thu, 24 Oct 1996 22:24:30 +0000 (22:24 +0000)]
Include updated title page.
Guido van Rossum [Thu, 24 Oct 1996 22:14:06 +0000 (22:14 +0000)]
Done with this for 1.4.
Guido van Rossum [Thu, 24 Oct 1996 22:12:48 +0000 (22:12 +0000)]
Done with the "New in 1.4" chapter.
Guido van Rossum [Thu, 24 Oct 1996 21:47:45 +0000 (21:47 +0000)]
Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL.
Guido van Rossum [Thu, 24 Oct 1996 18:41:30 +0000 (18:41 +0000)]
Removed CNRI copyright, changed notice to standard notice.
Added date and version to title.
Guido van Rossum [Thu, 24 Oct 1996 18:34:36 +0000 (18:34 +0000)]
Get rid of bogus binding of <Delete> to a function that deletes the next
character (this is already a built-in binding now).
Guido van Rossum [Thu, 24 Oct 1996 14:47:44 +0000 (14:47 +0000)]
Correct truncated paragraph.
Guido van Rossum [Thu, 24 Oct 1996 14:44:32 +0000 (14:44 +0000)]
Fix truncated paragraph in doc string.
Bump version to 2.0.
Guido van Rossum [Thu, 24 Oct 1996 14:30:58 +0000 (14:30 +0000)]
Removed NumPy instructions. Add note about VC 4.0 vs. 4.2.
Guido van Rossum [Thu, 24 Oct 1996 14:28:18 +0000 (14:28 +0000)]
Removed NumPy files -- no time to fix these.
Guido van Rossum [Thu, 24 Oct 1996 13:42:30 +0000 (13:42 +0000)]
Cast mtime gotten from stat() to long int -- else it won't work
on the Mac.
Jack! Please fix this in the Mac distributions!
Guido van Rossum [Thu, 24 Oct 1996 00:08:27 +0000 (00:08 +0000)]
Set /MD option for *all* projects (even python.exe).
Guido van Rossum [Wed, 23 Oct 1996 20:55:00 +0000 (20:55 +0000)]
Barry's latest (2.83). He likes this version particularly because
83 is a prime number.
Guido van Rossum [Wed, 23 Oct 1996 20:52:55 +0000 (20:52 +0000)]
Added answer by Greg Stein about threads on Linux.
Barry Warsaw [Wed, 23 Oct 1996 20:44:59 +0000 (20:44 +0000)]
(py-indent-line): take an optional universal argument which says to
defeat extra outdentation for block closing statements (return, raise,
break, continue, pass).
(py-compute-indentation): extra argument to honor block closing
statements.
(py-electric-colon, py-indent-region): use py-compute-indentation's
extra argument
(py-statement-closes-block-p): `pass' treated as a block closing
statement.
Guido van Rossum [Wed, 23 Oct 1996 17:53:06 +0000 (17:53 +0000)]
Fix case where you start a new group immediately after a label.
Thanks to Ka-Ping Yee.
Guido van Rossum [Wed, 23 Oct 1996 16:25:38 +0000 (16:25 +0000)]
Ignore Frame backup and lock files.
Guido van Rossum [Wed, 23 Oct 1996 16:23:47 +0000 (16:23 +0000)]
Adapted to migration of reference manual to Frame.
Guido van Rossum [Wed, 23 Oct 1996 16:15:26 +0000 (16:15 +0000)]
Regenerated to remove hidden text from page 1.
Jack Jansen [Wed, 23 Oct 1996 15:53:32 +0000 (15:53 +0000)]
Probably just binhexed again...
Jack Jansen [Wed, 23 Oct 1996 15:52:56 +0000 (15:52 +0000)]
Different default location for distribution templates
Jack Jansen [Wed, 23 Oct 1996 15:52:16 +0000 (15:52 +0000)]
Only copy project files from build* and plugins to the projects
folder, leave other projects where they are
Jack Jansen [Wed, 23 Oct 1996 15:51:35 +0000 (15:51 +0000)]
Build imgmodules.cfm68k too
Jack Jansen [Wed, 23 Oct 1996 15:50:26 +0000 (15:50 +0000)]
Added USE_MALLOC_DEBUG (disabled)
Jack Jansen [Wed, 23 Oct 1996 15:49:36 +0000 (15:49 +0000)]
Project files for 1.4 release
Jack Jansen [Wed, 23 Oct 1996 15:46:57 +0000 (15:46 +0000)]
Malloc debugging now flagged with USE_MALLOC_DEBUG
Jack Jansen [Wed, 23 Oct 1996 15:46:25 +0000 (15:46 +0000)]
Updated to cw10
Jack Jansen [Wed, 23 Oct 1996 15:45:36 +0000 (15:45 +0000)]
Fixed gusi preferences
Jack Jansen [Wed, 23 Oct 1996 15:44:27 +0000 (15:44 +0000)]
removed unused var
Jack Jansen [Wed, 23 Oct 1996 15:43:46 +0000 (15:43 +0000)]
Added support for tab hooks
Jack Jansen [Wed, 23 Oct 1996 15:43:04 +0000 (15:43 +0000)]
Raise a more intellegible error in the case of missing keyword args
Jack Jansen [Wed, 23 Oct 1996 15:42:01 +0000 (15:42 +0000)]
Added HAVE_STRFTIME
Jack Jansen [Wed, 23 Oct 1996 15:40:48 +0000 (15:40 +0000)]
Added a note on swed and htmled examples, added tab support, fixed typo
Jack Jansen [Wed, 23 Oct 1996 15:38:26 +0000 (15:38 +0000)]
Modified to work together with BBPy
Re-enabled splash screen
Guido van Rossum [Wed, 23 Oct 1996 14:30:23 +0000 (14:30 +0000)]
Make self.rfile unbuffered (self.wfile already is). This should fix
CGIHTTPServer.py when used with the POST command.
Guido van Rossum [Wed, 23 Oct 1996 14:19:40 +0000 (14:19 +0000)]
Fixed compare function to do first char comparison in unsigned mode,
for consistency with the way other characters are compared.
Guido van Rossum [Wed, 23 Oct 1996 14:16:28 +0000 (14:16 +0000)]
Added support for floating point resolution to Scale.get().
Guido van Rossum [Tue, 22 Oct 1996 22:13:21 +0000 (22:13 +0000)]
Frame versions of documents after mangling by Robin.
Guido van Rossum [Tue, 22 Oct 1996 22:08:02 +0000 (22:08 +0000)]
New version for 1.4 from Manus.
Guido van Rossum [Tue, 22 Oct 1996 22:01:03 +0000 (22:01 +0000)]
Version number and date.
Guido van Rossum [Tue, 22 Oct 1996 20:00:02 +0000 (20:00 +0000)]
Removed LaTeX version of reference manual. Added ref/ref.ps.
Guido van Rossum [Tue, 22 Oct 1996 19:27:46 +0000 (19:27 +0000)]
Got rid of most XXXes in the News chapter. Bumped the version to 1.4.
Guido van Rossum [Tue, 22 Oct 1996 19:00:46 +0000 (19:00 +0000)]
New date and version number.
Guido van Rossum [Tue, 22 Oct 1996 18:59:47 +0000 (18:59 +0000)]
Get rid of evil workaround for Python 1.4b2 bug.
Guido van Rossum [Tue, 22 Oct 1996 17:57:23 +0000 (17:57 +0000)]
It turns out that VC1.5 does not necessarily define _WINDOWS.
Jack Jansen [Tue, 22 Oct 1996 15:33:02 +0000 (15:33 +0000)]
Get preference file name from a resource.
Changed for 1.8.0 CWGUSI release
Jack Jansen [Tue, 22 Oct 1996 15:32:06 +0000 (15:32 +0000)]
Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder
Jack Jansen [Tue, 22 Oct 1996 15:29:58 +0000 (15:29 +0000)]
Updated the instructions for the 1.4 release
Jack Jansen [Tue, 22 Oct 1996 15:29:15 +0000 (15:29 +0000)]
Added a note about incorrect "PythonCore not found" message
Added a few comments on preference file handling.