- 11 Ara, 2002 15 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Greg Ward yazdı
_do_ioctl_1() so they take a file descriptor rather than an oss_t pointer.
-
Greg Ward yazdı
* rename oss_t to lad_t, Ladtype to OSSType, * rename lad_*() methods to oss_*() * rename lad_methods list to oss_methods Patch and impetus supplied by Nicholas FitzRoy-Dale <wzdd@lardcave.net>.
-
Martin v. Löwis yazdı
-
Greg Ward yazdı
efficient. Suggested by MAL.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
configuration selection. Rework the usage message to match. Also some minor code polishing.
-
- 10 Ara, 2002 6 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
Barry agreed, and I see no reason not to.
-
Tim Peters yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
the obvious s/linuxaudiodev/ossaudiodev/ change made.
-
Neal Norwitz yazdı
-
- 09 Ara, 2002 6 kayıt (commit)
-
-
Tim Peters yazdı
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 yazdı
input, and 2) unicode input means unicode output. This closes SF bug #622831.
-
Greg Ward yazdı
Change LongWordTestCase.setUp() -- remove leading whitespace from text string. Comment fix.
-
Greg Ward yazdı
the input string is always preserved.
-
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 11 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.
-