[issue5800] make wsgiref.headers.Headers accept empty constructor

2014-06-26 Thread Berker Peksag
Berker Peksag added the comment: Here's a new patch with a whatsnew entry. David, could you review the patch? -- nosy: +r.david.murray Added file: http://bugs.python.org/file35787/issue5800_v2.diff ___ Python tracker <http://bugs.py

[issue12815] Coverage of smtpd.py

2014-06-27 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue12815> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5217] testExtractDir (test.test_zipfile.TestWithDirectory) fails when python built with srcdir != builddir

2014-06-27 Thread Berker Peksag
Berker Peksag added the comment: > Presumably this can be closed as "out of date"? Yes. $ mkdir objdir $ cd objdir $ .././configure $ make $ ./python -m test -v test_zipfile Ran 164 tests in 38.202s OK (skipped=1) 1 test OK. -- nosy: +berker.peks

[issue21578] Misleading error message when ImportError called with invalid keyword args

2014-06-27 Thread Berker Peksag
Berker Peksag added the comment: Here's a new patch which uses assertRaisesRegex instead of assertRaises. -- Added file: http://bugs.python.org/file35794/issue21578_v3.diff ___ Python tracker <http://bugs.python.org/is

[issue21578] Misleading error message when ImportError called with invalid keyword args

2014-06-27 Thread Berker Peksag
Changes by Berker Peksag : Removed file: http://bugs.python.org/file35366/issue21578.diff ___ Python tracker <http://bugs.python.org/issue21578> ___ ___ Python-bugs-list m

[issue20961] Fix usages of the note directive in the documentation

2014-06-27 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue5862] multiprocessing 'using a remote manager' example errors and possible 'from_address' code leftover

2014-06-29 Thread Berker Peksag
Berker Peksag added the comment: This has already been fixed in issue 3518: https://docs.python.org/3.4/library/multiprocessing.html#using-a-remote-manager -- nosy: +berker.peksag resolution: -> duplicate stage: needs patch -> resolved status: open -> closed s

[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

2014-06-29 Thread Berker Peksag
Berker Peksag added the comment: This has already been fixed in c2910971eb86 (see issue 3518). -- nosy: +berker.peksag resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bug

[issue21878] wsgi.simple_server's wsgi.input read/readline waits forever in certain circumstances

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +pje ___ Python tracker <http://bugs.python.org/issue21878> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14235] test_cmd.py does not correctly call reload()

2014-06-29 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks for the report. -- assignee: eric.araujo -> berker.peksag nosy: +berker.peksag, r.david.murray resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 -Python 3.2

[issue9554] test_argparse.py: use new unittest features

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue9554> ___ ___ Python-bug

[issue7229] Manual entry for time.daylight can be misleading

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue7229> ___ ___ Python-bugs-list mailing list Un

[issue10541] regrtest.py -T broken

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> resolved ___ Python tracker <http://bugs.python.org/issue10541> ___ ___ Python-bugs-list mailing list Un

[issue15870] PyType_FromSpec should take metaclass as an argument

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: test needed -> resolved ___ Python tracker <http://bugs.python.org/issue15870> ___ ___ Python-bugs-list mailing list Un

[issue5714] http.server._url_collapse_path should live elsewhere

2014-06-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: test needed -> needs patch title: CGIHTTPServer._url_collapse_path_split should live elsewhere -> http.server._url_collapse_path should live elsewhere ___ Python tracker <http://bugs.python.org/

[issue8902] add datetime.time.now() for consistency

2014-06-30 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue8902> ___ ___ Python-bugs-list mailing list Un

[issue11762] Ast doc: warning and version number

2014-06-30 Thread Berker Peksag
Berker Peksag added the comment: > 1. Add a warning similar to the one for the dis module. The current documentation says: "The abstract syntax itself might change with each Python release; [...]" https://docs.python.org/3.4/library/ast.html > 2. Add a full entry

[issue20554] Use specific asserts in optparse test

2014-06-30 Thread Berker Peksag
Berker Peksag added the comment: diff -r 3b94a4ef244e Lib/test/test_argparse.py --- a/Lib/test/test_argparse.py Fri Feb 07 17:53:13 2014 +0100 +++ b/Lib/test/test_argparse.py Fri Feb 07 22:34:13 2014 +0200 @@ -4219,7 +4219,7 @@ e = sys.exc_info()[1] expected = 'un

[issue9554] test_argparse.py: use new unittest features

2014-06-30 Thread Berker Peksag
Berker Peksag added the comment: Updated patch to use assertRaisesRegex in test_invalid_action, test_multiple_dest -- Added file: http://bugs.python.org/file35809/issue9554_v2.diff ___ Python tracker <http://bugs.python.org/issue9

[issue13689] fix CGI Web Applications with Python link in howto/urllib2

2014-06-30 Thread Berker Peksag
Berker Peksag added the comment: I've just removed the link. -- assignee: michael.foord -> berker.peksag nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 -Python 2.7, Pytho

[issue5800] make wsgiref.headers.Headers accept empty constructor

2014-07-01 Thread Berker Peksag
Berker Peksag added the comment: Patch updated. If there's no objections, I'll commit this patch in the next couple of days. -- assignee: pje -> berker.peksag stage: patch review -> commit review Added file: http://bugs.python.org/file35814/i

[issue21892] hashtable.c not using PY_FORMAT_SIZE_T

2014-07-01 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue21892> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue5800] make wsgiref.headers.Headers accept empty constructor

