Python commits

RevisionAuthorDateDescription
66229brett.cannon04 Sep 2008 23:52:59

Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only.

66226benjamin.peterson04 Sep 2008 19:31:27

flesh out the documentation on using 2to3

66219hirokazu.yamamoto04 Sep 2008 10:25:30

Added NEWS

66217andrew.kuchling04 Sep 2008 09:26:24

#3671: various corrections and markup fixes noted by Kent Johnson

66213hirokazu.yamamoto04 Sep 2008 07:15:14

Issue #3762: platform.architecture() fails if python is lanched via its symbolic link.
Reviewed by Amaury Forgeot d'Arc.

66211vinay.sajip04 Sep 2008 03:31:21

Issue #3772: Fixed regression problem in StreamHandler.emit().

66197brett.cannon03 Sep 2008 18:45:11

test_py3kwarn had been overlooked when test.test_support.catch_warning() was
re-implemented to use warnings.catch_warnings() and had its API improved.

Closes issue #3768.
Code review by Benjamin Peterson.

66196facundo.batista03 Sep 2008 18:35:50

Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
to the urlparse one. Added a PendingDeprecationWarning in the old
module, it will be deprecated in the future. Docs and tests updated.

66192jesus.cea03 Sep 2008 18:07:11

Python3.0 bsddb testsuite compatibility improvements

66190benjamin.peterson03 Sep 2008 17:48:20

3.0 still has the old threading names

66184jesse.noller03 Sep 2008 14:10:30

Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou

66182jesus.cea03 Sep 2008 13:50:32

Fix some leaks - Neal Norwitz

66181marc-andre.lemburg03 Sep 2008 07:13:56

Issue #2562: Fix distutils PKG-INFO writing logic to allow having
non-ascii characters and Unicode in setup.py meta-data.