]> granicus.if.org Git - python/log
python
10 years agoIssue #22845: Improved formatting of dis documentation.
Serhiy Storchaka [Tue, 11 Nov 2014 08:02:57 +0000 (10:02 +0200)]
Issue #22845: Improved formatting of dis documentation.

10 years agoIssue #12728: Different Unicode characters having the same uppercase but
Serhiy Storchaka [Mon, 10 Nov 2014 10:37:02 +0000 (12:37 +0200)]
Issue #12728: Different Unicode characters having the same uppercase but
different lowercase are now matched in case-insensitive regular expressions.

10 years agoIssue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
Serhiy Storchaka [Mon, 10 Nov 2014 08:42:06 +0000 (10:42 +0200)]
Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
platforms.

10 years agoUse internal links where possible
Raymond Hettinger [Mon, 10 Nov 2014 01:25:42 +0000 (17:25 -0800)]
Use internal links where possible

10 years agoIssue 22830: Clarify docs for functools.cmp_to_key().
Raymond Hettinger [Mon, 10 Nov 2014 01:10:17 +0000 (17:10 -0800)]
Issue 22830:  Clarify docs for functools.cmp_to_key().

10 years agoRemove unused import
Raymond Hettinger [Sat, 8 Nov 2014 06:47:30 +0000 (22:47 -0800)]
Remove unused import

10 years agoSilence the failure of test_pyclbr after adding a property in sre_parse
Serhiy Storchaka [Fri, 7 Nov 2014 20:31:54 +0000 (22:31 +0200)]
Silence the failure of test_pyclbr after adding a property in sre_parse
(issue #814253).

10 years agoIssues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka [Fri, 7 Nov 2014 19:43:45 +0000 (21:43 +0200)]
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.

10 years agoBackported tests for issue #22406.
Serhiy Storchaka [Fri, 7 Nov 2014 12:07:43 +0000 (14:07 +0200)]
Backported tests for issue #22406.

10 years agoIssue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
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.

10 years agoIssue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
Serhiy Storchaka [Fri, 7 Nov 2014 10:02:11 +0000 (12:02 +0200)]
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.

10 years agomerge heads
Georg Brandl [Thu, 6 Nov 2014 13:56:47 +0000 (14:56 +0100)]
merge heads

10 years ago#22650: test suite: load Unicode test data files from www.pythontest.net
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

10 years agofix test where sizeof(long) != sizeof(int)
Benjamin Peterson [Thu, 6 Nov 2014 05:52:58 +0000 (00:52 -0500)]
fix test where sizeof(long) != sizeof(int)

10 years agoFixes path to patchlevel.py in doc/make.bat
Steve Dower [Thu, 6 Nov 2014 04:13:46 +0000 (20:13 -0800)]
Fixes path to patchlevel.py in doc/make.bat

10 years agoIssue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large struct...
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

10 years agoCloses #22525: clarify documentation for ast.literal_eval().
Georg Brandl [Wed, 5 Nov 2014 19:20:28 +0000 (20:20 +0100)]
Closes #22525: clarify documentation for ast.literal_eval().

10 years agouse pythontest.net for url fragment test
Benjamin Peterson [Wed, 5 Nov 2014 16:27:14 +0000 (11:27 -0500)]
use pythontest.net for url fragment test

10 years agoIssue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings
Victor Stinner [Wed, 5 Nov 2014 14:07:18 +0000 (15:07 +0100)]
Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings

10 years agoIssue #22773: fix failing test with old readline versions due to issue #19884.
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.

10 years agoallow keyfile argument to be None (closes #22787)
Benjamin Peterson [Tue, 4 Nov 2014 02:12:05 +0000 (21:12 -0500)]
allow keyfile argument to be None (closes #22787)

10 years agotest that keyfile can be None
Benjamin Peterson [Tue, 4 Nov 2014 02:05:01 +0000 (21:05 -0500)]
test that keyfile can be None

10 years agoIssue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
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.

10 years ago#22751: fix test___all__ warning about modified environment in the tests. Patch...
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.

10 years agoIssue #17896: Move Windows external lib sources from .. to externals.
Zachary Ware [Sun, 2 Nov 2014 03:34:09 +0000 (22:34 -0500)]
Issue #17896: Move Windows external lib sources from .. to externals.

10 years agoIssue #22770: Prevent some Tk segfaults on OS X when running gui tests.
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)

10 years agoIssue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware [Sat, 1 Nov 2014 22:11:08 +0000 (17:11 -0500)]
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.

10 years agoBrought excluded code into the scope of a try block in SysLogHandler.emit().
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().

10 years agoCloses #22772: fix __ifloordiv__ and __itruediv__ docstring.
Georg Brandl [Fri, 31 Oct 2014 12:12:57 +0000 (13:12 +0100)]
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.

10 years agoIssue #17381: Fixed ranges handling in case-insensitive regular expressions.
Serhiy Storchaka [Fri, 31 Oct 2014 11:53:21 +0000 (13:53 +0200)]
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.

10 years agoBackported the optimization of compiling charsets in 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.

10 years ago#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 08:41:46 +0000 (09:41 +0100)]
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)

10 years ago#22613: minor other fixes in library 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)

10 years ago#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:25:38 +0000 (10:25 +0100)]
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)

