- 10 Dec, 2002 1 commit
-
-
Neal Norwitz authored
-
- 09 Dec, 2002 6 commits
-
-
Tim Peters authored
Most of these patches are from Thomas Heller, with long lines folded by Tim. The change to test_descr.py is from Guido. See the bug report. Not a bugfix candidate -- METH_CLASS is new in 2.3.
-
Greg Ward authored
input, and 2) unicode input means unicode output. This closes SF bug #622831.
-
Greg Ward authored
Change LongWordTestCase.setUp() -- remove leading whitespace from text string. Comment fix.
-
Greg Ward authored
the input string is always preserved.
-
Greg Ward authored
attribute, and modify _munge_whitespace() to recognize Unicode strings and use unicode_whitespace_trans to munge them. Still need to add a test to make sure I've really fixed the bug.
-
Raymond Hettinger authored
-
- 08 Dec, 2002 2 commits
-
-
Skip Montanaro authored
suggestion by Raymond Hettinger.
-
Skip Montanaro authored
this can result in significantly smaller files. All classes as well as the open function now accept an optional binary parameter, which defaults to False for backward compatibility. Added a small test suite, updated the libref documentation (including documenting the exported classes and fixing a few other nits) and added a note about the change to Misc/NEWS.
-
- 07 Dec, 2002 12 commits
-
-
Tim Peters authored
tests. I found the logic too confusing to follow here, so rewrote more than was likely absolutely necessary. Bugfix candidate.
-
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 9 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
-