- 30 Mar, 2005 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
this module any more.
-
- 29 Mar, 2005 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
Bob Ippolito yazdı
-
Anthony Baxter yazdı
fixes the crash seen in bug #1165761
-
- 28 Mar, 2005 8 kayıt (commit)
-
-
Tim Peters yazdı
Patch by Ilya Sandler. Bugfix candidate.
-
Bob Ippolito yazdı
POSIX is enabled. This prevents the toolbox glue, all of Carbon, and various other non-POSIX features from compiling. The POSIX symbols are still used by default, so turning off the #define doesn't hurt. Additionally, linker flags have changed for Darwin 8, and are different for Darwin 8/gcc4 (default) and Darwin 8/gcc3.3. Approved by Anthony
-
Martin v. Löwis yazdı
Will backport to 2.4.
-
Martin v. Löwis yazdı
-
Greg Ward yazdı
AFMT_S32_BE, AFMT_MPEG.
-
Greg Ward yazdı
macros: U16 is unsigned and S16 is signed. Duh. Clarify surrounding text a bit and refer to OSS docs.
-
Tim Peters yazdı
-
Tim Peters yazdı
work (SyntaxErrors at compile time). I slammed in what looked like the obvious fixes, but someone who understands this file should check my work.
-
- 27 Mar, 2005 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
instead of raising a TypeError. Allows other types to successfully implement __radd__() style methods. * Remove future division import from test suite. * Remove test suite's shadowing of __builtin__.dir().
-
Raymond Hettinger yazdı
-
- 24 Mar, 2005 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Thomas Heller yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
work in math displays (thanks to Bo Peng on the Doc-SIG)
-
- 23 Mar, 2005 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
so that bdist_wininst can specify 'any'.
-
Walter Dörwald yazdı
-
- 22 Mar, 2005 8 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
various iterables. (Copied from test_deque.py as suggested by Jim Jewett in SF bug #1166274)
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
- more consistent markup - elaborate a couple of points
-
- 21 Mar, 2005 8 kayıt (commit)
-
-
Walter Dörwald yazdı
(Copied from test_deque.py as suggested by Jim Jewett in SF bug #1166274)
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
outputs with the distribution object.
-
Brett Cannon yazdı
line.
-
Skip Montanaro yazdı
-
Fred Drake yazdı
- fix indentation to conform to the Python style guide - add more tests and documentation
-
Fred Drake yazdı
-
Fred Drake yazdı
-