10 years agominor grammar fixes (from docs@python.org)
Georg Brandl [Fri, 31 Oct 2014 08:29:38 +0000 (09:29 +0100)]
minor grammar fixes (from docs@python.org)

10 years agoFixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka [Thu, 30 Oct 2014 23:31:33 +0000 (01:31 +0200)]
Fixed compile error in issue #22410. The _locale module is optional.

10 years agoIssue #22410: Module level functions in the re module now cache compiled
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.

10 years agorstlint: make the "html leaked markup" regex a bit less sensitive
Georg Brandl [Thu, 30 Oct 2014 21:49:06 +0000 (22:49 +0100)]
rstlint: make the "html leaked markup" regex a bit less sensitive

10 years agorstlint: add more directives we use
Georg Brandl [Thu, 30 Oct 2014 21:35:55 +0000 (22:35 +0100)]
rstlint: add more directives we use

10 years agoDoc: fix default role usage (except in unittest mock docs)
Georg Brandl [Thu, 30 Oct 2014 21:26:26 +0000 (22:26 +0100)]
Doc: fix default role usage (except in unittest mock docs)

10 years agoIssue #8876: distutils now falls back to copying files when hard linking doesn't...
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.

10 years agoFixing broken links in doc, part 4: some more breaks and redirects
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

10 years agolinkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.pytho...
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).

10 years agoFixing broken links in doc, part 3: the rest
Georg Brandl [Wed, 29 Oct 2014 09:26:56 +0000 (10:26 +0100)]
Fixing broken links in doc, part 3: the rest

10 years agoFixing broken links in doc, part 2: howto/
Georg Brandl [Wed, 29 Oct 2014 08:37:43 +0000 (09:37 +0100)]
Fixing broken links in doc, part 2: howto/

10 years agoFixing broken links in doc, part 1: faq/
Georg Brandl [Wed, 29 Oct 2014 08:24:54 +0000 (09:24 +0100)]
Fixing broken links in doc, part 1: faq/

10 years agoFix external links to docs.python.org to use internal links instead.
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.

10 years agoRemove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs.
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.

10 years agoUpdate "where is python.org hosted" FAQ.
Georg Brandl [Wed, 29 Oct 2014 07:52:43 +0000 (08:52 +0100)]
Update "where is python.org hosted" FAQ.

10 years agoUse https:// URLs when referring to python.org hosts.
Georg Brandl [Wed, 29 Oct 2014 07:36:35 +0000 (08:36 +0100)]
Use https:// URLs when referring to python.org hosts.

