]>
granicus.if.org Git - python/log
Georg Brandl [Wed, 29 Oct 2014 06:59:03 +0000 (07:59 +0100)]
merge with 3.4
Georg Brandl [Wed, 29 Oct 2014 06:58:34 +0000 (07:58 +0100)]
Remove deprecated and now unnecessary config value from conf.py.
Georg Brandl [Tue, 28 Oct 2014 22:00:36 +0000 (23:00 +0100)]
merge with 3.4
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:58:30 +0000 (22:58 +0100)]
merge with 3.4
Georg Brandl [Tue, 28 Oct 2014 21:58:24 +0000 (22:58 +0100)]
Fix module name.
Georg Brandl [Tue, 28 Oct 2014 21:54:28 +0000 (22:54 +0100)]
merge with 3.4
Georg Brandl [Tue, 28 Oct 2014 21:54:24 +0000 (22:54 +0100)]
Using "-m module" is easier to read and understand than "-mmodule".
Georg Brandl [Tue, 28 Oct 2014 21:52:55 +0000 (22:52 +0100)]
merge with 3.4
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:36 +0000 (22:45 +0100)]
merge with 3.4
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 21:40:53 +0000 (22:40 +0100)]
merge with 3.4
Georg Brandl [Tue, 28 Oct 2014 21:40:48 +0000 (22:40 +0100)]
Remove duplicate bullet point.
Georg Brandl [Tue, 28 Oct 2014 21:24:52 +0000 (22:24 +0100)]
merge with 3.4
Georg Brandl [Tue, 28 Oct 2014 21:24:46 +0000 (22:24 +0100)]
Fix typo.
Georg Brandl [Tue, 28 Oct 2014 20:41:58 +0000 (21:41 +0100)]
merge with 3.4
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.
Georg Brandl [Tue, 28 Oct 2014 20:38:54 +0000 (21:38 +0100)]
merge with 3.4
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:35:42 +0000 (21:35 +0100)]
merge with 3.4
Georg Brandl [Tue, 28 Oct 2014 20:35:35 +0000 (21:35 +0100)]
Closes #22749: remove outdated advice to use clock() for accurate timing.
Antoine Pitrou [Tue, 28 Oct 2014 19:17:51 +0000 (20:17 +0100)]
Issue #18216: gettext now raises an error when a .mo file has an unsupported major version number. Patch by Aaron Hill.
Georg Brandl [Tue, 28 Oct 2014 16:15:26 +0000 (17:15 +0100)]
merge with 3.4
Georg Brandl [Tue, 28 Oct 2014 16:15:10 +0000 (17:15 +0100)]
PYTHONY2K is long gone. Remove traces from the docs and manpage.
Ezio Melotti [Tue, 28 Oct 2014 14:16:05 +0000 (15:16 +0100)]
Null merge.
Ezio Melotti [Tue, 28 Oct 2014 14:07:14 +0000 (15:07 +0100)]
#22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.
Ezio Melotti [Tue, 28 Oct 2014 14:07:14 +0000 (15:07 +0100)]
#22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.
Ezio Melotti [Tue, 28 Oct 2014 12:59:01 +0000 (13:59 +0100)]
#22237: merge patch attribution fix.
Ezio Melotti [Tue, 28 Oct 2014 12:58:36 +0000 (13:58 +0100)]
#22237: fix patch attribution.
Ezio Melotti [Tue, 28 Oct 2014 11:58:47 +0000 (12:58 +0100)]
#22237: merge with 3.4.
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:05:21 +0000 (23:05 -0500)]
Merge with 3.4
Zachary Ware [Sun, 26 Oct 2014 04:05:06 +0000 (23:05 -0500)]
Update OpenSSL version in PCbuild\readme.txt
Zachary Ware [Sun, 26 Oct 2014 03:57:05 +0000 (22:57 -0500)]
Issue #22261: Add a note to PCbuild\readme.txt about MSBuild switches.
Specifically, that they can be passed at the end of a build.bat invocation.
Initial patch by Shorya Raj.
Nick Coghlan [Sat, 25 Oct 2014 14:02:50 +0000 (00:02 +1000)]
Merge issue #22711 from 3.4
Nick Coghlan [Sat, 25 Oct 2014 14:00:04 +0000 (00:00 +1000)]
Issue #22711: improve links in new distribution docs
- key term hyperlinks for distutils, setuptools & wheel
- distutils landing page links directly to setuptools docs
- short summary of setuptools benefits provided with link
Berker Peksag [Sat, 25 Oct 2014 02:43:23 +0000 (05:43 +0300)]
Issue #22596: support.transient_internet() now also catches
ConnectionRefusedError exceptions wrapped by urllib.error.URLError.
This change should fix sporadic failures in test_urllib2net.
Berker Peksag [Sat, 25 Oct 2014 02:42:30 +0000 (05:42 +0300)]
Issue #22596: support.transient_internet() now also catches
ConnectionRefusedError exceptions wrapped by urllib.error.URLError.
This change should fix sporadic failures in test_urllib2net.
Berker Peksag [Sat, 25 Oct 2014 02:21:17 +0000 (05:21 +0300)]
Issue #22723: Make link styling more accessible.
Patch by Buck Golemon.
Berker Peksag [Sat, 25 Oct 2014 02:20:49 +0000 (05:20 +0300)]
Issue #22723: Make link styling more accessible.
Patch by Buck Golemon.
Antoine Pitrou [Thu, 23 Oct 2014 21:03:35 +0000 (23:03 +0200)]
Fix markup and spacing.
Antoine Pitrou [Thu, 23 Oct 2014 20:52:31 +0000 (22:52 +0200)]
Issue #13918: Provide a locale.delocalize() function which can remove
locale-specific number formatting from a string representing a number,
without then converting it to a specific type. Patch by Cédric Krier.
Antoine Pitrou [Thu, 23 Oct 2014 20:47:50 +0000 (22:47 +0200)]
Issue #22676: Make the pickling of global objects which don't have a __module__ attribute less slow.
Victor Stinner [Thu, 23 Oct 2014 20:39:11 +0000 (22:39 +0200)]
Merge 3.4 (asyncio doc)
Victor Stinner [Thu, 23 Oct 2014 20:38:46 +0000 (22:38 +0200)]
asyncio doc: fix typo in an example
Terry Jan Reedy [Thu, 23 Oct 2014 00:16:17 +0000 (20:16 -0400)]
Merge with 3.4 #3068
Terry Jan Reedy [Thu, 23 Oct 2014 00:15:18 +0000 (20:15 -0400)]
Issue #3068: Add Idle extension configuration dialog to Options menu.
Original patch by Tal Einat.
Victor Stinner [Wed, 22 Oct 2014 10:33:23 +0000 (12:33 +0200)]
Issue #22592: Drop support of the Borland C compiler to build Python
The distutils module still supports it to build extensions.
Victor Stinner [Wed, 22 Oct 2014 07:57:30 +0000 (09:57 +0200)]
Merge 3.4 (open doc)
Victor Stinner [Wed, 22 Oct 2014 07:55:44 +0000 (09:55 +0200)]
Issue #22695: Fix syntax of open() doc
Ethan Furman [Tue, 21 Oct 2014 20:40:35 +0000 (13:40 -0700)]
Issue22506: remove name & value from __dir__ as they now show up automatically
Victor Stinner [Tue, 21 Oct 2014 20:33:10 +0000 (22:33 +0200)]
Issue #22637: avoid using a shell in uuid
Replace os.popen() with subprocess.Popen() in the uuid module.
Antoine Pitrou [Mon, 20 Oct 2014 22:16:00 +0000 (00:16 +0200)]
Issue #22660: update various mentions in the ssl module documentation.
Antoine Pitrou [Mon, 20 Oct 2014 22:14:39 +0000 (00:14 +0200)]
Issue #22660: update various mentions in the ssl module documentation.
Jesus Cea [Mon, 20 Oct 2014 14:19:33 +0000 (16:19 +0200)]
MERGE: Docs: 'os.pwrite()' needs bytes, not strings
Jesus Cea [Mon, 20 Oct 2014 14:18:24 +0000 (16:18 +0200)]
Docs: 'os.pwrite()' needs bytes, not strings
Georg Brandl [Mon, 20 Oct 2014 06:36:09 +0000 (08:36 +0200)]
merge with 3.4
Georg Brandl [Mon, 20 Oct 2014 06:36:02 +0000 (08:36 +0200)]
Closes #22675: fix typo.
Robert Collins [Mon, 20 Oct 2014 00:24:05 +0000 (13:24 +1300)]
Close #19746: expose unittest discovery errors on TestLoader.errors
This makes it possible to examine the errors from unittest discovery
without executing the test suite - important when the test suite may
be very large, or when enumerating the test ids from a test suite.
Berker Peksag [Sun, 19 Oct 2014 15:07:05 +0000 (18:07 +0300)]
Issue #22186: Fix typos in Lib/.
Patch by Févry Thibault.
Berker Peksag [Sun, 19 Oct 2014 15:04:38 +0000 (18:04 +0300)]
Issue #22186: Fix typos in Lib/.
Patch by Févry Thibault.
Benjamin Peterson [Sun, 19 Oct 2014 14:48:06 +0000 (10:48 -0400)]
merge 3.4
Benjamin Peterson [Sun, 19 Oct 2014 14:47:58 +0000 (10:47 -0400)]
merge 3.3
Benjamin Peterson [Sun, 19 Oct 2014 14:47:49 +0000 (10:47 -0400)]
make plural s lowercase
Georg Brandl [Sun, 19 Oct 2014 09:55:15 +0000 (11:55 +0200)]
merge with 3.4
Georg Brandl [Sun, 19 Oct 2014 09:54:08 +0000 (11:54 +0200)]
Closes #22663: patchcheck: only modify text files under Doc/
Ethan Furman [Sat, 18 Oct 2014 22:11:03 +0000 (15:11 -0700)]
Issue20689: add missing API pieces to __all__
Ethan Furman [Sat, 18 Oct 2014 22:10:49 +0000 (15:10 -0700)]
Issue20689: add missing API pieces to __all__
Terry Jan Reedy [Sat, 18 Oct 2014 21:10:32 +0000 (17:10 -0400)]
Merge with 3.4
Terry Jan Reedy [Sat, 18 Oct 2014 21:10:09 +0000 (17:10 -0400)]
Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,
revised by R. David Murray.
Ethan Furman [Sat, 18 Oct 2014 05:25:47 +0000 (22:25 -0700)]
Issue7186: document that __doc__ is not inherited by subclasses
Ethan Furman [Sat, 18 Oct 2014 05:25:22 +0000 (22:25 -0700)]
Issue7186: document that __doc__ is not inherited by subclasses
Robert Collins [Sat, 18 Oct 2014 00:32:43 +0000 (13:32 +1300)]
Issue #17401: document closefd in io.FileIO docs and add to repr
closefd was documented in the open docs but not the matching FileIO
class documented. Further, closefd, part of the core state for the
object was not shown.
In review it was noted that the open docs are a little confusing about
the interaction between closefd and paths, so tweaked them at the same
time.
R David Murray [Sat, 18 Oct 2014 00:30:16 +0000 (20:30 -0400)]
Merge: #18853: Fix resource warning in shlex's __main__ section.
R David Murray [Sat, 18 Oct 2014 00:28:47 +0000 (20:28 -0400)]
#18853: Fix resource warning in shlex's __main__ section.
Report and original fix by Vajrasky Kok.
R David Murray [Fri, 17 Oct 2014 23:58:03 +0000 (19:58 -0400)]
Merge: #9351: set_defaults on subparser is no longer ignored if set on parent.
R David Murray [Fri, 17 Oct 2014 23:55:11 +0000 (19:55 -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.
R David Murray [Fri, 17 Oct 2014 23:32:08 +0000 (19:32 -0400)]
Merge: #21991: make headerregistry params property MappingProxyType.
R David Murray [Fri, 17 Oct 2014 23:30:13 +0000 (19:30 -0400)]
#21991: make headerregistry params property MappingProxyType.
It is unlikely anyone is using the fact that the dictionary returned
by the 'params' attribute was previously writable, but even if someone
is the API is provisional so this kind of change is acceptable (and
needed, to get the API "right" before it becomes official).
Patch by Stéphane Wirtel.
Zachary Ware [Fri, 17 Oct 2014 22:40:04 +0000 (17:40 -0500)]
Turn externals cleaning back off
Antoine Pitrou [Fri, 17 Oct 2014 22:35:44 +0000 (00:35 +0200)]
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode.
Antoine Pitrou [Fri, 17 Oct 2014 22:35:00 +0000 (00:35 +0200)]
Issue #22653: Fix an assertion failure in debug mode when doing a reentrant dict insertion in debug mode.
Zachary Ware [Fri, 17 Oct 2014 21:31:57 +0000 (16:31 -0500)]
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
Zachary Ware [Fri, 17 Oct 2014 21:26:30 +0000 (16:26 -0500)]
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
Zachary Ware [Fri, 17 Oct 2014 19:24:43 +0000 (14:24 -0500)]
Merge with 3.4
Zachary Ware [Fri, 17 Oct 2014 19:24:14 +0000 (14:24 -0500)]
Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not built
Zachary Ware [Fri, 17 Oct 2014 19:10:51 +0000 (14:10 -0500)]
Issue #16000: Convert test_curses to use unittest
Zachary Ware [Fri, 17 Oct 2014 18:59:18 +0000 (13:59 -0500)]
Issue #16000: Convert test_curses to use unittest
Antoine Pitrou [Fri, 17 Oct 2014 17:28:30 +0000 (19:28 +0200)]
Issue #22638: SSLv3 is now disabled throughout the standard library.
It can still be enabled by instantiating a SSLContext manually.
Vinay Sajip [Fri, 17 Oct 2014 07:52:20 +0000 (08:52 +0100)]
Closes #22646: Accept list as well as tuple to support initialisation via dictConfig().
Vinay Sajip [Fri, 17 Oct 2014 07:49:38 +0000 (08:49 +0100)]
Issue #22646: Accept list as well as tuple to support initialisation via dictConfig().
Terry Jan Reedy [Fri, 17 Oct 2014 05:32:20 +0000 (01:32 -0400)]
Merge with 3.4: Issue #22629
Terry Jan Reedy [Fri, 17 Oct 2014 05:31:35 +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:13:21 +0000 (23:13 -0400)]
Merge with 3.4 Issue #22628
Terry Jan Reedy [Fri, 17 Oct 2014 03:12:48 +0000 (23:12 -0400)]
Issue #22628: Increase Treewidge line spacing so lines do not overlap.
Move test lines up with respect to icons.
Benjamin Peterson [Thu, 16 Oct 2014 03:58:37 +0000 (23:58 -0400)]
merge 3.4
Benjamin Peterson [Thu, 16 Oct 2014 03:58:32 +0000 (23:58 -0400)]
Merge 3.3
Terry Jan Reedy [Thu, 16 Oct 2014 02:01:58 +0000 (22:01 -0400)]
Merge with 3.4 Issue#16233
Terry Jan Reedy [Thu, 16 Oct 2014 02:01:31 +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.