]> granicus.if.org Git - python/log
python
10 years agoREADME: 3.5 release schedule PEP is PEP 478.
Berker Peksag [Sun, 12 Oct 2014 03:59:14 +0000 (06:59 +0300)]
README: 3.5 release schedule PEP is PEP 478.

10 years agoIssue #22613: Fix reprlib.Repr subclass example on Python 3.
Berker Peksag [Sun, 12 Oct 2014 02:11:40 +0000 (05:11 +0300)]
Issue #22613: Fix reprlib.Repr subclass example on Python 3.

Reported by Jacques Ducasse.

10 years agoIssue #22613: Fix reprlib.Repr subclass example on Python 3.
Berker Peksag [Sun, 12 Oct 2014 02:11:16 +0000 (05:11 +0300)]
Issue #22613: Fix reprlib.Repr subclass example on Python 3.

Reported by Jacques Ducasse.

10 years agoMerge issue #21061 fix from 3.4
Nick Coghlan [Sun, 12 Oct 2014 00:25:33 +0000 (10:25 +1000)]
Merge issue #21061 fix from 3.4

10 years agoIssue #21061: correctly note redirect_stdout is reentrant
Nick Coghlan [Sun, 12 Oct 2014 00:25:00 +0000 (10:25 +1000)]
Issue #21061: correctly note redirect_stdout is reentrant

10 years agoMerge 3.4 (asyncio doc)
Victor Stinner [Sat, 11 Oct 2014 14:30:21 +0000 (16:30 +0200)]
Merge 3.4 (asyncio doc)

10 years agoasyncio doc: socket.socketpair() is not available on Windows yet
Victor Stinner [Sat, 11 Oct 2014 14:30:02 +0000 (16:30 +0200)]
asyncio doc: socket.socketpair() is not available on Windows yet

10 years agoMerge with 3.4 (asyncio doc)
Victor Stinner [Sat, 11 Oct 2014 14:17:21 +0000 (16:17 +0200)]
Merge with 3.4 (asyncio doc)

10 years agoasyncio doc: add examples showing the 3 ways to wait for data from an open
Victor Stinner [Sat, 11 Oct 2014 14:16:27 +0000 (16:16 +0200)]
asyncio doc: add examples showing the 3 ways to wait for data from an open
socket

10 years agoasyncio doc: cleanup Hello World examples
Victor Stinner [Sat, 11 Oct 2014 14:15:58 +0000 (16:15 +0200)]
asyncio doc: cleanup Hello World examples

10 years agoasyncio doc: the "Get HTTP headers" example now supports HTTPS
Victor Stinner [Sat, 11 Oct 2014 13:52:14 +0000 (15:52 +0200)]
asyncio doc: the "Get HTTP headers" example now supports HTTPS

10 years agomerge
Georg Brandl [Sat, 11 Oct 2014 13:08:18 +0000 (15:08 +0200)]
merge

10 years agomerge
Georg Brandl [Sat, 11 Oct 2014 13:08:12 +0000 (15:08 +0200)]
merge

10 years agomerge with 3.4
Georg Brandl [Sat, 11 Oct 2014 13:04:20 +0000 (15:04 +0200)]
merge with 3.4

10 years agoCloses #18959: move optparse and imp to new "superseded modules" chapter
Georg Brandl [Sat, 11 Oct 2014 12:47:11 +0000 (14:47 +0200)]
Closes #18959: move optparse and imp to new "superseded modules" chapter

10 years agoCloses #21687: delimiter in Py_SetPath is platform dependent
Georg Brandl [Sat, 11 Oct 2014 12:36:02 +0000 (14:36 +0200)]
Closes #21687: delimiter in Py_SetPath is platform dependent

10 years ago(Merge 3.4) Issue #22601: run_forever() now consumes BaseException of the
Victor Stinner [Sat, 11 Oct 2014 12:35:33 +0000 (14:35 +0200)]
(Merge 3.4) Issue #22601: run_forever() now consumes BaseException of the
temporary task

If the coroutine raised a BaseException, consume the exception to not log a
warning. The caller doesn't have access to the local task.

10 years agoCloses #21675: fix ordering of description in library intro
Georg Brandl [Sat, 11 Oct 2014 12:32:34 +0000 (14:32 +0200)]
Closes #21675: fix ordering of description in library intro

10 years agoIssue #22601: run_forever() now consumes BaseException of the temporary task
Victor Stinner [Sat, 11 Oct 2014 12:30:18 +0000 (14:30 +0200)]
Issue #22601: run_forever() now consumes BaseException of the temporary task

