]> granicus.if.org Git - python/log
python
11 years agoIssue #19390: Argument Clinic no longer accepts malformed Python and C ids.
Larry Hastings [Sun, 27 Oct 2013 09:49:39 +0000 (02:49 -0700)]
Issue #19390: Argument Clinic no longer accepts malformed Python and C ids.

11 years agomerge with 3.3
Georg Brandl [Sun, 27 Oct 2013 08:54:53 +0000 (09:54 +0100)]
merge with 3.3

11 years agoAdded tag v3.3.3rc1 for changeset fd53c500f8b8
Georg Brandl [Sun, 27 Oct 2013 08:49:33 +0000 (09:49 +0100)]
Added tag v3.3.3rc1 for changeset fd53c500f8b8

11 years agoSkip overzealous test for existence of the online license.html for pre-release versions. v3.3.3rc1
Georg Brandl [Sun, 27 Oct 2013 08:41:57 +0000 (09:41 +0100)]
Skip overzealous test for existence of the online license.html for pre-release versions.

11 years agoBump to 3.3.3rc1.
Georg Brandl [Sun, 27 Oct 2013 08:22:59 +0000 (09:22 +0100)]
Bump to 3.3.3rc1.

11 years agoFix markup errors in the docs and amend suspicious ignores.
Georg Brandl [Sun, 27 Oct 2013 08:16:01 +0000 (09:16 +0100)]
Fix markup errors in the docs and amend suspicious ignores.

11 years agoUpdate pydoc topics.
Georg Brandl [Sun, 27 Oct 2013 08:08:16 +0000 (09:08 +0100)]
Update pydoc topics.

11 years ago#19227: merge with 3.3
Georg Brandl [Sun, 27 Oct 2013 06:57:42 +0000 (07:57 +0100)]
#19227: merge with 3.3

11 years agoIssue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL
Georg Brandl [Sun, 27 Oct 2013 06:56:11 +0000 (07:56 +0100)]
Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL
pseudo-random number generator on fork().

11 years agomerge with 3.3
Georg Brandl [Sun, 27 Oct 2013 06:46:09 +0000 (07:46 +0100)]
merge with 3.3

11 years agomerge
Georg Brandl [Sun, 27 Oct 2013 06:39:36 +0000 (07:39 +0100)]
merge

11 years agoIssue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl [Sun, 27 Oct 2013 06:34:48 +0000 (07:34 +0100)]
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
100 headers are read.  Adapted from patch by Jyrki Pulliainen.

11 years agoIssue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Georg Brandl [Sun, 27 Oct 2013 06:29:47 +0000 (07:29 +0100)]
Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
prevent readline() calls from consuming too much memory.  Patch by Jyrki
Pulliainen.

11 years agoIssue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Georg Brandl [Sun, 27 Oct 2013 06:23:53 +0000 (07:23 +0100)]
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
prevent readline() calls from consuming too much memory.  Patch by Jyrki
Pulliainen.

11 years agoIssue #19329: Optimized compiling charsets in regular expressions.
Serhiy Storchaka [Sun, 27 Oct 2013 06:20:29 +0000 (08:20 +0200)]
Issue #19329: Optimized compiling charsets in regular expressions.

11 years agoIssue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
Georg Brandl [Sun, 27 Oct 2013 06:16:53 +0000 (07:16 +0100)]
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
for security reasons.  It now doesn't match multiple wildcards nor wildcards
inside IDN fragments.

11 years agoIssue #19405: Fixed outdated comments in the _sre module.
Serhiy Storchaka [Sun, 27 Oct 2013 06:07:46 +0000 (08:07 +0200)]
Issue #19405: Fixed outdated comments in the _sre module.

11 years agoIssue #19405: Fixed outdated comments in the _sre module.
Serhiy Storchaka [Sun, 27 Oct 2013 06:04:58 +0000 (08:04 +0200)]
Issue #19405: Fixed outdated comments in the _sre module.

11 years agoIssue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
Georg Brandl [Sun, 27 Oct 2013 05:52:14 +0000 (06:52 +0100)]
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
line length.  Patch by Emil Lind.

