- 31 Aug, 2000 2 commits
-
-
Jeremy Hylton authored
close SF patch #101354
-
Greg Ward authored
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.
-
- 30 Aug, 2000 19 commits
-
-
Skip Montanaro authored
-
Paul Prescod authored
-
Greg Ward authored
-
Greg Ward authored
-
Guido van Rossum authored
-
Fred Drake authored
scripts as much as possible.
-
Fred Drake authored
longer meaningful to a new user, since stdwin is long gone.
-
Skip Montanaro authored
-
Skip Montanaro authored
* 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
-
Andrew M. Kuchling authored
-
Fred Drake authored
but many conventions were broken.
-
Barry Warsaw authored
class-based APIs.
-
Fred Drake authored
file is not used in the online documentation.
-
Barry Warsaw authored
-
Barry Warsaw authored
Martin von Loewis, Peter Funk, James Henstridge, Francois Pinard, and Marc-Andre Lemburg.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Andrew M. Kuchling authored
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
-
- 29 Aug, 2000 14 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
the patch or forgot about it -- this is easier than reminding him).
-
Fred Drake authored
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.
-
Andrew M. Kuchling authored
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
-
Fred Drake authored
Makefile.deps.
-
Guido van Rossum authored
figures out old (a.out) and newer (ELF) systems, similar to NetBSD. (I'm assuming this is also by tg@FreeBSD.org.)
-
Guido van Rossum authored
Our (FreeBSD's) security officer doesn't like group-writable directories and sent a patch; don't install *.orig.
-
Guido van Rossum authored
-- tg@FreeBSD.org
-
Guido van Rossum authored
This helps on 4.4BSD-based systems.
-
Fred Drake authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
of extended print. If the file object being printed to is None, then sys.stdout is used.
-
Greg Ward authored
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]'.
-
- 28 Aug, 2000 1 commit
-
-
Fred Drake authored
-
- 27 Aug, 2000 4 commits
-
-
Fredrik Lundh authored
-
Fredrik Lundh authored
with success. also, check return values from the mark functions. this addresses (but doesn't really solve) bug #112693, and low-memory problems reported by jack jansen.
-
Greg Ward authored
Fix bad operator precedence: should be "(metadata or '') + '\n'".
-
Thomas Wouters authored
how 'import' was called with a compiletime mechanism: create either a tuple of the import arguments, or None (in the case of a normal import), add it to the code-block constants, and load it onto the stack before calling IMPORT_NAME.
-