- 30 Mar, 2005 5 commits
-
-
Michael W. Hudson authored
[ 1165306 ] Property access with decorator makes interpreter crash Don't allow the creation of unbound methods with NULL im_class, because attempting to call such crashes. Backport candidate.
-
Michael W. Hudson authored
-
Michael W. Hudson authored
[ 1166660 ] The readline module can cause python to segfault It seems to me that the code I'm rewriting here attempted to call any user-supplied hook functions using the thread state of the thread that called the hook-setting function, as opposed to that of the thread that is currently executing. This doesn't work, in general. Fix this by using the PyGILState API (It wouldn't be that hard to define a dummy version of said API when #ifndef WITH_THREAD, would it?). Also, check the conversion to integer of the return value of a hook function for errors (this problem was mentioned in the ipython bug report linked to in the above bug).
-
Michael W. Hudson authored
-
Michael W. Hudson authored
this module any more.
-
- 29 Mar, 2005 4 commits
-
-
Fred Drake authored
-
Anthony Baxter authored
-
Bob Ippolito authored
-
Anthony Baxter authored
fixes the crash seen in bug #1165761
-
- 28 Mar, 2005 8 commits
-
-
Tim Peters authored
Patch by Ilya Sandler. Bugfix candidate.
-
Bob Ippolito authored
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 authored
Will backport to 2.4.
-
Martin v. Löwis authored
-
Greg Ward authored
AFMT_S32_BE, AFMT_MPEG.
-
Greg Ward authored
macros: U16 is unsigned and S16 is signed. Duh. Clarify surrounding text a bit and refer to OSS docs.
-
Tim Peters authored
-
Tim Peters authored
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 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
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 authored
-
- 24 Mar, 2005 4 commits
-
-
Martin v. Löwis authored
-
Thomas Heller authored
-
Fred Drake authored
-
Fred Drake authored
work in math displays (thanks to Bo Peng on the Doc-SIG)
-
- 23 Mar, 2005 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
so that bdist_wininst can specify 'any'.
-
Walter Dörwald authored
-
- 22 Mar, 2005 8 commits
-
-
Martin v. Löwis authored
-
Walter Dörwald authored
various iterables. (Copied from test_deque.py as suggested by Jim Jewett in SF bug #1166274)
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Walter Dörwald authored
-
Fred Drake authored
-
Fred Drake authored
- more consistent markup - elaborate a couple of points
-
- 21 Mar, 2005 4 commits
-
-
Walter Dörwald authored
(Copied from test_deque.py as suggested by Jim Jewett in SF bug #1166274)
-
Martin v. Löwis authored
-
Martin v. Löwis authored
outputs with the distribution object.
-
Brett Cannon authored
line.
-