]>
granicus.if.org Git - python/log
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.
Terry Jan Reedy [Tue, 7 Oct 2014 03:26:17 +0000 (23:26 -0400)]
idlelib.configHandler: revise docstrings, add spaces, use False/True, add some
TODOs (mostly to do after add tests), and make a few other changes.
Benjamin Peterson [Tue, 7 Oct 2014 01:10:25 +0000 (21:10 -0400)]
use source role instead of linking to svn
Benjamin Peterson [Mon, 6 Oct 2014 18:38:20 +0000 (14:38 -0400)]
make _socket.socket weakrefable (closes #22569)
Patch from Alex Gaynor.
Georg Brandl [Mon, 6 Oct 2014 16:01:02 +0000 (18:01 +0200)]
Closes #19071: "self" argument is not the module for module functions in 2.x.
Georg Brandl [Mon, 6 Oct 2014 15:51:46 +0000 (17:51 +0200)]
Closes #16155: fix a few errors in doctest output of the FAQ pages.
Georg Brandl [Mon, 6 Oct 2014 15:46:43 +0000 (17:46 +0200)]
Closes #17057: fix grammar in old-style vs new-style class docs.
Ezio Melotti [Mon, 4 Aug 2014 16:34:29 +0000 (19:34 +0300)]
#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
Terry Jan Reedy [Mon, 4 Aug 2014 03:02:53 +0000 (23:02 -0400)]
PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,
a, b in arg lists, and hanging indents for long arg lists.
Jason R. Coombs [Sun, 3 Aug 2014 18:57:20 +0000 (14:57 -0400)]
Issue #13540: Merge commits
Jason R. Coombs [Sun, 3 Aug 2014 18:54:11 +0000 (14:54 -0400)]
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
Raymond Hettinger [Sat, 2 Aug 2014 06:51:51 +0000 (23:51 -0700)]
Fix typo in comment.
doko@ubuntu.com [Fri, 1 Aug 2014 15:48:17 +0000 (17:48 +0200)]
- update config.guess and config.sub to support openrisc.
Serhiy Storchaka [Thu, 31 Jul 2014 04:48:14 +0000 (07:48 +0300)]
Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
configure options of tkinter.PhotoImage.
Added private Tkapp method _createbytearray().
Terry Jan Reedy [Wed, 30 Jul 2014 23:24:26 +0000 (19:24 -0400)]
Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog.
In 2.7, these become leaks and cause test_gc to fail.
Serhiy Storchaka [Wed, 30 Jul 2014 07:58:34 +0000 (10:58 +0300)]
Issue #21951: Temporary skip crashing test_user_command on AIX.
Victor Stinner [Tue, 29 Jul 2014 22:39:05 +0000 (00:39 +0200)]
Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat().
Robert Jordens [Tue, 29 Jul 2014 15:24:24 +0000 (17:24 +0200)]
Issue #21591: add test for qualified exec in tuple form.
Dirkjan Ochtman [Tue, 29 Jul 2014 15:21:39 +0000 (17:21 +0200)]
Issue #21591: Handle exec backwards compatibility in the AST builder.
Instead of deferring until runtime. This makes sure we hit the right
conditions in dealing with unqualified exec statements.
Reviewed by Victor Stinner. Test follows in a later commit.
Victor Stinner [Mon, 28 Jul 2014 22:04:54 +0000 (00:04 +0200)]
Issue #19612: subprocess.communicate() now also ignores EINVAL when using at
least two pipes.
Terry Jan Reedy [Sun, 27 Jul 2014 08:07:18 +0000 (04:07 -0400)]
Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.
Only change 2.7 version.
Remove ".keys()" from "x in y.keys()" (leave .keys() elsewhere alone).
Change "string.join" to "' '.join" (and string.join(s, ';') to ';'.join(s)).
Change spacing to match 3.4 (will later make spacing changes to both).
Terry Jan Reedy [Sun, 27 Jul 2014 07:00:47 +0000 (03:00 -0400)]
Modernize turtledemo with conditional expressions; remove duplicate line.
Victor Stinner [Sat, 26 Jul 2014 12:52:55 +0000 (14:52 +0200)]
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
on closed socket.
Victor Stinner [Sat, 26 Jul 2014 12:47:56 +0000 (14:47 +0200)]
socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code
Charles-François Natali [Sat, 26 Jul 2014 12:44:50 +0000 (13:44 +0100)]
Issue #19875: Fix random test_getsockaddrarg() failure.
Zachary Ware [Fri, 25 Jul 2014 19:34:19 +0000 (14:34 -0500)]
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.
Patch by Zachary Turner.
Raymond Hettinger [Fri, 25 Jul 2014 17:26:36 +0000 (10:26 -0700)]
Issue #21990: Cleanup unnecessary inner class definition in saxutils.
Serhiy Storchaka [Fri, 25 Jul 2014 09:23:08 +0000 (12:23 +0300)]
Issue #22061: Add deprecation warnings in empty obsolete methods.
Terry Jan Reedy [Fri, 25 Jul 2014 07:06:27 +0000 (03:06 -0400)]
Issue #22061: remove call of useless function slated for removal.
Terry Jan Reedy [Fri, 25 Jul 2014 05:56:17 +0000 (01:56 -0400)]
Issue #22053: Make help work, after previous patch for this issue disabled it
by removing global 'demo'. Refactor and remove duplicate code.
Victor Stinner [Thu, 24 Jul 2014 20:11:21 +0000 (22:11 +0200)]
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
does crash on Mac OS X which uses libedit instead of readline.
Victor Stinner [Thu, 24 Jul 2014 17:15:00 +0000 (19:15 +0200)]
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY,
EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye.
Serhiy Storchaka [Thu, 24 Jul 2014 14:48:28 +0000 (17:48 +0300)]
Issue #
1730136 : Fix comparison between a tk Font object and an object of a
different type.
Victor Stinner [Thu, 24 Jul 2014 10:22:24 +0000 (12:22 +0200)]
Issue #19884: readline: Disable the meta modifier key if stdout is not a
terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence
is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit
characters.
Andrew Svetlov [Thu, 24 Jul 2014 05:08:15 +0000 (08:08 +0300)]
Fix grammar
Terry Jan Reedy [Wed, 23 Jul 2014 21:27:51 +0000 (17:27 -0400)]
Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.