[issue23300] httplib is using a method that doesn't exist

2015-01-24 Thread Berker Peksag
Berker Peksag added the comment: +self.assertDictEqual(self.conn._tunnel_headers, tunnel_headers) You could just use assertEqual. Quoting from docs: "The list of type-specific methods automatically used by assertEqual() are summarized in the following table. Note that it’s us

[issue23300] httplib is using a method that doesn't exist

2015-01-24 Thread Berker Peksag
Berker Peksag added the comment: LGTM. -- ___ Python tracker <http://bugs.python.org/issue23300> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21279] str.translate documentation incomplete

2015-01-25 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue21279> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1745722] please add wsgi to SimpleXMLRPCServer

2015-01-25 Thread Berker Peksag
Berker Peksag added the comment: I've updated the patch for 3.5. I also have cleaned-up the documentation to avoid duplicate content. -- components: +Library (Lib) -XML nosy: +berker.peksag versions: +Python 3.5 -Python 3.4 Added file: http://bugs.python.org/file37860/issue1745722

[issue11822] Improve disassembly to show embedded code objects

2015-01-25 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue11822> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8796] Deprecate codecs.open()

2015-01-25 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue8796> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15852] typos in curses argument error messages

2015-01-25 Thread Berker Peksag
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/issue15

[issue23322] parser module docs missing second example

2015-01-26 Thread Berker Peksag
Berker Peksag added the comment: The second example was removed in https://hg.python.org/cpython/rev/19ca70b463c5 It would be better to just update the "see also" note in the token documentation. -- keywords: +easy nosy: +berker.peksag stage: -> needs patch versions:

[issue23286] A typo in the tutorial

2015-01-26 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks for the patch! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue22671] Typo in class io.BufferedIOBase docs

2015-01-26 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue22671> ___ ___ Python-

[issue23322] parser module docs missing second example

2015-01-26 Thread Berker Peksag
Berker Peksag added the comment: Welcome, please go ahead and send a patch. Thanks! -- ___ Python tracker <http://bugs.python.org/issue23322> ___ ___ Python-bug

[issue23255] SimpleHTTPRequestHandler refactor for more extensible usage.

2015-01-27 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the updated patch. I will tweak the docs before I commit the patch. -- ___ Python tracker <http://bugs.python.org/issue23

[issue2504] Add gettext.pgettext() and variants support

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

[issue19681] test_repr (test.test_functools.TestPartialC) failures

2015-01-27 Thread Berker Peksag
Berker Peksag added the comment: issue19681_2.patch LGTM. -- nosy: +berker.peksag stage: patch review -> commit review versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue13128] httplib debuglevel on CONNECT doesn't print response headers

2015-01-27 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch! Could you revert unrelated changes (whitespaces, PEP 8 etc.) if you have time? -- stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issu

[issue23334] http.client refactor

2015-01-27 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue23334> ___ ___ Python-bugs-list mai

[issue23341] Issue parsing valid cookie

2015-01-28 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> duplicate stage: -> resolved superseder: -> cookies with square brackets in value ___ Python tracker <http://bugs.python.or

[issue23304] Unused Superclass in calendar.py

2015-01-28 Thread Berker Peksag
Berker Peksag added the comment: Looks like "error" was unused since https://hg.python.org/cpython/rev/acdc0b9a6c78#l2.48 (see also https://hg.python.org/cpython/rev/6ee380349c84/ for time.gmtime()). LGTM. -- nosy: +berker.peksag stage: ->

[issue18982] Add tests for CLI of the calendar module

2015-01-28 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue18982> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2015-01-28 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issue13330> ___ ___ Python-bugs-list mailin

[issue10716] Modernize pydoc to use better HTML and separate CSS

2015-01-28 Thread Berker Peksag
Berker Peksag added the comment: Thanks! Apparently, we were working on the same issue simultaneously. I was working on the HTML and CSS parts (didn't touch to Lib/pydoc.py yet). I can combine our work, if you could - create a separate branch (no need to be a Hg repo, I can create a

[issue12707] Deprecate addinfourl getters

2015-01-28 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue12707> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18982] Add tests for CLI of the calendar module

