]>
granicus.if.org Git - python/log
Serhiy Storchaka [Fri, 7 Nov 2014 10:19:23 +0000 (12:19 +0200)]
Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Based on patch by Aivars Kalvāns.
Serhiy Storchaka [Fri, 7 Nov 2014 10:02:11 +0000 (12:02 +0200)]
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
Georg Brandl [Thu, 6 Nov 2014 13:56:47 +0000 (14:56 +0100)]
merge heads
Georg Brandl [Thu, 6 Nov 2014 13:37:49 +0000 (14:37 +0100)]
#22650: test suite: load Unicode test data files from www.pythontest.net
Benjamin Peterson [Thu, 6 Nov 2014 05:52:58 +0000 (00:52 -0500)]
fix test where sizeof(long) != sizeof(int)
Steve Dower [Thu, 6 Nov 2014 04:13:46 +0000 (20:13 -0800)]
Fixes path to patchlevel.py in doc/make.bat
Steve Dower [Thu, 6 Nov 2014 03:16:05 +0000 (19:16 -0800)]
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs). Patch by mattip
Georg Brandl [Wed, 5 Nov 2014 19:20:28 +0000 (20:20 +0100)]
Closes #22525: clarify documentation for ast.literal_eval().
Benjamin Peterson [Wed, 5 Nov 2014 16:27:14 +0000 (11:27 -0500)]
use pythontest.net for url fragment test
Victor Stinner [Wed, 5 Nov 2014 14:07:18 +0000 (15:07 +0100)]
Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings
Antoine Pitrou [Tue, 4 Nov 2014 13:52:10 +0000 (14:52 +0100)]
Issue #22773: fix failing test with old readline versions due to issue #19884.
Benjamin Peterson [Tue, 4 Nov 2014 02:12:05 +0000 (21:12 -0500)]
allow keyfile argument to be None (closes #22787)
Benjamin Peterson [Tue, 4 Nov 2014 02:05:01 +0000 (21:05 -0500)]
test that keyfile can be None
Serhiy Storchaka [Sun, 2 Nov 2014 20:35:47 +0000 (22:35 +0200)]
Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
Patch by Tim Graham.
Ezio Melotti [Sun, 2 Nov 2014 17:08:35 +0000 (19:08 +0200)]
#22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo.
Zachary Ware [Sun, 2 Nov 2014 03:34:09 +0000 (22:34 -0500)]
Issue #17896: Move Windows external lib sources from .. to externals.
Ned Deily [Sun, 2 Nov 2014 02:26:45 +0000 (19:26 -0700)]
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
When running tests in subprocesses with the regrtest -j option, a bug
in Cocoa Tk can result in a Tcl segfault. Avoid the problem by forcing
Tk to fully initialize as an OS X gui process before destroying the
Tcl instance and creating another. (Original patch by Serhiy Storchaka)
Zachary Ware [Sat, 1 Nov 2014 22:11:08 +0000 (17:11 -0500)]
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
Vinay Sajip [Sat, 1 Nov 2014 19:56:13 +0000 (19:56 +0000)]
Brought excluded code into the scope of a try block in SysLogHandler.emit().
Georg Brandl [Fri, 31 Oct 2014 12:12:57 +0000 (13:12 +0100)]
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
Serhiy Storchaka [Fri, 31 Oct 2014 11:53:21 +0000 (13:53 +0200)]
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
Serhiy Storchaka [Fri, 31 Oct 2014 11:34:06 +0000 (13:34 +0200)]
Backported the optimization of compiling charsets in regular expressions
(issue #19329). This is needed to apply the patch from issue #17381.
Georg Brandl [Fri, 31 Oct 2014 08:41:46 +0000 (09:41 +0100)]
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:25:48 +0000 (10:25 +0100)]
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:25:38 +0000 (10:25 +0100)]
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 08:29:38 +0000 (09:29 +0100)]
minor grammar fixes (from docs@python.org)
Serhiy Storchaka [Thu, 30 Oct 2014 23:31:33 +0000 (01:31 +0200)]
Fixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka [Thu, 30 Oct 2014 22:53:19 +0000 (00:53 +0200)]
Issue #22410: Module level functions in the re module now cache compiled
locale-dependent regular expressions taking into account the locale.
Georg Brandl [Thu, 30 Oct 2014 21:49:06 +0000 (22:49 +0100)]
rstlint: make the "html leaked markup" regex a bit less sensitive
Georg Brandl [Thu, 30 Oct 2014 21:35:55 +0000 (22:35 +0100)]
rstlint: add more directives we use
Georg Brandl [Thu, 30 Oct 2014 21:26:26 +0000 (22:26 +0100)]
Doc: fix default role usage (except in unittest mock docs)
Antoine Pitrou [Thu, 30 Oct 2014 18:37:07 +0000 (19:37 +0100)]
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.
This allows use with special filesystems such as VirtualBox shared folders.
Georg Brandl [Wed, 29 Oct 2014 09:57:37 +0000 (10:57 +0100)]
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl [Wed, 29 Oct 2014 09:57:01 +0000 (10:57 +0100)]
linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again).
Georg Brandl [Wed, 29 Oct 2014 09:26:56 +0000 (10:26 +0100)]
Fixing broken links in doc, part 3: the rest
Georg Brandl [Wed, 29 Oct 2014 08:37:43 +0000 (09:37 +0100)]
Fixing broken links in doc, part 2: howto/
Georg Brandl [Wed, 29 Oct 2014 08:24:54 +0000 (09:24 +0100)]
Fixing broken links in doc, part 1: faq/
Georg Brandl [Wed, 29 Oct 2014 08:00:30 +0000 (09:00 +0100)]
Fix external links to docs.python.org to use internal links instead.
Georg Brandl [Wed, 29 Oct 2014 07:55:14 +0000 (08:55 +0100)]
Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs.
Georg Brandl [Wed, 29 Oct 2014 07:52:43 +0000 (08:52 +0100)]
Update "where is python.org hosted" FAQ.
Georg Brandl [Wed, 29 Oct 2014 07:36:35 +0000 (08:36 +0100)]
Use https:// URLs when referring to python.org hosts.
Georg Brandl [Wed, 29 Oct 2014 07:36:15 +0000 (08:36 +0100)]
Use https:// URLs in the HTML templates.
Georg Brandl [Wed, 29 Oct 2014 07:18:43 +0000 (08:18 +0100)]
Doc readme: Fix markup, use https:// URLs.
Georg Brandl [Wed, 29 Oct 2014 07:14:04 +0000 (08:14 +0100)]
Adjust the author field of the .tex files to reflect that docs are now maintained by all of us
Georg Brandl [Wed, 29 Oct 2014 07:41:02 +0000 (08:41 +0100)]
Move Sphinx templates and extensions to their own subdirs.
Georg Brandl [Tue, 28 Oct 2014 22:00:25 +0000 (23:00 +0100)]
Fix link to ABOP install chapter.
Georg Brandl [Tue, 28 Oct 2014 21:52:49 +0000 (22:52 +0100)]
Update Opensolaris advice to OpenCSW instead of defunct Blastwave.
Georg Brandl [Tue, 28 Oct 2014 21:45:27 +0000 (22:45 +0100)]
Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param
Georg Brandl [Tue, 28 Oct 2014 20:38:49 +0000 (21:38 +0100)]
Closes #22748: there are no PyString C functions in 3.x.
Georg Brandl [Tue, 28 Oct 2014 20:41:51 +0000 (21:41 +0100)]
Closes #22736: move seealso to the bottom of the section about RE syntax.
Ezio Melotti [Tue, 28 Oct 2014 12:57:12 +0000 (13:57 +0100)]
#22237: fix patch attribution.
Ezio Melotti [Tue, 28 Oct 2014 11:57:11 +0000 (12:57 +0100)]
#22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter.
Zachary Ware [Sun, 26 Oct 2014 04:04:33 +0000 (23:04 -0500)]
Update OpenSSL version in PCbuild\readme.txt
Terry Jan Reedy [Thu, 23 Oct 2014 00:15:12 +0000 (20:15 -0400)]
Issue #3068: Add Idle extension configuration dialog to Options menu.
Original patch by Tal Einat.
Terry Jan Reedy [Wed, 22 Oct 2014 21:59:53 +0000 (17:59 -0400)]
Issue #16863: Explain difference between text and 2.7 behavior.
Vinay Sajip [Wed, 22 Oct 2014 17:27:59 +0000 (18:27 +0100)]
Updated cookbook entry to replace shutil.chown with os.chown.
Antoine Pitrou [Mon, 20 Oct 2014 22:14:39 +0000 (00:14 +0200)]
Issue #22660: update various mentions in the ssl module documentation.
Benjamin Peterson [Sun, 19 Oct 2014 14:48:50 +0000 (10:48 -0400)]
make plural s lowercase
Georg Brandl [Sun, 19 Oct 2014 09:54:08 +0000 (11:54 +0200)]
Closes #22663: patchcheck: only modify text files under Doc/
Zachary Ware [Sun, 19 Oct 2014 06:06:58 +0000 (01:06 -0500)]
Fix a typo caught by Gabriella Capone on docs@
Terry Jan Reedy [Sat, 18 Oct 2014 21:10:02 +0000 (17:10 -0400)]
Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,
revised by R. David Murray.
R David Murray [Sat, 18 Oct 2014 00:07:08 +0000 (20:07 -0400)]
#9351: set_defaults on subparser is no longer ignored if set on parent.
Before, if a default was set on the parent parser, any default for that
variable set via set_defaults on a subparser would be ignored. Now
the subparser set_defaults is honored.
Patch by Jyrki Pullianinen.
Zachary Ware [Fri, 17 Oct 2014 21:20:15 +0000 (16:20 -0500)]
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
Zachary Ware [Thu, 20 Feb 2014 21:36:34 +0000 (15:36 -0600)]
Issue #20221: Removed conflicting (or circular) hypot definition
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
Zachary Ware [Fri, 17 Oct 2014 16:09:13 +0000 (11:09 -0500)]
Fix badly merged NEWS item.
Benjamin Peterson [Fri, 17 Oct 2014 15:30:45 +0000 (11:30 -0400)]
add back NEWS entries removed by
1c2c44313408
Benjamin Peterson [Fri, 17 Oct 2014 15:07:14 +0000 (11:07 -0400)]
remove link to the 'original package specification'; I doubt it's useful anymore (closes #22657)
Vinay Sajip [Fri, 17 Oct 2014 07:42:57 +0000 (08:42 +0100)]
Issue #22646: Accept list as well as tuple to support initialisation via dictConfig().
Terry Jan Reedy [Fri, 17 Oct 2014 05:31:29 +0000 (01:31 -0400)]
Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
htests to add # htest # marker for coveragepy and stop tcl errors.
Terry Jan Reedy [Fri, 17 Oct 2014 03:12:41 +0000 (23:12 -0400)]
Issue #22628: Increase Treewidge line spacing so lines do not overlap.
Move test lines up with respect to icons.
Terry Jan Reedy [Thu, 16 Oct 2014 02:01:23 +0000 (22:01 -0400)]
Issue #16233: When the module browser is not invoked in an editor window with
a filename, pop up the Open Module box. If a module is opened, open a
corresponding browser.
Terry Jan Reedy [Tue, 14 Oct 2014 22:55:13 +0000 (18:55 -0400)]
Issue #3068: Change 0/1 to False/True so that extension configure dialog can
easily recognize and display boolean values as such and recognize changes.
Also reformat comments and alphabetize extensions included with Idle.
Terry Jan Reedy [Tue, 14 Oct 2014 20:56:36 +0000 (16:56 -0400)]
Issue #22632: replace dead link with version-specific doc link.
Serhiy Storchaka [Tue, 14 Oct 2014 18:10:56 +0000 (21:10 +0300)]
Issue #21855: Fixed the decimal module in unicode disabled build.
Alex Gaynor [Mon, 13 Oct 2014 19:58:03 +0000 (12:58 -0700)]
Use https:// URLs for the bug tracker in the :issue: role.
Thanks to Ezio for noticing this
Alex Gaynor [Mon, 13 Oct 2014 19:55:21 +0000 (12:55 -0700)]
issue22626: Use https:// for a link to the bug tracker
Benjamin Peterson [Mon, 13 Oct 2014 19:51:28 +0000 (15:51 -0400)]
merge heads
Charles-François Natali [Mon, 13 Oct 2014 17:42:49 +0000 (18:42 +0100)]
Merge.
Charles-François Natali [Mon, 13 Oct 2014 17:39:34 +0000 (18:39 +0100)]
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
Benjamin Peterson [Mon, 13 Oct 2014 15:53:54 +0000 (11:53 -0400)]
note xmlrpclib doesn't verify certs (yet)
Serhiy Storchaka [Mon, 13 Oct 2014 07:33:32 +0000 (10:33 +0300)]
Fixed the test of issue #13664 on platforms without unicode filenames support.
Terry Jan Reedy [Mon, 13 Oct 2014 02:58:42 +0000 (22:58 -0400)]
Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.
Terry Jan Reedy [Mon, 13 Oct 2014 02:00:10 +0000 (22:00 -0400)]
Change deprecated Exception.message to Exception.args-[0] where the use of
.message is not an essential part of the test.
Serhiy Storchaka [Sun, 12 Oct 2014 19:23:28 +0000 (22:23 +0300)]
Issue #13664: GzipFile now supports non-ascii Unicode filenames.
R David Murray [Sun, 12 Oct 2014 18:26:30 +0000 (14:26 -0400)]
#13096: Fix segfault in CTypes POINTER handling of large values.
Patch by Meador Inge.
Serhiy Storchaka [Sun, 12 Oct 2014 17:32:05 +0000 (20:32 +0300)]
Always handle non-handled events before destoying root widget in tests.
This gets rid of Tcl warnings when they are handled later when the root is
already destroyed.
R David Murray [Sun, 12 Oct 2014 17:15:40 +0000 (13:15 -0400)]
#17325: Improve distutils PyPI documentation.
Patch by Chris Jerdonek.
R David Murray [Sun, 12 Oct 2014 16:42:58 +0000 (12:42 -0400)]
#11973: add test for previously fixed kevent signed/unsigned bug.
Patch by David Naylor.
Serhiy Storchaka [Sun, 12 Oct 2014 14:15:56 +0000 (17:15 +0300)]
Merge heads
Georg Brandl [Sun, 12 Oct 2014 14:13:32 +0000 (16:13 +0200)]
Closes #22586: clarify meaning of allow_fragments in urlparse.
Serhiy Storchaka [Sun, 12 Oct 2014 14:13:06 +0000 (17:13 +0300)]
Fixed and optimized a test of issue #22526.
Terry Jan Reedy [Sun, 12 Oct 2014 05:10:58 +0000 (01:10 -0400)]
Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
Antoine Pitrou [Fri, 10 Oct 2014 21:49:32 +0000 (23:49 +0200)]
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
Zachary Ware [Fri, 10 Oct 2014 21:03:14 +0000 (16:03 -0500)]
Issue #15414: Clean and correct the os.path.join docs.
In particular, correctly describe the behavior of ntpath.join.
Based on a patch by Dave Sawyer.
Petri Lehtinen [Fri, 10 Oct 2014 18:11:34 +0000 (21:11 +0300)]
Issue #11694: Raise ConversionError in xdrlib as documented
Terry Jan Reedy [Fri, 10 Oct 2014 17:02:55 +0000 (13:02 -0400)]
Issue #22575: Revise bytearray entry for 2.7.
R David Murray [Fri, 10 Oct 2014 03:13:42 +0000 (23:13 -0400)]
#0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods.
Patch by Ezio Melotti, docs by Berker Peksag.
Terry Jan Reedy [Thu, 9 Oct 2014 22:44:26 +0000 (18:44 -0400)]
De-'colour'ize stdlib except for idlelib.configDialog.
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
Victor Stinner [Thu, 9 Oct 2014 09:14:04 +0000 (11:14 +0200)]
Closes #22580: Fix documentation of PyUnicode_Tailmatch()
The result type is Py_ssize_t (and not int).
Terry Jan Reedy [Thu, 9 Oct 2014 00:29:05 +0000 (20:29 -0400)]
Issue 3068: Move idlelib.configDialog action button creation into a separate
method so it can be reused by the new extension dialog.