11 years agoIssue Issue #15663: merge from 3.3
Ned Deily [Sun, 27 Oct 2013 05:23:20 +0000 (22:23 -0700)]
Issue Issue #15663: merge from 3.3

11 years agoIssue #15663: Force IDLE.app to run the GUI process in 32-bit mode.
Ned Deily [Sun, 27 Oct 2013 05:22:07 +0000 (22:22 -0700)]
Issue #15663: Force IDLE.app to run the GUI process in 32-bit mode.
This mitigates the current Aqua Tk refresh problem on OS X 10.9
by backporting 2.7.x behavior and is transparent to the user.

11 years agoMitigate #19412: restore test skips for --without-doc-strings
Nick Coghlan [Sun, 27 Oct 2013 04:19:12 +0000 (14:19 +1000)]
Mitigate #19412: restore test skips for --without-doc-strings

11 years agomerge 3.3 (#19393)
Benjamin Peterson [Sat, 26 Oct 2013 17:22:08 +0000 (13:22 -0400)]
merge 3.3 (#19393)

11 years agojust return toplevel symbol table rather than all blocks (closes #19393)
Benjamin Peterson [Sat, 26 Oct 2013 17:13:51 +0000 (13:13 -0400)]
just return toplevel symbol table rather than all blocks (closes #19393)

11 years agoChanged a comment to end grammar bikeshedding ;-)
Tim Peters [Sat, 26 Oct 2013 16:56:16 +0000 (11:56 -0500)]
Changed a comment to end grammar bikeshedding ;-)

11 years agoAssorted 3.4 What's New updates
Nick Coghlan [Sat, 26 Oct 2013 15:57:34 +0000 (01:57 +1000)]
Assorted 3.4 What's New updates

- cross-references and attributions for inspect changes
- note improvements to inspect and pydoc handling of
  metaclasses and dynamic attributes (courtesy of the
  enum PEP)
- group all CPython implementation specific changes
  into a common section
- add see also links for most of the PEPs
- fix the see also link for the release PEP
- add suitable caveats on Argument Clinic inclusion
- clarify the change to __wrapped__ handling

11 years agoClose #19409: add missing import in pkgutil
Nick Coghlan [Sat, 26 Oct 2013 14:27:39 +0000 (00:27 +1000)]
Close #19409: add missing import in pkgutil

11 years agoIssue #19330: Handle the no-docstrings case in tests
Nick Coghlan [Sat, 26 Oct 2013 12:20:43 +0000 (22:20 +1000)]
Issue #19330: Handle the no-docstrings case in tests

11 years agonull merge
Ned Deily [Sat, 26 Oct 2013 10:27:24 +0000 (03:27 -0700)]
null merge

11 years agoIssue #15663: OS X installer builtin Tcl/Tk support
Ned Deily [Sat, 26 Oct 2013 10:17:44 +0000 (03:17 -0700)]
Issue #15663: OS X installer builtin Tcl/Tk support

Make it easier for users to make use of the backup _tkinter linked
with the third-party Tcl and Tk frameworks in /Library/Frameworks.
The two tkinter variants are now installed in separate directories
under a new lib-tkinter.  This allows per-user selection by
manipulating sys.path, directly or with PYTHONPATH.  If this
proves useful, we can supply a more convenient user interface
to supply the paths.  For now, this remains somewhat experimental.

11 years agoIssue #15663: OS X installer builtin Tcl/Tk support
Ned Deily [Sat, 26 Oct 2013 10:16:44 +0000 (03:16 -0700)]
Issue #15663: OS X installer builtin Tcl/Tk support

Make it easier for users to make use of the backup _tkinter linked
with the third-party Tcl and Tk frameworks in /Library/Frameworks.
The two tkinter variants are now installed in separate directories
under a new lib-tkinter.  This allows per-user selection by
manipulating sys.path, directly or with PYTHONPATH.  If this
proves useful, we can supply a more convenient user interface
to supply the paths.  For now, this remains somewhat experimental.

11 years agoIssue #18685: Extract template part of _sre.c into separated sre_lib.h file.
Serhiy Storchaka [Sat, 26 Oct 2013 08:18:42 +0000 (11:18 +0300)]
Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.

11 years agoClose #19330 by using public classes in contextlib
Nick Coghlan [Sat, 26 Oct 2013 08:08:15 +0000 (18:08 +1000)]
Close #19330 by using public classes in contextlib

- added test cases to ensure docstrings are reasonable
- also updates various comments in contextlib for accuracy
- identifed #19404 as an issue making it difficult to provide
  good help output on generator based context manager instances

11 years agoIssue #18685: Restore re performance to pre-PEP 393 levels.
Serhiy Storchaka [Sat, 26 Oct 2013 07:45:48 +0000 (10:45 +0300)]
Issue #18685: Restore re performance to pre-PEP 393 levels.

11 years agoMove Misc/NEWS entries in correct secton.
Serhiy Storchaka [Sat, 26 Oct 2013 07:42:09 +0000 (10:42 +0300)]
Move Misc/NEWS entries in correct secton.

11 years ago(Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when
Victor Stinner [Sat, 26 Oct 2013 07:20:38 +0000 (09:20 +0200)]
(Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when
available to compute timeout.

11 years agoClose #19339: telnetlib module is now using time.monotonic() when available to
Victor Stinner [Sat, 26 Oct 2013 07:16:29 +0000 (09:16 +0200)]
Close #19339: telnetlib module is now using time.monotonic() when available to
compute timeout.

11 years agoClose #19396: make test_contextlib tolerate -S
Nick Coghlan [Sat, 26 Oct 2013 06:37:47 +0000 (16:37 +1000)]
Close #19396: make test_contextlib tolerate -S

11 years agoFiddled Thread.join() to be a little simpler. Kinda ;-)
Tim Peters [Sat, 26 Oct 2013 03:33:52 +0000 (22:33 -0500)]
Fiddled Thread.join() to be a little simpler.  Kinda ;-)

11 years agoIssue #19399: fix sporadic test_subprocess failure.
Tim Peters [Sat, 26 Oct 2013 01:46:51 +0000 (20:46 -0500)]
Issue #19399: fix sporadic test_subprocess failure.

Change Thread.join() with a negative timeout to just return.  The
behavior isn't documented then, but this restores previous
behavior.

11 years agonull merge
Ned Deily [Fri, 25 Oct 2013 23:05:08 +0000 (16:05 -0700)]
null merge

11 years agoIssue #19400: Prevent extension module build failures with Xcode 5 on OS X
Ned Deily [Fri, 25 Oct 2013 23:03:35 +0000 (16:03 -0700)]
Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
10.8+ when using a universal Python that included a PPC architecture,
such as with a python.org 32-bit-only binary installer.

11 years agoCorrect whitespace in test_os
Tim Golden [Fri, 25 Oct 2013 20:26:06 +0000 (21:26 +0100)]
Correct whitespace in test_os

11 years agoIssue13234 Credit Santoso for the patch and add NEWS item
Tim Golden [Fri, 25 Oct 2013 20:21:20 +0000 (21:21 +0100)]
Issue13234 Credit Santoso for the patch and add NEWS item

11 years agoIssue13234 Allow listdir to handle extended paths on Windows (Patch by Santoso Wijaya)
Tim Golden [Fri, 25 Oct 2013 19:24:06 +0000 (20:24 +0100)]
Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santoso Wijaya)

11 years agomerge
Brett Cannon [Fri, 25 Oct 2013 19:45:42 +0000 (15:45 -0400)]
merge

11 years agotest_resource should not assume all attributes are available when they
Brett Cannon [Fri, 25 Oct 2013 19:45:25 +0000 (15:45 -0400)]
test_resource should not assume all attributes are available when they
are individually controlled by #ifdef statements in the extension
code.

11 years agoIssue #19375: The site module adding a "site-python" directory to sys.path, if it...
Antoine Pitrou [Fri, 25 Oct 2013 19:39:26 +0000 (21:39 +0200)]
Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated.

11 years agoIssue #16803: Move test.test_importlib.extension to use both frozen and source import...
Brett Cannon [Fri, 25 Oct 2013 19:39:02 +0000 (15:39 -0400)]
Issue #16803: Move test.test_importlib.extension to use both frozen and source importlib code

11 years agoIssue #19387: explain and test the sre overlap table
Antoine Pitrou [Fri, 25 Oct 2013 19:36:10 +0000 (21:36 +0200)]
Issue #19387: explain and test the sre overlap table

11 years agomerge
Brett Cannon [Fri, 25 Oct 2013 17:53:06 +0000 (13:53 -0400)]
merge

11 years agoTweak some doc wording for importlib.reload
Brett Cannon [Fri, 25 Oct 2013 17:52:46 +0000 (13:52 -0400)]
Tweak some doc wording for importlib.reload

11 years agoMerge.
bquinlan [Fri, 25 Oct 2013 17:51:18 +0000 (04:51 +1100)]
Merge.

11 years agoIssue #11161: Update the documentation for ProcessPoolExecutor to note that it will...
bquinlan [Fri, 25 Oct 2013 17:49:55 +0000 (04:49 +1100)]
Issue #11161: Update the documentation for ProcessPoolExecutor to note that it will not work in the interactive shell.

11 years agomerge from 3.3
Brett Cannon [Fri, 25 Oct 2013 17:49:20 +0000 (13:49 -0400)]
merge from 3.3

11 years agoIssue #19392: Document that imp.reload() now relies on __loader__
Brett Cannon [Fri, 25 Oct 2013 17:46:15 +0000 (13:46 -0400)]
Issue #19392: Document that imp.reload() now relies on __loader__
being defined on top of __name__.

11 years agoIssue #16803: Have test.test_importlib.builtin test both frozen and
Brett Cannon [Fri, 25 Oct 2013 16:44:36 +0000 (12:44 -0400)]
Issue #16803: Have test.test_importlib.builtin test both frozen and
source importlib.

11 years agoIssue #16803: Stop having test.test_importlib.abc ABCs inherit from
Brett Cannon [Fri, 25 Oct 2013 16:33:59 +0000 (12:33 -0400)]
Issue #16803: Stop having test.test_importlib.abc ABCs inherit from
unittest.TestCase in prep of running tests under frozen and source
importlib.

11 years agotest_selectors: make timeout-related errors report the actual elapsed timeout.
Charles-François Natali [Fri, 25 Oct 2013 15:56:00 +0000 (17:56 +0200)]
test_selectors: make timeout-related errors report the actual elapsed timeout.

11 years agotest_selectors: rename test_interrupted_retry() (since it doesn't actually
Charles-François Natali [Fri, 25 Oct 2013 15:49:47 +0000 (17:49 +0200)]
test_selectors: rename test_interrupted_retry() (since it doesn't actually
retry on EINTR).

11 years agoIssue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt)
Tim Golden [Fri, 25 Oct 2013 10:22:37 +0000 (11:22 +0100)]
Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt)

