Fred Drake
3be2074758
Push some table header formatting to the style sheet; this also helps
...
separate some of the ties between l2hinit.perl and python.perl.
Revamp the "title page" construction to allow more flexibility.
2000-08-31 06:22:54 +00:00
Fred Drake
0154fea5f4
Remove obsolete scripts.
2000-08-31 06:15:30 +00:00
Fred Drake
8bc627a402
Add --l2h-init option, which can augment the standard LaTeX2HTML
...
initialization with additional Perl files. This can be given more
than once.
2000-08-31 06:14:38 +00:00
Fred Drake
b9b4c5b560
Centralize the processing logic for LaTeX documents into the mkhowto script;
...
do not use mkdvi.sh or mkhtl.sh any more.
This slows down building all versions of the documentation, but if you are
only building one format, it does not matter.
2000-08-31 06:12:35 +00:00
Fred Drake
fcab76350a
Relocate the popen2 documentation since it is now substantially more
...
portable.
2000-08-31 06:09:26 +00:00
Fred Drake
399739f79f
PyOS_CheckStack(): Better ANSI'fy this while we're at it.
2000-08-31 05:52:44 +00:00
Fred Drake
17e6343d2d
Document PyOS_CheckStack().
...
Fix a couple of really minor markup nits.
2000-08-31 05:50:40 +00:00
Fred Drake
e8de31cbd0
Add a comment explaining the return value of PyOS_CheckStack().
2000-08-31 05:38:39 +00:00
Fred Drake
8ce159aef5
Peter Schneider-Kamp <nowonder@nowonder.de>:
...
Remove some of GCC's warning in -Wstrict-prototypes mode.
This closes SourceForge patch #101342 .
2000-08-31 05:18:54 +00:00
Fred Drake
562f62aa9b
Removed compiler warning about wanting explicit grouping around &&
...
expression next to a || expression; this is a readability-inspired
warning from GCC.
2000-08-31 05:15:44 +00:00
Fred Drake
dd19eaf966
Added a little more dependency information.
2000-08-31 05:11:48 +00:00
Fred Drake
926f1d673a
Added prototype for PyToken_ThreeChars(), to remove compiler warning
...
in Parser/grammar.c.
2000-08-31 05:09:57 +00:00
Fred Drake
33642acef5
Added note about documenting the SSL support in the socket module.
2000-08-31 05:08:00 +00:00
Fred Drake
c818d5347e
Remove one compiler warning found with -Wstrict-prototypes.
2000-08-31 05:07:19 +00:00
Jeremy Hylton
34bef2694f
tg@freebsd.org
...
close SF patch #101354
2000-08-31 02:42:11 +00:00
Greg Ward
8a98cd9e25
Add /GX to 'compile_options'. This is definitely needed for C++ source;
...
according to the MS docs it enables exception-handling, and (according
to Alex Martelli <aleaxit@yahoo.com>) is needed to compile without
getting warnings from standard C++ library headers. Apparently
it doesn't cause any problems with C code, so I haven't bothered
conditionalizing the use of /GX.
2000-08-31 00:31:07 +00:00
Skip Montanaro
cb853261bd
adds support for --with-pydebug configure option
2000-08-30 22:29:48 +00:00
Paul Prescod
e68140dd3c
Better error message with UnboundLocalError
2000-08-30 20:25:01 +00:00
Greg Ward
408e9ae299
Add ".cxx" to the list of known C++ extensions.
2000-08-30 17:32:24 +00:00
Greg Ward
46a69b9c7f
Added docstring for 'wrap()' function.
2000-08-30 17:16:27 +00:00
Guido van Rossum
9c0a99ec1a
PyOS_CheckStack() returns 1 when failing, not -1.
2000-08-30 15:53:50 +00:00
Fred Drake
eacc4fc5e6
Push a little more here to avoid style information in the generation
...
scripts as much as possible.
2000-08-30 15:02:13 +00:00
Fred Drake
4973b35991
Remove the reference to stdwin. The comment was still true, but no
...
longer meaningful to a new user, since stdwin is long gone.
2000-08-30 14:33:02 +00:00
Skip Montanaro
7b828a6a56
doc changes to parallel changes to calendar.py module
2000-08-30 14:02:25 +00:00
Skip Montanaro
ad3bc44d52
patches from David Goodger. Closes patch 101085.
...
* deletes cache
* adds firstweekday and setfirstweekday functions that allow user to control
which day of the week is first when displaying calendars
* adds month, week, calendar functions that return their results instead of
printing them
* adds symbolic constants MONDAY, ..., SUNDAY so users need not remember the
ordinal values of the weekdays
2000-08-30 14:01:28 +00:00
Andrew M. Kuchling
3cdb5761c5
Fix markup error
2000-08-30 12:55:42 +00:00
Fred Drake
d576e9df5f
Markup revisions. Nothing was actually required to be able to format it,
...
but many conventions were broken.
2000-08-30 04:19:20 +00:00
Barry Warsaw
64dab4602e
Expand the test suite to test both the GNU gettext and translation
...
class-based APIs.
2000-08-30 03:32:07 +00:00
Fred Drake
47eceeaaa4
Added a couple of links to online documentation. Reasonable since this
...
file is not used in the online documentation.
2000-08-30 03:30:40 +00:00
Barry Warsaw
2ef0753a17
Added James Henstridge
2000-08-30 03:30:28 +00:00
Barry Warsaw
33d8d705b8
Finalize this module for Python 2.0 based on feedback and input from
...
Martin von Loewis, Peter Funk, James Henstridge, Francois Pinard, and
Marc-Andre Lemburg.
2000-08-30 03:29:58 +00:00
Barry Warsaw
28b815f28a
Oops, spell MAL's name right.
2000-08-30 03:28:17 +00:00
Barry Warsaw
0691a6b8ed
Documentation for the gettext module.
2000-08-30 03:27:10 +00:00
Barry Warsaw
058365aec5
Added libgettext.tex
2000-08-30 03:26:17 +00:00
Andrew M. Kuchling
43737641c2
Removed forgotten text in list comprehensions section (taken from the Haskell
...
description of listcomps and used as inspiration)
Rearranged sections (which accounts for much of the size of the diffs)
Added section on augmented assignment
Mentioned 'print >>file'
Broke up the "Core Changes" section into subsections
2000-08-30 00:51:02 +00:00
Fred Drake
699f98c09a
Move a little more here.
2000-08-29 21:57:34 +00:00
Guido van Rossum
7ac1153c01
Various tweaks and improvements by Thomas Wouters (who apparently lost
...
the patch or forgot about it -- this is easier than reminding him).
2000-08-29 21:36:40 +00:00
Fred Drake
fcb8725de5
Add a --style option to allow specifying an alternate CSS style sheet for
...
HTML generation; the machinery was there but no option to set it was
defined.
Simplify some of the path-math since we can assume a recent version of
Python.
2000-08-29 18:15:05 +00:00
Andrew M. Kuchling
d50a1877ee
Fix for two problems on FreeBSD:
...
In test_poll1(), unregister file descriptors as they're closed,
and also close the read end of the pipe
In test_poll2(), make the code assume less about the combinations of flag
bits that will be returned
2000-08-29 16:53:34 +00:00
Fred Drake
78430b655f
Add a comment noting that the dependency information is stored in
...
Makefile.deps.
2000-08-29 16:30:21 +00:00
Guido van Rossum
0286ae8c46
Some cleanup for FreeBSD. This gets rid of version numbers and
...
figures out old (a.out) and newer (ELF) systems, similar to NetBSD.
(I'm assuming this is also by tg@FreeBSD.org.)
2000-08-29 15:06:49 +00:00
Guido van Rossum
b73172f227
"tg@FreeBSD.org" writes:
...
Our (FreeBSD's) security officer doesn't like
group-writable directories and sent a patch;
don't install *.orig.
2000-08-29 15:00:11 +00:00
Guido van Rossum
2d21863266
Add support for FreeBSD-[45].
...
-- tg@FreeBSD.org
2000-08-29 14:57:27 +00:00
Guido van Rossum
e504c0c2dc
Patch by tg@FreeBSD.org to try /var/tmp first.
...
This helps on 4.4BSD-based systems.
2000-08-29 14:55:03 +00:00
Fred Drake
7e1a1d0c89
These files are not part of the current plan.
2000-08-29 06:08:06 +00:00
Barry Warsaw
33f785fc1e
Document "print >> None"
2000-08-29 04:57:34 +00:00
Barry Warsaw
9182b45a5a
Added tests of "print >> None"
2000-08-29 04:57:10 +00:00
Barry Warsaw
093abe005d
eval_code2(): Guido provides this patch for his suggested elaboration
...
of extended print. If the file object being printed to is None, then
sys.stdout is used.
2000-08-29 04:56:13 +00:00
Greg Ward
9821bf4e62
Added 'script_name' and 'script_args' instance attributes to Distribution.
...
Changed 'core.setup()' so it sets them to reasonable defaults.
Tweaked how the "usage" string is generated: 'core' now provides
'gen_usage()', which is used instead of 'USAGE'.
Modified "build_py" and "sdist" commands to refer to
'self.distribution.script_name' rather than 'sys.argv[0]'.
2000-08-29 01:15:18 +00:00
Fred Drake
31f182e830
Added os.popen2() and os.popen3() for non-Windows platforms.
2000-08-28 17:20:05 +00:00