]> granicus.if.org Git - python/log
python
12 years agoBlock 78809:62044cd5b19b (Issue #15819) from 3.2.
Trent Nelson [Thu, 30 Aug 2012 14:36:15 +0000 (14:36 +0000)]
Block 78809:62044cd5b19b (Issue #15819) from 3.2.

12 years agoIssue #15819: Fix out-of-tree builds from a readonly source.
Trent Nelson [Thu, 30 Aug 2012 14:32:02 +0000 (14:32 +0000)]
Issue #15819: Fix out-of-tree builds from a readonly source.

12 years agoCloses #10650: Deprecate the watchexp parameter of Decimal.quantize().
Stefan Krah [Thu, 30 Aug 2012 10:33:55 +0000 (12:33 +0200)]
Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().

12 years agoIssue #15724: Add versionchanged tags to the memoryview documentation.
Stefan Krah [Thu, 30 Aug 2012 10:09:09 +0000 (12:09 +0200)]
Issue #15724: Add versionchanged tags to the memoryview documentation.

12 years agoIssue #15800: fix the closing of input / output files when gzip is used as a script.
Antoine Pitrou [Wed, 29 Aug 2012 22:30:14 +0000 (00:30 +0200)]
Issue #15800: fix the closing of input / output files when gzip is used as a script.

12 years agoIssue #15800: fix the closing of input / output files when gzip is used as a script.
Antoine Pitrou [Wed, 29 Aug 2012 22:29:24 +0000 (00:29 +0200)]
Issue #15800: fix the closing of input / output files when gzip is used as a script.

12 years agoAdd missing comma.
Ezio Melotti [Wed, 29 Aug 2012 14:52:06 +0000 (17:52 +0300)]
Add missing comma.

12 years agoAdd missing comma.
Ezio Melotti [Wed, 29 Aug 2012 14:50:42 +0000 (17:50 +0300)]
Add missing comma.

12 years agomove entry to the correct version
Benjamin Peterson [Wed, 29 Aug 2012 12:04:11 +0000 (08:04 -0400)]
move entry to the correct version

12 years agoIssue #15785: Modify window.get_wch() API of the curses module: return a
Victor Stinner [Tue, 28 Aug 2012 23:40:57 +0000 (01:40 +0200)]
Issue #15785: Modify window.get_wch() API of the curses module: return a
character for most keys, and an integer for special keys, instead of always
returning an integer. So it is now possible to distinguish special keys like
keypad keys.

12 years agomerge heads
Benjamin Peterson [Tue, 28 Aug 2012 22:02:18 +0000 (18:02 -0400)]
merge heads

12 years agomerge 3.2 (#15801)
Benjamin Peterson [Tue, 28 Aug 2012 22:01:45 +0000 (18:01 -0400)]
merge 3.2 (#15801)

12 years agouse the stricter PyMapping_Check (closes #15801)
Benjamin Peterson [Tue, 28 Aug 2012 21:55:35 +0000 (17:55 -0400)]
use the stricter PyMapping_Check (closes #15801)

12 years agoIssue #15784: Modify OSError.__str__() to better distinguish between
Richard Oudkerk [Tue, 28 Aug 2012 18:33:26 +0000 (19:33 +0100)]
Issue #15784: Modify OSError.__str__() to better distinguish between
errno error numbers and Windows error numbers.

12 years agoIssue #15794: Relax a test case due to the deadlock detection's conservativeness.
Antoine Pitrou [Tue, 28 Aug 2012 18:10:18 +0000 (20:10 +0200)]
Issue #15794: Relax a test case due to the deadlock detection's conservativeness.

12 years ago- fix paste error (whitespace) from previous commit
Matthias Klose [Tue, 28 Aug 2012 17:08:42 +0000 (19:08 +0200)]
- fix paste error (whitespace) from previous commit

12 years ago- fix paste error (whitespace) from previous commit
Matthias Klose [Tue, 28 Aug 2012 17:07:38 +0000 (19:07 +0200)]
- fix paste error (whitespace) from previous commit

12 years ago- Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.
Matthias Klose [Tue, 28 Aug 2012 17:00:01 +0000 (19:00 +0200)]
- Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.

12 years ago- Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.
Matthias Klose [Tue, 28 Aug 2012 16:55:07 +0000 (18:55 +0200)]
- Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.

12 years ago#11964: Document a change in v3.2 to the json indent parameter
Petri Lehtinen [Tue, 28 Aug 2012 09:34:09 +0000 (12:34 +0300)]
#11964: Document a change in v3.2 to the json indent parameter

12 years ago#11964: Document a change in v3.2 to the json indent parameter
Petri Lehtinen [Tue, 28 Aug 2012 04:08:44 +0000 (07:08 +0300)]
#11964: Document a change in v3.2 to the json indent parameter

12 years agoIssue #15781: Fix two small race conditions in import's module locking.
Antoine Pitrou [Mon, 27 Aug 2012 22:24:52 +0000 (00:24 +0200)]
Issue #15781: Fix two small race conditions in import's module locking.

12 years agoMerge: Fix a JSON doc typo
Petri Lehtinen [Mon, 27 Aug 2012 17:27:51 +0000 (20:27 +0300)]
Merge: Fix a JSON doc typo

12 years agoFix a JSON doc typo
Petri Lehtinen [Mon, 27 Aug 2012 17:27:30 +0000 (20:27 +0300)]
Fix a JSON doc typo

12 years ago#15788: merge with 3.2.
Ezio Melotti [Mon, 27 Aug 2012 07:03:23 +0000 (10:03 +0300)]
#15788: merge with 3.2.

12 years ago#15788: fix broken links in subprocess doc. Patch by Chris Rebert.
Ezio Melotti [Mon, 27 Aug 2012 07:00:05 +0000 (10:00 +0300)]
#15788: fix broken links in subprocess doc.  Patch by Chris Rebert.

12 years agoFix typo.
Ezio Melotti [Sun, 26 Aug 2012 04:33:10 +0000 (07:33 +0300)]
Fix typo.

12 years agoMerge in changes from 3.3.0 release clone.
Georg Brandl [Sat, 25 Aug 2012 19:33:56 +0000 (21:33 +0200)]
Merge in changes from 3.3.0 release clone.

12 years agoPost-release updates.
Georg Brandl [Sat, 25 Aug 2012 19:33:08 +0000 (21:33 +0200)]
Post-release updates.

12 years agoDelete Misc/NEWS record for reverted #15776.
Andrew Svetlov [Sat, 25 Aug 2012 11:22:07 +0000 (14:22 +0300)]
Delete Misc/NEWS record for reverted #15776.

12 years agoAdded tag v3.3.0rc1 for changeset 8bb5c7bc46ba
Georg Brandl [Sat, 25 Aug 2012 10:16:59 +0000 (12:16 +0200)]
Added tag v3.3.0rc1 for changeset 8bb5c7bc46ba

12 years agoBump to 3.3.0rc1. v3.3.0rc1
Georg Brandl [Sat, 25 Aug 2012 10:16:37 +0000 (12:16 +0200)]
Bump to 3.3.0rc1.

12 years agoUpdate pydoc topics and suspicious markup file.
Georg Brandl [Sat, 25 Aug 2012 10:14:59 +0000 (12:14 +0200)]
Update pydoc topics and suspicious markup file.

12 years agoFix issue 13370: Ensure that ctypes works on Mac OS X when Python is
Ronald Oussoren [Sat, 25 Aug 2012 09:24:00 +0000 (11:24 +0200)]
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is
  compiled using the clang compiler

(merge from 3.2)

12 years agoFix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using...
Ronald Oussoren [Sat, 25 Aug 2012 09:19:14 +0000 (11:19 +0200)]
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler

12 years agomerge with 3.2
Georg Brandl [Sat, 25 Aug 2012 08:12:47 +0000 (10:12 +0200)]
merge with 3.2

12 years agoFix wrong way of adding Error information in shutil.copytree.
Georg Brandl [Sat, 25 Aug 2012 08:11:57 +0000 (10:11 +0200)]
Fix wrong way of adding Error information in shutil.copytree.

12 years agoClose #15573: use value-based memoryview comparisons (patch by Stefan Krah)
Nick Coghlan [Sat, 25 Aug 2012 07:59:50 +0000 (17:59 +1000)]
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)

12 years agoUpdate various OS X README files for 3.3.0.
Ned Deily [Sat, 25 Aug 2012 02:57:33 +0000 (19:57 -0700)]
Update various OS X README files for 3.3.0.

12 years agoIssue #15316: Let exceptions raised during imports triggered by the
Brett Cannon [Fri, 24 Aug 2012 22:25:59 +0000 (18:25 -0400)]
Issue #15316: Let exceptions raised during imports triggered by the
fromlist of __import__ propagate.

The problem previously was that if something listed in fromlist didn't
exist then that's okay. The fix for that was too broad in terms of
catching ImportError.

The trick with the solution to this issue is that the proper
refactoring of import thanks to importlib doesn't allow for a way to
distinguish (portably) between an ImportError because finders couldn't
find a loader, or a loader raised the exception. In Python 3.4 the
hope is to introduce a new exception (e.g. ModuleNotFound) to make it
clean to differentiate why ImportError was raised.

12 years agoNull merge from 3.2
Mark Dickinson [Fri, 24 Aug 2012 19:32:24 +0000 (20:32 +0100)]
Null merge from 3.2

12 years agoRemove overeager test (don't depend on the sign of a nan; cf. issue #14521)
Mark Dickinson [Fri, 24 Aug 2012 19:31:33 +0000 (20:31 +0100)]
Remove overeager test (don't depend on the sign of a nan;  cf. issue #14521)

12 years agoReverted change to venv initialisation.
Vinay Sajip [Fri, 24 Aug 2012 19:01:02 +0000 (20:01 +0100)]
Reverted change to venv initialisation.

12 years agoNull merge
Mark Dickinson [Fri, 24 Aug 2012 18:51:32 +0000 (19:51 +0100)]
Null merge

12 years agoRemove incorrect lines (meant for cdecimal) from recently added Decimal tests.
Mark Dickinson [Fri, 24 Aug 2012 18:51:00 +0000 (19:51 +0100)]
Remove incorrect lines (meant for cdecimal) from recently added Decimal tests.

12 years agoNull merge from 3.2.
Mark Dickinson [Fri, 24 Aug 2012 18:40:25 +0000 (19:40 +0100)]
Null merge from 3.2.

12 years agoIssue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
Mark Dickinson [Fri, 24 Aug 2012 18:32:13 +0000 (19:32 +0100)]
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.

12 years agoIssue #13072: The array module's 'u' format code is now deprecated and
Stefan Krah [Fri, 24 Aug 2012 18:14:12 +0000 (20:14 +0200)]
Issue #13072: The array module's 'u' format code is now deprecated and
will be removed in Python 4.0.

12 years agoMerge
Antoine Pitrou [Fri, 24 Aug 2012 17:51:09 +0000 (19:51 +0200)]
Merge

12 years agoIssue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
Mark Dickinson [Fri, 24 Aug 2012 17:53:10 +0000 (18:53 +0100)]
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.

12 years agoAdd glossary references
Antoine Pitrou [Fri, 24 Aug 2012 17:50:43 +0000 (19:50 +0200)]
Add glossary references

12 years agoAdd glossary references
Antoine Pitrou [Fri, 24 Aug 2012 17:49:08 +0000 (19:49 +0200)]
Add glossary references

12 years agoMerge
Antoine Pitrou [Fri, 24 Aug 2012 17:47:02 +0000 (19:47 +0200)]
Merge

12 years agoIssue #2051: Tweak last commit for this issue to pass in mode instead
Brett Cannon [Fri, 24 Aug 2012 17:48:39 +0000 (13:48 -0400)]
Issue #2051: Tweak last commit for this issue to pass in mode instead
of source path to set_data() and make the new argument private until
possible API changes can be discussed more thoroughly in Python 3.4.

12 years agoIssue #14674: Add a discussion of the json module's standard compliance.
Antoine Pitrou [Fri, 24 Aug 2012 17:39:47 +0000 (19:39 +0200)]
Issue #14674: Add a discussion of the json module's standard compliance.
Patch by Chris Rebert.

12 years agoIssue #14674: Add a discussion of the json module's standard compliance.
Antoine Pitrou [Fri, 24 Aug 2012 17:37:23 +0000 (19:37 +0200)]
Issue #14674: Add a discussion of the json module's standard compliance.
Patch by Chris Rebert.

12 years agoIssue #15778: Coerce ImportError.args to a string when it isn't
Brett Cannon [Fri, 24 Aug 2012 17:05:09 +0000 (13:05 -0400)]
Issue #15778: Coerce ImportError.args to a string when it isn't
already one.

Patch by Dave Malcolm.

12 years agoCloses #9374: merge with 3.2
Georg Brandl [Fri, 24 Aug 2012 16:15:46 +0000 (18:15 +0200)]
Closes #9374: merge with 3.2

12 years agoCloses #9374: add back now-unused module attributes; removing them is a backward...
Georg Brandl [Fri, 24 Aug 2012 16:15:29 +0000 (18:15 +0200)]
Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name.

12 years agoIssue #15776: Allow pyvenv to work in existing directory with --clean.
Andrew Svetlov [Fri, 24 Aug 2012 16:00:15 +0000 (19:00 +0300)]
Issue #15776: Allow pyvenv to work in existing directory with --clean.

Patch by Vinay Sajip.

12 years agoMerge #15249: Mangle From lines correctly when body contains invalid bytes.
R David Murray [Fri, 24 Aug 2012 15:23:50 +0000 (11:23 -0400)]
Merge #15249: Mangle From lines correctly when body contains invalid bytes.

Fix by Colin Su.  Test by me, based on a test written by Petri Lehtinen.

12 years ago#15249: Mangle From lines correctly when body contains invalid bytes.
R David Murray [Fri, 24 Aug 2012 15:14:13 +0000 (11:14 -0400)]
#15249: Mangle From lines correctly when body contains invalid bytes.

Fix by Colin Su.  Test by me, based on a test written by Petri Lehtinen.

12 years agoOutput lib files for PGO build into PGO directory.
Martin v. Löwis [Fri, 24 Aug 2012 14:12:28 +0000 (16:12 +0200)]
Output lib files for PGO build into PGO directory.

12 years agoPick up 32-bit launcher from PGO directory on 64-bit PGO build.
Martin v. Löwis [Fri, 24 Aug 2012 14:06:10 +0000 (16:06 +0200)]
Pick up 32-bit launcher from PGO directory on 64-bit PGO build.

12 years ago Drop PC\python_nt.h as it's not used.
Martin v. Löwis [Fri, 24 Aug 2012 13:47:53 +0000 (15:47 +0200)]
 Drop PC\python_nt.h as it's not used.
 Add input dependency on custom build step.

12 years agoIssue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.
Martin v. Löwis [Fri, 24 Aug 2012 13:21:24 +0000 (15:21 +0200)]
Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.

12 years agoAdd missing PGI/PGO configurations for pywlauncher.
Martin v. Löwis [Fri, 24 Aug 2012 13:06:50 +0000 (15:06 +0200)]
Add missing PGI/PGO configurations for pywlauncher.

12 years agoMerge with 3.2
Ross Lagerwall [Fri, 24 Aug 2012 11:32:14 +0000 (13:32 +0200)]
Merge with 3.2

12 years agoIssue 15777: Fix a refleak in _posixsubprocess.
Ross Lagerwall [Fri, 24 Aug 2012 11:25:59 +0000 (13:25 +0200)]
Issue 15777: Fix a refleak in _posixsubprocess.

It was exposed by 03c98d05b140 and dbbf3ccf72e8.

12 years agoClose #2051: Oops, transposed the digits in the issue number in the previous commit
Nick Coghlan [Fri, 24 Aug 2012 08:36:31 +0000 (18:36 +1000)]
Close #2051: Oops, transposed the digits in the issue number in the previous commit

12 years agoClose #2501: Permission bits are once again correctly copied from the source file...
Nick Coghlan [Fri, 24 Aug 2012 08:32:40 +0000 (18:32 +1000)]
Close #2501: Permission bits are once again correctly copied from the source file to the cached bytecode file. Test by Eric Snow.

12 years agoIssue #15037: Use correct path to system terminfo database.
Ned Deily [Fri, 24 Aug 2012 07:44:01 +0000 (00:44 -0700)]
Issue #15037: Use correct path to system terminfo database.

12 years agoIssue #15770: Check invalid arguments in test function. Patch by Victor Stinner.
Stefan Krah [Thu, 23 Aug 2012 13:53:45 +0000 (15:53 +0200)]
Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.

12 years agompd_qpowmod(): calculate result with zero-exponent for compatibility with
Stefan Krah [Thu, 23 Aug 2012 13:05:29 +0000 (15:05 +0200)]
mpd_qpowmod(): calculate result with zero-exponent for compatibility with
decimal.py. The hack to remove the ideal exponent is no longer required.

12 years agoIssue #14292: Ensure that the OS X installer build configures the CXX
Ned Deily [Thu, 23 Aug 2012 06:34:50 +0000 (23:34 -0700)]
Issue #14292: Ensure that the OS X installer build configures the CXX
environment variable to a value comparable to what it sets for CC for
the benefit of C++ extension modules.
(Patch by Ronald Oussoren)

12 years agoIssue #15645: Ensure 2to3 grammar pickles are properly installed.
Ned Deily [Thu, 23 Aug 2012 06:34:13 +0000 (23:34 -0700)]
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
(Patch by Ronald Oussoren)

12 years agoissue #15645: null merge
Ned Deily [Thu, 23 Aug 2012 06:32:29 +0000 (23:32 -0700)]
issue #15645: null merge

12 years agoIssue #15645: Ensure 2to3 grammar pickles are properly installed.
Ned Deily [Thu, 23 Aug 2012 06:27:26 +0000 (23:27 -0700)]
Issue #15645: Ensure 2to3 grammar pickles are properly installed.
(Patch by Ronald Oussoren)

12 years agoSuggested a whatsnew item
Alexander Belopolsky [Thu, 23 Aug 2012 03:14:29 +0000 (23:14 -0400)]
Suggested a whatsnew item

12 years agoIssue #665194: Added a small optimization
Alexander Belopolsky [Thu, 23 Aug 2012 03:02:36 +0000 (23:02 -0400)]
Issue #665194: Added a small optimization

12 years agoAdded test for a bug fixed in issue #665194.
Alexander Belopolsky [Thu, 23 Aug 2012 02:06:37 +0000 (22:06 -0400)]
Added test for a bug fixed in issue #665194.

12 years ago#665194: fix variable name in exception code path.
R David Murray [Thu, 23 Aug 2012 01:52:31 +0000 (21:52 -0400)]
#665194: fix variable name in exception code path.

It was correct in the original patch and I foobared it
when I restructured part of the code.

12 years ago#665194: Update email.utils.localtime to use astimezone, and fix bug.
R David Murray [Thu, 23 Aug 2012 01:34:00 +0000 (21:34 -0400)]
#665194: Update email.utils.localtime to use astimezone, and fix bug.

The new code correctly handles historic changes in UTC offsets.
A test for this should follow.

Original patch by Alexander Belopolsky.

12 years agoUse zero bottom margin.
Stefan Krah [Wed, 22 Aug 2012 17:28:12 +0000 (19:28 +0200)]
Use zero bottom margin.

12 years agoIn the 32-bit build, dec_hash() raised InvalidOperation if the operand
Stefan Krah [Wed, 22 Aug 2012 17:11:50 +0000 (19:11 +0200)]
In the 32-bit build, dec_hash() raised InvalidOperation if the operand
had a coefficient with MAX_PREC=425000000 digits and a negative exponent.
Increasing the context limits above the official values fixes the issue
and is safe (in this case!).

12 years ago1) Use _mpd_basedivmod() regardless of the length of the dividend. This is
Stefan Krah [Wed, 22 Aug 2012 16:54:37 +0000 (18:54 +0200)]
1) Use _mpd_basedivmod() regardless of the length of the dividend. This is
   required for a corner case in dec_hash() in the following commit and also
   usually faster. dec_hash() needs some extra precision above MPD_MAX_PREC,
   and _mpd_base_ndivmod() is not audited for that.

2) Use _mpd_basemul() if the length of the smaller operand is less than
   or equal to 256. While this is technically an optimization, it is
   required for *testing* corner cases in dec_hash() in reasonable time.

12 years agoIssue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure
Victor Stinner [Wed, 22 Aug 2012 15:45:52 +0000 (17:45 +0200)]
Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() failure

12 years agoFix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac...
Ronald Oussoren [Wed, 22 Aug 2012 12:40:35 +0000 (14:40 +0200)]
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X.

This is due to an off-by-one error: the allocated buffer didn't have room for a NUL
character at the end of the mbstowcs result.

(merge with 3.2)

12 years agoFix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac...
Ronald Oussoren [Wed, 22 Aug 2012 12:24:14 +0000 (14:24 +0200)]
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X.

This is due to an off-by-one error: the allocated buffer didn't have room for a NUL
character at the end of the mbstowcs result.

12 years agoUpdate suspicious ignore file.
Ezio Melotti [Wed, 22 Aug 2012 05:38:04 +0000 (08:38 +0300)]
Update suspicious ignore file.

12 years agoIssue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
Trent Nelson [Tue, 21 Aug 2012 23:59:31 +0000 (23:59 +0000)]
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.

This is necessary for ZFS systems, which don't support UF_IMMUTABLE.

(Note: this commit is a manual merge of 78699:019a2390b014 as both
_test_chflags_regular_file and test_lchflags_symlink differ between
3.2 and default.)

12 years agoBlock 78699:019a2390b014, this needs to be manually merged.
Trent Nelson [Tue, 21 Aug 2012 23:48:55 +0000 (23:48 +0000)]
Block 78699:019a2390b014, this needs to be manually merged.

12 years agoIssue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
Trent Nelson [Tue, 21 Aug 2012 23:41:43 +0000 (23:41 +0000)]
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.

This is necessary for ZFS systems, which don't support UF_IMMUTABLE.

12 years agoFix typo in error handling for WaitForMultipleObjects()
Richard Oudkerk [Tue, 21 Aug 2012 13:54:22 +0000 (14:54 +0100)]
Fix typo in error handling for WaitForMultipleObjects()

12 years ago#15752: merge with 3.2.
Ezio Melotti [Tue, 21 Aug 2012 08:39:47 +0000 (11:39 +0300)]
#15752: merge with 3.2.

12 years ago#15752: s/assertRaisesRegexp/assertRaisesRegex/g
Ezio Melotti [Tue, 21 Aug 2012 08:38:41 +0000 (11:38 +0300)]
#15752: s/assertRaisesRegexp/assertRaisesRegex/g

12 years agoAddress most of Ezio's comments. str/bytes/bytearray docs still need consolidation
Nick Coghlan [Tue, 21 Aug 2012 07:42:52 +0000 (17:42 +1000)]
Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation

12 years agoMerge 3.2.
Stefan Krah [Tue, 21 Aug 2012 06:25:41 +0000 (08:25 +0200)]
Merge 3.2.

12 years agoIssue #15736: Fix overflow in _PySequence_BytesToCharpArray().
Stefan Krah [Tue, 21 Aug 2012 06:16:09 +0000 (08:16 +0200)]
Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().

12 years agoIssue #15285: Refactor connect timeout test in test_timeout.
Trent Nelson [Tue, 21 Aug 2012 01:40:21 +0000 (21:40 -0400)]
Issue #15285: Refactor connect timeout test in test_timeout.