]> granicus.if.org Git - python/log
python
10 years agoIssue #21840: Fixed a typo.
Serhiy Storchaka [Fri, 13 Feb 2015 10:47:08 +0000 (12:47 +0200)]
Issue #21840: Fixed a typo.

10 years agoIssue #21840: Fixed expanding unicode variables of form $var in
Serhiy Storchaka [Fri, 13 Feb 2015 10:02:05 +0000 (12:02 +0200)]
Issue #21840: Fixed expanding unicode variables of form $var in
posixpath.expandvars().  Fixed all os.path implementations on
unicode-disabled builds.

10 years agoIssue #23392: Added tests for marshal C API that works with FILE*.
Serhiy Storchaka [Fri, 6 Feb 2015 06:56:33 +0000 (08:56 +0200)]
Issue #23392: Added tests for marshal C API that works with FILE*.

10 years agoIssue #23881: Only use entry-values with gdb 7.4 in tests.
Serhiy Storchaka [Fri, 6 Feb 2015 06:36:14 +0000 (08:36 +0200)]
Issue #23881: Only use entry-values with gdb 7.4 in tests.
Fixes a regression in issue #22765.  Patch by Vinson Lee.

10 years agoFix missing :ref: for idle in doc build.
Ned Deily [Fri, 6 Feb 2015 04:41:27 +0000 (15:41 +1100)]
Fix missing :ref: for idle in doc build.

10 years agoIssue #23212: Update OS X installer build OpenSSL to 1.0.1l.
Ned Deily [Fri, 6 Feb 2015 03:11:36 +0000 (14:11 +1100)]
Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.
(currently only used for builds with <= 10.5 deployment targets)

10 years agoIssue #18982: Fixed newlines in calendar CLI tests on Windows.
Serhiy Storchaka [Thu, 5 Feb 2015 16:03:27 +0000 (18:03 +0200)]
Issue #18982: Fixed newlines in calendar CLI tests on Windows.

10 years agoIssue #18982: Add tests for CLI of the calendar module.
Serhiy Storchaka [Thu, 5 Feb 2015 13:18:26 +0000 (15:18 +0200)]
Issue #18982: Add tests for CLI of the calendar module.

10 years agoIssue #23345: Prevent test_ssl failures with large OpenSSL patch level
Ned Deily [Thu, 5 Feb 2015 06:19:11 +0000 (17:19 +1100)]
Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
values (like 0.9.8zc).