11 years agoCloses issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware)
Tim Golden [Fri, 25 Oct 2013 07:58:16 +0000 (08:58 +0100)]
Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware)

11 years agonull merge with 3.3
Ned Deily [Fri, 25 Oct 2013 07:52:26 +0000 (00:52 -0700)]
null merge with 3.3

11 years agoSync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.
Ned Deily [Fri, 25 Oct 2013 07:47:38 +0000 (00:47 -0700)]
Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.

11 years agoIssue #19019: Change the OS X installer build script to use CFLAGS instead
Ned Deily [Fri, 25 Oct 2013 07:46:02 +0000 (00:46 -0700)]
Issue #19019: Change the OS X installer build script to use CFLAGS instead
of OPT for special build options.  By setting OPT, some compiler-specific
options like -fwrapv were overridden and thus not used, which could result
in broken interpreters when building with clang.

11 years agoIssue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
Ned Deily [Fri, 25 Oct 2013 07:41:46 +0000 (00:41 -0700)]
Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
64-bit/32-bit installer for 10.6+.  It is no longer necessary
to install a third-party version of Tcl/Tk 8.5 to work around the
problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6
and later releases.

11 years agoIssue #1584: Provide options to override default search paths for Tcl and Tk
Ned Deily [Fri, 25 Oct 2013 07:34:44 +0000 (00:34 -0700)]
Issue #1584: Provide options to override default search paths for Tcl and Tk
when building _tkinter.  configure has two new options; if used, both must
be specified:

  ./configure \
      --with-tcltk-includes="-I/opt/local/include" \
      --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5"

