Commits

[83699 total ]
Avatar
Fix typo in NEWS item for Issue 7498.

by R. David Murray (Using name ‘r.david.murray’) on 2009-12-14 23:06 (3 days ago)

Avatar
Merged revisions 76840 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk

by R. David Murray (Using name ‘r.david.murray’) on 2009-12-14 22:45 (3 days ago)

Avatar
Issue #7498: make test_multiprocessing use test_support.find_unused_port instead of a hard coded port number in test_rapid_restart.

by R. David Murray (Using name ‘r.david.murray’) on 2009-12-14 21:57 (3 days ago)

Avatar
Issue #4757: `zlib.compress` and other methods in the zlib module now raise a TypeError when given an `str` object (rather than a `bytes`-like object). Patch by Victor Stinner and Florent Xicluna.

by Antoine Pitrou (Using name ‘antoine.pitrou’) on 2009-12-14 18:00 (3 days ago)

Avatar
Merged revisions 76819,76830 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk

by R. David Murray (Using name ‘r.david.murray’) on 2009-12-14 17:27 (3 days ago)

Avatar
Blocked revisions 76831 via svnmerge

by R. David Murray (Using name ‘r.david.murray’) on 2009-12-14 17:11 (3 days ago)

Avatar
Issue #1680159: unicode coercion during an 'in' operation was masking any errors that might occur during coercion of the left operand and turning them into a TypeError with a message text that was confusing in the given context. This patch lets any errors through, as was already done during coercion of the right hand side.

by R. David Murray (Using name ‘r.david.murray’) on 2009-12-14 16:28 (3 days ago)

Avatar
Clarify phrasing that explains that there are currently two branches.

by R. David Murray (Using name ‘r.david.murray’) on 2009-12-14 02:50 (4 days ago)

Avatar
Merged revisions 76826 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk

by tarek.ziade on 2009-12-13 23:26 (4 days ago)

Avatar
reorganized the distutils doc a bit : the MANIFEST.in template system has its own section now. This is easier to find and follow

by tarek.ziade on 2009-12-13 23:24 (4 days ago)