Andrew M. Kuchling
27eba5e888
Split the rpath argument into multiple paths, turning it into a list.
...
This partially fixes bug #128930 .
2001-02-17 04:48:41 +00:00
Andrew M. Kuchling
30537da0ec
Fix typo
...
Makefile.pre.in was added in 1.4
2001-02-17 00:42:56 +00:00
Andrew M. Kuchling
da23c4fef9
Fix two typos, and add some omitted \option{} markup
2001-02-17 00:38:48 +00:00
Fred Drake
f5d2fdf164
Hack to make this still work with Python 1.5.2. ;-(
2001-02-16 22:13:48 +00:00
Jack Jansen
7df9c60b8a
Steven Majewski's instructions for building the toolbox modules for
...
incorporating them in a vanilla Python under MacOSX (i.e. in a
non-MacPython-Python). Not complete and up-to-date right now, but
that'll be fixed shortly.
2001-02-16 21:48:24 +00:00
Fred Drake
6bfa31c5a0
Remove the old version of my_StartElementHandler(). This was conditionally
...
compiled only for some versions of Expat, but was no longer needed as the
new implementation works for all versions. Keeping it created multiple
definitions for Expat 1.2, which caused compilation to fail.
2001-02-16 20:46:26 +00:00
Thomas Wouters
fc93b0a81a
Remove trailing comma from 'why_code' enum, which was introduced by the
...
continue-inside-try patch. Partly fixes SF bug #132597 .
2001-02-16 11:52:31 +00:00
Neil Schemenauer
6e0e91af18
Remove outdated information. Merge now dead BeOS/README-readline. I'm not
...
sure if that information is still relevant though.
2001-02-16 04:35:20 +00:00
Neil Schemenauer
0e91dc7a6c
Add more information regarding the altinstall target.
2001-02-16 04:18:08 +00:00
Neil Schemenauer
2b2681ac3e
Remove confusing explaination about altinstall target and refer to
...
the README file.
2001-02-16 04:16:34 +00:00
Neil Schemenauer
28aa9d39b0
Add Include to the list of source directories.
2001-02-16 04:11:41 +00:00
Neil Schemenauer
b3531b8638
Simplify linking on AIX and BeOS (SF patch #103679 ).
2001-02-16 04:09:05 +00:00
Neil Schemenauer
92538fbf85
Build grammar files in their proper place rather than moving them. This should
...
allow building with a read-only source tree (although I haven't tried it).
2001-02-16 03:59:53 +00:00
Neil Schemenauer
84521c078e
Take output filenames as arguments instead of hard-coding them.
2001-02-16 03:57:53 +00:00
Neil Schemenauer
4a7bbcb48c
The usual.
2001-02-16 03:37:54 +00:00
Neil Schemenauer
75e33892f8
Simplify linking on BeOS. Rename some files. Closes SF patch #103679 .
2001-02-16 03:36:53 +00:00
Neil Schemenauer
1a02086885
Linking just got simpiler on AIX and BeOS (closes SF patch #103679 ).
2001-02-16 03:31:13 +00:00
Neil Schemenauer
67ea6d8502
Remove a hard coded Python version, and a now incorrect relative path. Closes
...
SF patch #103680 .
2001-02-16 03:27:35 +00:00
Neil Schemenauer
f0a87ee955
Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and
...
Modules/ld_so_beos. Closes SF patch #103679 .
2001-02-16 03:24:50 +00:00
Neil Schemenauer
bd3e88893e
Moved BeOS/README to Misc/BeOS-NOTES.
2001-02-16 03:23:11 +00:00
Neil Schemenauer
b1dd9acded
No longer relevant.
2001-02-16 03:22:12 +00:00
Tim Peters
0e6d213177
Whitespace normalization.
2001-02-15 23:56:39 +00:00
Jack Jansen
b61ff2982a
A few more tweaks (there were a couple of files missing on my work machine).
2001-02-15 22:58:12 +00:00
Jack Jansen
c982ef2df6
Waste 1.3 extra's modified for waste 2.0 (and missing from MW's distribution of 2.0).
2001-02-15 22:56:41 +00:00
Skip Montanaro
0de65807e6
bunch more __all__ lists
...
also modified check_all function to suppress all warnings since they aren't
relevant to what this test is doing (allows quiet checking of regsub, for
instance)
2001-02-15 22:15:14 +00:00
Skip Montanaro
04f1d37471
mention the use of the maxtries attribute of FancyURLopener in bounding
...
redirection recursion.
2001-02-15 17:00:40 +00:00
Skip Montanaro
c3e11d6569
provide simple recovery/escape from apparent redirect recursion. If the
...
number of entries into http_error_302 exceeds the value set for the maxtries
attribute (which defaults to 10), the recursion is exited by calling
the http_error_500 method (or if that is not defined, http_error_default).
2001-02-15 16:56:36 +00:00
Guido van Rossum
bf416fa0dd
Document default blocksize for storbinary().
2001-02-15 13:53:40 +00:00
Guido van Rossum
4ac83474a3
Provide a default for the blocksize arg of storbinary().
...
SF patch #103517 by mfx.
2001-02-15 13:50:36 +00:00
Thomas Wouters
8ee06148f9
Rewrite AIX blurb to make clear threads are the default, and add note about
...
setting the non-C++ compiler to a threadsafe one as well.
2001-02-15 11:45:29 +00:00
Thomas Wouters
0f954a4256
Add a few more missing prototypes to the SunOS 4.1.4 section (no SF
...
bugreport, just an IRC one by Marion Delgado.) These prototypes are
necessary because the functions are tossed around, not just called.
2001-02-15 08:46:56 +00:00
Fred Drake
523ec5709b
Make some clarifications and corrections based on comments from Guido.
...
Fix a few markup nits.
Work around a LaTeX2HTML nuisance.
2001-02-15 05:37:51 +00:00
Fred Drake
e4f1c3276a
Be more careful to avoid spurious output from the shell script that
...
unpacks the development version of the docs on SF.
2001-02-14 21:26:31 +00:00
Fred Drake
8bcc4e8446
Commit this so CVS doesn't keep noticing the next version number.
2001-02-14 20:53:07 +00:00
Fred Drake
15862f50e5
Add a note to Node.isSameNode() that it is based on the DOM Level 3 working
...
draft. I'm not sure that's important, but Uche thinks it is.
2001-02-14 20:39:15 +00:00
Fred Drake
1d8ad2b1de
Updated to reflect the additional information and interfaces exported in
...
pyexpat.c revision 2.40.
2001-02-14 18:54:32 +00:00
Fred Drake
bd6101c3dc
xmlparseobject: Remove the unused conv_attrs field, added an
...
in_callback field that's set to true whenever a callback into an
event handler is true. Needed for:
set_error(): Add line number of offset information to the exception
as attributes, so users don't need to parse the text of the
message.
set_error_attr(): New helper function for set_error().
xmlparse_GetInputContext(): New function of the parser object;
returns the document source for an event during a callback, None
at all other times.
xmlparse_SetParamEntityParsing(): Make the signature consistent with
the other parser methods (use xmlparseobject* for self instead of
PyObject*).
initpyexpat(): Don't lose the reference to the exception class!
call_with_frame(),
getcode(): Re-indent to be consistent with the rest of the file.
2001-02-14 18:29:45 +00:00
Andrew M. Kuchling
8e6d44eedc
Patch #103748 from Toby Dickenson: fix typo in test_zlib that turns one
...
test case into a no-op because ''.join('hello world') == 'hello world'
2001-02-14 17:46:20 +00:00
Jack Jansen
ed24cd2cf7
DialogWindows now have a self.dlg in addition to self.wid.
2001-02-14 17:07:04 +00:00
Jack Jansen
3ff82a3a4c
The new touched() was far too expensive. Re-enabled the old one, the ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes.
2001-02-14 17:06:32 +00:00
Jack Jansen
3112bc10ee
Also create alias to PythonCoreCarbon.
...
Got rid of lots of 68k stuff.
2001-02-14 17:04:51 +00:00
Jack Jansen
26ce8fb315
Started on the 2.1a2 installer.
2001-02-14 16:58:21 +00:00
Fred Drake
cc1f951b4c
Test section name using some strange characters, including a backslash
...
(SF bug #132288 ).
2001-02-14 15:30:31 +00:00
Fred Drake
d4df94b56d
Be much more permissive in what we accept in section names; there has been
...
at least one addition to the set of accepted characters for every release
since this module was first added; this should take care of the problem
in a more substantial way.
This closes SF bug #132288 .
2001-02-14 15:24:17 +00:00
Thomas Wouters
d807570ed1
Re-add DOS line-endings and mark the files binary.
2001-02-14 09:43:47 +00:00
Tim Peters
f9bb4969af
Miranda newlines: if anything at all was written to stdout, supply a
...
newline at the end if there isn't one already. Expected output has no
way to indicate that a trailing newline was not expected, and in the
interpreter shell *Python* supplies the trailing newline before printing
the next prompt.
2001-02-14 06:35:35 +00:00
Tim Peters
7530208d8b
Feeble attempt to repair obsolete info about hex escapes.
2001-02-14 04:03:51 +00:00
Fred Drake
162c6a637a
Reflect change in traceback format:
...
"innermost last" --> "most recent call last"
2001-02-14 03:20:18 +00:00
Andrew M. Kuchling
15ad28cf89
Finished the section on weak references
...
Mentioned doctest, difflib, sys._getframe(), and the change to use
PyImport_ImportModule() everywhere in C code
No more XXX!
2001-02-14 02:44:18 +00:00
Andrew M. Kuchling
e7d7e6c879
Fix two typos
2001-02-14 02:39:11 +00:00