- 27 Jul, 2000 10 commits
-
-
Jeremy Hylton authored
-
Fred Drake authored
certain. Update the information about the mailing list, using the python.org address instead of cwi.nl, and point to the pipermail archives. Also update the daily average message count (at the risk of scaring people off), using the mail archive at http://www.egroups.com/group/python-list for the first half of 2000 for statistical information.
-
Skip Montanaro authored
graminit.c files.
-
Andrew M. Kuchling authored
-
Fredrik Lundh authored
but no os.fork
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
Comment tweak.
-
Greg Ward authored
'shared_library_filename()'.
-
Greg Ward authored
-
- 26 Jul, 2000 7 commits
-
-
Andrew M. Kuchling authored
-
Fredrik Lundh authored
underlying process has terminated (bug fix from David Bolen)
-
Sjoerd Mullender authored
-
Mark Hammond authored
Note that this patch looks worse than it is - an existing function (getproxies() for all platforms other than Win/Mac) has been moved, renamed and indentation changed, but the body of that function is identical. Windows now allows the environment variables to override the registry.
-
Jeremy Hylton authored
originally submitted by Bill Tutt Note: This code is actually going to be replaced in 2.0 by /F's new database. Until then, this patch keeps the test suite working.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 25 Jul, 2000 8 commits
-
-
Peter Schneider-Kamp authored
-
Fred Drake authored
-
Jeremy Hylton authored
package.
-
Fred Drake authored
split so the logic does not fail in corner cases. This closes bug #407.
-
Jeremy Hylton authored
-
Thomas Wouters authored
Leave the actual #define in for API compatibility.
-
Andrew M. Kuchling authored
ncurses extension, so it's made conditional depending on STRICT_SYSV_CURSES
-
Andrew M. Kuchling authored
-
- 24 Jul, 2000 15 commits
-
-
Andrew M. Kuchling authored
reversed tests resulted in an exception when you supplied the correct number of arguments
-
Fred Drake authored
use the last one specified on the command line instead of all of them. Smaller changes to reflect updated support.
-
Fredrik Lundh authored
(cf. test/output/test_sre)
-
Jack Jansen authored
Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion for PyArg_ParseTuple format strings.
-
Jack Jansen authored
-
Jack Jansen authored
Added PyMac_getscript() which returns the pythonic name of the current script. Not ideal and not complete, but good enough for the time being. Idea and most of the code by Fredrik Lund.
-
Jack Jansen authored
Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the right place, but it will have to do for now.
-
Jack Jansen authored
If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior.
-
Jack Jansen authored
Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support).
-
Jack Jansen authored
-
Fred Drake authored
-
Thomas Wouters authored
version of SSLeay (now known as OpenSSL.)
-
Thomas Wouters authored
for systems that are missing those declarations from system include files. Start by moving a pointy-haired ones from their previous locations to the new section. (The gethostname() one, for instance, breaks on several systems, because some define it as (char *, size_t) and some as (char *, int).) I purposely decided not to include the summary of used #defines like Tim did in the first section of pyport.h. In my opinion, the number of #defines likedly to be used by this section would make such an overview unwieldy. I would suggest documenting the non-obvious ones, though.
-
Peter Schneider-Kamp authored
closes patch #100956
-
Thomas Wouters authored
-