10 years agoremove parenthesis from print statement (closes #23396)
Benjamin Peterson [Thu, 5 Feb 2015 03:06:55 +0000 (22:06 -0500)]
remove parenthesis from print statement (closes #23396)

10 years agoUpdate pip to 6.0.8
Donald Stufft [Thu, 5 Feb 2015 03:02:09 +0000 (22:02 -0500)]
Update pip to 6.0.8

10 years agoIssues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Serhiy Storchaka [Mon, 2 Feb 2015 23:34:09 +0000 (01:34 +0200)]
Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.
Used PyMem_New to check overflow.

10 years ago_clear_type_cache is cpython-only
Benjamin Peterson [Mon, 2 Feb 2015 19:06:11 +0000 (14:06 -0500)]
_clear_type_cache is cpython-only

10 years agocheck for overflows in permutations() and product() (closes #23363, closes #23364)
Benjamin Peterson [Mon, 2 Feb 2015 02:34:07 +0000 (21:34 -0500)]
check for overflows in permutations() and product() (closes #23363, closes #23364)

10 years agocheck for overflow in combinations_with_replacement (closes #23365)
Benjamin Peterson [Mon, 2 Feb 2015 02:10:47 +0000 (21:10 -0500)]
check for overflow in combinations_with_replacement (closes #23365)

10 years agodetect overflow in combinations (closes #23366)
Benjamin Peterson [Mon, 2 Feb 2015 01:59:00 +0000 (20:59 -0500)]
detect overflow in combinations (closes #23366)

10 years agohttps goodness
Benjamin Peterson [Mon, 2 Feb 2015 01:17:22 +0000 (20:17 -0500)]
https goodness

10 years agoPreserve critical whitespace in Doc/*.
Stefan Krah [Sun, 1 Feb 2015 18:49:38 +0000 (19:49 +0100)]
Preserve critical whitespace in Doc/*.

10 years agoIssue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
Stefan Krah [Sun, 1 Feb 2015 18:40:50 +0000 (19:40 +0100)]
Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
are required.

10 years agoIssue #23370: Fix off-by-one error for non-contiguous buffers.
Stefan Krah [Sun, 1 Feb 2015 15:10:35 +0000 (16:10 +0100)]
Issue #23370: Fix off-by-one error for non-contiguous buffers.

10 years agoAdded a cookbook entry on logging audible messages.
Vinay Sajip [Sun, 1 Feb 2015 15:14:03 +0000 (15:14 +0000)]
Added a cookbook entry on logging audible messages.

10 years agoIssue #23212: Update Windows copy of OpenSSL to 1.0.1l
Steve Dower [Sat, 31 Jan 2015 20:18:33 +0000 (12:18 -0800)]
Issue #23212: Update Windows copy of OpenSSL to 1.0.1l

10 years agoIssue #23199: libpython27.a in amd64 release is 32-bit
Steve Dower [Sat, 31 Jan 2015 20:15:13 +0000 (12:15 -0800)]
Issue #23199: libpython27.a in amd64 release is 32-bit

10 years agoIssue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.
Serhiy Storchaka [Sat, 31 Jan 2015 09:48:36 +0000 (11:48 +0200)]
Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.
Patch by Bohuslav Kabrda.

10 years agoCompleted Misc/NEWS entry.
Serhiy Storchaka [Sat, 31 Jan 2015 09:42:04 +0000 (11:42 +0200)]
Completed Misc/NEWS entry.

10 years agoAvoid deprecation warnings.
Serhiy Storchaka [Sat, 31 Jan 2015 09:27:06 +0000 (11:27 +0200)]
Avoid deprecation warnings.

10 years agotest_spwd skipping is expected on win32.
Serhiy Storchaka [Sat, 31 Jan 2015 08:20:31 +0000 (10:20 +0200)]
test_spwd skipping is expected on win32.

10 years agoRestored test_xpickle compatibility with Python 2.5.
Serhiy Storchaka [Sat, 31 Jan 2015 07:25:16 +0000 (09:25 +0200)]
Restored test_xpickle compatibility with Python 2.5.
Python 2.5 has no unittest.skipUnless.

10 years agoUse float division to avoid deprecation warning in test_timeit (issue #11578).
Serhiy Storchaka [Sat, 31 Jan 2015 00:12:17 +0000 (02:12 +0200)]
Use float division to avoid deprecation warning in test_timeit (issue #11578).

10 years agoIssue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV.
Serhiy Storchaka [Fri, 30 Jan 2015 23:15:29 +0000 (01:15 +0200)]
Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV.

10 years agoIssue #23055: Fixed off-by-one error in PyUnicode_FromFormatV.
Serhiy Storchaka [Fri, 30 Jan 2015 21:35:03 +0000 (23:35 +0200)]
Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV.

10 years agoIssue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch
Stefan Krah [Fri, 30 Jan 2015 19:11:10 +0000 (20:11 +0100)]
Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch
by Richard Hansen.

10 years agoUpgrade setuptools to 12.0.5 and pip to 6.0.7
Donald Stufft [Wed, 28 Jan 2015 22:58:53 +0000 (17:58 -0500)]
Upgrade setuptools to 12.0.5 and pip to 6.0.7

10 years agoifdef our way to compatibility with old openssl (closes #23335)
Benjamin Peterson [Wed, 28 Jan 2015 17:06:39 +0000 (12:06 -0500)]
ifdef our way to compatibility with old openssl (closes #23335)

10 years agoIssue #22079: PyType_Ready() now checks that statically allocated type has
Serhiy Storchaka [Wed, 28 Jan 2015 08:52:49 +0000 (10:52 +0200)]
Issue #22079: PyType_Ready() now checks that statically allocated type has
no dynamically allocated bases.

10 years agoAdded a logging cookbook entry on customized exception formatting.
Vinay Sajip [Wed, 28 Jan 2015 07:29:13 +0000 (07:29 +0000)]
Added a logging cookbook entry on customized exception formatting.

10 years agoIssue #19949: The test_xpickle test now tests compatibility with installed
Serhiy Storchaka [Tue, 27 Jan 2015 20:44:45 +0000 (22:44 +0200)]
Issue #19949: The test_xpickle test now tests compatibility with installed
Python 2.7 and reports skipped tests.  Based on patch by Zachary Ware.

10 years agoMerge heads
Serhiy Storchaka [Tue, 27 Jan 2015 20:32:34 +0000 (22:32 +0200)]
Merge heads

10 years agoIssue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
Serhiy Storchaka [Tue, 27 Jan 2015 20:17:56 +0000 (22:17 +0200)]
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV.  Analysis
and fix by Guido Vranken.

10 years agodisable ALPN on LibreSSL, which has a large version number, but not ALPN support...
Benjamin Peterson [Tue, 27 Jan 2015 16:10:18 +0000 (11:10 -0500)]
disable ALPN on LibreSSL, which has a large version number, but not ALPN support (closes #23329)

10 years agoIssue #23191: fnmatch functions that use caching are now threadsafe.
Serhiy Storchaka [Tue, 27 Jan 2015 09:40:51 +0000 (11:40 +0200)]
Issue #23191: fnmatch functions that use caching are now threadsafe.

10 years agoIssue #14099: Backout changeset c2c4cde55f6f (except adapted tests).
Serhiy Storchaka [Mon, 26 Jan 2015 11:45:04 +0000 (13:45 +0200)]
Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests).

10 years agoUse test.test_support instead of test.support.
Serhiy Storchaka [Mon, 26 Jan 2015 10:30:56 +0000 (12:30 +0200)]
Use test.test_support instead of test.support.

10 years agoIssue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka [Mon, 26 Jan 2015 10:08:37 +0000 (12:08 +0200)]
Issue #18518: timeit now rejects statements which can't be compiled outside
a function or a loop (e.g. "return" or "break").

10 years agoIssue #11578: Backported test for the timeit module.
Serhiy Storchaka [Mon, 26 Jan 2015 09:54:32 +0000 (11:54 +0200)]
Issue #11578: Backported test for the timeit module.

10 years agoMerge heads
Serhiy Storchaka [Mon, 26 Jan 2015 08:27:31 +0000 (10:27 +0200)]
Merge heads

10 years agoIssue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the
Serhiy Storchaka [Mon, 26 Jan 2015 08:26:00 +0000 (10:26 +0200)]
Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the
directory containing a backslash.

10 years agosimply ignore headers with no name (#19996)
Benjamin Peterson [Mon, 26 Jan 2015 04:34:42 +0000 (23:34 -0500)]
simply ignore headers with no name (#19996)

Patch by Cory Benfield.

10 years ago#23251: Reflow paragraph.
R David Murray [Sun, 25 Jan 2015 20:48:47 +0000 (15:48 -0500)]
#23251: Reflow paragraph.

10 years ago#23251: note that time.sleep affects the current thread only.
R David Murray [Sun, 25 Jan 2015 20:48:26 +0000 (15:48 -0500)]
#23251: note that time.sleep affects the current thread only.

This is parallel to the language used in the unix man page.

10 years agoFix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport
Senthil Kumaran [Sat, 24 Jan 2015 20:58:10 +0000 (12:58 -0800)]
Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport
instead of (non-existing) _set_hostport. (Fix the regression introduced in
568041fd8090 )

10 years agoprefer server alpn ordering over the client's
Benjamin Peterson [Fri, 23 Jan 2015 22:30:26 +0000 (17:30 -0500)]
prefer server alpn ordering over the client's

10 years agofix versionchanged
Benjamin Peterson [Fri, 23 Jan 2015 21:47:52 +0000 (16:47 -0500)]
fix versionchanged

10 years agopep 466 backport of alpn (#20188)
Benjamin Peterson [Fri, 23 Jan 2015 21:35:37 +0000 (16:35 -0500)]
pep 466 backport of alpn (#20188)

10 years agoIssue #23305: clarified RotatingFileHandler documentation.
Vinay Sajip [Fri, 23 Jan 2015 21:18:02 +0000 (21:18 +0000)]
Issue #23305: clarified RotatingFileHandler documentation.

10 years agodetect 64-bit systems using maxsize not maxint
Benjamin Peterson [Wed, 21 Jan 2015 05:47:54 +0000 (00:47 -0500)]
detect 64-bit systems using maxsize not maxint

10 years agoIssue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs.
Berker Peksag [Tue, 20 Jan 2015 04:55:51 +0000 (06:55 +0200)]
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs.

Patch by Mike Short.

10 years agoIssue #23248: Update ssl error codes from latest OpenSSL git master.
Antoine Pitrou [Sun, 18 Jan 2015 16:39:32 +0000 (17:39 +0100)]
Issue #23248: Update ssl error codes from latest OpenSSL git master.

10 years agoIssue #23181: More "codepoint" -> "code point".
Serhiy Storchaka [Sun, 18 Jan 2015 09:42:50 +0000 (11:42 +0200)]
Issue #23181: More "codepoint" -> "code point".

10 years agoIssue #23098: 64-bit dev_t is now supported in the os module.
Serhiy Storchaka [Sun, 18 Jan 2015 09:11:25 +0000 (11:11 +0200)]
Issue #23098: 64-bit dev_t is now supported in the os module.

10 years agoIssue #23180: Rename IDLE "Windows" menu item to "Window".
Ned Deily [Sun, 18 Jan 2015 05:03:41 +0000 (21:03 -0800)]
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.

10 years agoCloses #23160: Respect the environment variable SVNROOT in external-common.bat (patch...
Steve Dower [Thu, 15 Jan 2015 17:15:45 +0000 (09:15 -0800)]
Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis)

10 years agoCloses #23244: fix typo. Thanks Mayank Tripathi for the patch.
Georg Brandl [Thu, 15 Jan 2015 07:16:01 +0000 (08:16 +0100)]
Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.

10 years agoIssue20467: clarify __init__'s role
Ethan Furman [Thu, 15 Jan 2015 06:02:10 +0000 (22:02 -0800)]
Issue20467: clarify __init__'s role

10 years agofix parsing reST with code or code-block directives (closes #23063)
Benjamin Peterson [Thu, 15 Jan 2015 04:56:35 +0000 (23:56 -0500)]
fix parsing reST with code or code-block directives (closes #23063)

Patch by Marc Abramowitz.

10 years agoCloses #23181: codepoint -> code point
Georg Brandl [Wed, 14 Jan 2015 07:26:30 +0000 (08:26 +0100)]
Closes #23181: codepoint -> code point

10 years agofix instances of consecutive articles (closes #23221)
Benjamin Peterson [Tue, 13 Jan 2015 14:17:24 +0000 (09:17 -0500)]
fix instances of consecutive articles (closes #23221)

Patch by Karan Goel.

10 years agoBump setuptools to 11.3.1
Donald Stufft [Sun, 11 Jan 2015 20:49:22 +0000 (15:49 -0500)]
Bump setuptools to 11.3.1

10 years agoIssue #22952: improve multiprocessing doc introduction and defer notes until appropriate.
Antoine Pitrou [Sun, 11 Jan 2015 14:09:27 +0000 (15:09 +0100)]
Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate.

Patch by Davin Potts.

10 years agoIssue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic...
Mark Dickinson [Sun, 11 Jan 2015 13:03:06 +0000 (13:03 +0000)]
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.).  Remove meaningless reference to radians.

10 years agoIssue #23212: 2.7-specific OS X installer updates
Ned Deily [Fri, 9 Jan 2015 21:29:04 +0000 (13:29 -0800)]
Issue #23212: 2.7-specific OS X installer updates

10 years agoIssue #23212: Update OS X installer build OpenSSL to 1.0.1k.
Ned Deily [Fri, 9 Jan 2015 21:26:13 +0000 (13:26 -0800)]
Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.
(currently only used for builds with <= 10.5 deployment targets)

10 years agoIssue #23184: delete unused idlelib file.
Terry Jan Reedy [Thu, 8 Jan 2015 04:48:28 +0000 (23:48 -0500)]
Issue #23184: delete unused idlelib file.

10 years agoSilence a Sphinx warning in ftplib.rst.
Berker Peksag [Tue, 6 Jan 2015 16:36:02 +0000 (18:36 +0200)]
Silence a Sphinx warning in ftplib.rst.

ftplib.rst:61: WARNING: Block quote ends without a blank line; unexpect
ed unindent.

10 years agoFix a markup error in the argparse documentation.
Berker Peksag [Tue, 6 Jan 2015 16:29:04 +0000 (18:29 +0200)]
Fix a markup error in the argparse documentation.

Reported by Jason Sachs on docs@.

10 years agoIssue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner [Tue, 6 Jan 2015 12:53:37 +0000 (13:53 +0100)]
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
availability of the function is checked during the compilation. Patch written
by Bernard Spil.

10 years agoIssue #23168: skip sys.stdin.seek() test if stdin is not a TTY
Victor Stinner [Tue, 6 Jan 2015 11:39:45 +0000 (12:39 +0100)]
Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY

10 years agoClarified documentation for logging exception function/method.
Vinay Sajip [Tue, 6 Jan 2015 11:10:12 +0000 (11:10 +0000)]
Clarified documentation for logging exception function/method.

10 years agoemphasize that cffi is better than extension modules for portability
Benjamin Peterson [Mon, 5 Jan 2015 20:38:46 +0000 (14:38 -0600)]
emphasize that cffi is better than extension modules for portability

10 years agoallow a SSLContext to be given to ftplib.FTP_TLS
Benjamin Peterson [Sun, 4 Jan 2015 21:36:31 +0000 (15:36 -0600)]
allow a SSLContext to be given to ftplib.FTP_TLS

10 years agomake SSLv23 the default version in ftplib (closes #23111)
Benjamin Peterson [Sun, 4 Jan 2015 16:20:16 +0000 (10:20 -0600)]
make SSLv23 the default version in ftplib (closes #23111)

10 years agoUpdate bundled pip and setuptools to 6.0.6 and 11.0
Donald Stufft [Sat, 3 Jan 2015 10:23:39 +0000 (05:23 -0500)]
Update bundled pip and setuptools to 6.0.6 and 11.0

10 years agoAdd missing URL link to Modernize docs.
Ned Deily [Sat, 3 Jan 2015 08:45:25 +0000 (00:45 -0800)]
Add missing URL link to Modernize docs.

10 years agoUpdate copyright dates in OS X installer.
Ned Deily [Thu, 1 Jan 2015 00:30:09 +0000 (16:30 -0800)]
Update copyright dates in OS X installer.

10 years agoupdate for copyright for 2015
Benjamin Peterson [Thu, 1 Jan 2015 00:09:36 +0000 (18:09 -0600)]
update for copyright for 2015

10 years agodelete old ftpmirror script, which now has security bugs (closes #23130)
Benjamin Peterson [Tue, 30 Dec 2014 16:08:16 +0000 (10:08 -0600)]
delete old ftpmirror script, which now has security bugs (closes #23130)

10 years agoIssue #23125: Update nose project page link.
Berker Peksag [Sun, 28 Dec 2014 16:51:25 +0000 (18:51 +0200)]
Issue #23125: Update nose project page link.

Reported by Damien Marié.

10 years agouse getentropy when available (backport of 75ede5bec8db) (closes #23115)
Benjamin Peterson [Fri, 26 Dec 2014 17:09:00 +0000 (11:09 -0600)]
use getentropy when available (backport of 75ede5bec8db) (closes #23115)

10 years agofix behavior of trailing slash redirection when a query string is involved (closes...
Benjamin Peterson [Fri, 26 Dec 2014 16:53:43 +0000 (10:53 -0600)]
fix behavior of trailing slash redirection when a query string is involved (closes #23112)

10 years agoimprove incorrect French (#23109)
Benjamin Peterson [Wed, 24 Dec 2014 19:58:05 +0000 (13:58 -0600)]
improve incorrect French (#23109)

Following suggestions from Clément.

10 years agoUpgrade pip to 6.0.2 and setuptools to 8.2.1
Donald Stufft [Tue, 23 Dec 2014 14:08:47 +0000 (09:08 -0500)]
Upgrade pip to 6.0.2 and setuptools to 8.2.1

10 years agoallow more operations to work on detached streams (closes #23093)
Benjamin Peterson [Mon, 22 Dec 2014 02:51:50 +0000 (20:51 -0600)]
allow more operations to work on detached streams (closes #23093)

Patch by Martin Panter.

10 years agoexplicitly close files (closes #23090)
Benjamin Peterson [Sat, 20 Dec 2014 19:41:14 +0000 (13:41 -0600)]
explicitly close files (closes #23090)

Patch by Brian Kearns.

10 years agoIssue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.
Serhiy Storchaka [Sat, 20 Dec 2014 15:42:24 +0000 (17:42 +0200)]
Issue #23071: Added missing names to codecs.__all__.  Patch by Martin Panter.

10 years agoIssue #23070: Fix a comment in the tutorial.
Berker Peksag [Wed, 17 Dec 2014 12:59:33 +0000 (14:59 +0200)]
Issue #23070: Fix a comment in the tutorial.

"Python" has 6 characters, not 7.

Reported by Ross Burnett.

10 years agoIssue #20577: move configuration of FormatParagraph extension to new extension
Terry Jan Reedy [Tue, 16 Dec 2014 08:21:19 +0000 (03:21 -0500)]
Issue #20577: move configuration of FormatParagraph extension to new extension
configuration dialog.  Patch by Tal Einat.

10 years agoremove extra ssl imports (closes #23053)
Benjamin Peterson [Mon, 15 Dec 2014 15:04:13 +0000 (10:04 -0500)]
remove extra ssl imports (closes #23053)

Patch from Jan Matejek.

10 years agoIssue #22777: Test pickling with all protocols.
Serhiy Storchaka [Mon, 15 Dec 2014 12:02:43 +0000 (14:02 +0200)]
Issue #22777: Test pickling with all protocols.

10 years agoIssue #23015: Improved testing of the uuid module.
Serhiy Storchaka [Mon, 15 Dec 2014 10:03:33 +0000 (12:03 +0200)]
Issue #23015: Improved testing of the uuid module.

10 years agouse autoconf macro to check for pkg-config (closes #15506)
Benjamin Peterson [Mon, 15 Dec 2014 05:00:23 +0000 (00:00 -0500)]
use autoconf macro to check for pkg-config (closes #15506)