- 15 Aug, 2002 14 commits
-
-
Barry Warsaw authored
exception. The bug fix for SF #430849 wasn't quite right. This closes SF bug #595671. I'll backport this to Python 2.2.
-
Jack Jansen authored
them. The FutureWarnings are still there, until a way has been found to say "I know what I'm doing here when I say 0xff000000".
-
Jack Jansen authored
we catch errors during the build process in stead of later during runtime.
-
Jack Jansen authored
unix cvs. In this case the resource files are actual resource files in stead of AppleSingle encoded files.
-
Tim Peters authored
-
Tim Peters authored
rigorous instead of hoping for testing not to turn up counterexamples. Call me heretical, but despite that I'm wholly confident in the proof, and have done it two different ways now, I still put more faith in testing ...
-
Tim Peters authored
normalized result, so no point to normalizing it again. The number of test+branches was also excessive.
-
Michael W. Hudson authored
[ 587993 ] SET_LINENO killer Remove SET_LINENO. Tracing is now supported by inspecting co_lnotab. Many sundry changes to document and adapt to this change.
-
Guido van Rossum authored
-
Guido van Rossum authored
--with-universal-newline.
-
Skip Montanaro authored
Push /usr/... further down the list - always check /usr/local/... before /usr/... Doubt this will help with http://python.org/sf/589427 or not, but these changes were prompted by my investigation of that bug report. I wasn't able to reproduce that problem though
-
Skip Montanaro authored
see patch 586561
-
Skip Montanaro authored
single-quoted strings or end-of-file in triple-quoted strings. closes patch 586561.
-
Andrew M. Kuchling authored
Revise sentence Add two reminders
-
- 14 Aug, 2002 26 commits
-
-
Guido van Rossum authored
-
Jeremy Hylton authored
-
Fred Drake authored
argument. This makes sense now that extension types can support __init__ directly rather than requiring function constructors.
-
Fred Drake authored
sense now that extension types can support __init__ directly rather than requiring function constructors.
-
Jeremy Hylton authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
-
Jeremy Hylton authored
-
Guido van Rossum authored
FutureWarning.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Guido van Rossum authored
copy the metatype from the base, the base actually has one!
-
Tim Peters authored
al*bl "always fit": it's actually trivial given what came before.
-
Barry Warsaw authored
-
Tim Peters authored
-
Tim Peters authored
ah*bh and al*bl. This is much easier than explaining why that's true for (ah+al)*(bh+bl), and follows directly from the simple part of the (ah+al)*(bh+bl) explanation.
-
Guido van Rossum authored
Tim predicts that we might as well call this CassandraWarning.
-
Barry Warsaw authored
-
Barry Warsaw authored
the future. Changed PEP 237 hex constant warnings from DeprecationWarning to FutureWarning. Updated the documentation.
-
Martin v. Löwis authored
-
Tim Peters authored
binary=True to text=False by BDFL Pronouncement. All other changes follow from this. The change to the docs is ready to go, but blocked by another JackMacLock in the doc directory.
-
Fred Drake authored
simply not relevant any more. Closes SF bug #595032.
-
Jason Tishler authored
Although Cygwin attempts to be as Posix compliant as possible, it has difficulties unlinking open files. This is not surprising given that Cygwin is dependent on Win32 which in turn has this problem itself. The attached tempfile patch acknowledges this Cygwin limitation. Without this patch, Cygwin fails test_tempfile (i.e., test_has_no_name) as follows: $ ./python -E -tt ../Lib/test/regrtest.py -l test_tempfile test_tempfile test test_tempfile failed -- Traceback (most recent call last): File "/home/jt/src/PythonCvs/Lib/test/test_tempfile.py", line 689, in test_has_no_name self.failOnException("rmdir", ei) File "/home/jt/src/PythonCvs/Lib/test/test_tempfile.py", line 33, in failOnException self.fail("%s raised %s: %s" % (what, ei[0], ei[1])) File "/home/jt/src/PythonCvs/Lib/unittest.py", line 260, in fail raise self.failureException, msg AssertionError: rmdir raised exceptions.OSError: [Errno 90] Directory not empty: '/mnt/c/DOCUME~1/jatis/LOCALS~1/Temp/tmpM_z8nj'
-
Barry Warsaw authored
high-bit-set hex constants.
-
Guido van Rossum authored
allow that many open files per process. I don't see that 1000 makes any difference for the test.
-
Jason Tishler authored
This patch enables setup.py to find gettext routines when they are located in libintl instead of libc. Although I developed this patch for Cygwin, I hope that it can be easily updated to support other platforms (if necessary). I tested this patch under Cygwin and Red Hat Linux 7.1.
-