New submission from Berker Peksag:
Since imp.reload() was deprecated in issue 18193, the reload fixer (added in
issue 11797) needs to be updated to use importlib.reload() instead of
imp.reload().
--
components: 2to3 (2.x to 3.x conversion tool)
files: reload-fixer.diff
keywords: patch
Changes by Berker Peksag :
--
nosy: +fgracia
___
Python tracker
<http://bugs.python.org/issue13630>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> IDLE: Find(ed) text is not highlighted while dialog box is open
___
Python tracker
<http://bugs.python
Changes by Berker Peksag :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue21463>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
versions: -Python 3.1, Python 3.2, Python 3.3
___
Python tracker
<http://bugs.python.org/issue21466>
___
___
Python-bugs-list mailin
Changes by Berker Peksag :
--
stage: test needed -> resolved
___
Python tracker
<http://bugs.python.org/issue21467>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
stage: -> patch review
versions: -Python 3.1, Python 3.2, Python 3.3
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
There is a patch for Crawl-delay in issue 16099.
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue21
Changes by Berker Peksag :
--
nosy: +berker.peksag, serhiy.storchaka
stage: needs patch -> patch review
Added file: http://bugs.python.org/file35223/issue21198.diff
___
Python tracker
<http://bugs.python.org/issu
New submission from Berker Peksag:
The patch also updates the signature of TarFile.open().
--
assignee: docs@python
components: Documentation
files: tarfile-open-classmethod.diff
keywords: patch
messages: 218323
nosy: berker.peksag, docs@python, serhiy.storchaka
priority: normal
Changes by Berker Peksag :
--
keywords: +patch
nosy: +berker.peksag
stage: needs patch -> patch review
versions: -Python 3.3
Added file: http://bugs.python.org/file35226/issue20872.diff
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Here's a patch. I followed Antoine's name suggestion.
PSF would more suitable for the "epub_publisher" option:
http://sphinx-doc.org/config.html#confval-epub_publisher
--
keywords: +patch
nosy: +berker.peksag
stage: needs patch -
Changes by Berker Peksag :
--
nosy: +giampaolo.rodola, gvanrossum, haypo, pitrou, yselivanov
___
Python tracker
<http://bugs.python.org/issue21485>
___
___
Pytho
Changes by Berker Peksag :
--
keywords: +patch
nosy: +berker.peksag, ncoghlan
stage: -> patch review
type: resource usage -> behavior
versions: +Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35240/issue21488.diff
___
Python t
Berker Peksag added the comment:
> >>> email.header.decode_header("foo")
> [('foo', None)]
email.header.decode_header() implements rfc-2047 and the "foo" header doesn't
match the syntax described in rfc-2047 (see "2. Syntax of encod
Berker Peksag added the comment:
Attaching two patches:
issue2052.diff adds a "charset" keyword argument to HtmlDiff.make_file().
issue2052_html5.diff also adds a "charset" keyword argument to
HtmlDiff.make_file() and updates the markup of HtmlDiff() to HTML5. I tested it
Changes by Berker Peksag :
Added file: http://bugs.python.org/file35245/issue2052_html5.diff
___
Python tracker
<http://bugs.python.org/issue2052>
___
___
Python-bug
Changes by Berker Peksag :
--
stage: test needed -> resolved
___
Python tracker
<http://bugs.python.org/issue21156>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Is there a chance to get this into 3.4.1?
--
stage: -> patch review
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue9266>
___
___
Changes by Berker Peksag :
--
stage: commit review -> resolved
___
Python tracker
<http://bugs.python.org/issue21488>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Here's a patch to implement expandvars() for PurePath (with tests and
documentation update).
--
keywords: +patch
nosy: +berker.peksag
stage: -> patch review
Added file: http://bugs.python.org/file35252/issue21
Berker Peksag added the comment:
> The HTML output contains an encoding in the :
>
See issue2052 for this.
--
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
Here's a patch to set the default "convert_charrefs" value to True (with
documentation and whatsnew updates).
--
keywords: +patch
nosy: +berker.peksag
stage: -> patch review
Added file: http://bugs.python.org/file352
Berker Peksag added the comment:
> A patch to detect bad type for classifiers in the check command would
> also be acceptable for 3.5, or to catch it earlier, a check in the
> Distribution class.
Thanks for the idea, Éric. New patch attached.
--
stage: needs patch ->
Changes by Berker Peksag :
--
nosy: +steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue21518>
___
___
Python-bugs-list mailin
Berker Peksag added the comment:
Here is a patch to deprecate the shutil.abspath function.
--
nosy: +berker.peksag
Added file: http://bugs.python.org/file35272/issue21391.diff
___
Python tracker
<http://bugs.python.org/issue21
Berker Peksag added the comment:
Attaching a new version of issue2052_html5.diff. Changes:
- Switch from px to em in CSS
- Cleanup markup a bit (e.g. delete redundant colgroup tags)
--
Added file: http://bugs.python.org/file35273/issue2052_html5_v2.diff
Berker Peksag added the comment:
> Berker: do you consider your diff ready to go in, or is it an "early"
> diff (like a work-in-progress)?
I tested my patch with test_expectedFailure.py again. The patch is not really
fixes the problem described in msg215240. So, I consider it
Berker Peksag added the comment:
I've added missing self._formatMessage() functions to assertRegex and
assertNotRegex asserts.
--
keywords: +patch
nosy: +berker.peksag
stage: needs patch -> patch review
versions: -Python 3.3
Added file: http://bugs.python.org/file35274/issue20
Berker Peksag added the comment:
I couldn't reproduce it either. I also tried related urllib and urllib2 tests:
- test_urllib (passed)
- test_urllibnet (skipped - Use of the 'network' resource not enabled)
- test_urllib_response (passed)
- test_urllib2net (skipped - Use of the
Berker Peksag added the comment:
Attaching a patch that checks both XDG_CURRENT_DESKTOP and DESKTOP_SESSION env
vars for XFCE.
--
nosy: +berker.peksag
stage: test needed -> patch review
versions: +Python 3.5 -Python 3.2, Python 3.3
Added file: http://bugs.python.org/file35290/issue6
Berker Peksag added the comment:
Rebased patch.
--
versions: +Python 3.5
Added file: http://bugs.python.org/file35291/issue20620_v3.diff
___
Python tracker
<http://bugs.python.org/issue20
Changes by Berker Peksag :
Removed file: http://bugs.python.org/file34081/issue20620.diff
___
Python tracker
<http://bugs.python.org/issue20620>
___
___
Python-bugs-list m
Changes by Berker Peksag :
--
versions: +Python 3.5 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue17044>
___
___
Python-bugs-list mailing list
Unsub
Berker Peksag added the comment:
This is probably related to issue 21534.
--
nosy: +berker.peksag, larry
___
Python tracker
<http://bugs.python.org/issue21
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue20620>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
keywords: +patch
nosy: +berker.peksag
Added file: http://bugs.python.org/file35303/issue21539.diff
___
Python tracker
<http://bugs.python.org/issue21
Changes by Berker Peksag :
--
Removed message: http://bugs.python.org/msg218856
___
Python tracker
<http://bugs.python.org/issue21544>
___
___
Python-bugs-list m
Changes by Berker Peksag :
--
nosy: -bill.little
resolution: -> not a bug
status: open -> closed
title: Did y ou call me -> Spam
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
superseder: -> Add '-p'/'--path0' command line option to override sys.path[0]
initialisation
___
Python tracker
<http://
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue21198>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Thanks for committing this, Raymond.
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Here is a new patch. I've disabled test_repr and test_locked_repr tests in
Lib/test/test_importlib/test_locks.py.
--
Added file: http://bugs.python.org/file35321/issue21137_v3.diff
___
Python tracker
New submission from Berker Peksag:
>From the code example at
>https://docs.python.org/3.5/library/contextlib.html#supporting-a-variable-number-of-context-managers
"if need_special resource:" (see line 4) should be "if need_special_resource:".
Related changeset: ht
Berker Peksag added the comment:
+@property
+def is_global(self):
+return (not self in IPv4Network('100.64.0.0/10') and
Can IPv4Network('100.64.0.0/10') moved to the _IPv4Constants class (e.g.
_IPv4Constants._global_network = IPv4Network('100
Changes by Berker Peksag :
Added file: http://bugs.python.org/file35337/socket.SocketType.html
___
Python tracker
<http://bugs.python.org/issue20689>
___
___
Python-bug
Berker Peksag added the comment:
I couldn't reproduce this issue. I'm attaching HTML output of both
socket.AddressFamily and socket.SocketType enum types.
--
nosy: +berker.peksag
Added file: http://bugs.python.org/file35336/socket.AddressF
Berker Peksag added the comment:
I get a test failure when I run the test suite with unittest.patch:
test_Exit (unittest.test.test_program.Test_TestProgram) ... test test_unittest
crashed -- Traceback (most recent call last):
File "/home/berker/projects/cpython-default/Lib/test/regrte
Berker Peksag added the comment:
Thanks Raymond, will do.
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue21558>
___
___
Py
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue21137>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
See issue 18879 for more information about the change.
--
nosy: +berker.peksag, pitrou
___
Python tracker
<http://bugs.python.org/issue21
Berker Peksag added the comment:
Here's a patch with a simple test case.
--
keywords: +patch
nosy: +berker.peksag
stage: needs patch -> patch review
Added file: http://bugs.python.org/file35366/issue21578.diff
___
Python tracke
Changes by Berker Peksag :
--
versions: +Python 3.5 -Python 3.3
___
Python tracker
<http://bugs.python.org/issue11468>
___
___
Python-bugs-list mailing list
Unsub
Changes by Berker Peksag :
--
nosy: -berker.peksag
___
Python tracker
<http://bugs.python.org/issue20689>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for the review, Eric. Here's a new patch.
--
Added file: http://bugs.python.org/file35381/issue21578_v2.diff
___
Python tracker
<http://bugs.python.org/is
Changes by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue21608>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Updated patch. Thank you Barry and Antoine.
--
stage: -> patch review
Added file: http://bugs.python.org/file35421/issue21539_v2.diff
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
This is a duplicate of issue 20742.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> 2to3 zip fixer doesn't fix for loops.
___
Pyth
Changes by Berker Peksag :
--
nosy: +RobertG, benjamin.peterson
versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2
___
Python tracker
<http://bugs.python.org/issue20
Changes by Berker Peksag :
--
nosy: +gregory.p.smith
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue21627>
___
___
Python-bugs-list mailin
Berker Peksag added the comment:
Here's a patch with a test case.
--
keywords: +patch
nosy: +berker.peksag
stage: -> patch review
versions: +Python 3.5 -Python 2.7
Added file: http://bugs.python.org/file35468/issue21650.diff
___
Python
Changes by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue21663>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for the review, Giampaolo.
Attached a new patch which fixes text_logging and test_doctest tests.
However, this patch will broke the current behavior of
test.support.check_warnings. See Lib/test/test_xml_etree.py for example:
test test_xml_etree crashed
Changes by Berker Peksag :
--
nosy: +berker.peksag
versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3
___
Python tracker
<http://bugs.python.org/issue4
Berker Peksag added the comment:
This was fixed for Python 3.4 in issue 18338. See also
https://docs.python.org/3/whatsnew/3.4.html#other-improvements for release
notes.
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue21
Changes by Berker Peksag :
--
nosy: +yselivanov
___
Python tracker
<http://bugs.python.org/issue21684>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
The attached patch combines my changes with Andrew's patch.
--
versions: +Python 3.5 -Python 3.2, Python 3.3
Added file: http://bugs.python.org/file35534/issue16667_v3.diff
___
Python tracker
<http://bugs.py
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue21709>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +brett.cannon, eric.snow
___
Python tracker
<http://bugs.python.org/issue21720>
___
___
Python-bugs-list mailing list
Unsub
Berker Peksag added the comment:
> It makes it difficult to get repeatable warning messages, e.g. at the >
> command prompt, because the shortcut path will silence messages which > were
> already emitted, even if the filter have been changed to "always" >
> in-
Berker Peksag added the comment:
Here's a patch with a test.
--
keywords: +patch
nosy: +berker.peksag
stage: -> patch review
type: -> behavior
Added file: http://bugs.python.org/file35587/issue21707.diff
___
Python tracker
<http://b
Changes by Berker Peksag :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue21425>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Berker Peksag:
Here's the traceback (tested on Ubuntu 12.04):
==
ERROR: testBCM (test.test_socket.CANTest)
--
Traceback (most recent
Berker Peksag added the comment:
This test is still failing on AMD64 Fedora without threads 3.x.
http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/6743/steps/test/logs/stdio
test test_multiprocessing_main_handling crashed -- Traceback (most recent call
Changes by Berker Peksag :
--
nosy: +brett.cannon, eric.snow, ncoghlan
___
Python tracker
<http://bugs.python.org/issue21737>
___
___
Python-bugs-list mailin
Changes by Berker Peksag :
--
components: +Devguide -Documentation
nosy: +ezio.melotti, steve.dower, zach.ware
___
Python tracker
<http://bugs.python.org/issue21
Berker Peksag added the comment:
Here's a patch. I'm getting the following error without modify Lib/shutil.py:
==
ERROR: test_copytree_symbolic_directory (test.test_shutil.
New submission from Berker Peksag:
==
ERROR: test.test_importlib.test_locks (unittest.loader.ModuleImportFailure)
--
Traceback (most recent call last):
File
Berker Peksag added the comment:
Updated patch attached based on feedback from David. Thanks!
--
stage: needs patch -> patch review
Added file: http://bugs.python.org/file35631/issue21650_v2.diff
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Here's a patch.
--
keywords: +patch
nosy: +berker.peksag
stage: needs patch -> patch review
Added file: http://bugs.python.org/file35633/issue18108.diff
___
Python tracker
<http://bugs.python.org
Changes by Berker Peksag :
--
stage: -> patch review
versions: +Python 3.5 -Python 3.3
___
Python tracker
<http://bugs.python.org/issue16181>
___
___
Python-
Changes by Berker Peksag :
--
status: languishing -> closed
___
Python tracker
<http://bugs.python.org/issue20085>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
I think this is related to PEP 420.
$ tree pkg/
pkg/
├── foobar.py
$ python3.2 -c "from pkg import foobar"
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named pkg
But, with
Changes by Berker Peksag :
--
versions: -Python 2.7
___
Python tracker
<http://bugs.python.org/issue7982>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
versions: -Python 2.7
___
Python tracker
<http://bugs.python.org/issue10595>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Unfortunately, Pardus is dead now. So closing this as out of date.
--
nosy: +berker.peksag
resolution: -> out of date
stage: commit review -> resolved
status: open -> closed
___
Python track
Berker Peksag added the comment:
See also
http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/6779/steps/test/logs/stdio
--
___
Python tracker
<http://bugs.python.org/issue21
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.5 -Python 2.7, Python 3.1, Python 3.2
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
> I guess the tests --without-doc-strings are broken:
> http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/6900/steps/test/logs/stdio
Attached patch fixes these failures.
--
nosy: +berker.peksag
versions: +Python 3.5 -Pyth
Berker Peksag added the comment:
> Cannot reproduce that with Ubuntu 12.04.
+1.
Attached a reproducer.
--
nosy: +berker.peksag
Added file: http://bugs.python.org/file27819/reproducer.py
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Duplicate of issue 16163.
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue16393>
___
___
Python-bug
Berker Peksag added the comment:
> I don't think it's necessary to check for UnboundLocalError/NameError
> in the tests.
Thanks for the review.
Attached a new patch.
--
Added file: http://bugs.python.org/file27885/pkgutil-name-w
Changes by Berker Peksag :
--
nosy: -berker.peksag
___
Python tracker
<http://bugs.python.org/issue15276>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Alexander: Did you have a chance to review the test?
--
___
Python tracker
<http://bugs.python.org/issue6478>
___
___
Python-bug
New submission from Berker Peksag:
I am trying to write a test for issue 8585. The
`zipimport.zipimporter.find_module()`
docs says:
"Search for a module specified by fullname. fullname must be the fully qualified
(dotted) module name."
(from
http://docs.python.org/3.4/library/zipi
Berker Peksag added the comment:
> It actually does work, you just have to embed the subdirectory in the
> path you pass to zipimport.zipimporter():
Thanks, didn't know that. Would it be good to add an example to the
zipimporter.find_module() do
Berker Peksag added the comment:
I've attached a patch that adds tests for the zipimporter.find_module().
--
keywords: +patch
nosy: +berker.peksag
versions: +Python 3.2, Python 3.3
Added file: http://bugs.python.org/file28033/issue8585
Changes by Berker Peksag :
--
versions: -Python 2.6, Python 3.1, Python 3.5
___
Python tracker
<http://bugs.python.org/issue16525>
___
___
Python-bugs-list mailin
1201 - 1300 of 3715 matches
Mail list logo