- 06 Eki, 2002 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
package.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
form.
-
Raymond Hettinger yazdı
for complex numbers.
-
- 05 Eki, 2002 16 kayıt (commit)
-
-
Raymond Hettinger yazdı
Made conversion failure error messages consistent between types.
-
Raymond Hettinger yazdı
Call me anal, but there was a particular phrase that was speading to comments everywhere that bugged me: /* Foo is inlined */ instead of /* Inline Foo */. Somehow the "is inlined" phrase always confused me for half a second (thinking, "No it isn't" until I added the missing "here"). The new phrase is hopefully unambiguous. Close SF bug 563740. complex() now finds __complex__() in new style classes. Made conversion failure error messages consistent between types. Added related unittests.
-
Raymond Hettinger yazdı
and such.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Patch 543387. Document deprecation of complex %, //,and divmod().
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Update docs to reflect that \b considers underscore to be part of a word.
-
Raymond Hettinger yazdı
Document that the key should not contain null bytes.
-
Raymond Hettinger yazdı
Markup adjustments; fix the names of modules referenced in an expression. Deprecated Random.cunifvariate clearing bug 506647.
-
Raymond Hettinger yazdı
comment): Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings.
-
Raymond Hettinger yazdı
could affect existing code; instead, the documentation of the deprecation is being backported to provide maximum advance notice): Patch 543387. Document deprecation of complex %, //,and divmod().
-
Raymond Hettinger yazdı
Clarified that the footnote applies to versions 1.5 and after instead of just version 1.5. Closes SF bug 577793.
-
Raymond Hettinger yazdı
Try to improve the explanation of the "raise" statement and how its arguments are interpreted. This closes SF bug #532467. Fix Typo. Reword explanation of global statement since an undeclared global is a free variable and is subject to those rules. Note the sole case in which the ban on "from ... import *" within a function is enforced. Remove the following restriction: Names bound by import statements may not occur in global statements in the same scope. Why not? Note that it is illegal to delete a cell variable. Note that deleteing an unbound local will raise a NameError.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Extended IDLE's open module menu item to handle hierarchical module names. Closes SF patch 600152.
-
- 04 Eki, 2002 11 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Barry Warsaw yazdı
test.test_support
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
tests and supporting files.
-
Barry Warsaw yazdı
some updated modules, updated documentation, and updated tests. Note that Lib/test/regrtest.py added test_email_codecs to the expected skips for all platforms. Also note that test_email_codecs.py differs slightly from its Python 2.3 counterpart due to the difference in package location for TestSkipped.
-
cvs2svn yazdı
'release22-maint'.
-
Neal Norwitz yazdı
SF # 607253, header file problems, reported by Ralf W. Grosse-Kunstleve Don't pollute the namespace when protecting against multiple header inclusion. Prefix with Py_ and use standard naming convention Py_FILENAME_H.
-
Neal Norwitz yazdı
date: 2002/03/30 08:57:12; author: loewis; Patch #536908: Add missing #include guards/extern "C".
-
Martin v. Löwis yazdı
-
- 03 Eki, 2002 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 02 Eki, 2002 2 kayıt (commit)
-
-
Michael W. Hudson yazdı
patch #617312, both on the trunk and the 22-maint branch. Also added a test case, and ported the test_trace I wrote for HEAD to 2.2.2 (with all those horrible extra 'line' events ;-).
-
Michael W. Hudson yazdı
patch #617312, both on the trunk and the 22-maint branch. Also added a test case, and ported the test_trace I wrote for HEAD to 2.2.2 (with all those horrible extra 'line' events ;-).
-
- 30 Eyl, 2002 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Barry Warsaw yazdı
specification so that the proper runtime ld.so path gets compiled into the extension. This fixes _socket for Solaris systems with libssl and libcrypto in non-standard locations and should be fine for other systems as well. Closes SF bug #565710. Forward port candidate for Python 2.3 (I'll work on that).
-
Guido van Rossum yazdı
-
Martin v. Löwis yazdı
-