- 07 Oct, 2005 1 commit
-
-
Vinay Sajip authored
-
- 06 Oct, 2005 2 commits
-
-
Walter Dörwald authored
PyUnicode_DecodeCharmap() the accept a unicode string as the mapping argument which is used as a mapping table. This code isn't used by any of the codecs yet.
-
Hye-Shik Chang authored
from U+FFFD to U+FFFE which is considered more appropriate. (from MAL's comment)
-
- 05 Oct, 2005 1 commit
-
-
Raymond Hettinger authored
-
- 04 Oct, 2005 5 commits
-
-
Neal Norwitz authored
which can't be compiled. Thanks to Mat Martineau for spotting the problem.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
open_new_win does not exist. use UNIX consistently, add autoraise parameter to open(). add versionadded tags to open_new_tab
-
Neal Norwitz authored
-
- 03 Oct, 2005 14 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Raymond Hettinger authored
-
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 2 commits
-
-
Armin Rigo authored
segfault when a class contain a non-list value in the (undocumented) special attribute __slotnames__.
-
Raymond Hettinger authored
-