- 16 Aug, 2002 5 commits
-
-
Guido van Rossum authored
warning for 'global None', but that's either accompanied by an assignment to None, which will trigger a warning, or not, in which case it's harmless. :-)
-
Tim Peters authored
LINE events when not __debug__. But we get them anyway under -O now, so just stop special-casing non-__debug__ mode.
-
Guido van Rossum authored
Still to do: function definition arguments (including *None and **None).
-
Guido van Rossum authored
named 'None'. Still to do: function definition parameter lists, and function call keyword arguments.
-
Guido van Rossum authored
argument should be called 'c', like everywhere else. Renamed a complex variable 'c' to 'z' and moved it inside the only scope where it's used.
-
- 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 21 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.
-