- 28 Feb, 2003 14 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
require -u network to run test_timeout since it fails when not connected to a network.
-
Neal Norwitz authored
try: # ... except ImportError, why: except: # ... All other changes are re-indenting/formatting.
-
Neal Norwitz authored
-
Neal Norwitz authored
Change setup.py to catch all exceptions. - Rename module if the exception was an ImportError - Only warn if the exception was any other error Revert _iconv_codec to raising a RuntimeError.
-
Barry Warsaw authored
the build, so I'm restoring it. I'm not sure what Neal's intent was, since the line following the one he removed was "REQN(i, 1)" so i is obviously used. ;)
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
stuff, and changed 'property' to 'descriptor'.
-
Jack Jansen authored
the #ifdef HAVE_NCURSES_H: the same problem exists on OSX 10.1 with a fink-installed curses (which uses curses.h as the include file name).
-
Just van Rossum authored
-
Raymond Hettinger authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 27 Feb, 2003 16 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Kurt B. Kaiser authored
M run.py Move exception formatting out of rpc.py. This allows each end of the link to format and print exceptions how and where it sees fit and makes it easier for threads to display their own exceptions.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Changing the window type to movable modal isn't enough to make the dialogs movable: apprently you also need to set a bit in the dlgx resource. Did this.
-
Skip Montanaro authored
* add disassemble_string * allow classes and strings containing bytecode to be disassembled
-
Skip Montanaro authored
should be generated automatically
-
Skip Montanaro authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Michael W. Hudson authored
change _PyEval_SliceIndex to round massively negative longs up to -INT_MAX, instead of 0 but botched it. Get it right. Thx to Armin for the report.
-
Mark Hammond authored
a traceback.
-
Raymond Hettinger authored
* Changed variable name from 'list' to 'flist'. * Replaced "while 1" with "while True". * Replaced if/elif/elif/elif structure with a shorter and faster dispatch dictionary that maps attrs to methods. * Simplified and sped comparison logic by using ifilter, ifilterfalse, and dict.fromkeys. * Used True and False rather than 1 and 0.
-
- 26 Feb, 2003 10 commits
-
-
Raymond Hettinger authored
* Replaced "while 1" with "while True" * Rewrote read() and readline() for clarity and speed. * Replaced variable 'list' with 'hlist' * Used augmented assignment in two places.
-
Fred Drake authored
beyond Mac OS and Darwin. I'm not even sure they should be run on Darwin, but I'll let someone more knowledgable on that tell us.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Fix errors in the list of setup() arguments
-
Andrew M. Kuchling authored
specified with an absolute path, the object file is also written to an absolute path. The patch drops the drive and leading '/' from the source path, so a path like /path/to/foo.c results in an object file like build/temp.i686linux/path/to/foo.o.
-
Raymond Hettinger authored
* List/Tuple checkexact is faster for the common case. * Testing for Py_True and Py_False can be inlined for faster looping.
-
Just van Rossum authored
-
Walter Dörwald authored
cases increasing coverage in unicodedata.c from 87% to 95% (when the normalization tests are run). From SF patch #662807.
-
Just van Rossum authored
-
Just van Rossum authored
-