If the coroutine raised a BaseException, consume the exception to not log a
warning. The caller doesn't have access to the local task.

10 years agoIssue #21907: Try to make the pre-Vista Windows buildbots happier.
Zachary Ware [Sat, 11 Oct 2014 06:43:35 +0000 (01:43 -0500)]
Issue #21907: Try to make the pre-Vista Windows buildbots happier.

Initial patch by David Bolen.

10 years agoIssue #22489: Update .gitignore to ignore Windows build output.
Zachary Ware [Sat, 11 Oct 2014 04:42:59 +0000 (23:42 -0500)]
Issue #22489: Update .gitignore to ignore Windows build output.

Initial patch by Robert Collins.

10 years agomerge 3.4 (closes #22605)
Benjamin Peterson [Sat, 11 Oct 2014 00:58:43 +0000 (20:58 -0400)]
merge 3.4 (closes #22605)

10 years agoprevent passing NULL to memcpy (closes #22605)
Benjamin Peterson [Sat, 11 Oct 2014 00:58:30 +0000 (20:58 -0400)]
prevent passing NULL to memcpy (closes #22605)

Patch by Jakub Wilk.

10 years agoMerge with 3.4: #21986, don't pickle user code objects.
Terry Jan Reedy [Fri, 10 Oct 2014 23:34:38 +0000 (19:34 -0400)]
Merge with 3.4: #21986, don't pickle user code objects.

10 years agoIssue #21986: Idle now matches interpreter in not pickling user code objects.
Terry Jan Reedy [Fri, 10 Oct 2014 23:33:45 +0000 (19:33 -0400)]
Issue #21986: Idle now matches interpreter in not pickling user code objects.
Patch by Claudiu Popa

10 years agoIssue #22604: Fix assertion error in debug mode when dividing a complex number by...
Antoine Pitrou [Fri, 10 Oct 2014 21:51:04 +0000 (23:51 +0200)]
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).

10 years agoIssue #22604: Fix assertion error in debug mode when dividing a complex number by...
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).

10 years agoCloses #15414: Merge with 3.4
Zachary Ware [Fri, 10 Oct 2014 21:05:54 +0000 (16:05 -0500)]
Closes #15414: Merge with 3.4

10 years agoIssue #15414: Clean and correct the os.path.join docs.
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.

10 years agoMerge with 3.4
Terry Jan Reedy [Fri, 10 Oct 2014 20:53:56 +0000 (16:53 -0400)]
Merge with 3.4

10 years agoIssue 22603: add Francisco Fernández Castaño to ACKS.
Terry Jan Reedy [Fri, 10 Oct 2014 20:53:41 +0000 (16:53 -0400)]
Issue 22603: add Francisco Fernández Castaño to ACKS.

10 years agoIssue #20152: Port the array module to Argument Clinic.
Brett Cannon [Fri, 10 Oct 2014 20:26:45 +0000 (16:26 -0400)]
Issue #20152: Port the array module to Argument Clinic.

10 years agoMerge with 3.4
Terry Jan Reedy [Fri, 10 Oct 2014 20:00:39 +0000 (16:00 -0400)]
Merge with 3.4

10 years agoIssue 22603: add missing 'self'. Patch by Francisco Fernández Castaño.
Terry Jan Reedy [Fri, 10 Oct 2014 20:00:18 +0000 (16:00 -0400)]
Issue 22603: add missing 'self'.  Patch by Francisco Fernández Castaño.

10 years ago#11694: merge with 3.4
Petri Lehtinen [Fri, 10 Oct 2014 18:29:43 +0000 (21:29 +0300)]
#11694: merge with 3.4

10 years agoIssue #11694: Raise ConversionError in xdrlib as documented
Petri Lehtinen [Fri, 10 Oct 2014 18:21:52 +0000 (21:21 +0300)]
Issue #11694: Raise ConversionError in xdrlib as documented

10 years agoIssue #21052: Don't raise ImportWarning for sys.meta_path or
Brett Cannon [Fri, 10 Oct 2014 14:54:28 +0000 (10:54 -0400)]
Issue #21052: Don't raise ImportWarning for sys.meta_path or
sys.path_hooks when set to None during interpreter shutdown.

Thanks to Martin Panter for the initial bug report.

10 years ago(Merge 3.4) test_venv: use support.rmtree() instead of shutil.rmtree() to fix
Victor Stinner [Fri, 10 Oct 2014 12:23:25 +0000 (14:23 +0200)]
(Merge 3.4) test_venv: use support.rmtree() instead of shutil.rmtree() to fix
sporadic failures on Windows

10 years agotest_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic
Victor Stinner [Fri, 10 Oct 2014 12:23:00 +0000 (14:23 +0200)]
test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic
failures on Windows

10 years agoIssue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.
Berker Peksag [Fri, 10 Oct 2014 11:35:51 +0000 (14:35 +0300)]
Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.

Patch by Remi Pointel.

10 years agoIssue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.
Berker Peksag [Fri, 10 Oct 2014 11:34:16 +0000 (14:34 +0300)]
Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.

Patch by Remi Pointel.

10 years agoIssue #22564: cleanup SSLObject doc
Victor Stinner [Fri, 10 Oct 2014 11:04:08 +0000 (13:04 +0200)]
Issue #22564: cleanup SSLObject doc

10 years agoIssue #22564: ssl doc, add more links to the non-blocking section
Victor Stinner [Fri, 10 Oct 2014 10:52:43 +0000 (12:52 +0200)]
Issue #22564: ssl doc, add more links to the non-blocking section

10 years agoIssue #22564: ssl doc: reorganize and reindent documentation of SSLObject and
Victor Stinner [Fri, 10 Oct 2014 10:49:08 +0000 (12:49 +0200)]
Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and
MemoryBIO; move documentation of SSLContext.wrap_bio()

10 years agoMerge 3.4
Victor Stinner [Fri, 10 Oct 2014 10:47:01 +0000 (12:47 +0200)]
Merge 3.4

10 years agoIssue #22564: ssl doc: mention asyncio in the non-blocking section
Victor Stinner [Fri, 10 Oct 2014 10:45:10 +0000 (12:45 +0200)]
Issue #22564: ssl doc: mention asyncio in the non-blocking section

10 years agoMerge 3.4
Victor Stinner [Fri, 10 Oct 2014 10:43:17 +0000 (12:43 +0200)]
Merge 3.4

10 years agoIssue #22564: ssl doc: mention how SSLSocket are usually created
Victor Stinner [Fri, 10 Oct 2014 10:07:19 +0000 (12:07 +0200)]
Issue #22564: ssl doc: mention how SSLSocket are usually created

10 years agoIssue #22564: ssl doc: use "class" marker to document the SSLSocket class
Victor Stinner [Fri, 10 Oct 2014 10:06:51 +0000 (12:06 +0200)]
Issue #22564: ssl doc: use "class" marker to document the SSLSocket class

10 years agoIssue #22564: ssl doc: document read(), write(), pending, server_side and
Victor Stinner [Fri, 10 Oct 2014 10:05:56 +0000 (12:05 +0200)]
Issue #22564: ssl doc: document read(), write(), pending, server_side and
server_hostname methods and attributes of SSLSocket.

10 years agoIssue #22564: ssl doc: fix typos
Victor Stinner [Fri, 10 Oct 2014 10:04:15 +0000 (12:04 +0200)]
Issue #22564: ssl doc: fix typos

10 years agoIssue #22591: Drop support of MS-DOS
Victor Stinner [Fri, 10 Oct 2014 09:55:41 +0000 (11:55 +0200)]
Issue #22591: Drop support of MS-DOS

Drop support of MS-DOS, especially of the DJGPP compiler (MS-DOS port of GCC).

Today is a sad day. Good bye MS-DOS, good bye my friend :'-(

10 years agoIssue #19380: Optimized parsing of regular expressions.
Serhiy Storchaka [Fri, 10 Oct 2014 08:14:49 +0000 (11:14 +0300)]
Issue #19380: Optimized parsing of regular expressions.

10 years agoIssue #22584: Got rid of character tables in _sre.c and use standard macros
Serhiy Storchaka [Fri, 10 Oct 2014 08:10:46 +0000 (11:10 +0300)]
Issue #22584: Got rid of character tables in _sre.c and use standard macros
Py_TOLOWER, Py_ISSPACE, etc.

10 years agoIssue 1519638: Now unmatched groups are replaced with empty strings in re.sub()
Serhiy Storchaka [Fri, 10 Oct 2014 08:06:31 +0000 (11:06 +0300)]
Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()
and re.subn().

10 years agoMerge with 3.4
Terry Jan Reedy [Fri, 10 Oct 2014 03:13:54 +0000 (23:13 -0400)]
Merge with 3.4

10 years agoIssue #20167: revise condition to accomodate message change.
Terry Jan Reedy [Fri, 10 Oct 2014 03:13:36 +0000 (23:13 -0400)]
Issue #20167: revise condition to accomodate message change.

10 years agoMerge: #18176: Change generic UCD PropList link to version specific link.
R David Murray [Fri, 10 Oct 2014 00:47:31 +0000 (20:47 -0400)]
Merge: #18176: Change generic UCD PropList link to version specific link.

10 years ago#18176: Change generic UCD PropList link to version specific link.
R David Murray [Fri, 10 Oct 2014 00:45:59 +0000 (20:45 -0400)]
#18176: Change generic UCD PropList link to version specific link.

10 years agoMerge with 3.4: decolourize
Terry Jan Reedy [Thu, 9 Oct 2014 22:45:07 +0000 (18:45 -0400)]
Merge with 3.4: decolourize

10 years agoDe-'colour'ize stdlib except for idlelib.configDialog.
Terry Jan Reedy [Thu, 9 Oct 2014 22:44:32 +0000 (18:44 -0400)]
De-'colour'ize stdlib except for idlelib.configDialog.
Tweak docstrigs and comments in affected functions in idlelib.configHandler.

10 years agoCloses #22579: Fix posixmodule.c to support any C compiler on Windows
Victor Stinner [Thu, 9 Oct 2014 22:09:47 +0000 (00:09 +0200)]
Closes #22579: Fix posixmodule.c to support any C compiler on Windows

10 years agoMerge: #18176: fix another reference and add it to the makeunicodedata comment.
R David Murray [Thu, 9 Oct 2014 21:41:55 +0000 (17:41 -0400)]
Merge: #18176: fix another reference and add it to the makeunicodedata comment.

10 years ago#18176: fix another reference and add it to the makeunicodedata comment.
R David Murray [Thu, 9 Oct 2014 21:39:48 +0000 (17:39 -0400)]
#18176: fix another reference and add it to the makeunicodedata comment.

10 years agoMerge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray [Thu, 9 Oct 2014 21:33:15 +0000 (17:33 -0400)]
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.

10 years ago#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray [Thu, 9 Oct 2014 21:30:33 +0000 (17:30 -0400)]
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.

Patch by Alexander Belopolsky.

10 years ago#18615: Make sndhdr return namedtuples.
R David Murray [Thu, 9 Oct 2014 20:59:30 +0000 (16:59 -0400)]
#18615: Make sndhdr return namedtuples.

Patch by Claudiu Popa.

10 years agoMerge 3.4
Victor Stinner [Thu, 9 Oct 2014 20:16:15 +0000 (22:16 +0200)]
Merge 3.4

10 years agoIssue #22588: Fix typo in _testcapi.test_incref_decref_API()
Victor Stinner [Thu, 9 Oct 2014 20:15:41 +0000 (22:15 +0200)]
Issue #22588: Fix typo in _testcapi.test_incref_decref_API()

10 years ago(Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom:
Victor Stinner [Thu, 9 Oct 2014 11:53:45 +0000 (13:53 +0200)]
(Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom:
rename "utime" variable to "ut" to avoid conflict with the C utime() function.
Patch written by Jeffrey Armstrong.

10 years agoIssue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime"
Victor Stinner [Thu, 9 Oct 2014 11:52:31 +0000 (13:52 +0200)]
Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime"
variable to "ut" to avoid conflict with the C utime() function. Patch written
by Jeffrey Armstrong.

10 years ago(Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()
Victor Stinner [Thu, 9 Oct 2014 09:11:49 +0000 (11:11 +0200)]
(Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()

The result type is Py_ssize_t (and not int).

10 years agoCloses #22580: Fix documentation of PyUnicode_Tailmatch()
Victor Stinner [Thu, 9 Oct 2014 09:11:25 +0000 (11:11 +0200)]
Closes #22580: Fix documentation of PyUnicode_Tailmatch()

The result type is Py_ssize_t (and not int).

10 years agowhatsnew: Fix markup.
Berker Peksag [Thu, 9 Oct 2014 08:46:56 +0000 (11:46 +0300)]
whatsnew: Fix markup.

10 years agowhatsnew: Add PEP 478.
Berker Peksag [Thu, 9 Oct 2014 08:38:19 +0000 (11:38 +0300)]
whatsnew: Add PEP 478.

10 years agoMerge with 3.4
Terry Jan Reedy [Thu, 9 Oct 2014 00:29:32 +0000 (20:29 -0400)]
Merge with 3.4

10 years agoIssue 3068: Move idlelib.configDialog action button creation into a separate
Terry Jan Reedy [Thu, 9 Oct 2014 00:29:13 +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.

10 years agoIssue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka [Wed, 8 Oct 2014 19:32:50 +0000 (22:32 +0300)]
Issue #21715: Extracted shared complicated code in the _io module to new
_PyErr_ChainExceptions() function.

10 years agoIssue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka [Wed, 8 Oct 2014 19:31:52 +0000 (22:31 +0300)]
Issue #21715: Extracted shared complicated code in the _io module to new
_PyErr_ChainExceptions() function.

10 years agoIssue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception...
Antoine Pitrou [Wed, 8 Oct 2014 18:02:40 +0000 (20:02 +0200)]
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.

Initial patch by Mark Shannon.

10 years agoIssue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception...
Antoine Pitrou [Wed, 8 Oct 2014 18:00:09 +0000 (20:00 +0200)]
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.

Initial patch by Mark Shannon.

10 years agoDrop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e)
Steve Dower [Wed, 8 Oct 2014 15:36:16 +0000 (08:36 -0700)]
Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e)

10 years agoIssue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
Berker Peksag [Wed, 8 Oct 2014 10:15:36 +0000 (13:15 +0300)]
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.

The correct parameter name is "fp", not "file".

10 years agoIssue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
Berker Peksag [Wed, 8 Oct 2014 10:15:04 +0000 (13:15 +0300)]
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.

The correct parameter name is "fp", not "file".

10 years agoMostly-null-merge from 3.4 branch following 3.4.2 release.
Larry Hastings [Wed, 8 Oct 2014 09:56:18 +0000 (02:56 -0700)]
Mostly-null-merge from 3.4 branch following 3.4.2 release.

10 years agoMerge from 3.4.2 release head back into 3.4 mainline.
Larry Hastings [Wed, 8 Oct 2014 09:50:50 +0000 (02:50 -0700)]
Merge from 3.4.2 release head back into 3.4 mainline.

10 years agoPost-release changes after 3.4.2 final.
Larry Hastings [Wed, 8 Oct 2014 09:40:43 +0000 (02:40 -0700)]
Post-release changes after 3.4.2 final.

10 years agoMerge with 3.4: idlelib.configHandler
Terry Jan Reedy [Tue, 7 Oct 2014 03:27:02 +0000 (23:27 -0400)]
Merge with 3.4: idlelib.configHandler

10 years agoidlelib.configHandler: revise docstrings, add spaces, use False/True, add some
Terry Jan Reedy [Tue, 7 Oct 2014 03:26:26 +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.

10 years agomerge 3.4
Benjamin Peterson [Tue, 7 Oct 2014 01:11:25 +0000 (21:11 -0400)]
merge 3.4

10 years agouse source role instead of linking to svn
Benjamin Peterson [Tue, 7 Oct 2014 01:10:25 +0000 (21:10 -0400)]
use source role instead of linking to svn

10 years agomerge with 3.4
Georg Brandl [Mon, 6 Oct 2014 15:51:53 +0000 (17:51 +0200)]
merge with 3.4

10 years agoCloses #16155: fix a few errors in doctest output of the FAQ pages.
Georg Brandl [Mon, 6 Oct 2014 15:51:09 +0000 (17:51 +0200)]
Closes #16155: fix a few errors in doctest output of the FAQ pages.

10 years agomerge with 3.4
Georg Brandl [Mon, 6 Oct 2014 14:57:02 +0000 (16:57 +0200)]
merge with 3.4

10 years agoCloses #12148: clarify "or's together option flags" in doctest docs.
Georg Brandl [Mon, 6 Oct 2014 14:56:43 +0000 (16:56 +0200)]
Closes #12148: clarify "or's together option flags" in doctest docs.

10 years agomerge with 3.4
Georg Brandl [Mon, 6 Oct 2014 14:48:38 +0000 (16:48 +0200)]
merge with 3.4

10 years agoCloses #21782: the default hash(x) is not exactly id(x) but derived from it.
Georg Brandl [Mon, 6 Oct 2014 14:45:23 +0000 (16:45 +0200)]
Closes #21782: the default hash(x) is not exactly id(x) but derived from it.

10 years agomerge with 3.4
Georg Brandl [Mon, 6 Oct 2014 14:19:20 +0000 (16:19 +0200)]
merge with 3.4

10 years agoCloses #10031: overhaul the "imports" section of the programming FAQ.
Georg Brandl [Mon, 6 Oct 2014 14:02:09 +0000 (16:02 +0200)]
Closes #10031: overhaul the "imports" section of the programming FAQ.

Remove the advice to never use relative imports; it is a leftover from 2.x implicit relative imports.
Remove the advice to locally import modules in __init__, it is a strange practice.
Remove the advice to use "from ... import *" with some modules.

10 years agoCloses #21480: better explanation of "hg touch" in the Makefile.
Georg Brandl [Mon, 6 Oct 2014 12:58:17 +0000 (14:58 +0200)]
Closes #21480: better explanation of "hg touch" in the Makefile.