Berker Peksag added the comment:
Thanks for the patches Jyrki and Daniel.
--
nosy: +berker.peksag
versions: -Python 2.7
___
Python tracker
<http://bugs.python.org/issue16
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue21539>
___
___
Python-bugs-list mailing list
Un
New submission from Berker Peksag:
The attached patch fixes the problem for me. Tested with Firefox 30.0 and
Chrome 35.0.1916.153 on Ubuntu.
--
components: Demos and Tools
files: deprecated-removed.diff
keywords: patch
messages: 224902
nosy: berker.peksag, georg.brandl
priority: normal
Changes by Berker Peksag :
Added file: http://bugs.python.org/file36282/broken-deprecated-removed.png
___
Python tracker
<http://bugs.python.org/issue22150>
___
___
Pytho
Changes by Berker Peksag :
Added file: http://bugs.python.org/file36283/broken-deprecated-removed-2.png
___
Python tracker
<http://bugs.python.org/issue22150>
___
___
Berker Peksag added the comment:
Here's an updated patch (based on Vajrasky's patch, thanks!).
Changes:
- Updated deprecation schedule
1. pending deprecation in 3.5
2. deprecation in 3.6
3. removal in 3.7
- Added tests
- Added a whatsnew entry
- Moved warnings import to
Berker Peksag added the comment:
> Does this fix the extra margin visible in broken-deprecated-removed-2.png?
Yes.
> Is there something in the HTML that causes the extra margin (e.g. an empty
> ?
I checked the HTML output first, but it was fine. Here's the HTML output of
Berker Peksag added the comment:
Sorry, I forgot to explain that part of the patch. See
broken-deprecated-removed.png. The "Deprecated since version 3.5, will be
removed in 3.6" paragraph should be in the first line, not in the second line
(like the deprecated
Changes by Berker Peksag :
--
assignee: -> berker.peksag
___
Python tracker
<http://bugs.python.org/issue22150>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue15907>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Berker Peksag :
--
stage: needs patch -> commit review
___
Python tracker
<http://bugs.python.org/issue21514>
___
___
Python-bugs-list mai
Berker Peksag added the comment:
Fixed. Thanks for the patch, Akira.
http://hg.python.org/cpython/rev/7fcfb634ccca
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue5
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue19628>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +benjamin.peterson
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue21389>
___
___
Python-bugs-lis
Changes by Berker Peksag :
--
stage: test needed -> patch review
___
Python tracker
<http://bugs.python.org/issue1234674>
___
___
Python-bugs-list mai
Changes by Berker Peksag :
--
assignee: -> berker.peksag
nosy: +berker.peksag
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Thanks for the patch, Steven.
--
nosy: +r.david.murray
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
stage: -> patch review
type: -> enhancement
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue22200>
___
__
Changes by Berker Peksag :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue12067>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
nosy: +christian.heimes
___
Python tracker
<http://bugs.python.org/issue22211>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: patch review -> commit review
___
Python tracker
<http://bugs.python.org/issue21549>
___
___
Python-bugs-list mai
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue22197>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +berker.peksag, pje
stage: -> needs patch
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue9>
___
__
Changes by Berker Peksag :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue22234>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue22247>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
assignee: -> berker.peksag
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue21338>
___
___
Python-bugs-lis
Changes by Berker Peksag :
--
stage: commit review -> resolved
___
Python tracker
<http://bugs.python.org/issue19714>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Thank you for your review, Ezio!
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
New submission from Berker Peksag:
/home/berker/projects/cpython/default/Doc/extending/newtypes.rst:985: ERROR:
Error in "note" directive:
invalid option block.
/home/berker/projects/cpython/default/Doc/faq/library.rst:700: ERROR: Error in
"seealso" directive:
invalid
Berker Peksag added the comment:
3.3 is in security-only mode and this issue has been fixed in 3.4. I've just
committed your test case to 3.4 and default. Thanks for the patch, Bohuslav.
--
assignee: -> berker.peksag
components: +Library (Lib) -Build
nosy: +berker.peksag
re
Changes by Berker Peksag :
--
nosy: +belopolsky
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue22246>
___
___
Python-bugs-list mai
Berker Peksag added the comment:
Good point. Thank you Arfrever.
--
___
Python tracker
<http://bugs.python.org/issue19447>
___
___
Python-bugs-list mailin
Changes by Berker Peksag :
--
nosy: +sbt
___
Python tracker
<http://bugs.python.org/issue22255>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
assignee: -> berker.peksag
___
Python tracker
<http://bugs.python.org/issue21391>
___
___
Python-bugs-list mailing list
Un
New submission from Berker Peksag:
Thanks for the patch. Please use assertEqual instead of assert.
--
nosy: +berker.peksag
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
nosy: +rhettinger
___
Python tracker
<http://bugs.python.org/issue22265>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue18530>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
LGTM. The second test should be named different, but I will fix it myself.
Thanks for the patch!
--
assignee: -> berker.peksag
nosy: +berker.peksag
stage: patch review -> commit review
versions: +Pyth
Berker Peksag added the comment:
Thanks for the patch, David!
+def test_fromlist_error_messages(self):
+# Test for issue #21720: fromlist unicode error messages
+try:
+__import__('encodings', fromlist=[u'aliases'])
+exc
Changes by Berker Peksag :
--
nosy: +ncoghlan, pitrou, pmoody
___
Python tracker
<http://bugs.python.org/issue22282>
___
___
Python-bugs-list mailing list
Unsub
Berker Peksag added the comment:
Thanks Claudiu.
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
nosy: -berker.peksag
___
Python tracker
<http://bugs.python.org/issue10240>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
We can use https://docs.python.org/devguide/setup.html in that paragraph. It
has more information about compiling Python.
--
nosy: +berker.peksag
stage: -> patch review
versions: +Python 2.7, Python 3.5
___
Pyt
Changes by Berker Peksag :
--
stage: -> resolved
status: open -> closed
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue22315>
___
Changes by Berker Peksag :
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue19447>
___
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: -> patch review
type: -> behavior
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/issue20020>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Berker Peksag :
--
stage: needs patch -> resolved
___
Python tracker
<http://bugs.python.org/issue22296>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
stage: needs patch -> resolved
___
Python tracker
<http://bugs.python.org/issue19826>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue22340>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
components: +Library (Lib)
nosy: +berker.peksag
type: -> enhancement
versions: +Python 3.5 -Python 3.3
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
test_importlib has been fixed in issue 22002.
$ ./python -m unittest test.test_importlib
--
Ran 963 tests in 1.533s
OK (skipped=15, expected failures=1)
--
nosy
Changes by Berker Peksag :
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue22200>
___
Changes by Berker Peksag :
--
nosy: +yselivanov
___
Python tracker
<http://bugs.python.org/issue22355>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +doko
___
Python tracker
<http://bugs.python.org/issue22359>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue22240>
___
___
Python-bugs-list mailing list
Unsubscrib
Berker Peksag added the comment:
Claudiu, did you see Jim Jewett's review on Rietveld?
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/is
Berker Peksag added the comment:
Here's a simple implementation. I will add tests and update the documentation.
--
keywords: +patch
nosy: +berker.peksag
stage: -> patch review
Added file: http://bugs.python.org/file36608/issue22389.diff
__
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue22398>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
resolution: -> third party
stage: -> resolved
___
Python tracker
<http://bugs.python.org/issue22409>
___
___
Python-bugs-
Berker Peksag added the comment:
> if PEP 431 is implemented (or anything that gives access to zoneinfo)
> then strptime could extend the list of timezones it accepts (utc +
> local timezone names) to include names from the tz database:
FTR, I have a WIP(and probably a bit outdated)
Berker Peksag added the comment:
Done. Thanks for the reviews!
--
resolution: -> fixed
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
stage: -> patch review
versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
> I don't know why we would ever have a space in a typename, ever (and if
> someone does awful hacks to get to that state, he should probably also do
> awful hacks to make reprlib work properly).
That part of the code has been added 22 yea
Changes by Berker Peksag :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue16827>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue16827>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for the patch, James. Did you see my review comments on Rietveld? Please
see at http://bugs.python.org/review/16827/#ps11699
--
___
Python tracker
<http://bugs.python.org/issue16
Changes by Berker Peksag :
--
stage: -> needs patch
type: -> behavior
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue19690>
___
___
Changes by Berker Peksag :
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue22399>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
The latest patch LGTM.
--
nosy: +berker.peksag
stage: patch review -> commit review
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue22447>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I left a couple of comments on Rietveld.
--
stage: commit review -> patch review
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue22406>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
stage: -> patch review
versions: +Python 3.5 -Python 3.3
___
Python tracker
<http://bugs.python.org/issue19119>
___
___
Python-
Changes by Berker Peksag :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue11798>
___
___
Python-bugs-list
Changes by Berker Peksag :
--
stage: needs patch -> resolved
___
Python tracker
<http://bugs.python.org/issue22461>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
This has been fixed in https://hg.python.org/cpython/rev/c8c11082bd0c.
--
nosy: +berker.peksag
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bug
Berker Peksag added the comment:
Thanks for the patch, Terry.
--
assignee: haypo -> berker.peksag
nosy: +berker.peksag
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
versions: +Python 3.5 -Python 3.3
___
Py
Berker Peksag added the comment:
- issue 16079 opened for "make patchcheck" integration
- issue 19119 opened for test_heapq
- issue 19113 opened for test_functions
And here's a patch for 2.7.
--
nosy: +berker.peksag
stage: needs patch -> patch review
versions: +Pyth
Changes by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue22482>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Berker Peksag:
The attached patch partly reverts
https://hg.python.org/cpython/rev/48033d90c61d#l2.126 since it breaks building
doc archives for RC versions:
- https://mail.python.org/pipermail/docs/2014-September/020211.html
- https://mail.python.org/pipermail/docs/2014
Berker Peksag added the comment:
Thanks for the report. This is a duplicate of issue 22484.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Build doc archives for RC versions
__
Berker Peksag added the comment:
This has been fixed as part of issue 16191:
https://hg.python.org/cpython/rev/ac30a1b1cf17#l1.2780
--
nosy: +berker.peksag
resolution: -> out of date
stage: patch review -> resolved
status: open -&g
Changes by Berker Peksag :
--
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/issue19642>
___
___
Python-bugs-list mailing list
Unsubscrib
Berker Peksag added the comment:
Thanks for the patch, Anastasia.
--
assignee: eric.araujo -> berker.peksag
keywords: +easy
nosy: +berker.peksag
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tr
Changes by Berker Peksag :
--
assignee: -> berker.peksag
___
Python tracker
<http://bugs.python.org/issue19610>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Here's an updated patch.
--
nosy: +berker.peksag
stage: -> patch review
type: behavior -> enhancement
versions: +Python 3.5 -Python 3.2
Added file: http://bugs.python.org/file36737/issue16324_v2.diff
___
Changes by Berker Peksag :
--
stage: commit review -> resolved
___
Python tracker
<http://bugs.python.org/issue21397>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue1764286>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Good point. Will update the patch. Thanks!
--
type: -> enhancement
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Thanks for the patch, Claude and thanks for the review, David!
--
assignee: -> berker.peksag
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://
Changes by Berker Peksag :
--
nosy: +barry, eli.bendersky, ethan.furman
___
Python tracker
<http://bugs.python.org/issue22505>
___
___
Python-bugs-list mailin
Changes by Berker Peksag :
--
keywords: +easy
stage: -> needs patch
versions: +Python 3.5 -Python 3.4
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Here's a patch.
--
keywords: +patch
nosy: +berker.peksag, brett.cannon
stage: needs patch -> patch review
Added file: http://bugs.python.org/file36745/issue20021.diff
___
Python tracker
<http://bugs
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue6623>
___
___
Python-
Berker Peksag added the comment:
Committed. Thanks for the patch, Jonathan!
--
assignee: -> berker.peksag
nosy: +berker.peksag
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
versions: +Python 3.5 -Python 3.2
Berker Peksag added the comment:
Fixed in issue 21777.
--
nosy: +berker.peksag
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Fixed in issue 21777.
--
nosy: +berker.peksag
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
See issue 16805 for a similar issue.
--
___
Python tracker
<http://bugs.python.org/issue22251>
___
___
Python-bugs-list mailin
1501 - 1600 of 3715 matches
Mail list logo