Commit graph

3395 commits

Author SHA1 Message Date
Sjoerd Mullender
e0371b8415 Fixed basejoin. There were two main problems:
- basejoin('some/url', '#name') would strip the last component of
  some/url and resturn some/#name.
- basejoin('file.html', 'relative/path') would return something like
  file:/relative/path, making a relative path into an absolute one.
These bugs are fixed by some drastic changes.  No scheme is added when
none is present (i.e. it works as replacement for posix.joinpath).
If a scheme is present in the second argument, it is returned
unprocessed.  No hostname are added in this case.  If no scheme is
present, the scheme of the first argument, if present, is used.
The algorithm is commented profusely.
Also fixed a typo in a comment.
1995-11-10 10:36:07 +00:00
Barry Warsaw
17914f4e17 (py-indent-offset): Change default to 4. 1995-11-03 18:25:15 +00:00
Sjoerd Mullender
825bae7c35 Also remember the module a class is defined in. 1995-11-02 17:21:33 +00:00
Jack Jansen
fa7aece225 - plugin tkinter module for ppc python
- minimal python for cfm68k
- sample project for plugin module
1995-10-31 16:17:32 +00:00
Jack Jansen
34cc5c31e8 Fix to load needed resources on a mac 1995-10-31 16:15:12 +00:00
Jack Jansen
81299f10f7 Added providence mailer support 1995-10-30 10:23:10 +00:00
Jack Jansen
4ec940ad04 Added (limited) compuserve error parsing 1995-10-30 10:10:19 +00:00
Jack Jansen
a8304b6bd1 Updated 'vers' resource to 1.3 (forgot before the distribution:-)
Changed option dialog to include console-window close options
1995-10-27 13:33:36 +00:00
Jack Jansen
0168f279cc Added options for keeping window open on normal/error termination
Moved whole exit-handling of console window here (from pythonrun.c)
1995-10-27 13:32:30 +00:00
Jack Jansen
66a8977b0e Moved mac-specific exit handling to macmain.c 1995-10-27 13:22:14 +00:00
Jack Jansen
9513f2c95a Made a bit more robust against out-of-memory situations 1995-10-27 13:21:28 +00:00
Jack Jansen
10d0f8fc40 Renamed module tkinter to _tkinter 1995-10-23 14:36:05 +00:00
Jack Jansen
f39ca24ebc Removed unneeded reference to tkinter 1995-10-23 14:34:52 +00:00
Jack Jansen
ba0311ecff Renamed module tkinter to _tkinter, moved source to _tkinter.c 1995-10-23 14:34:14 +00:00
Jack Jansen
9715779810 Added class MHMailbox
Added optional third parameter to seek.
1995-10-23 13:59:53 +00:00
Jack Jansen
173c8bd310 MACTCP renamed to MACTCPconst 1995-10-23 13:58:53 +00:00
Jack Jansen
85c9aea6e2 Added prototypes. 1995-10-23 13:57:03 +00:00
Jack Jansen
4e1786689d Added localport/localhost initialization. This fixes socket.getsockname(). 1995-10-23 13:56:33 +00:00
Jack Jansen
9a78536900 CW6->CW7 1995-10-23 13:55:45 +00:00
Jack Jansen
9bc4690e7c Take care that filenames for .hqx files are ascii (no more mu's, etc) 1995-10-23 13:55:11 +00:00
Jack Jansen
0a72e8d4d2 Added missing include for <Aliases.h> 1995-10-23 13:54:01 +00:00
Jack Jansen
945b7b8eaf comment fix 1995-10-23 13:52:52 +00:00
Sjoerd Mullender
8968624574 Script to read and parse error messages from mailer daemons.
Written by Jack, some minor changes by Sjoerd.
1995-10-19 09:35:31 +00:00
Barry Warsaw
2bbe49bf6f changed underscore to have symbol syntax 1995-10-18 14:41:12 +00:00
Barry Warsaw
52bc17cd9e (py-indent-offset): this should be buffer local. 1995-10-12 21:15:49 +00:00
Jack Jansen
349a988ba7 Added third argument to call() 1995-10-12 13:45:25 +00:00
cvs2svn
99bbd18067 This commit was manufactured by cvs2svn to create tag 'release13'. 1995-10-12 10:34:31 +00:00
Jack Jansen
0638b60af0 Added imgpbm and imgsgi 1995-10-12 10:34:31 +00:00
Jack Jansen
84c8baf040 Added missing imgpbm and imgsgi modules 1995-10-12 10:23:27 +00:00
Jack Jansen
178652b06d Export strdup (parsermodule needs it) 1995-10-12 10:22:57 +00:00
Jack Jansen
d0f26784fe Last few notes/bugs 1995-10-12 10:22:29 +00:00
Jack Jansen
c925291ee2 Last minor tweaks: debug off, added missing img mods, minor things 1995-10-12 10:21:34 +00:00
Guido van Rossum
6c066885f1 set date to oct 13 1995-10-12 00:48:18 +00:00
Guido van Rossum
b50667d229 rename binasciimodule.c -> binascii.c; disable parsermodule.c 1995-10-12 00:41:40 +00:00
Guido van Rossum
bf032a97b9 mention syslog upgrade 1995-10-11 19:28:39 +00:00
Guido van Rossum
5e6a3564b0 undo opaque=fopaque changes; make test script more flexible 1995-10-11 18:54:15 +00:00
Guido van Rossum
81a07ceddc idraw on top of an image 1995-10-11 18:27:23 +00:00
Guido van Rossum
e7d92d5f41 all sorts of minor nits 1995-10-11 18:06:54 +00:00
Guido van Rossum
5e639d446c transcribed changes from tut.tex 1995-10-11 18:03:13 +00:00
Guido van Rossum
c102a13f61 added two names 1995-10-11 17:57:04 +00:00
Guido van Rossum
aa93ca834b mention Fred Drake's parser module 1995-10-11 17:47:45 +00:00
Guido van Rossum
46f92d2eba add Listbox.activate() 1995-10-11 17:41:00 +00:00
Guido van Rossum
b61b28b07d added listbox selection modes 1995-10-11 17:40:37 +00:00
Guido van Rossum
a61bdeb8a9 add delete() method to ftp object 1995-10-11 17:36:31 +00:00
Guido van Rossum
d9e9f9c05d Fred Drake's new parser module 1995-10-11 17:35:38 +00:00
Guido van Rossum
ca81470a15 add libparser.tex 1995-10-11 17:32:29 +00:00
Guido van Rossum
4b73a06e92 Fred Drake's parser module 1995-10-11 17:30:04 +00:00
Guido van Rossum
c1822a4dd1 changes by Steve Clift 1995-10-11 16:15:28 +00:00
Sjoerd Mullender
7d0590b544 Removed declaration of sginap because it conflicted with a header file. 1995-10-11 08:47:28 +00:00
Sjoerd Mullender
4237efc7f0 Propagate variable calls both to the linker and the compiler. 1995-10-11 08:45:15 +00:00