Python commits

RevisionAuthorDateDescription
66304martin.v.loewis08 Sep 2008 08:02:45

Allow passing the MSI file name to merge.py.

66301facundo.batista07 Sep 2008 20:20:28

Issue 3801. Fixing a dumb error in the deprecated parse_qsl()
function. Tests added.

66296gregory.p.smith07 Sep 2008 15:19:04

reran autoconf

66295gregory.p.smith07 Sep 2008 15:18:16

bugfix to r66283 (see issue #1204).

66294georg.brandl07 Sep 2008 13:00:17

Add a new howto about Python and the web, by Marek Kubica.

66284gregory.p.smith07 Sep 2008 01:15:58

reran autoconf for r66283's checkin

66283gregory.p.smith07 Sep 2008 01:15:18

- Issue #1204: The configure script now tests for additional libraries
that may be required when linking against readline. This fixes issues
with x86_64 builds on some platforms (at least a few Linux flavors as
well as OpenBSD/amd64).

66282josiah.carlson07 Sep 2008 00:37:10

undoing change that broke trunk. Need to find a better solution to this.

66281josiah.carlson06 Sep 2008 23:53:58

This fixes a small inconsistency between trunk and 3.0, closing bug 3764.

66277benjamin.peterson06 Sep 2008 19:19:15

fix missing module

66275antoine.pitrou06 Sep 2008 19:04:32

Backport relevant part of r66274 (in issue #874900).

66272andrew.kuchling06 Sep 2008 17:26:02

#1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attributes

66270amaury.forgeotdarc06 Sep 2008 16:53:51

#3796: A test class was not run in test_float.
Reviewed by Benjamin.