In addition, the options can be overridden with make:

   make \
       TCLTK_INCLUDES="-I/opt/local/include" \
       TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"

11 years agoIssue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.
Christian Heimes [Fri, 25 Oct 2013 07:21:51 +0000 (09:21 +0200)]
Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.

11 years agoIssue #16595: prlimit() needs Linux kernel 2.6.36+
Christian Heimes [Fri, 25 Oct 2013 06:31:19 +0000 (08:31 +0200)]
Issue #16595: prlimit() needs Linux kernel 2.6.36+

11 years agoremove unused imports from statistics module
Christian Heimes [Fri, 25 Oct 2013 00:11:17 +0000 (02:11 +0200)]
remove unused imports from statistics module

11 years agoIssue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka [Thu, 24 Oct 2013 21:08:13 +0000 (00:08 +0300)]
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.

11 years agoIssue #19288: Fixed the "in" operator of dbm.gnu databases for string
Serhiy Storchaka [Thu, 24 Oct 2013 21:06:52 +0000 (00:06 +0300)]
Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.

11 years agoIssue #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka [Thu, 24 Oct 2013 21:01:25 +0000 (00:01 +0300)]
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.

11 years agoIssue #19287: Fixed the "in" operator of dbm.ndbm databases for string
Serhiy Storchaka [Thu, 24 Oct 2013 20:59:28 +0000 (23:59 +0300)]
Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
argument.  Original patch by Arfrever Frehtes Taifersar Arahesis.