2015-01-29 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issue18982> ___ ___ Python-bugs-list mai

[issue20169] random module doc page has broken links

2015-01-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue20169> ___ ___ Python-bug

[issue17188] Document 'from None' in raise statement doc.

2015-01-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: needs patch -> patch review versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue23358] BaseServer missing from socketserver.__all__

2015-01-31 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Martin. I got the following failure on the 3.4 branch: == FAIL: test_all (test.test_socketserver.SimpleTests

[issue15608] Improve socketserver doc

2015-01-31 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review type: -> enhancement versions: +Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/i

[issue23373] curses.textpad crashes in insert mode on wide window

2015-02-01 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. This is a duplicate of issue 13051. The insert_mode parameter was committed in issue 1048820. -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Infinite

[issue23254] Document how to close the TCPServer listening socket

2015-02-01 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue23254> ___ ___ Python-bugs-list mai

[issue23357] pyvenv help shows incorrect usage

2015-02-01 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +vinay.sajip stage: -> patch review versions: -Python 3.6 ___ Python tracker <http://bugs.python.org/issue23357> ___ _

[issue23358] BaseServer missing from socketserver.__all__

2015-02-03 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Martin. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue23385] snmp - mib error

2015-02-03 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> snmp - mib error ___ Python tracker <http://bugs.python

[issue13128] httplib debuglevel on CONNECT doesn't print response headers

2015-02-03 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Demian. I've simplified the test code a bit and committed it. Also, thanks for the report and for the initial patch Matt. -- resolution: -> fixed stage: commit review -> resolved status: ope

[issue23379] Incorrect links within PEPs

2015-02-03 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, Jonathan. This is a website issue, so I've created a new issue on GitHub: https://github.com/python/pythondotorg/issues/561 -- nosy: +berker.peksag resolution: -> third party stage: -> resolved status: ope

[issue23387] test_urllib2 fails with HTTP Error 502: Bad Gateway

2015-02-03 Thread Berker Peksag
New submission from Berker Peksag: == ERROR: test_issue16464 (test.test_urllib2.MiscTests) -- Traceback (most recent call last): File "/ssd/bui

[issue22963] broken link in PEP 102

2015-02-03 Thread Berker Peksag
Berker Peksag added the comment: I've opened https://github.com/python/pythondotorg/issues/561 to track the same issue. -- ___ Python tracker <http://bugs.python.org/is

[issue20289] Make cgi.FieldStorage a context manager

2015-02-04 Thread Berker Peksag
Berker Peksag added the comment: Here's an updated patch. Thank you Serhiy. -- Added file: http://bugs.python.org/file38017/issue20289_v2.diff ___ Python tracker <http://bugs.python.org/is

[issue14910] argparse: disable abbreviation

2015-02-04 Thread Berker Peksag
Berker Peksag added the comment: The patch LGTM. In Doc/library/argparse.rst: - add_help=True) + allow_abbrev=True, add_help=True) should be add_help=True, allow_abbrev=True) I'll add a release note and commit it. T

[issue23397] PEP 431 implementation

2015-02-05 Thread Berker Peksag
New submission from Berker Peksag: I have an outdated and WIP patch to implement PEP 431 on GitHub: https://github.com/berkerpeksag/cpython Hopefully, I will complete my work before beta 1. -- assignee: berker.peksag components: Library (Lib) messages: 235423 nosy: berker.peksag

[issue20289] Make cgi.FieldStorage a context manager

2015-02-06 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the review, Serhiy! -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue21717] Exclusive mode for ZipFile and TarFile

2015-02-06 Thread Berker Peksag
Berker Peksag added the comment: Here's an updated patch. Thanks Serhiy. -- Added file: http://bugs.python.org/file38025/issue21717_v2.diff ___ Python tracker <http://bugs.python.org/is

