[issue17652] Add skip_on_windows decorator to test.support

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17652 ___ ___ Python-bugs-list

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

2014-07-05 Thread Berker Peksag
Berker Peksag added the comment: See also issue 18162. -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21911 ___ ___ Python

[issue21920] Fixed missing colon in the docs

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- assignee: docs@python - berker.peksag nosy: +berker.peksag versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21920

[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 rep...@bugs.python.org http://bugs.python.org/issue21920

[issue15114] Deprecate strict mode of HTMLParser

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15114

[issue9554] test_argparse.py: use new unittest features

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: Added file: http://bugs.python.org/file35869/issue9554_v4.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9554

[issue17554] Compact output for regrtest

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17554

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

2014-07-05 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- versions: -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21578 ___ ___ Python

[issue9554] test_argparse.py: use new unittest features

2014-07-06 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 rep...@bugs.python.org http

[issue2403] Add figleaf coverage metrics

2014-07-06 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2403 ___ ___ Python-bugs

[issue1602742] itemconfigure returns incorrect text property of text items

2014-07-06 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1602742 ___ ___ Python

[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 rep...@bugs.python.org 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 berker.pek...@gmail.com: -- assignee: - berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16099 ___ ___ Python

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

2014-07-07 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- assignee: - berker.peksag resolution: - fixed stage: patch review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21707

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

2014-07-07 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21707 ___ ___ Python-bugs

[issue21918] Convert test_tools to directory

2014-07-08 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- assignee: - zach.ware stage: needs patch - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21918

[issue6916] Remove deprecated items from asynchat

2014-07-08 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: needs patch - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6916

[issue21944] Allow copying of CodecInfo objects

2014-07-09 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag, lemburg ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21944

[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 versions: +Python 3.5

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

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: -berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20187 ___ ___ Python-bugs

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

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: - resolved status: open - closed superseder: - no extension debug info with msvc9compiler.py type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9745

[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 berker.pek...@gmail.com: -- stage: needs patch - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20465

[issue19450] Bug in sqlite in Windows binaries

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +steve.dower ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19450 ___ ___ Python-bugs

[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 rep...@bugs.python.org http://bugs.python.org/issue21950

[issue18974] Use argparse in the diff script

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18974

[issue8585] zipimporter.find_module is untested

2014-07-10 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- versions: -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8585 ___ ___ Python-bugs

[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 tracker rep

[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 rep...@bugs.python.org http://bugs.python.org/issue21906

[issue2008] cookielib lacks FileCookieJar class for Safari

2014-07-12 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: -berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2008 ___ ___ Python-bugs

[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 berker.pek...@gmail.com: -- nosy: -berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9325 ___ ___ Python-bugs

[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 3.5 -Python 3.3

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

2014-07-12 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7976

[issue20026] sqlite: handle correctly invalid isolation_level

2014-07-13 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: commit review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20026

[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 NNTPConnectError(NNTPError): +Error during

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

2014-07-14 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: commit review - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21977

[issue21980] Implement `logging.LogRecord.__repr__`

2014-07-14 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +vinay.sajip ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21980 ___ ___ Python-bugs

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

2014-07-14 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +christian.heimes, dstufft, giampaolo.rodola, pitrou versions: -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21976

[issue21793] httplib client/server status refactor

2014-07-15 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21793

[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 rep...@bugs.python.org http://bugs.python.org/issue4972

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

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +ezio.melotti versions: -Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21989

[issue9399] Provide a 'print' action for argparse

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9399 ___ ___ Python-bugs

[issue13041] argparse: terminal width is not detected properly

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag type: behavior - enhancement versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13041

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

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21992 ___ ___ Python

[issue13850] Summary tables for argparse add_argument options

2014-07-16 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13850 ___ ___ Python-bugs

[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 tracker rep...@bugs.python.org

[issue14285] Traceback wrong on ImportError while executing a package

2014-07-17 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +eric.snow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14285 ___ ___ Python-bugs-list

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

2014-07-17 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +serhiy.storchaka versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21996

[issue17308] Dialog.py crashes when putty Window resized

2014-07-17 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- resolution: - third party stage: - resolved status: open - closed type: crash - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17308

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

2014-07-18 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- 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

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

2014-07-18 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- resolution: fixed - wont fix stage: patch review - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5876

[issue1047397] cgitb failures

2014-07-20 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1047397

[issue19629] support.rmtree fails on symlinks under Windows

2014-07-21 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- resolution: - fixed stage: needs patch - resolved status: open - closed versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19629

[issue17665] convert test_wsgiref to idiomatic unittest code

2014-07-22 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17665

[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 berker.pek...@gmail.com: -- stage: - resolved status: open - closed type: - behavior ___ Python tracker rep...@bugs.python.org 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 berker.pek...@gmail.com: -- stage: commit review - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21990

[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 rep...@bugs.python.org http://bugs.python.org

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

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

[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 berker.pek...@gmail.com: -- stage: patch review - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21591

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

2014-08-02 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- resolution: - fixed stage: patch review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21047

[issue14910] argparse: disable abbreviation

2014-08-03 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- components: +Library (Lib) -None stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14910

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

2014-08-04 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +David.Edelsohn ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17923 ___ ___ Python-bugs

[issue22130] Logging fileConfig behavior does not match documentation

2014-08-04 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +vinay.sajip ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22130 ___ ___ Python-bugs

[issue16037] httplib: header parsing is unlimited

2014-08-04 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patches Jyrki and Daniel. -- nosy: +berker.peksag versions: -Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16037

[issue21539] pathlib's Path.mkdir() should allow for mkdir -p functionality

2014-08-05 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: patch review - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21539

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-05 Thread Berker Peksag
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

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-05 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: Added file: http://bugs.python.org/file36282/broken-deprecated-removed.png ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22150

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-05 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: Added file: http://bugs.python.org/file36283/broken-deprecated-removed-2.png ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22150

[issue1322] platform.dist() has unpredictable result under Linux

2014-08-05 Thread Berker Peksag
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 dist

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-05 Thread Berker Peksag
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 p/p? I checked the HTML output first, but it was fine. Here's the HTML output of the deprecate

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-06 Thread Berker Peksag
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 directive

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-07 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- assignee: - berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22150 ___ ___ Python

[issue15907] move doctest test-data files into a subdirectory of Lib/test

2014-08-07 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15907 ___ ___ Python

[issue21514] update json module docs in light of RFC 7159 ECMA-404

2014-08-11 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: needs patch - commit review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21514

[issue5411] Add xz support to shutil

2014-08-11 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks for the patch, Akira. http://hg.python.org/cpython/rev/7fcfb634ccca -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5411

[issue19628] maxlevels -1 on compileall for unlimited recursion

2014-08-13 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19628 ___ ___ Python-bugs

[issue21389] The repr of BoundMethod objects sometimes incorrectly identifies the bound function

2014-08-13 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +benjamin.peterson stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21389

[issue1234674] filecmp.cmp's shallow option

2014-08-13 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: test needed - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1234674

[issue21445] Some asserts in test_filecmp have the wrong messages

2014-08-13 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- assignee: - berker.peksag nosy: +berker.peksag versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21445

[issue21445] Some asserts in test_filecmp have the wrong messages

2014-08-13 Thread Berker Peksag
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 rep...@bugs.python.org http://bugs.python.org/issue21445

[issue22200] Remove distutils checks for Python version

2014-08-15 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: - patch review type: - enhancement versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22200

[issue12067] Doc: remove errors about mixed-type comparisons.

2014-08-18 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: needs patch - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12067

[issue22211] Remove VMS specific code in expat.h xmlrole.h

2014-08-19 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +christian.heimes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22211 ___ ___ Python

[issue21549] Add the members parameter for TarFile.list()

2014-08-20 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: patch review - commit review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21549

[issue22197] Allow better verbosity / output control in test cases

2014-08-20 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22197 ___ ___ Python-bugs

[issue22229] wsgiref doesn't appear to ever set REMOTE_HOST in the environ

2014-08-20 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag, pje stage: - needs patch type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9

[issue22234] urllib.parse.urlparse accepts any falsy value as an url

2014-08-20 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22234 ___ ___ Python-bugs-list

[issue22247] More incomplete module.__all__ lists

2014-08-22 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22247 ___ ___ Python-bugs

[issue21338] Silent mode for compileall

2014-08-22 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- assignee: - berker.peksag nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21338

[issue19714] Add tests for importlib.machinery.WindowsRegistryFinder

2014-08-22 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: commit review - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19714

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-22 Thread Berker Peksag
Berker Peksag added the comment: Thank you for your review, Ezio! -- resolution: - fixed stage: commit review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22150

[issue22251] Various markup errors in documentation

2014-08-22 Thread Berker Peksag
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 option block. /home/berker

[issue19447] py_compile.compile raises if a file has bad encoding

2014-08-22 Thread Berker Peksag
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 resolution

[issue22246] add strptime(s, '%s')

2014-08-22 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +belopolsky stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22246

[issue19447] py_compile.compile raises if a file has bad encoding

2014-08-22 Thread Berker Peksag
Berker Peksag added the comment: Good point. Thank you Arfrever. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19447 ___ ___ Python-bugs-list

[issue22255] Multiprocessing freeze_support raises RuntimeError

2014-08-23 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +sbt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22255 ___ ___ Python-bugs-list

[issue21391] shutil uses both os.path.abspath and an 'import from' of abspath

2014-08-23 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- assignee: - berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21391 ___ ___ Python

[issue22259] fdopen of directory causes segmentation fault

2014-08-23 Thread Berker Peksag
New submission from Berker Peksag: Thanks for the patch. Please use assertEqual instead of assert. -- nosy: +berker.peksag stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22259

[issue22265] fix reliance on refcounting in test_itertools

2014-08-24 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22265 ___ ___ Python-bugs

[issue18530] posixpath.ismount performs extra lstat calls

2014-08-25 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: patch review - resolved ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18530

<    1   2   3   4   5   6   7   8   9   10   >