11 years agoClose #19379: Lazily import linecache in the warnings module, to make startup with...
Antoine Pitrou [Thu, 24 Oct 2013 20:23:42 +0000 (22:23 +0200)]
Close #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed.

11 years agoIssue #19369: Optimized the usage of __length_hint__().
Serhiy Storchaka [Thu, 24 Oct 2013 20:19:51 +0000 (23:19 +0300)]
Issue #19369: Optimized the usage of __length_hint__().

11 years agoIssue #19327: Fixed the working of regular expressions with too big charset.
Serhiy Storchaka [Thu, 24 Oct 2013 19:04:37 +0000 (22:04 +0300)]
Issue #19327: Fixed the working of regular expressions with too big charset.

11 years agoIssue #19327: Fixed the working of regular expressions with too big charset.
Serhiy Storchaka [Thu, 24 Oct 2013 19:02:58 +0000 (22:02 +0300)]
Issue #19327: Fixed the working of regular expressions with too big charset.

11 years ago#17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS
Peter Moody [Thu, 24 Oct 2013 16:47:10 +0000 (09:47 -0700)]
#17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS

11 years agomerge from 3.3: Increase the test coverage of macurl2path module. Patch by Colin...
Senthil Kumaran [Thu, 24 Oct 2013 04:55:35 +0000 (21:55 -0700)]
merge from 3.3: Increase the test coverage of macurl2path module. Patch by Colin Williams.

11 years agoIncrease the coverage of macurl2path. Patch by Colin Williams.
Senthil Kumaran [Thu, 24 Oct 2013 04:50:56 +0000 (21:50 -0700)]
Increase the coverage of macurl2path. Patch by Colin Williams.

11 years agoIssue #19360: fix test_site when Python is installed into $HOME/.local
Antoine Pitrou [Wed, 23 Oct 2013 20:03:45 +0000 (22:03 +0200)]
Issue #19360: fix test_site when Python is installed into $HOME/.local