[issue23397] PEP 431 implementation

2015-02-08 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +lregebro ___ Python tracker <http://bugs.python.org/issue23397> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23418] Keep http.server.__all__ up to date

2015-02-09 Thread Berker Peksag
Berker Peksag added the comment: LGTM. -- nosy: +berker.peksag stage: -> commit review versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue21717] Exclusive mode for ZipFile and TarFile

2015-02-10 Thread Berker Peksag
Berker Peksag added the comment: Updated patch. Thanks again, Serhiy. -- Added file: http://bugs.python.org/file38081/issue21717_tarfile_v3.diff ___ Python tracker <http://bugs.python.org/issue21

[issue23432] Duplicate content in SystemExit documentation

2015-02-10 Thread Berker Peksag
New submission from Berker Peksag: >From https://docs.python.org/3/library/exceptions.html#SystemExit Also, this exception derives directly from BaseException and not Exception, since it is not technically an error. and The exception inherits from BaseException instead of Except

[issue1508475] transparent gzip compression in urllib

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

[issue23442] http.client.REQUEST_HEADER_FIELDS_TOO_LARGE renamed in 3.5

2015-02-11 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +serhiy.storchaka ___ Python tracker <http://bugs.python.org/issue23442> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23432] Duplicate content in SystemExit documentation

2015-02-11 Thread Berker Peksag
Berker Peksag added the comment: Good catch, thanks! Do you have better wording for that part of the patch? -- ___ Python tracker <http://bugs.python.org/issue23

[issue21717] Exclusive mode for ZipFile and TarFile

2015-02-11 Thread Berker Peksag
Changes by Berker Peksag : Added file: http://bugs.python.org/file38095/issue21717_tarfile_v4.diff ___ Python tracker <http://bugs.python.org/issue21717> ___ ___ Pytho

[issue23439] Fixed http.client.__all__ and added a test

2015-02-11 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.4, Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue23439] Fixed http.client.__all__ and added a test

2015-02-11 Thread Berker Peksag
Berker Peksag added the comment: It's not that important in my opinion. Let's keep it simple for now :) -- ___ Python tracker <http://bugs.python.o

[issue18610] wsgiref.validate expects wsgi.input read to give exactly one arg

2015-02-11 Thread Berker Peksag
Berker Peksag added the comment: The change was suggested before PEP in issue 4718 (see msg78292), but PEP says: A server should allow read() to be called without an argument, and return the remainder of the client's input stream. https://www.python.org/dev/peps/pep-/#

[issue21717] Exclusive mode for ZipFile and TarFile

2015-02-12 Thread Berker Peksag
Changes by Berker Peksag : Added file: http://bugs.python.org/file38115/issue21717_tarfile_v5.diff ___ Python tracker <http://bugs.python.org/issue21717> ___ ___ Pytho

[issue23442] http.client.REQUEST_HEADER_FIELDS_TOO_LARGE renamed in 3.5

2015-02-12 Thread Berker Peksag
Berker Peksag added the comment: I found another regression: In Python 3.4, 416 is REQUESTED_RANGE_NOT_SATISFIABLE, but REQUEST_RANGE_NOT_SATISFIABLE in 3.5. -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.pyth

[issue23442] http.client.REQUEST_HEADER_FIELDS_TOO_LARGE renamed in 3.5

2015-02-12 Thread Berker Peksag
Berker Peksag added the comment: Here is a test case. == FAIL: test_client_constants (test.test_httplib.OfflineTest) (constant='REQUESTED_RANGE_NOT_SATISF

[issue5053] http.client.HTTPMessage.getallmatchingheaders() always returns []

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

[issue23418] Keep http.server.__all__ up to date

2015-02-13 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks Martin (also thanks to Demian for the review). -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue21717] Exclusive mode for ZipFile and TarFile

2015-02-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the review, Serhiy. I'll take a look at the zipfile patch tomorrow. -- ___ Python tracker <http://bugs.python.org/is

[issue14652] Better error messages for wsgiref validator failures

2015-02-13 Thread Berker Peksag
Berker Peksag added the comment: Here is an updated patch. For InputWrapper.read(), see issue 18610. -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.4, Python 3.5 -Python 3.3 Added file: http://bugs.python.org/file38131/issue14652.d

[issue17527] PATCH as valid request method in wsgiref.validator

2015-02-13 Thread Berker Peksag
Berker Peksag added the comment: LGTM. -- nosy: +berker.peksag stage: -> commit review versions: +Python 2.7, Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue17349] wsgiref.simple_server.demo_app is not PEP-3333 compatible

2015-02-13 Thread Berker Peksag
Berker Peksag added the comment: I'm not sure this needs to be fixed in 2.7. I would only use demo_app to test WSGI servers. Otherwise, you need to create your own application. However, the code is correct in Python 3: https://hg.python.org/cpython/file/default/Lib/wsgiref/simple_serv

[issue14910] argparse: disable abbreviation

2015-02-13 Thread Berker Peksag
Berker Peksag added the comment: Committed. Thank you all for patches and reviews :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue13637] binascii.a2b_* functions could accept unicode strings

2015-02-13 Thread Berker Peksag
Berker Peksag added the comment: The binascii documentation already says ``a2b_*`` functions accept Unicode strings containing only ASCII characters. [...] .. versionchanged:: 3.3 ASCII-only unicode strings are now accepted by the ``a2b_*`` functions. I think we can just remove

[issue17753] test_zipfile: requires write access to test and email.test

2015-02-14 Thread Berker Peksag
Berker Peksag added the comment: LGTM. -- nosy: +berker.peksag stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issue17753> ___ _

[issue22735] Fix various crashes exposed through mro() customization

2015-02-14 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue22735> ___

[issue23399] venv should create relative symlinks where possible

2015-02-14 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue23399> ___ ___ Python-bugs-list mailing list Un

[issue23406] interning and list comprehension leads to unexpected behavior

2015-02-14 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy stage: -> needs patch type: -> enhancement versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/i

[issue12955] urllib.request example should use "with ... as:"

2015-02-14 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue12955> ___ ___ Python-

[issue23420] python -m cProfile -s fails with non informative message

2015-02-14 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Library (Lib) -Extension Modules nosy: +berker.peksag stage: -> patch review versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue4773] HTTPMessage not documented and has inconsistent API across Py2/Py3

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

[issue13637] binascii.a2b_* functions could accept unicode strings

2015-02-14 Thread Berker Peksag
Berker Peksag added the comment: Thank you to both Vajrasky and Martin. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue15381] Optimize BytesIO to do less reallocations when written, similarly to StringIO

2015-02-14 Thread Berker Peksag
Berker Peksag added the comment: Can this be closed now? -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue15381> ___ ___ Python-bugs-list m

[issue20059] Inconsistent urlparse/urllib.parse handling of invalid port values?

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

[issue23430] socketserver.BaseServer.handle_error() should not catch exiting exceptions

2015-02-14 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue23430> ___ ___ Python-bugs-list mai

[issue23400] Inconsistent behaviour of multiprocessing.Queue() if sem_open is not implemented

2015-02-14 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Davin. I left a couple of comments on Rietveld. -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue23