2014-07-01 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch and review. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.o

[issue19870] Backport Cookie fix to 2.7 (httponly / secure flag)

2014-07-02 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16474] More code coverage for imp module

2014-07-02 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue16474> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue21755] test_importlib.test_locks fails --without-threads

2014-07-02 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag versions: -Python 3.4 ___ Python tracker <http://bugs.python.org/issue21755> ___ ___ Python-bugs-lis

[issue21755] test_importlib.test_locks fails --without-threads

2014-07-02 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue21755] test_importlib.test_locks fails --without-threads

2014-07-02 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue21755> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-02 Thread Berker Peksag
Berker Peksag added the comment: Here's a path with tests. -- keywords: +patch nosy: +berker.peksag stage: -> patch review type: -> behavior Added file: http://bugs.python.org/file35837/md5sum.diff ___ Python tracker <http://b

[issue7162] 2to3 does not convert __builtins__.file

2014-07-02 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue7162> ___ ___

[issue7162] 2to3 does not convert __builtins__.file

2014-07-02 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue7162> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13672] Add co_qualname attribute in code objects

2014-07-03 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue13672> ___ ___ Python-bugs-list mailing list Unsub

[issue21755] test_importlib.test_locks fails --without-threads

2014-07-03 Thread Berker Peksag
Berker Peksag added the comment: > Does it not work in this context Yes, it doesn't work after 34d65746d5ca because LOCK_TYPES is an empty dict (test_util.test_both() can't find the 'Frozen' and 'Source' keys in it) when

[issue21720] "TypeError: Item in ``from list'' not a string" message

2014-07-03 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue21720> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-04 Thread Berker Peksag
Berker Peksag added the comment: Thanks Zachary! Here's a combined patch. -- Added file: http://bugs.python.org/file35849/issue21906_v2.diff ___ Python tracker <http://bugs.python.org/is

[issue9554] test_argparse.py: use new unittest features

2014-07-04 Thread Berker Peksag
Berker Peksag added the comment: Updated patch. -- type: behavior -> enhancement Added file: http://bugs.python.org/file35852/issue9554_v3.diff ___ Python tracker <http://bugs.python.org/iss

[issue4972] context management support in imaplib, smtplib, ftplib

2014-07-04 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue4972> ___ ___ Python-bugs-list mailing list Unsub

[issue17652] Add skip_on_windows decorator to test.support

2014-07-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue17652> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21911] "IndexError: tuple index out of range" should include the requested index and tuple length

2014-07-04 Thread Berker Peksag
Berker Peksag added the comment: See also issue 18162. -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue21911> ___ ___ Python-bugs-list m

[issue21920] Fixed missing colon in the docs

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: docs@python -> berker.peksag nosy: +berker.peksag versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue21920] Fixed missing colon in the docs

2014-07-05 Thread Berker Peksag
Berker Peksag added the comment: Thanks Stefan! -- resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker <http://bugs.python

[issue15114] Deprecate strict mode of HTMLParser

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue15114> ___ ___ Python-bug

[issue9554] test_argparse.py: use new unittest features

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag : Added file: http://bugs.python.org/file35869/issue9554_v4.diff ___ Python tracker <http://bugs.python.org/issue9554> ___ ___ Python-bugs-list m

[issue17554] Compact output for regrtest

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue17554> ___ ___ Python-bug

[issue21578] Misleading error message when ImportError called with invalid keyword args

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag : -- versions: -Python 3.4 ___ Python tracker <http://bugs.python.org/issue21578> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9554] test_argparse.py: use new unittest features

2014-07-05 Thread Berker Peksag
Berker Peksag added the comment: Thanks Denver and Radu. And thanks for the review, Ezio. -- assignee: -> berker.peksag resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://

[issue2403] Add figleaf coverage metrics

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue2403> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue1602742] itemconfigure returns incorrect text property of text items

2014-07-06 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue1602742> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue20135] FAQ need list mutation answers

2014-07-07 Thread Berker Peksag
Berker Peksag added the comment: LGTM. -- nosy: +berker.peksag stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue20135> ___ _

[issue16099] robotparser doesn't support request rate and crawl delay parameters

2014-07-07 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag ___ Python tracker <http://bugs.python.org/issue16099> ___ ___ Python-bugs-list mailing list Un

[issue21707] modulefinder uses wrong CodeType signature in .replace_paths_in_code()

2014-07-07 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python

[issue21707] modulefinder uses wrong CodeType signature in .replace_paths_in_code()

2014-07-07 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +r.david.murray ___ Python tracker <http://bugs.python.org/issue21707> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21918] Convert test_tools to directory

2014-07-08 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> zach.ware stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue21918> ___ ___ Pyth

[issue6916] Remove deprecated items from asynchat

2014-07-08 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue6916> ___ ___ Python-bugs-list mailing list Un

[issue21944] Allow copying of CodecInfo objects

2014-07-09 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag, lemburg ___ Python tracker <http://bugs.python.org/issue21944> ___ ___ Python-bugs-list mailing list Unsub

[issue21948] Documentation Typo

2014-07-09 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks for the report. -- assignee: -> berker.peksag components: +Documentation nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed type: enhancement -> behavior versio

[issue20187] The Great Argument Clinic Conversion Derby Meta-Issue

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: -berker.peksag ___ Python tracker <http://bugs.python.org/issue20187> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9745] MSVC .pdb files not created by python 2.7 distutils

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> resolved status: open -> closed superseder: -> no extension debug info with msvc9compiler.py type: -> behavior ___ Python tracker <http://bugs.pytho

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue20465> ___ ___ Python-bugs-list mailing list Un

[issue19450] Bug in sqlite in Windows binaries

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +steve.dower ___ Python tracker <http://bugs.python.org/issue19450> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21950] import sqlite3 not running

2014-07-10 Thread Berker Peksag
Berker Peksag added the comment: > We have compiled it using --prefix as args : Did you install sqlite3-devel? -- nosy: +berker.peksag type: crash -> ___ Python tracker <http://bugs.python.org/i

[issue18974] Use argparse in the diff script

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue18974> ___ ___ Python-bug

[issue8585] zipimporter.find_module is untested

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- versions: -Python 3.4 ___ Python tracker <http://bugs.python.org/issue8585> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21950] import sqlite3 not running

2014-07-11 Thread Berker Peksag
Berker Peksag added the comment: Works for me on Ubuntu 12.04 LTS: $ sudo apt-get install sqlite3 libsqlite3-dev $ ./configure $ make -j3 $ sudo make install $ sqlite3 -version 3.7.9 2011-11-01 00:52:41 c7c6050ef060877ebe77b41d959e9df13f8c9b5e $ python3.4 -V 3.4.1

[issue16382] Better warnings exception for bad category

2014-07-11 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Phil. -- assignee: -> berker.peksag nosy: +r.david.murray resolution: -> fixed stage: patch review -> resolved status: open -> closed type: behavior -> enhancement ___ Python

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.x

2014-07-11 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Zachary. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue2008] cookielib lacks FileCookieJar class for Safari

2014-07-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: -berker.peksag ___ Python tracker <http://bugs.python.org/issue2008> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9325] Add an option to pdb/trace/profile to run library module as a script

2014-07-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: -berker.peksag ___ Python tracker <http://bugs.python.org/issue9325> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19076] Pdb.do_break calls error with obsolete file kwarg

2014-07-12 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, Michael. -- assignee: -> berker.peksag components: -Extension Modules nosy: +r.david.murray resolution: -> fixed stage: needs patch -> resolved status: open -> closed type: -> behavior versions: +Python

[issue7976] warnings should provide a public API for accessing its option parsing code

2014-07-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue7976> ___ ___ Python-bug

[issue20026] sqlite: handle correctly invalid isolation_level

2014-07-13 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue20026> ___ ___ Pyth

[issue1186900] nntplib shouldn't raise generic EOFError

2014-07-13 Thread Berker Peksag
Berker Peksag added the comment: diff -r 8f85262fbe8a Lib/nntplib.py --- a/Lib/nntplib.pySun Jul 06 02:24:24 2014 -0400 +++ b/Lib/nntplib.pyThu Jul 10 16:10:38 2014 -0700 @@ -122,6 +122,9 @@ """Error in response data""" pass +class NNTPConnectE

[issue21977] In the re's token example OP and SKIP regexes can be improved

2014-07-14 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> resolved ___ Python tracker <http://bugs.python.org/issue21977> ___ ___ Python-bugs-list mailing list Un

[issue21980] Implement `logging.LogRecord.__repr__`

2014-07-14 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue21980> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21976] Fix test_ssl.py to handle LibreSSL versioning appropriately

2014-07-14 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +christian.heimes, dstufft, giampaolo.rodola, pitrou versions: -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue21

[issue21793] httplib client/server status refactor

2014-07-15 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue21793> ___ ___ Python-bugs-list mai

[issue4972] context management support in imaplib, smtplib, ftplib

2014-07-16 Thread Berker Peksag
Berker Peksag added the comment: Updated Serhiy's patch to 3.5. I also added a whatsnew entry. -- Added file: http://bugs.python.org/file35972/issue4972_imaplib.diff ___ Python tracker <http://bugs.python.org/i

[issue21989] Missing (optional) argument `start` and `end` in documentation for list.index

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ezio.melotti versions: -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue21989> ___ ___

[issue9399] Provide a 'print' action for argparse

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue9399> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13041] argparse: terminal width is not detected properly

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag type: behavior -> enhancement versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue21992] New AST node Else() should be introduced

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue21992> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13850] Summary tables for argparse add_argument options

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue13850> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21994] Syntax error in the ssl module documentation

2014-07-16 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks for the report. -- assignee: docs@python -> berker.peksag nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior ___ Python

[issue14285] Traceback wrong on ImportError while executing a package

2014-07-17 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +eric.snow ___ Python tracker <http://bugs.python.org/issue14285> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21996] gettarinfo method does not handle files without text string names

2014-07-17 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +serhiy.storchaka versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue21996> ___ ___ Python-bugs-list mailin

[issue17308] Dialog.py crashes when putty Window resized

2014-07-17 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> third party stage: -> resolved status: open -> closed type: crash -> behavior ___ Python tracker <http://bugs.python

[issue22008] Symtable's syntax warning should contain the word "because"

2014-07-18 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: docs@python -> components: +Library (Lib) -Documentation nosy: -docs@python stage: needs patch -> patch review type: enhancement -> behavior versions: -Python 3.1, Python 3.2, Python 3.3 ___ Pytho

[issue5876] __repr__ returning unicode doesn't work when called implicitly

2014-07-18 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: fixed -> wont fix stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue5876> ___ ___

[issue1047397] cgitb failures

2014-07-19 Thread Berker Peksag
Changes by Berker Peksag : -- versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue1047397> ___ ___ Python-bug

[issue19629] support.rmtree fails on symlinks under Windows

2014-07-21 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.or

[issue17665] convert test_wsgiref to idiomatic unittest code

2014-07-22 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue17665> ___ ___ Python-bug

[issue21867] Turtle returns TypeError when undobuffer is set to 0 (aka no undo is allowed)

2014-07-25 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker <http://bugs.python.org/issue21867> ___

[issue21990] saxutils defines an inner class where a normal one would do

2014-07-27 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> resolved ___ Python tracker <http://bugs.python.org/issue21990> ___ ___ Python-bugs-list mailing list Un

[issue22076] csv module bad grammar in exception message

2014-07-27 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Martin. -- assignee: -> berker.peksag nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python

[issue10572] Move test sub-packages to Lib/test

2014-07-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue10572> ___ ___ Python-

[issue21591] "exec(a, b, c)" not the same as "exec a in b, c" in nested functions

2014-07-30 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue21591> ___ ___ Python-bugs-list mailing list Un

[issue21047] html.parser.HTMLParser: convert_charrefs should become True by default

2014-08-02 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue14910] argparse: disable abbreviation

2014-08-03 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Library (Lib) -None stage: -> patch review ___ Python tracker <http://bugs.python.org/issue14910> ___ ___ Python-

[issue17923] test glob with trailing slash fail on AIX 6.1

2014-08-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +David.Edelsohn ___ Python tracker <http://bugs.python.org/issue17923> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22130] Logging fileConfig behavior does not match documentation

2014-08-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue22130> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    10   11   12   13   14   15   16   17   18   19   >