- 06 Ara, 2002 9 kayıt (commit)
-
-
Thomas Heller yazdı
Bugfix candidate.
-
Kurt B. Kaiser yazdı
1. Format and print exceptions raised in user code. M rpc.py 1. Additional debug messages in rpc.py 2. Move debug message enable switch from SocketIO to Client and Server to allow separate activation. 3. Add indication of origin (client or server) to debug message 4. Add sequence number to appropriate debug messages 5. Pass string exception arg as a string rather than a tuple.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Fixes #590377.
-
Walter Dörwald yazdı
may be a tuple. This closes SF patch http://www.python.org/sf/649095 Backport to release22-maint will follow.
-
- 05 Ara, 2002 11 kayıt (commit)
-
-
Jack Jansen yazdı
or no argument (giving an empty resource).
-
Jack Jansen yazdı
-
Michael W. Hudson yazdı
[ 633152 ] list slice ass ignores subtypes of list Allow arbitrary sequences on the RHS of extended slices.
-
Skip Montanaro yazdı
-
Jason Tishler yazdı
This patch enables the bz2 module to build cleanly under Cygwin.
-
Jason Tishler yazdı
Although motived by Cygwin, this patch will prevent test_commands from failing on Unixes that support ACLs. For example, the following is an excerpt from the Solaris ls manpage: ... -rwxrwxrwx+ 1 smith dev 10876 May 16 9:42 part2 The plus sign indicates that there is an ACL associated with the file. ...
-
Tim Peters yazdı
-
Jason Tishler yazdı
This patch updates regrtest.py to understand which tests are normally skipped under Cygwin. The list of tests was verified with the Cygwin Python maintainer.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
* when connecting, if the port is non-standard, display it as well
-
Skip Montanaro yazdı
"www.zope.org:8021".
-
- 04 Ara, 2002 10 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-
Raymond Hettinger yazdı
Just van Rossum showed a weird, but clever way for pure python code to trigger the BadInternalCall. The C code had assumed that calling a class constructor would return an instance of that class; however, classes that abuse __new__ can invalidate that assumption.
-
Tim Peters yazdı
DLL and lib sections.
-
Tim Peters yazdı
resource isn't enabled or the socket module doesn't support ssl.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 03 Ara, 2002 10 kayıt (commit)
-
-
Jack Jansen yazdı
some of the more compilcated cases (CF, Res) haven't been done yet. Also, various types should inherit from each other (anything with an as_Resource method should be a Resource subtype, the CF types should become one family).
-
Jack Jansen yazdı
-
Kurt B. Kaiser yazdı
-
Fred Drake yazdı
but can lead to mysterious problems in real applications.
-
Mark Hammond yazdı
Contributed by David Bolen.
-
Mark Hammond yazdı
-
Kurt B. Kaiser yazdı
Zoom becomes Alt-H "height" Check Module becomes Alt-X "syntax"
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-