]>
granicus.if.org Git - python/log
Ezio Melotti [Thu, 27 Dec 2012 21:52:57 +0000 (23:52 +0200)]
Null merge with 3.3.
Ezio Melotti [Thu, 27 Dec 2012 21:52:36 +0000 (23:52 +0200)]
Null merge with 3.2.
Brian Curtin [Thu, 27 Dec 2012 20:14:42 +0000 (14:14 -0600)]
another merge
Brian Curtin [Thu, 27 Dec 2012 20:12:43 +0000 (14:12 -0600)]
Merge
Brian Curtin [Thu, 27 Dec 2012 20:11:38 +0000 (14:11 -0600)]
merge
Brian Curtin [Thu, 27 Dec 2012 20:06:38 +0000 (14:06 -0600)]
Merge 3.3
Brian Curtin [Thu, 27 Dec 2012 20:06:06 +0000 (14:06 -0600)]
Merge 3.2
Brian Curtin [Thu, 27 Dec 2012 20:04:42 +0000 (14:04 -0600)]
Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong.
When converting REG_DWORD registry values into Python ints, the conversion
needs to be made from an *unsigned* long to match the DWORD type.
Serhiy Storchaka [Thu, 27 Dec 2012 19:54:19 +0000 (21:54 +0200)]
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
Patch by Roger Serwy.
Serhiy Storchaka [Thu, 27 Dec 2012 19:53:06 +0000 (21:53 +0200)]
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
Patch by Roger Serwy.
Serhiy Storchaka [Thu, 27 Dec 2012 19:38:04 +0000 (21:38 +0200)]
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
Patch by Roger Serwy.
Serhiy Storchaka [Thu, 27 Dec 2012 18:47:30 +0000 (20:47 +0200)]
Issue #16682: Replace "Python string" to "bytes object" in audioop documentation.
Serhiy Storchaka [Thu, 27 Dec 2012 18:46:19 +0000 (20:46 +0200)]
Issue #16682: Replace "Python string" to "bytes object" in audioop documentation.
Serhiy Storchaka [Thu, 27 Dec 2012 18:43:36 +0000 (20:43 +0200)]
Issue #16682: Replace "Python string" to "bytes object" in audioop documentation.
Brian Curtin [Thu, 27 Dec 2012 16:15:54 +0000 (10:15 -0600)]
Merge 3.3
Brian Curtin [Thu, 27 Dec 2012 16:14:30 +0000 (10:14 -0600)]
Merge 3.2
Brian Curtin [Thu, 27 Dec 2012 16:12:45 +0000 (10:12 -0600)]
Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD.
This fixes an OverflowError seen in winreg.SetValueEx when passed
winreg.REG_DWORD values that should be supported by the underlying API.
Hynek Schlawack [Thu, 27 Dec 2012 09:20:38 +0000 (10:20 +0100)]
#16618: Make glob.glob match consistently across strings and bytes
Fixes handling of leading dots.
Patch by Serhiy Storchaka.
Hynek Schlawack [Thu, 27 Dec 2012 09:15:53 +0000 (10:15 +0100)]
#16618: Make glob.glob match consistently across strings and bytes
Fixes handling of leading dots.
Patch by Serhiy Storchaka.
Hynek Schlawack [Thu, 27 Dec 2012 09:10:11 +0000 (10:10 +0100)]
#16618: Make glob.glob match consistently across strings and bytes
Fixes handling of leading dots.
Patch by Serhiy Storchaka.
Benjamin Peterson [Wed, 26 Dec 2012 22:43:33 +0000 (16:43 -0600)]
use more specific type
Andrew Svetlov [Wed, 26 Dec 2012 21:36:17 +0000 (23:36 +0200)]
fix test for subprocess (#16644)
Andrew Svetlov [Wed, 26 Dec 2012 21:34:54 +0000 (23:34 +0200)]
fix test for subprocess (#16644)
Andrew Svetlov [Wed, 26 Dec 2012 21:31:45 +0000 (23:31 +0200)]
fix test for subprocess (#16644)
Andrew Svetlov [Wed, 26 Dec 2012 21:08:54 +0000 (23:08 +0200)]
Fix compilation error for #15422
Andrew Svetlov [Wed, 26 Dec 2012 20:52:04 +0000 (22:52 +0200)]
Revert back PyCFunction_New macro. Keep PyCFunction_NewEx usage in python core modules (#15422)
Jesus Cea [Wed, 26 Dec 2012 15:48:26 +0000 (16:48 +0100)]
MERGE: Closes #16789: :meth:`quit` links to constants instead of own module
Jesus Cea [Wed, 26 Dec 2012 15:47:40 +0000 (16:47 +0100)]
MERGE: Closes #16789: :meth:`quit` links to constants instead of own module
Jesus Cea [Wed, 26 Dec 2012 15:47:03 +0000 (16:47 +0100)]
Closes #16789: :meth:`quit` links to constants instead of own module
Kristján Valur Jónsson [Wed, 26 Dec 2012 15:15:17 +0000 (15:15 +0000)]
Merge with 3.3
Issue #14574: Ignore socket errors raised when flushing a connection on close.
Kristján Valur Jónsson [Wed, 26 Dec 2012 15:13:29 +0000 (15:13 +0000)]
Merge with 3.2 :
Issue #14574: Ignore socket errors raised when flushing a connection on close.
Brian Curtin [Wed, 26 Dec 2012 14:22:00 +0000 (08:22 -0600)]
Fix #16788. Add samestat to Lib/ntpath.py
Brian Curtin [Wed, 26 Dec 2012 13:36:16 +0000 (07:36 -0600)]
Add tests for Issue #10646.
This issue is now fixed due to changes in Issue #11939, so I've refactored
the tests to cover the hard link case. There are no code changes here.
Brian Curtin [Wed, 26 Dec 2012 13:11:14 +0000 (07:11 -0600)]
Add NEWS entry for fixing #11939
Brian Curtin [Wed, 26 Dec 2012 13:03:03 +0000 (07:03 -0600)]
Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.
By setting the st_dev attribute, we can then remove some Windows-specific
code and move os.path.samefile/sameopenfile/samestat to Lib/genericpath.py
so all platforms share the same implementation.
Senthil Kumaran [Wed, 26 Dec 2012 09:47:09 +0000 (01:47 -0800)]
Issue #16702: Skip proxies for localhost in urllib2_localnet tests
Senthil Kumaran [Wed, 26 Dec 2012 09:46:39 +0000 (01:46 -0800)]
Issue #16702: Skip proxies for localhost in urllib2_localnet tests
Senthil Kumaran [Wed, 26 Dec 2012 09:45:58 +0000 (01:45 -0800)]
Issue #16702: Skip proxies for localhost in urllib2_localnet tests
Gregory P. Smith [Wed, 26 Dec 2012 06:38:32 +0000 (22:38 -0800)]
Test for issue16772 and redoes the previous fix to accept __index__-aware
objects as the base by using PyNumber_AsSsize_t similar to round().
Chris Jerdonek [Tue, 25 Dec 2012 23:28:45 +0000 (15:28 -0800)]
Null merge.
Chris Jerdonek [Tue, 25 Dec 2012 23:27:56 +0000 (15:27 -0800)]
Null merge.
Chris Jerdonek [Tue, 25 Dec 2012 23:26:24 +0000 (15:26 -0800)]
Fix Sphinx warning (missing "setting-envvars" reference).
This fixes the following warning when building the docs (probably from
the commit for issue #14901):
"/Doc/faq/windows.rst:138: WARNING: undefined label: setting-envvars (if the
link has no caption the label must precede a section header)"
Chris Jerdonek [Tue, 25 Dec 2012 22:59:46 +0000 (14:59 -0800)]
Merge from 3.3: add links and index entries for "argument" and "parameter."
This adds to the work done for issue #15990 (i.e.
f44b8d69e5fc and the
commits referenced there).
Chris Jerdonek [Tue, 25 Dec 2012 22:57:54 +0000 (14:57 -0800)]
Merge from 3.2: add links and index entries for "argument" and "parameter."
This adds to the work done for issue #15990 (i.e.
f44b8d69e5fc and the
commits referenced there).
Chris Jerdonek [Tue, 25 Dec 2012 22:54:44 +0000 (14:54 -0800)]
Add additional links and index entries for "argument" and "parameter".
This adds to the work done for issue #15990 (i.e.
f44b8d69e5fc and the
commits referenced there).
Kristján Valur Jónsson [Tue, 25 Dec 2012 22:46:32 +0000 (22:46 +0000)]
Issue #14574: Ignore socket errors raised when flushing a connection on close.
Gregory P. Smith [Tue, 25 Dec 2012 21:05:31 +0000 (13:05 -0800)]
Fixes issue #16772: int() constructor second argument (base) must be an int.
Consistent with the behavior in Python 2.
Andrew Svetlov [Tue, 25 Dec 2012 16:49:24 +0000 (18:49 +0200)]
rename MathcObject to match object in doctrings for re module (#16760)
Andrew Svetlov [Tue, 25 Dec 2012 16:49:08 +0000 (18:49 +0200)]
rename MathcObject to match object in doctrings for re module (#16760)
Andrew Svetlov [Tue, 25 Dec 2012 16:48:54 +0000 (18:48 +0200)]
rename MathcObject to match object in doctrings for re module (#16760)
Ezio Melotti [Tue, 25 Dec 2012 16:16:31 +0000 (18:16 +0200)]
#16760: merge with 3.3.
Ezio Melotti [Tue, 25 Dec 2012 16:15:28 +0000 (18:15 +0200)]
#16760: merge with 3.2.
Ezio Melotti [Tue, 25 Dec 2012 16:10:49 +0000 (18:10 +0200)]
#16760: use ref:`match-objects` instead of :class:`MatchObject`.
Andrew Svetlov [Tue, 25 Dec 2012 14:47:37 +0000 (16:47 +0200)]
Replace IOError with OSError (#16715)
Ezio Melotti [Tue, 25 Dec 2012 13:47:41 +0000 (15:47 +0200)]
#16677: merge with 3.3.
Ezio Melotti [Tue, 25 Dec 2012 13:46:58 +0000 (15:46 +0200)]
#16677: merge with 3.2.
Ezio Melotti [Tue, 25 Dec 2012 13:45:15 +0000 (15:45 +0200)]
#16677: rename section header and fix markup.
Andrew Svetlov [Tue, 25 Dec 2012 11:32:35 +0000 (13:32 +0200)]
Issue #15422: get rid of PyCFunction_New macro
Andrew Svetlov [Tue, 25 Dec 2012 10:21:49 +0000 (12:21 +0200)]
Add test coverage for os.removedirs (#16775)
Andrew Svetlov [Tue, 25 Dec 2012 10:20:39 +0000 (12:20 +0200)]
Add test coverage for os.removedirs (#16775)
Andrew Svetlov [Tue, 25 Dec 2012 10:18:09 +0000 (12:18 +0200)]
Add test coverage for os.removedirs (#16775)
Senthil Kumaran [Mon, 24 Dec 2012 22:01:48 +0000 (14:01 -0800)]
Fix issue16713 - tel url parsing with params
Senthil Kumaran [Mon, 24 Dec 2012 22:01:13 +0000 (14:01 -0800)]
Fix issue16713 - tel url parsing with params
Senthil Kumaran [Mon, 24 Dec 2012 22:00:20 +0000 (14:00 -0800)]
Fix issue16713 - tel url parsing with params
Andrew Svetlov [Mon, 24 Dec 2012 19:47:24 +0000 (21:47 +0200)]
fix typo (#16720)
Andrew Svetlov [Mon, 24 Dec 2012 18:08:53 +0000 (20:08 +0200)]
Keep ref to ECHILD in local scope (#16650)
Andrew Svetlov [Mon, 24 Dec 2012 18:06:52 +0000 (20:06 +0200)]
Keep ref to ECHILD in local scope (#16650)
Andrew Svetlov [Mon, 24 Dec 2012 18:06:35 +0000 (20:06 +0200)]
Keep ref to ECHILD in local scope (#16650)
Andrew Svetlov [Mon, 24 Dec 2012 18:00:05 +0000 (20:00 +0200)]
merge heads
Andrew Svetlov [Mon, 24 Dec 2012 17:58:48 +0000 (19:58 +0200)]
Use OESeeror instead of os.error (#16720)
Patch by Serhiy Storchaka.
Benjamin Peterson [Mon, 24 Dec 2012 17:54:13 +0000 (11:54 -0600)]
merge heads
Benjamin Peterson [Mon, 24 Dec 2012 17:53:30 +0000 (11:53 -0600)]
improve tracing performance when f_trace is NULL (closes #16672)
Patch by Xavier de Gaye.
Brian Curtin [Mon, 24 Dec 2012 16:44:31 +0000 (10:44 -0600)]
Fix #14470. Remove mentions of w9xpopen on old versions of Visual Studio.
Andrew Svetlov [Mon, 24 Dec 2012 11:17:11 +0000 (13:17 +0200)]
Issue #16511: Use default IDLE width and height if config param is not valid.
Patch Serhiy Storchaka.
Andrew Svetlov [Mon, 24 Dec 2012 11:16:47 +0000 (13:16 +0200)]
Issue #16511: Use default IDLE width and height if config param is not valid.
Patch Serhiy Storchaka.
Andrew Svetlov [Mon, 24 Dec 2012 11:15:43 +0000 (13:15 +0200)]
Issue #16511: Use default IDLE width and height if config param is not valid.
Patch Serhiy Storchaka.
Chris Jerdonek [Sun, 23 Dec 2012 23:35:23 +0000 (15:35 -0800)]
Merge from 3.3: link to "yield from" examples in yield documentation.
Chris Jerdonek [Sun, 23 Dec 2012 23:31:57 +0000 (15:31 -0800)]
Link to "yield from" examples in yield documentation.
This commit also simplifies the more advanced "yield from" example and removes
unused function parameters.
Brian Curtin [Sun, 23 Dec 2012 22:54:41 +0000 (16:54 -0600)]
Add NEWS item for fixing #14470.
Brian Curtin [Sun, 23 Dec 2012 22:53:21 +0000 (16:53 -0600)]
Fix #14470. Remove w9xpopen per PEP 11.
As stated in PEP 11, 3.4 removes code on Windows platforms where
COMSPEC points to command.com. The w9xpopen project in Visual Studio
was added to support that case, and there was a special case in subprocess
to cover that situation. This change removes the w9xpopen project from
the Visual Studio solution and removes any references to the w9xpopen
executable.
Andrew Svetlov [Sun, 23 Dec 2012 18:00:58 +0000 (20:00 +0200)]
Issue #16443: Add docstrings to regular expression match objects.
Patch by Anton Kasyanov.
Andrew Svetlov [Sun, 23 Dec 2012 17:59:27 +0000 (19:59 +0200)]
Issue #16443: Add docstrings to regular expression match objects.
Patch by Anton Kasyanov.
Andrew Svetlov [Sun, 23 Dec 2012 17:55:21 +0000 (19:55 +0200)]
merge heads
Andrew Svetlov [Sun, 23 Dec 2012 17:23:07 +0000 (19:23 +0200)]
Issue #16443: Add docstrings to regular expression match objects.
Patch by Anton Kasyanov.
Senthil Kumaran [Sun, 23 Dec 2012 17:13:33 +0000 (09:13 -0800)]
null merge.
Senthil Kumaran [Sun, 23 Dec 2012 17:12:13 +0000 (09:12 -0800)]
merge from 3.2
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly
Senthil Kumaran [Sun, 23 Dec 2012 17:04:24 +0000 (09:04 -0800)]
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly
Eric V. Smith [Sun, 23 Dec 2012 16:15:19 +0000 (11:15 -0500)]
Fix a typo.
Stefan Krah [Sun, 23 Dec 2012 14:46:03 +0000 (15:46 +0100)]
Merge 3.3.
Stefan Krah [Sun, 23 Dec 2012 14:42:21 +0000 (15:42 +0100)]
Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).
Andrew Svetlov [Sun, 23 Dec 2012 13:12:19 +0000 (15:12 +0200)]
Add NEWS and docs for #9856
Andrew Svetlov [Sun, 23 Dec 2012 12:27:17 +0000 (14:27 +0200)]
Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__
Patch by Florent Xicluna.
Andrew Svetlov [Sun, 23 Dec 2012 10:51:59 +0000 (12:51 +0200)]
null merge
Andrew Svetlov [Sun, 23 Dec 2012 10:51:40 +0000 (12:51 +0200)]
merge heads
Andrew Svetlov [Sun, 23 Dec 2012 10:50:02 +0000 (12:50 +0200)]
Issue #16045: add more unit tests for built-in int()
Patch by Chris Jerdonek.
Andrew Svetlov [Sun, 23 Dec 2012 10:49:33 +0000 (12:49 +0200)]
Issue #16045: add more unit tests for built-in int()
Patch by Chris Jerdonek.
Brett Cannon [Sun, 23 Dec 2012 00:38:32 +0000 (19:38 -0500)]
merge with 3.3
Brett Cannon [Sun, 23 Dec 2012 00:34:21 +0000 (19:34 -0500)]
Issue #16752: Add a missing import to modulefinder.
Also fix Misc/ACKS to put part of it back in alphabetical order and
remove some duplicate names.
Patch by Berker Peksag.
Stefan Krah [Sat, 22 Dec 2012 22:08:42 +0000 (23:08 +0100)]
Merge 3.3.
Stefan Krah [Sat, 22 Dec 2012 22:05:51 +0000 (23:05 +0100)]
Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD.