]>
granicus.if.org Git - python/log
Eli Bendersky [Thu, 28 Nov 2013 14:33:21 +0000 (06:33 -0800)]
Fix indentation from previous commit
Eli Bendersky [Thu, 28 Nov 2013 14:31:58 +0000 (06:31 -0800)]
Issue #19815: Fix segfault when parsing empty namespace declaration.
Based on patches by Christian Heimes and Vajrasky Kok
Serhiy Storchaka [Wed, 27 Nov 2013 06:57:51 +0000 (08:57 +0200)]
Skip test_find_mac on Windows (issue #19804).
This test requires the ifconfig executable on $PATH, /sbin/, or /usr/sbin.
Benjamin Peterson [Wed, 27 Nov 2013 05:05:25 +0000 (23:05 -0600)]
recommend OrderedDict for this FAQ (closes #19805)
Benjamin Peterson [Wed, 27 Nov 2013 01:22:36 +0000 (19:22 -0600)]
fix format spec recursive expansion (closes #19729)
Zachary Ware [Tue, 26 Nov 2013 22:32:59 +0000 (16:32 -0600)]
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
pythoncore sub-project. This should prevent build errors due a previous
build's python(_d).exe still running.
Zachary Ware [Tue, 26 Nov 2013 20:57:10 +0000 (14:57 -0600)]
Merge heads
Zachary Ware [Tue, 26 Nov 2013 20:50:10 +0000 (14:50 -0600)]
Issue #19588: Fixed tests in test_random that were silently skipped most
of the time. Patch by Julian Gindi.
Serhiy Storchaka [Tue, 26 Nov 2013 20:47:16 +0000 (22:47 +0200)]
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
virtual interface. Original patch by Kent Frazier.
Mark Dickinson [Tue, 26 Nov 2013 20:28:29 +0000 (20:28 +0000)]
Use @bigmemtest more accurately.
Serhiy Storchaka [Tue, 26 Nov 2013 19:25:28 +0000 (21:25 +0200)]
Issue #11489: JSON decoder now accepts lone surrogates.
Mark Dickinson [Tue, 26 Nov 2013 16:19:13 +0000 (16:19 +0000)]
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
Serhiy Storchaka [Tue, 26 Nov 2013 15:32:16 +0000 (17:32 +0200)]
Issue #19794: Improved markup for True/False constants.
Georg Brandl [Tue, 26 Nov 2013 07:25:24 +0000 (08:25 +0100)]
Markup fix.
Antoine Pitrou [Mon, 25 Nov 2013 18:08:32 +0000 (19:08 +0100)]
Issue #19691: remove outdated mention about RuntimeError
Gregory P. Smith [Mon, 25 Nov 2013 08:30:56 +0000 (00:30 -0800)]
Remove an errant extra \ within a docstring.
Georg Brandl [Mon, 25 Nov 2013 07:48:37 +0000 (08:48 +0100)]
Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.
Georg Brandl [Mon, 25 Nov 2013 07:29:44 +0000 (08:29 +0100)]
Fix doc markup error.
Ezio Melotti [Mon, 25 Nov 2013 04:40:12 +0000 (06:40 +0200)]
Fix broken link in html.entities docs.
Ezio Melotti [Mon, 25 Nov 2013 03:14:51 +0000 (05:14 +0200)]
#19620: Fix typo in docstring (noticed by Christopher Welborn).
Raymond Hettinger [Sun, 24 Nov 2013 22:53:29 +0000 (14:53 -0800)]
Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace.
Stefan Krah [Sun, 24 Nov 2013 18:44:57 +0000 (19:44 +0100)]
1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects
_decimal:
o Make all "mpd_t to C integer" conversion functions available in both the
64-bit and the 32-bit versions.
o Make all mixed mpd_t/C integer arithmetic functions available in the
32-bit version.
o Better handling of __STDC_LIMIT_MACROS for C++ users.
o Add struct tags (at the request of C++ users).
2) Check for libmpdec.so.2 if --with-system-libmpdec is used.
Serhiy Storchaka [Sun, 24 Nov 2013 16:15:37 +0000 (18:15 +0200)]
Issue #19545: Avoid chained exceptions while passing stray % to
time.strptime(). Initial patch by Claudiu Popa.
Georg Brandl [Sun, 24 Nov 2013 15:17:54 +0000 (16:17 +0100)]
Doc/Makefile: also do "make suspicious" during daily autobuild
Antoine Pitrou [Sun, 24 Nov 2013 13:58:17 +0000 (14:58 +0100)]
Issue #19743: fix test_gdb on some optimized Python builds
Christian Heimes [Sun, 24 Nov 2013 02:32:40 +0000 (03:32 +0100)]
Fix make distclean for out-of-tree builds
Antoine Pitrou [Sat, 23 Nov 2013 17:20:42 +0000 (18:20 +0100)]
Undo (hopefully) buildbot failures
Antoine Pitrou [Sat, 23 Nov 2013 16:40:36 +0000 (17:40 +0100)]
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
Serhiy Storchaka [Sat, 23 Nov 2013 13:21:33 +0000 (15:21 +0200)]
Issue #19733: Temporary disable test_image on MacOSX.
Andrew Kuchling [Sat, 23 Nov 2013 01:17:24 +0000 (20:17 -0500)]
Update Itamar's name
Zachary Ware [Fri, 22 Nov 2013 19:58:34 +0000 (13:58 -0600)]
Issue #18326: Clarify that list.sort's arguments are keyword-only.
Also, attempt to reduce confusion in the glossary by not saying there are
different "types" of arguments and parameters.
Serhiy Storchaka [Thu, 21 Nov 2013 17:23:19 +0000 (19:23 +0200)]
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
Serhiy Storchaka [Thu, 21 Nov 2013 09:02:30 +0000 (11:02 +0200)]
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.
Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file on big-endian platforms.
Serhiy Storchaka [Wed, 20 Nov 2013 15:43:49 +0000 (17:43 +0200)]
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
Christian Heimes [Wed, 20 Nov 2013 00:11:18 +0000 (01:11 +0100)]
configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null.
Christian Heimes [Tue, 19 Nov 2013 23:41:29 +0000 (00:41 +0100)]
Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly.
R David Murray [Tue, 19 Nov 2013 18:16:20 +0000 (13:16 -0500)]
#19449: Handle non-string keys when generating 'fieldnames' error.
csv was handling non-string keys fine except for the error message
generated when a non-string key was not in 'fieldnames'.
Fix by Tomas Grahn, full patch-with-test by Vajrasky Kok (tweaked slightly).
Andrew Kuchling [Tue, 19 Nov 2013 16:05:20 +0000 (11:05 -0500)]
#
1098749 : re-word gettext docs to not encourage using pygettext so much.
Also, add a link to the Babel package.
doko@ubuntu.com [Tue, 19 Nov 2013 08:12:28 +0000 (09:12 +0100)]
- Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py
doko@ubuntu.com [Tue, 19 Nov 2013 07:54:38 +0000 (08:54 +0100)]
- Update config.{guess,sub} for new ports.
Zachary Ware [Tue, 19 Nov 2013 03:44:38 +0000 (21:44 -0600)]
Issue #19596: Set untestable tests in test_importlib to None
to avoid reporting success on empty tests.
Gregory P. Smith [Mon, 18 Nov 2013 21:10:04 +0000 (21:10 +0000)]
Cleanup this test's modification of os.environ in teardown (this already
exists in 3.4 but apparently wasn't done for 3.3).
Gregory P. Smith [Sun, 17 Nov 2013 22:19:32 +0000 (22:19 +0000)]
Fix test.support.bind_port() to not cause an error when Python was compiled
on a system with SO_REUSEPORT defined in the headers but run on a system
with an OS kernel that does not support that reasonably new socket option.
Gregory P. Smith [Sun, 17 Nov 2013 21:56:07 +0000 (21:56 +0000)]
Fix compilation error under gcc of the ctypes module bundled libffi for arm.
A variable was declared below the top of a block and one function was using
a K&R C style function declaration!
Serhiy Storchaka [Sun, 17 Nov 2013 21:38:50 +0000 (23:38 +0200)]
Issue #19603: Use specific asserts in test_decr.
Ezio Melotti [Sun, 17 Nov 2013 20:07:48 +0000 (22:07 +0200)]
Fix indentation in doc example.
Richard Oudkerk [Sun, 17 Nov 2013 17:45:16 +0000 (17:45 +0000)]
Issue #19599: Increase sleep period.
Richard Oudkerk [Sun, 17 Nov 2013 17:24:11 +0000 (17:24 +0000)]
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
Richard Oudkerk [Sun, 17 Nov 2013 17:00:38 +0000 (17:00 +0000)]
Issue 16998: Clarify that += on a shared value is not atomic.
Antoine Pitrou [Sun, 17 Nov 2013 14:35:33 +0000 (15:35 +0100)]
Issue #19508: direct the user to read the security considerations for the ssl module
Serhiy Storchaka [Sun, 17 Nov 2013 11:45:02 +0000 (13:45 +0200)]
Issue #19606: Use specific asserts in http.cookiejar tests.
Serhiy Storchaka [Sun, 17 Nov 2013 11:20:09 +0000 (13:20 +0200)]
Issue #19607: Use specific asserts in weakref tests.
Serhiy Storchaka [Sun, 17 Nov 2013 10:52:33 +0000 (12:52 +0200)]
Issue #19605: Use specific asserts in datetime tests
Serhiy Storchaka [Sun, 17 Nov 2013 10:30:29 +0000 (12:30 +0200)]
Merge heads
Georg Brandl [Sun, 17 Nov 2013 08:17:40 +0000 (09:17 +0100)]
Post-release bump.
Georg Brandl [Sun, 17 Nov 2013 08:17:18 +0000 (09:17 +0100)]
merge with 3.3.3 release clone
Georg Brandl [Sun, 17 Nov 2013 06:59:06 +0000 (07:59 +0100)]
Added tag v3.3.3 for changeset
c3896275c0f6
Georg Brandl [Sun, 17 Nov 2013 06:58:22 +0000 (07:58 +0100)]
Bump to 3.3.3 final.
Ezio Melotti [Sun, 17 Nov 2013 00:47:12 +0000 (02:47 +0200)]
#19238: fix typo in documentation.
Serhiy Storchaka [Sat, 16 Nov 2013 22:45:17 +0000 (00:45 +0200)]
Issue #19604: Use specific asserts in array tests.
Serhiy Storchaka [Sat, 16 Nov 2013 22:42:25 +0000 (00:42 +0200)]
Issue #19602: Use specific asserts in tkinter tests.
Serhiy Storchaka [Sat, 16 Nov 2013 22:39:12 +0000 (00:39 +0200)]
Issue #19601: Use specific asserts in sqlite3 tests.
Serhiy Storchaka [Sat, 16 Nov 2013 22:17:46 +0000 (00:17 +0200)]
Issue #19600: Use specific asserts in distutils tests.
Serhiy Storchaka [Sat, 16 Nov 2013 22:12:21 +0000 (00:12 +0200)]
Issue #19594: Use specific asserts in unittest tests.
Serhiy Storchaka [Sat, 16 Nov 2013 21:51:26 +0000 (23:51 +0200)]
Issue #19591: Use specific asserts in ctype tests.
Serhiy Storchaka [Sat, 16 Nov 2013 10:56:23 +0000 (12:56 +0200)]
Issue #19590: Use specific asserts in email tests.
Vinay Sajip [Fri, 15 Nov 2013 20:58:13 +0000 (20:58 +0000)]
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip [Fri, 15 Nov 2013 20:40:27 +0000 (20:40 +0000)]
Issue #19523: Closed FileHandler leak which occurred when delay was set.
Victor Stinner [Fri, 15 Nov 2013 17:14:11 +0000 (18:14 +0100)]
fileutils.c: use MAXPATHLEN instead of PATH_MAX
PATH_MAX is not declared on IRIX nor Windows.
Victor Stinner [Fri, 15 Nov 2013 16:33:43 +0000 (17:33 +0100)]
sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of
the fullpath buffer, not PATH_MAX. fullpath is declared using MAXPATHLEN or
MAX_PATH depending on the OS, and PATH_MAX is not declared on IRIX.
Victor Stinner [Fri, 15 Nov 2013 16:09:24 +0000 (17:09 +0100)]
pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of
the env_home buffer, not PATH_MAX+1. env_home is declared using MAXPATHLEN+1,
and PATH_MAX is not declared on IRIX.
Serhiy Storchaka [Thu, 14 Nov 2013 21:49:58 +0000 (23:49 +0200)]
Issue #19592: Use specific asserts in lib2to3 tests.
Andrew Kuchling [Tue, 12 Nov 2013 15:25:15 +0000 (10:25 -0500)]
Closes #12828: add docstring text noting this is an internal-only module
Andrew Kuchling [Tue, 12 Nov 2013 15:02:35 +0000 (10:02 -0500)]
Update e-mail address
Tim Golden [Tue, 12 Nov 2013 13:24:03 +0000 (13:24 +0000)]
Issue #13674 Updated NEWS
Tim Golden [Tue, 12 Nov 2013 12:36:54 +0000 (12:36 +0000)]
Issue13674 Correct crash with strftime %y format under Windows
Zachary Ware [Tue, 12 Nov 2013 04:47:04 +0000 (22:47 -0600)]
Issue #19440: Clean up test_capi
Zachary Ware [Tue, 12 Nov 2013 04:30:47 +0000 (22:30 -0600)]
Correct a merge error in Misc/NEWS
Tim Golden [Mon, 11 Nov 2013 15:08:04 +0000 (15:08 +0000)]
Remove outdated comment
Georg Brandl [Mon, 11 Nov 2013 05:16:15 +0000 (06:16 +0100)]
Added tag v3.3.3rc2 for changeset
d32442c0e60d
Georg Brandl [Mon, 11 Nov 2013 05:13:54 +0000 (06:13 +0100)]
Bump to 3.3.3rc2.
Jason R. Coombs [Sun, 10 Nov 2013 23:50:10 +0000 (18:50 -0500)]
Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2.
Jason R. Coombs [Sun, 10 Nov 2013 23:15:03 +0000 (18:15 -0500)]
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
Serhiy Storchaka [Sat, 9 Nov 2013 21:12:06 +0000 (23:12 +0200)]
Issue #
1575020 : Fixed support of 24-bit wave files on big-endian platforms.
Serhiy Storchaka [Sat, 9 Nov 2013 19:16:19 +0000 (21:16 +0200)]
Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).
Stefan Krah [Fri, 8 Nov 2013 19:18:09 +0000 (20:18 +0100)]
Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read
of size 8: wcscmp (wcscmp.S:464))
Stefan Krah [Fri, 8 Nov 2013 17:05:02 +0000 (18:05 +0100)]
Move PyErr_NoMemory() closer to the failure.
Stefan Krah [Fri, 8 Nov 2013 16:48:58 +0000 (17:48 +0100)]
Change style to match the surrounding code (no early returns).
Christian Heimes [Tue, 29 Oct 2013 19:50:01 +0000 (20:50 +0100)]
Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding
It is causing trouble like e.g. hanging processes.
Georg Brandl [Mon, 11 Nov 2013 05:10:23 +0000 (06:10 +0100)]
Transplant of rev
544b654d000c : directory traversal attack in CGIHttpRequestHandler.
Ned Deily [Tue, 5 Nov 2013 10:44:17 +0000 (02:44 -0800)]
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Some third-party projects, such as matplotlib and PIL/Pillow,
depended on being able to build with Tcl and Tk frameworks in
/Library/Frameworks. They were unable to build with the built-in
Tcl/Tk and/or execute correctly.
Victor Stinner [Tue, 29 Oct 2013 19:33:14 +0000 (20:33 +0100)]
Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()
failure (memory allocation failure): raise a MemoryError exception
Victor Stinner [Tue, 29 Oct 2013 18:26:11 +0000 (19:26 +0100)]
Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle
PyObject_IsInstance() failure
Ezio Melotti [Thu, 7 Nov 2013 16:33:24 +0000 (18:33 +0200)]
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
R David Murray [Thu, 7 Nov 2013 15:51:07 +0000 (10:51 -0500)]
#18985: Improve fcntl documentation.
Original patch by Vajrasky Kok, further improved (I hope) by me.
Serhiy Storchaka [Tue, 5 Nov 2013 20:01:46 +0000 (22:01 +0200)]
Revert wrong change in previous commit (issue #19085).
Serhiy Storchaka [Tue, 5 Nov 2013 19:05:10 +0000 (21:05 +0200)]
Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085).
Serhiy Storchaka [Tue, 5 Nov 2013 18:17:50 +0000 (20:17 +0200)]
Fix typo in tkinter tests (issue #19085).
Ned Deily [Tue, 5 Nov 2013 10:44:17 +0000 (02:44 -0800)]
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.
Some third-party projects, such as matplotlib and PIL/Pillow,
depended on being able to build with Tcl and Tk frameworks in
/Library/Frameworks. They were unable to build with the built-in
Tcl/Tk and/or execute correctly.
Vinay Sajip [Tue, 5 Nov 2013 10:02:21 +0000 (10:02 +0000)]
Issue #18345: Added cookbook example illustrating handler customisation.