- 03 Oct, 2005 11 commits
-
-
Fred Drake authored
-
Georg Brandl authored
-
Neal Norwitz authored
suppress more errors on my box, most are gentoo specific. Py_ADDRESS_IN_RANGE is x86_64 specific and the readline memory leaks should be generally applicable
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Will backport.
-
Neal Norwitz authored
Since I can't test this, I'm just adding a comment. If we get access to AIX boxes, we can test this and really resolve. Anyone from IBM want to offer help? Backport candidate I suppose.
-
Neal Norwitz authored
Also provide a warning if a directory is passed on the command line. Add minimal command line test. Will backport.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares.
-
- 02 Oct, 2005 2 commits
-
-
Kurt B. Kaiser authored
-
Neal Norwitz authored
- SF Bug #772896, unknown encoding results in MemoryError, which is not helpful I will only backport the segfault fix. I'll let Anthony decide if he wants the other changes backported. I will do the backport if asked.
-
- 01 Oct, 2005 2 commits
-
-
Georg Brandl authored
enabled.
-
Georg Brandl authored
-
- 30 Sep, 2005 2 commits
-
-
Michael W. Hudson authored
[ 1307978 ] Unsatisfied symbols: _PyGILState_NoteThreadState (code) (note that this only happens in a threads-disabled build).
-
Neal Norwitz authored
in latin_1, but Python incorrectly assumes it is in UTF-8 format Will backport.
-
- 29 Sep, 2005 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 28 Sep, 2005 1 commit
-
-
Georg Brandl authored
-
- 27 Sep, 2005 1 commit
-
-
Martin v. Löwis authored
-
- 26 Sep, 2005 1 commit
-
-
Vinay Sajip authored
-
- 25 Sep, 2005 2 commits
-
-
Armin Rigo authored
from the PyPy project as well as the SF bug #1295909.
-
Georg Brandl authored
-
- 24 Sep, 2005 3 commits
-
-
Armin Rigo authored
segfault when a class contain a non-list value in the (undocumented) special attribute __slotnames__.
-
Raymond Hettinger authored
-
Hye-Shik Chang authored
FreeBSD 5.3 and later versions which got thread-safe getaddrinfo(3). (Reported by Maxim Sobolev)
-
- 23 Sep, 2005 3 commits
-
-
Peter Astrand authored
1138653.
-
Neal Norwitz authored
SF #1297059, doc incorrect return type for search() method. (There is a description of returned values at the top, so just remove the sentance and correct an example.)
-
- 22 Sep, 2005 2 commits
-
-
Fred Drake authored
(forward port revision 1.10.4.1)
-
Michael W. Hudson authored
returns in cStringIO.c. Thanks to Andrew Bennetts. This must be a backport candidate.
-
- 21 Sep, 2005 2 commits
-
-
Jack Jansen authored
than the modification time. Changed the SetDates test to accomodate. Backport candidate.
-
Neal Norwitz authored
Fix segfault. I tried to write a test, but it wouldn't crash when running regrtest. This really should have some sort of test. Should definitely be backported.
-
- 20 Sep, 2005 4 commits
-
-
Jack Jansen authored
as &buffer, &size and allocated by the called function.
-
Guido van Rossum authored
-
Armin Rigo authored
-
Armin Rigo authored
causing the profiler to crash on an AssertionError if the same Python function catches multiple exceptions from C functions.
-