11 years agoIssue #19360: fix test_site when Python is installed into $HOME/.local
Antoine Pitrou [Wed, 23 Oct 2013 20:03:22 +0000 (22:03 +0200)]
Issue #19360: fix test_site when Python is installed into $HOME/.local

11 years agoIssue #19365: Optimized the parsing of long replacement string in re.sub*()
Serhiy Storchaka [Wed, 23 Oct 2013 19:27:52 +0000 (22:27 +0300)]
Issue #19365: Optimized the parsing of long replacement string in re.sub*()
functions.

11 years agoIssue #19356: Avoid using a C variabled named "_self", it's a reserved word in some...
Antoine Pitrou [Wed, 23 Oct 2013 17:21:55 +0000 (19:21 +0200)]
Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers.

11 years agoIssue #19356: Avoid using a C variabled named "_self", it's a reserved word in some...
Antoine Pitrou [Wed, 23 Oct 2013 17:20:21 +0000 (19:20 +0200)]
Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers.

11 years agoIssue #19352: Fix unittest discovery when a module can be reached through several...
Antoine Pitrou [Wed, 23 Oct 2013 17:15:05 +0000 (19:15 +0200)]
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).

11 years agoIssue #19352: Fix unittest discovery when a module can be reached through several...
Antoine Pitrou [Wed, 23 Oct 2013 17:11:29 +0000 (19:11 +0200)]
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).

11 years agoIssue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Antoine Pitrou [Wed, 23 Oct 2013 17:08:07 +0000 (19:08 +0200)]
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Patch by Sunny K.

11 years agoIssue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Antoine Pitrou [Wed, 23 Oct 2013 17:07:40 +0000 (19:07 +0200)]
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Patch by Sunny K.

11 years agoClose #19345: fix typo
Victor Stinner [Wed, 23 Oct 2013 16:54:43 +0000 (18:54 +0200)]
Close #19345: fix typo

11 years agoTwo small, quick bugfixes for Argument Clinic.
Larry Hastings [Wed, 23 Oct 2013 06:26:23 +0000 (23:26 -0700)]
Two small, quick bugfixes for Argument Clinic.

11 years ago[Issue #19357] Ensure module "loaded" during tests gets forgotten.
Eric Snow [Wed, 23 Oct 2013 05:46:53 +0000 (23:46 -0600)]
[Issue #19357] Ensure module "loaded" during tests gets forgotten.

11 years ago[Issue #19357] Ensure module "loaded" during tests gets forgotten.
Eric Snow [Wed, 23 Oct 2013 05:27:42 +0000 (23:27 -0600)]
[Issue #19357] Ensure module "loaded" during tests gets forgotten.

11 years ago#17400: fix documentation, add cache to is_global and correctly handle 100.64.0.0/10
Peter Moody [Tue, 22 Oct 2013 19:36:21 +0000 (12:36 -0700)]
#17400: fix documentation, add cache to is_global and correctly handle 100.64.0.0/10

11 years agoIssue #15207: Fix mimetypes to read from correct area in Windows registry (Original...
Tim Golden [Tue, 22 Oct 2013 19:03:47 +0000 (20:03 +0100)]
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)

11 years agoIssue #15207: Fix mimetypes to read from correct area in Windows registry (Original...
Tim Golden [Tue, 22 Oct 2013 18:27:34 +0000 (19:27 +0100)]
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)

11 years agoMerge 3.4.0a4 release head back into trunk.
Larry Hastings [Tue, 22 Oct 2013 17:49:20 +0000 (10:49 -0700)]
Merge 3.4.0a4 release head back into trunk.

11 years agoPost-release updates for 3.4.0a4.
Larry Hastings [Tue, 22 Oct 2013 17:44:35 +0000 (10:44 -0700)]
Post-release updates for 3.4.0a4.

11 years agoIssue #19030: fix new pydoc tests for --without-doc-strings
Ethan Furman [Tue, 22 Oct 2013 14:30:24 +0000 (07:30 -0700)]
Issue #19030: fix new pydoc tests for --without-doc-strings