[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-02-15 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issue23440> ___ _

[issue21898] .hgignore: Missing ignores for Eclipse/pydev

2015-02-15 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch! I'm -1 to adding IDE/editor specific files to .hgignore. You can create a global .hgignore instead. -- nosy: +berker.peksag resolution: -> wont fix stage: patch review -> resolved status: ope

[issue23469] Delete Misc/*.wpr files

2015-02-15 Thread Berker Peksag
New submission from Berker Peksag: Config/plugin/readme files for Emacs and Vim in Misc have been deleted. The only remaining ones are for Wing IDE. Here is a patch to remove these files. -- files: wpr.diff keywords: patch messages: 236082 nosy: berker.peksag priority: normal severity

[issue17753] test_zipfile: requires write access to test and email.test

2015-02-15 Thread Berker Peksag
Berker Peksag added the comment: Buildbots are not happy: == ERROR: test_write_filtered_python_package (test.test_zipfile.PyZipFileTests) -- Traceback (most

[issue22071] Remove long-time deprecated attributes from smtpd

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

[issue10818] pydoc: Remove old server and tk panel

2015-02-15 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue10818> ___ ___ Python-bugs-list mailing list Un

[issue20833] scripts\pydocgui.pyw out of date

2015-02-15 Thread Berker Peksag
Berker Peksag added the comment: pydocgui.pyw was removed in https://hg.python.org/cpython/rev/2e578b80c2f3. msi.py was updated in issue 14512. Closing this as "out of date". -- nosy: +berker.peksag resolution: -> out of date stage: -> resolved status

[issue14512] Pydocs module docs server not working on Windows.

2015-02-15 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue14512> ___ ___ Python-bugs-list mailing list Un

[issue23471] 404 Not Found when downloading Python 3.4.3rc1 Documentation

2015-02-16 Thread Berker Peksag
Berker Peksag added the comment: I thought this was fixed by issue 22484 -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue23471> ___ ___

[issue23471] 404 Not Found when downloading Python 3.4.3rc1 Documentation

2015-02-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +larry ___ Python tracker <http://bugs.python.org/issue23471> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23410] Document more BaseHTTPRequestHandler attributes

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

[issue23477] Increase coverage for wsgiref module

2015-02-18 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issue23477> ___ _

[issue2211] Cookie.Morsel interface needs update

2015-02-18 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: test needed -> patch review ___ Python tracker <http://bugs.python.org/issue2211> ___ ___ Python-

[issue3609] does parse_header really belong in CGI module?

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

[issue23439] Fixed http.client.__all__ and added a test

2015-02-19 Thread Berker Peksag
Berker Peksag added the comment: Committed now. Thanks for the patch, Martin and thanks for the review, Demian. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue21548] pydoc -k IndexError on empty docstring

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

[issue21257] Document parse_headers function of http.client

2015-02-20 Thread Berker Peksag
Berker Peksag added the comment: This is a different issue than #23439. BaseHTTPRequestHandler.headers documentation mentions about parse_headers function, the function itself is not documented. See https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.headers

[issue9119] Python download page needs to mention crypto code in Windows installer

2015-02-20 Thread Berker Peksag
Berker Peksag added the comment: > Terry, would you like to move this forward with the Python.org webmasters ? This is now a content issue and can be handled on GitHub: https://github.com/python/pythondotorg/issues -- nosy: +berker.peksag resolution: -> fixed stage: needs

[issue23350] Content-length is incorrect when request body is a list or tuple

2015-02-20 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue23350> ___ ___ Python-bugs-list mai

[issue22928] HTTP header injection in urrlib2/urllib/httplib/http.client

2015-02-20 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: -Python 3.6 ___ Python tracker <http://bugs.python.org/issue22928> ___ _

[issue22931] cookies with square brackets in value

2015-02-20 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: -Python 3.3, Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue23442] http.client.REQUEST_HEADER_FIELDS_TOO_LARGE renamed in 3.5

2015-02-20 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks to both of you :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue21793] httplib client/server status refactor

2015-02-20 Thread Berker Peksag
Berker Peksag added the comment: LGTM. I left a comment for Serhiy on Rietveld. -- stage: needs patch -> commit review ___ Python tracker <http://bugs.python.org/issu

[issue23489] atexit handlers are not executed when using multiprocessing.Pool.map.

2015-02-20 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +davin, sbt ___ Python tracker <http://bugs.python.org/issue23489> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24285] regression for importing extensions in packages

2015-05-25 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> PEP 489 -- Multi-phase extension module initialization ___ Python tracker <http://bugs.python

<    21   22   23   24   25   26   27   28   29   30   >