| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
|
|
|
|
| |
revision 4.8 of python-mode.el
(py-temp-directory): Add /var/tmp to the list of directories this
searches. This is added after /tmp. Closes SF bug #505488, except
that /var/tmp comes after /tmp instead of the patch's suggestion of
putting it before /usr/tmp.
|
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
|
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
Also blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, inAlso blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
| |
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, inAlso blacklisted some constants with definitions that were not Python-compatible.
|
| |
|
|
|
| |
to crash. The user has reported the problem to Opera, but we still should
generate something that passes for HTML.
|
| |
|
|
| |
in the description of the email package patch.)
|
| |
|
|
|
| |
Also, added a header for 2.2.1c2 (if there isn't a c2, change this to
2.2.1 final).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
situations are handled now: a multipart/* containing no payload
(i.e. never set), and a multipart/* containing a scalar payload
(i.e. Message.add_payload() having been called exactly once, not
passing in a sequence object).
_make_boundary(): Fixed bogus cut-n-paste error (self as first arg).
I will merge these changes into the standalone email package and
Python 2.3 separately.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
multipart/mixed message with no attachments.
test_one_part_in_a_multipart(): A test for the layout of a
multipart/mixed message with a single attachment.
test_seq_parts_in_a_multipart(): A test for the layout of a
multipart/mixed message with a single attachment that happens to be a
sequence of length one.
These tests ensure no regressions on the fix for SF bug #531966.
I will merge these into the standalone email package and Python 2.3
trunk separately.
|
| |
|
|
|
|
|
| |
Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier)
don't cause import failure.
Fixes 531398, 2.2.1 candidate.
|
| | |
|
| | |
|
| |
|
|
| |
Also, this checkin should make the file MacBinary again.
|
| | |
|
| |
|
|
|
| |
for (reported by Keith Briggs).
Wrap some very long lines.
|
| |
|
|
| |
or not.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This was stated before, but a minor grammatical error made it difficult to be
sure of the meaning.
This closes SF bug #530143.
|
| | |
|
| |
|
|
| |
exists.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Lurking bug found by patch for 531291: FSSpecs should be passed to
Py_BuildValue by address, not by value.
|
| |
|
|
|
| |
Some of the newer routines return an OSErr, like most toolbox calls,
in stead of depending on ResError(). Second half of fix for #531291.
|
| |
|
|
|
| |
Lots of tests fail in non-unicode builds, but I think most of these are
"bugs" in the tests. I hope so, anyway.
|
| |
|
|
|
|
|
|
| |
revision 1.2 of ERRNO.py
revision 1.2 of FILE.py
revision 1.2 of IN.py
Regenerated for Irix 6.5.
|
| |
|
|
|
|
| |
revision 1.3 of regen
Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.
|
| |
|
|
| |
[ 516299 ] urlparse can get fragments wrong
|
| |
|
|
|
|
| |
[ 530285 ] redefining SRE_CODE in Modules/sre.h
Another one for the trunk, later.
|
| |
|
|
| |
[ 529104 ] broken error handling in unicode-escape
|
| |
|
|
|
|
|
|
| |
[ 529104 ] broken error handling in unicode-escape
I presume this will need to be fixed on the trunk, too.
Later.
|
| |
|
|
|
|
|
|
| |
[ 531306 ] ucs4 build horked.
Classic C mistake, I think.
Also squashed a couple of warnings in the ucs4 build.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
The proper fix is not quite what was submitted; it's really better to
take the class of the object passed rather than calling PyMethod_New
with NULL pointer args, because that can then cause other core dumps
later.
I also added a testcase for the fix to classmethods() in test_descr.py.
I'll apply this to 2.3 too.
|
| |
|
|
|
|
|
|
|
|
|
| |
Please comment! You can find logs at
http://starship.python.net/crew/mwh/cvslog3.txt
on the assumption that you don't want to fight cvs yourself.
In particular, I need a better explanation of the bugs that have
been fixed in the email package.
|
| |
|
|
|
|
| |
on MacOSX/Darwin, use ranlib when building static libs.
I hope this belongs on the branch...
|
| |
|
|
| |
Remove mentioning of -U option in "python -h" output.
|
| |
|
|
|
| |
Quick build: clarify that you have to do "make install" as root; OS
info: add info about Red Hat's python and python2.
|