10 years agoUse https:// URLs in the HTML templates.
Georg Brandl [Wed, 29 Oct 2014 07:36:15 +0000 (08:36 +0100)]
Use https:// URLs in the HTML templates.

10 years agoDoc readme: Fix markup, use https:// URLs.
Georg Brandl [Wed, 29 Oct 2014 07:18:43 +0000 (08:18 +0100)]
Doc readme: Fix markup, use https:// URLs.

10 years agoAdjust the author field of the .tex files to reflect that docs are now maintained...
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

10 years agoMove Sphinx templates and extensions to their own subdirs.
Georg Brandl [Wed, 29 Oct 2014 07:41:02 +0000 (08:41 +0100)]
Move Sphinx templates and extensions to their own subdirs.

10 years agoFix link to ABOP install chapter.
Georg Brandl [Tue, 28 Oct 2014 22:00:25 +0000 (23:00 +0100)]
Fix link to ABOP install chapter.

10 years agoUpdate Opensolaris advice to OpenCSW instead of defunct Blastwave.
Georg Brandl [Tue, 28 Oct 2014 21:52:49 +0000 (22:52 +0100)]
Update Opensolaris advice to OpenCSW instead of defunct Blastwave.

10 years agoCloses #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo...
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

10 years agoCloses #22748: there are no PyString C functions in 3.x.
Georg Brandl [Tue, 28 Oct 2014 20:38:49 +0000 (21:38 +0100)]
Closes #22748: there are no PyString C functions in 3.x.

10 years agoCloses #22736: move seealso to the bottom of the section about RE syntax.
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.

10 years ago#22237: fix patch attribution.
Ezio Melotti [Tue, 28 Oct 2014 12:57:12 +0000 (13:57 +0100)]
#22237: fix patch attribution.

10 years ago#22237: document that sorted() is guaranteed to be stable. Initial patch by Martin...
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.

10 years agoUpdate OpenSSL version in PCbuild\readme.txt
Zachary Ware [Sun, 26 Oct 2014 04:04:33 +0000 (23:04 -0500)]
Update OpenSSL version in PCbuild\readme.txt

10 years agoIssue #3068: Add Idle extension configuration dialog to Options menu.
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.

10 years agoIssue #16863: Explain difference between text and 2.7 behavior.
Terry Jan Reedy [Wed, 22 Oct 2014 21:59:53 +0000 (17:59 -0400)]
Issue #16863: Explain difference between text and 2.7 behavior.

10 years agoUpdated cookbook entry to replace shutil.chown with os.chown.
Vinay Sajip [Wed, 22 Oct 2014 17:27:59 +0000 (18:27 +0100)]
Updated cookbook entry to replace shutil.chown with os.chown.

10 years agoIssue #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.

10 years agomake plural s lowercase
Benjamin Peterson [Sun, 19 Oct 2014 14:48:50 +0000 (10:48 -0400)]
make plural s lowercase

10 years agoCloses #22663: patchcheck: only modify text files under Doc/
Georg Brandl [Sun, 19 Oct 2014 09:54:08 +0000 (11:54 +0200)]
Closes #22663: patchcheck: only modify text files under Doc/

10 years agoFix a typo caught by Gabriella Capone on docs@
Zachary Ware [Sun, 19 Oct 2014 06:06:58 +0000 (01:06 -0500)]
Fix a typo caught by Gabriella Capone on docs@

10 years agoIssue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,
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.

10 years ago#9351: set_defaults on subparser is no longer ignored if set on parent.
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.

10 years agoIssue #22644: Update the Windows build to OpenSSL 1.0.1j
Zachary Ware [Fri, 17 Oct 2014 21:20:15 +0000 (16:20 -0500)]
Issue #22644: Update the Windows build to OpenSSL 1.0.1j

11 years agoIssue #20221: Removed conflicting (or circular) hypot definition
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.

