- 09 Ara, 2002 2 kayıt (commit)
-
-
Greg Ward yazdı
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 yazdı
-
- 08 Ara, 2002 2 kayıt (commit)
-
-
Skip Montanaro yazdı
suggestion by Raymond Hettinger.
-
Skip Montanaro yazdı
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 Ara, 2002 12 kayıt (commit)
-
-
Tim Peters yazdı
tests. I found the logic too confusing to follow here, so rewrote more than was likely absolutely necessary. Bugfix candidate.
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
is present and libndbm is not. Add runtime libs to dbm if linked against Berkeley DB.
-
Raymond Hettinger yazdı
heapsort and verifies the result against list.sort().
-
Raymond Hettinger yazdı
Added related testcase. Closes SF bug #643260.
-
Raymond Hettinger yazdı
Closes SF 643227.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Simplifies the code and gets Just van Rossum's example to work.
-
Tim Peters yazdı
running the sandbox datetime tests. Bugfix candidate.
-
- 06 Ara, 2002 10 kayıt (commit)
-
-
Tim Peters yazdı
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 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 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
-