- 28 Tem, 2000 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
Mark Hammond yazdı
-
- 27 Tem, 2000 13 kayıt (commit)
-
-
Trent Mick yazdı
-
Jeremy Hylton yazdı
-
Eric S. Raymond yazdı
documentation for function keys, special characters.
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
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 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 8 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.
-