- 27 Tem, 2000 8 kayıt (commit)
-
-
Skip Montanaro yazdı
graminit.c files.
-
Andrew M. Kuchling yazdı
-
Fredrik Lundh yazdı
but no os.fork
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
Comment tweak.
-
Greg Ward yazdı
'shared_library_filename()'.
-
Greg Ward yazdı
-
- 26 Tem, 2000 7 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Fredrik Lundh yazdı
underlying process has terminated (bug fix from David Bolen)
-
Sjoerd Mullender yazdı
-
Mark Hammond yazdı
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 yazdı
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 yazdı
-
Andrew M. Kuchling yazdı
-
- 25 Tem, 2000 8 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
package.
-
Fred Drake yazdı
split so the logic does not fail in corner cases. This closes bug #407.
-
Jeremy Hylton yazdı
-
Thomas Wouters yazdı
Leave the actual #define in for API compatibility.
-
Andrew M. Kuchling yazdı
ncurses extension, so it's made conditional depending on STRICT_SYSV_CURSES
-
Andrew M. Kuchling yazdı
-
- 24 Tem, 2000 17 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
reversed tests resulted in an exception when you supplied the correct number of arguments
-
Fred Drake yazdı
use the last one specified on the command line instead of all of them. Smaller changes to reflect updated support.
-
Fredrik Lundh yazdı
(cf. test/output/test_sre)
-
Jack Jansen yazdı
Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion for PyArg_ParseTuple format strings.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
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 yazdı
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 yazdı
If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior.
-
Jack Jansen yazdı
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 yazdı
-
Fred Drake yazdı
-
Thomas Wouters yazdı
version of SSLeay (now known as OpenSSL.)
-
Thomas Wouters yazdı
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 yazdı
closes patch #100956
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
-
Thomas Wouters yazdı
-