- 23 Feb, 2003 3 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
Also use True/False instead of 1/0 for symlink flag.
-
Raymond Hettinger authored
Subsumed times() into repeat(). Added cycle() and chain().
-
- 22 Feb, 2003 1 commit
-
-
Michael W. Hudson authored
called to find tb_lineno -- even if Py_OptimizeFlag is true. So don't call it again when printing the traceback.
-
- 21 Feb, 2003 21 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Guido van Rossum authored
This still falls back to helpers in copy_reg for: - pickle protocols < 2 - calculating the list of slot names (done only once per class) - the __newobj__ function (which is used as a token but never called)
-
Tim Peters authored
test_nonrecursive_deep(): Reduced nesting depth to 60. Not a bugfix candidate. 2.3 increased the number of stack frames needed to pickle a list (in order to get implement the "list batching" unpickling memory optimization new in 2.3).
-
Michael W. Hudson authored
seconds making the doc for get_completer marginally less minimal :)
-
Neal Norwitz authored
-
Walter Dörwald authored
is required for the chosen internal encoding in the init function, as this seems to have a better chance of working under Irix and Solaris. Also change the test character from '\x01' to '0'. This might fix SF bug #690309.
-
Tim Peters authored
on the boxes I use.
-
Jack Jansen authored
is a window manager and we can connect to it, i.e. if it is safe to try and put up windows. As a side effect the first call will make the current process frontmost.
-
Walter Dörwald authored
between str, unicode, UserString and the string module as possible. This increases code coverage in stringobject.c from 83% to 86% and should help keep the string classes in sync in the future. From SF patch #662807
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
time.sleep(1) sometimes delays for fractionally less than a second resulting in too short of an interval for C's time.time() function to create a distinct seed.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 20 Feb, 2003 10 commits
-
-
Thomas Heller authored
the PyInt_AsLong function, and this returns a long, the value is first retrieved with PyLong_AsLong, but afterwards overwritten by a call to PyInt_AS_LONG. Fixes SF #690253.
-
Guido van Rossum authored
-
Michael W. Hudson authored
called something else!). I can't imagine removing the prototype is going to hurt, but put it back if *you* can.
-
Guido van Rossum authored
-
Guido van Rossum authored
Use level=3 (i.e. log.WARN) for the warnings about failed imports. (Hmm... Why is that code in an "if 1: ..."? What's the else branch for?)
-
Guido van Rossum authored
-
Guido van Rossum authored
levels. (Previously, -vvv would be the same as -q!)
-
Guido van Rossum authored
Added an extra blank line before "What's New in Python 2.2 final?".
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 19 Feb, 2003 5 commits
-
-
David Goodger authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Rather than trying to second-guess the various error returns of a second connect(), use select() to determine whether the socket becomes writable (which means connected).
-
Walter Dörwald authored
-
Fred Drake authored
Gerrit Holl in email to python-docs.)
-