10 years agoFix badly merged NEWS item.
Zachary Ware [Fri, 17 Oct 2014 16:09:13 +0000 (11:09 -0500)]
Fix badly merged NEWS item.

10 years agoadd back NEWS entries removed by 1c2c44313408
Benjamin Peterson [Fri, 17 Oct 2014 15:30:45 +0000 (11:30 -0400)]
add back NEWS entries removed by 1c2c44313408

10 years agoremove link to the 'original package specification'; I doubt it's useful anymore...
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)

10 years agoIssue #22646: Accept list as well as tuple to support initialisation via dictConfig().
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().

10 years agoIssue #22629: Revise idle_test.htest, mostly docstring. Start revision of
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.

10 years agoIssue #22628: Increase Treewidge line spacing so lines do not overlap.
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.

10 years agoIssue #16233: When the module browser is not invoked in an editor window with
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.

10 years agoIssue #3068: Change 0/1 to False/True so that extension configure dialog can
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.

10 years agoIssue #22632: replace dead link with version-specific doc link.
Terry Jan Reedy [Tue, 14 Oct 2014 20:56:36 +0000 (16:56 -0400)]
Issue #22632: replace dead link with version-specific doc link.

10 years agoIssue #21855: Fixed the decimal module in unicode disabled build.
Serhiy Storchaka [Tue, 14 Oct 2014 18:10:56 +0000 (21:10 +0300)]
Issue #21855: Fixed the decimal module in unicode disabled build.

10 years agoUse https:// URLs for the bug tracker in the :issue: role.
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

10 years agoissue22626: Use https:// for a link to the bug tracker
Alex Gaynor [Mon, 13 Oct 2014 19:55:21 +0000 (12:55 -0700)]
issue22626: Use https:// for a link to the bug tracker

10 years agomerge heads
Benjamin Peterson [Mon, 13 Oct 2014 19:51:28 +0000 (15:51 -0400)]
merge heads

10 years agoMerge.
Charles-François Natali [Mon, 13 Oct 2014 17:42:49 +0000 (18:42 +0100)]
Merge.

10 years agoIssue #22435: Fix a file descriptor leak when SocketServer bind fails.
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.

10 years agonote xmlrpclib doesn't verify certs (yet)
Benjamin Peterson [Mon, 13 Oct 2014 15:53:54 +0000 (11:53 -0400)]
note xmlrpclib doesn't verify certs (yet)

10 years agoFixed the test of issue #13664 on platforms without unicode filenames support.
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.

10 years agoIssue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.
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.

10 years agoChange deprecated Exception.message to Exception.args-[0] where the use of
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.

10 years agoIssue #13664: GzipFile now supports non-ascii Unicode filenames.
Serhiy Storchaka [Sun, 12 Oct 2014 19:23:28 +0000 (22:23 +0300)]
Issue #13664: GzipFile now supports non-ascii Unicode filenames.

10 years ago#13096: Fix segfault in CTypes POINTER handling of large values.
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.

10 years agoAlways handle non-handled events before destoying root widget in tests.
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.

10 years ago#17325: Improve distutils PyPI documentation.
R David Murray [Sun, 12 Oct 2014 17:15:40 +0000 (13:15 -0400)]
#17325: Improve distutils PyPI documentation.

Patch by Chris Jerdonek.

10 years ago#11973: add test for previously fixed kevent signed/unsigned bug.
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.

10 years agoMerge heads
Serhiy Storchaka [Sun, 12 Oct 2014 14:15:56 +0000 (17:15 +0300)]
Merge heads

10 years agoCloses #22586: clarify meaning of allow_fragments in urlparse.
Georg Brandl [Sun, 12 Oct 2014 14:13:32 +0000 (16:13 +0200)]
Closes #22586: clarify meaning of allow_fragments in urlparse.

10 years agoFixed and optimized a test of issue #22526.
Serhiy Storchaka [Sun, 12 Oct 2014 14:13:06 +0000 (17:13 +0300)]
Fixed and optimized a test of issue #22526.