- 07 Dec, 2002 11 commits
-
-
Fred Drake authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
is present and libndbm is not. Add runtime libs to dbm if linked against Berkeley DB.
-
Raymond Hettinger authored
heapsort and verifies the result against list.sort().
-
Raymond Hettinger authored
Added related testcase. Closes SF bug #643260.
-
Raymond Hettinger authored
Closes SF 643227.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Simplifies the code and gets Just van Rossum's example to work.
-
Tim Peters authored
running the sandbox datetime tests. Bugfix candidate.
-
- 06 Dec, 2002 10 commits
-
-
Tim Peters authored
integer hash object returned by __hash__(). This accounts for some of the "mystery leaks" in the sandbox datetime tests, but probably not all of them.
-
Thomas Heller authored
Bugfix candidate.
-
Kurt B. Kaiser authored
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 authored
-
Fred Drake authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #590377.
-
Walter Dörwald authored
may be a tuple. This closes SF patch http://www.python.org/sf/649095 Backport to release22-maint will follow.
-
- 05 Dec, 2002 11 commits
-
-
Jack Jansen authored
or no argument (giving an empty resource).
-
Jack Jansen authored
-
Michael W. Hudson authored
[ 633152 ] list slice ass ignores subtypes of list Allow arbitrary sequences on the RHS of extended slices.
-
Skip Montanaro authored
-
Jason Tishler authored
This patch enables the bz2 module to build cleanly under Cygwin.
-
Jason Tishler authored
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 authored
-
Jason Tishler authored
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 authored
-
Skip Montanaro authored
* when connecting, if the port is non-standard, display it as well
-
Skip Montanaro authored
"www.zope.org:8021".
-
- 04 Dec, 2002 8 commits
-
-
Martin v. Löwis authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
-
Raymond Hettinger authored
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 authored
DLL and lib sections.
-
Tim Peters authored
resource isn't enabled or the socket module doesn't support ssl.
-