[issue23469] Delete Misc/*.wpr files

2021-12-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset d46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec by Kumar Aditya in branch 'main': bpo-23469: Delete Wing IDE configuration files (GH-30067) https://github.com/python/cpython/commit/d46d08d9474cb00b697dbdbb12cc7c

[issue23469] Delete Misc/*.wpr files

2021-12-14 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue11880] add a {dist-info} category to distutils2

2011-10-13 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berkerpeksag ___ Python tracker <http://bugs.python.org/issue11880> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13176] Broken link in bugs.rst

2011-10-14 Thread Berker Peksag
New submission from Berker Peksag : http://www.python.org/dev/workflow/ is missing in 3.2 documentation. See: http://docs.python.org/py3k/bugs.html It works with latest version of the documentation: http://docs.python.org/dev/bugs.html -- assignee: docs@python components

[issue11880] add a {dist-info} category to distutils2

2011-10-14 Thread Berker Peksag
Berker Peksag added the comment: I'd like to work on this issue. What is the correct location of the Distutils2 project? I have found these links: http://hg.python.org/distutils2/file/98e0d3c53a2f/distutils2/ http://hg.python.org/cpython/file/2c223d686feb/Lib/packaging T

[issue13504] Meta-issue for "Invent with Python" IDLE feedback

2011-11-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berkerpeksag ___ Python tracker <http://bugs.python.org/issue13504> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11060] distutils2 sdist does not complain about version that is not PEP 386 compliant

2011-12-01 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berkerpeksag Added file: http://bugs.python.org/file23828/issue11060_test_v1.diff ___ Python tracker <http://bugs.python.org/issue11

[issue8538] Add FlagAction to argparse

2011-12-11 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berkerpeksag ___ Python tracker <http://bugs.python.org/issue8538> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9856] Change object.__format__(s) where s is non-empty to a TypeError

2011-12-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berkerpeksag ___ Python tracker <http://bugs.python.org/issue9856> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13588] Change name of internal closure functions in importlib

2011-12-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berkerpeksag ___ Python tracker <http://bugs.python.org/issue13588> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11175] allow argparse FileType to accept encoding and errors arguments

2011-12-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berkerpeksag ___ Python tracker <http://bugs.python.org/issue11175> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11468] Improve unittest basic example in the doc

2011-12-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berkerpeksag ___ Python tracker <http://bugs.python.org/issue11468> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13588] Change name of internal closure functions in importlib

2011-12-13 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +patch Added file: http://bugs.python.org/file23947/issue13588_v1.diff ___ Python tracker <http://bugs.python.org/issue13

[issue13641] decoding functions in the base64 module could accept unicode strings

2011-12-31 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +patch nosy: +berkerpeksag Added file: http://bugs.python.org/file24119/issue13641_v1.diff ___ Python tracker <http://bugs.python.org/issue13

[issue13641] decoding functions in the base64 module could accept unicode strings

2012-01-04 Thread Berker Peksag
Berker Peksag added the comment: Hi Antoine, I added some tests for b64decode function. Also, I wrote some tests for b32decode and b16decode functions and failed. I think my patch is not working for b32decode and b16decode functions. I'll dig into code and try to find a way. T

[issue29553] Argparser does not display closing parentheses in nested mutex groups

2019-08-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset da27d9b9dc44913ffee8f28d9638985eaaa03755 by Berker Peksag (Flavian Hautbois) in branch 'master': bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976) https://github.com/python/cpyt

[issue29553] Argparser does not display closing parentheses in nested mutex groups

2019-08-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 31ea447ffe591736af1d7a3178c0f7ca3eb50d70 by Berker Peksag (Miss Islington (bot)) in branch '3.7': bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976) https://github.com/python/cpyt

[issue29553] Argparser does not display closing parentheses in nested mutex groups

2019-08-30 Thread Berker Peksag
Berker Peksag added the comment: da27d9b9dc44913ffee8f28d9638985eaaa03755 needs to be manually backported to 3.8. -- stage: patch review -> backport needed versions: +Python 3.8 -Python 2.7, Python 3.5 ___ Python tracker <https://bugs.pyth

[issue29553] Argparser does not display closing parentheses in nested mutex groups

2019-08-30 Thread Berker Peksag
Berker Peksag added the comment: Yes, we can. Thank you for the backport, Raymond :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue38731] bad input crashes py_compile library

2019-11-07 Thread Berker Peksag
Change by Berker Peksag : -- nosy: +berker.peksag stage: -> needs patch type: crash -> behavior versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/i

[issue43444] [sqlite3] Move MODULE_NAME def from setup.py to module.h

2021-03-13 Thread Berker Peksag
Berker Peksag added the comment: Thank you! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43444] [sqlite3] Move MODULE_NAME def from setup.py to module.h

2021-03-13 Thread Berker Peksag
Berker Peksag added the comment: New changeset 2256a2876b5214a5a7492bf78bd86cf8beb690bf by Erlend Egeberg Aasland in branch 'master': bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801) https://github.com/python/cpython/commit/2256a2876b5214a5a7492bf78bd86c

[issue43094] sqlite3 signature discrepancies between documentation and implementation

2021-03-26 Thread Berker Peksag
Berker Peksag added the comment: > Berker, I started drafting a PEP. Would you be interested in helping? Of course! I may be not be able to respond to you quickly in the next few weeks, though. -- ___ Python tracker <https://bugs.pyth

[issue43597] robotparser should support specifying SSL context

2021-04-06 Thread Berker Peksag
Berker Peksag added the comment: I'm not opposing to the idea, but what's the practical use case here? I haven't seen a case where you needed to pass a custom SSLContext in order to fetch the robots.txt file. -- nosy: +berker.peksag versions: -Python 3.6, Python

[issue43752] [sqlite3] Fetching an empty value from date column raises ValueError

2021-04-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset 6f1e8ccffa5b1272a36a35405d3c4e4bbba0c082 by Erlend Egeberg Aasland in branch 'master': bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25228) https://github.com/python/cpyt

[issue43752] [sqlite3] Fetching an empty value from date column raises ValueError

2021-04-14 Thread Berker Peksag
Berker Peksag added the comment: Thank you for the report and reproducer, Mariusz and thank you for the PR, Erlend. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bug

[issue43265] [sqlite3] Improve backup error handling

2021-04-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset c1ae7419975f7d664320f66ea3acc8663bbf76cf by Erlend Egeberg Aasland in branch 'master': bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586) https://github.com/python/cpython/commit/c1ae7419975f7d664320f66ea3acc8

[issue43265] [sqlite3] Improve backup error handling

2021-04-14 Thread Berker Peksag
Berker Peksag added the comment: Thank you. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue20364] Rename & explain sqlite3.Cursor.execute 'parameters' param

2021-04-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset 3386ca0b36327afeef8d7eff277b2aed1030c08d by Erlend Egeberg Aasland in branch 'master': bpo-20364: Improve sqlite3 placeholder docs (GH-25003) https://github.com/python/cpython/commit/3386ca0b36327afeef8d7eff277b2aed1030c08d -

[issue20364] Rename & explain sqlite3.Cursor.execute 'parameters' param

2021-04-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset 95e4431804587a0c9d464bb7b3d5f3057bbeaccd by Miss Islington (bot) in branch '3.9': bpo-20364: Improve sqlite3 placeholder docs (GH-25003) https://github.com/python/cpython/commit/95e4431804587a0c9d464bb7b3d5f3

[issue20364] Rename & explain sqlite3.Cursor.execute 'parameters' param

2021-04-14 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.python.or

[issue43505] [sqlite3] Explicitly initialise and shut down sqlite3

2021-04-14 Thread Berker Peksag
Berker Peksag added the comment: Making SQLITE_OMIT_AUTOINIT the default behavior would pretty much break every application that use SQLite, but since the PR is small enough and uses the interface in the correct way, I don't see a strong reason to reje

[issue43505] [sqlite3] Explicitly initialise and shut down sqlite3

2021-04-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset def919342facf7f53a3a5f0e9f4b1889d323956d by Erlend Egeberg Aasland in branch 'master': bpo-43505: Explicitly initialize and shutdown sqlite3 (GH-25404) https://github.com/python/cpython/commit/def919342facf7f53a3a5f0e9f4b18

[issue43505] [sqlite3] Explicitly initialise and shut down sqlite3

2021-04-14 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43296] [sqlite3] Fix sqlite3_value_blob() usage

2021-04-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset 5cb601f956886b32641f818b5da347cc86a43db2 by Erlend Egeberg Aasland in branch 'master': bpo-43296: Handle sqlite3_value_blob() errors (GH-24674) https://github.com/python/cpython/commit/5cb601f956886b32641f818b5da347

[issue43296] [sqlite3] Fix sqlite3_value_blob() usage

2021-04-14 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43852] [sqlite3] Improve tuple creation

2021-04-23 Thread Berker Peksag
Berker Peksag added the comment: New changeset e9194ea6eaa18299d6ccbd3555ce150fab0c6184 by Erlend Egeberg Aasland in branch 'master': bpo-43852: Improve tuple creation in sqlite3 (GH-25421) https://github.com/python/cpython/commit/e9194ea6eaa18299d6ccbd3555ce15

[issue43852] [sqlite3] Improve tuple creation

2021-04-23 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -Python 3.10 ___ Python tracker <https://bugs.python.or

[issue43934] Minimal version of SQLite3 - 3.26 ?

2021-04-24 Thread Berker Peksag
Berker Peksag added the comment: This would make sqlite3 module unusable for many users. We have already increased the minimal required version in 3.10 and am opposed to do this change. I also don't understand what part of msg370266 made you think that this is a reasonable change. The

[issue43934] Minimal version of SQLite3 - 3.26 ?

2021-04-24 Thread Berker Peksag
Berker Peksag added the comment: Thank you for taking your time to improve the sqlite3 module! -- ___ Python tracker <https://bugs.python.org/issue43

[issue43851] Optimise SQLite builds on macOS and Windows

2021-04-28 Thread Berker Peksag
Berker Peksag added the comment: As long as we don't introduce behavior changes between SQLite versions in mainstream Linux distributions and macOS/Windows (i.e. an application should continue working in Linux, macOS, Windows), it sounds good to me. Maybe it's worth checking wh

[issue44047] [sqlite3] remove unused argument from _pysqlite_seterror()

2021-05-07 Thread Berker Peksag
Berker Peksag added the comment: Thank you! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker <https://bugs.python

[issue43350] [sqlite3] Active statements are reset twice in _pysqlite_query_execute()

2021-05-10 Thread Berker Peksag
Berker Peksag added the comment: Serhiy is right. Without a proper research on why it was added in the first place, simply removing the second call won't make code any better and it may introduce regressions (we've already introduced two in 3.10) Maybe doing some digging in pysqli

[issue35889] sqlite3.Row doesn't have useful repr

2021-05-18 Thread Berker Peksag
Berker Peksag added the comment: Let's close it as rejected. Thank you everyone for your input. -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue30593] Document that sqlite3.Cursor.executescript disregards isolation_level

2021-05-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 76ed53ca7bf0d4a43099d9401af5fe9f75689885 by Miss Islington (bot) in branch '3.9': bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220) https://github.com/python/cpython/commit/76ed53ca7bf0d4a43099d9401

[issue30593] Document that sqlite3.Cursor.executescript disregards isolation_level

2021-05-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 1f483c0c1b5a9fd1062bacc2aeba6bb0e9b7 by Miss Islington (bot) in branch '3.10': bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220) https://github.com/python/cpython/commit/1f483c0c1b5a9fd1062bacc2a

[issue30593] Document that sqlite3.Cursor.executescript disregards isolation_level

2021-05-19 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44106] [sqlite3] don't use politicians in examples/docs

2021-05-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset db20afe6c43ad585577589131bf658ce7ebe6bd2 by Miss Islington (bot) in branch '3.9': bpo-44106: Improve sqlite3 example database contents (GH-26027) https://github.com/python/cpython/commit/db20afe6c43ad585577589131bf658

[issue44106] [sqlite3] don't use politicians in examples/docs

2021-05-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 3185bc9d3f38ce9d814aecf8104f1d6953c2d8ff by Miss Islington (bot) in branch '3.10': bpo-44106: Improve sqlite3 example database contents (GH-26027) https://github.com/python/cpython/commit/3185bc9d3f38ce9d814aecf8104f1d

[issue42862] Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module

2021-05-19 Thread Berker Peksag
Berker Peksag added the comment: > Or is it ok to call gc.collect() in the test suite? It is but in this case I'd say it's a bit weird that we need to call it. Unfortunately, I don't have much time to investigate it at the moment. --

[issue44106] [sqlite3] don't use politicians in examples/docs

2021-05-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 5b5a10c8740aa5e9fd68a10d9cb23b0e7d61ce98 by Miss Islington (bot) in branch '3.9': bpo-44106: Purge unused sqlite3 doc includes (GH-26234) https://github.com/python/cpython/commit/5b5a10c8740aa5e9fd68a10d9cb23b

[issue44106] [sqlite3] don't use politicians in examples/docs

2021-05-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset e57bef1b73abb8e89d927053bd7e4fdbf44687bf by Miss Islington (bot) in branch '3.10': bpo-44106: Purge unused sqlite3 doc includes (GH-26234) https://github.com/python/cpython/commit/e57bef1b73abb8e89d927053bd7e4f

[issue44079] [sqlite3] remove superfluous statement weak ref list from connection object

2021-05-19 Thread Berker Peksag
Berker Peksag added the comment: https://github.com/ghaering/pysqlite/commit/33f99be6be5ad7d69767ff172441f1a860416e82 states the following: - Use a list of weak references of statements in the Connection class to keep track of all statements used with this connection. This is

[issue20408] memoryview() constructor documentation error

2021-05-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset d18e5dae914b1db49b25ed7729c07a535d1f0c52 by Mariusz Felisiak in branch 'main': bpo-20408: Fix memoryview() signature in docs (GH-24431) https://github.com/python/cpython/commit/d18e5dae914b1db49b25ed7729c07a

[issue20408] memoryview() constructor documentation error

2021-05-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 05f8ad0c745016cd8b5bdbda4336688b80f45fd7 by Miss Islington (bot) in branch '3.10': bpo-20408: Fix memoryview() signature in docs (GH-24431) https://github.com/python/cpython/commit/05f8ad0c745016cd8b5bdbda433668

[issue20408] memoryview() constructor documentation error

2021-05-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 8accb8c8ccf371021cba5a2b91f5b7c711fa8149 by Miss Islington (bot) in branch '3.9': bpo-20408: Fix memoryview() signature in docs (GH-24431) https://github.com/python/cpython/commit/8accb8c8ccf371021cba5a2b91f5b7

[issue20408] memoryview() constructor documentation error

2021-05-25 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -Python 3.8 ___ Python tracker <https://bugs.python.or

[issue2771] Test issue

2021-11-08 Thread Berker Peksag
Change by Berker Peksag : -- nosy: -berker.peksag ___ Python tracker <https://bugs.python.org/issue2771> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23469] Delete Misc/*.wpr files

2021-12-07 Thread Berker Peksag
Change by Berker Peksag : -- stage: resolved -> status: closed -> open versions: +Python 3.11 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/i

[issue34480] _markupbase.py fails with UnboundLocalError on invalid keyword in marked section

2020-01-05 Thread Berker Peksag
Berker Peksag added the comment: > _markupbase.py is internal, so it should be safe to remove > ParserBase.error() and the code that calls it as suggested in #31844 Should I reopen https://github.com/python/cpython/pull/8562 then? -- ___

[issue39366] Remove deprecated nntplib method

2020-01-22 Thread Berker Peksag
Berker Peksag added the comment: New changeset 1f0f102dec506fd06f912b74dd2be64a7fba0d3f by Berker Peksag (Dong-hee Na) in branch 'master': bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035) https://github.com/python/cpython/commit/1f0f102dec506fd06f912b74dd2be6

[issue39366] Remove deprecated nntplib method

2020-01-22 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the PR! I'm glad these previously deprecated functions are now gone. -- components: +Library (Lib) resolution: -> fixed stage: patch review -> resolved status: open -> closed type:

[issue15243] Misleading documentation for __prepare__

2020-01-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 7de617455ed788e6730c40cf854c4b72b0432194 by Berker Peksag (alclarks) in branch 'master': bpo-15243: Document __prepare__ as classmethod (GH-17124) https://github.com/python/cpython/commit/7de617455ed788e6730c40cf854c4b

[issue15243] Misleading documentation for __prepare__

2020-01-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 321491a536c378227f9d574703f7c06f89c67dcf by Berker Peksag (Miss Islington (bot)) in branch '3.8': bpo-15243: Document __prepare__ as classmethod (GH-17124) https://github.com/python/cpython/commit/321491a536c378227f9d574703f7c0

[issue15243] Misleading documentation for __prepare__

2020-01-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 548685e364af3d366d3aef924b2077ee6f8d13dc by Berker Peksag (Miss Islington (bot)) in branch '3.7': bpo-15243: Document __prepare__ as classmethod (GH-17124) https://github.com/python/cpython/commit/548685e364af3d366d3aef924b2077

[issue15243] Misleading documentation for __prepare__

2020-01-25 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.or

[issue36654] Add example to tokenize.tokenize

2020-01-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 4b09dc79f4d08d85f2cc945563e9c8ef1e531d7b by Berker Peksag (Windson yang) in branch 'master': bpo-36654: Add examples for using tokenize module programmically (#12947) https://github.com/python/cpyt

[issue36654] Add example to tokenize.tokenize

2020-01-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 1cf0df4f1bcc38dfd70a152af20cf584de531ea7 by Berker Peksag (Miss Islington (bot)) in branch '3.8': bpo-36654: Add examples for using tokenize module programmatically (GH-18187) https://github.com/python/cpyt

[issue36654] Add example to tokenize.tokenize

2020-01-25 Thread Berker Peksag
Berker Peksag added the comment: New changeset 6dbd843dedc9e05c0e3f4714294837f0a83deebe by Berker Peksag (Miss Islington (bot)) in branch '3.7': bpo-36654: Add examples for using tokenize module programmatically (GH-12947) https://github.com/python/cpyt

[issue36654] Add example to tokenize.tokenize

2020-01-25 Thread Berker Peksag
Berker Peksag added the comment: Wow, I managed to make typos in all three commits! PR 12947 has some discussion about why adding these examples would be a good idea as we now have two different APIs for unicode and bytes input. Thanks for the PR, Windson. -- resolution: -> fi

[issue39309] Please delete my account

2020-01-25 Thread Berker Peksag
Berker Peksag added the comment: I can remove OP's User role and change their user name etc. to make it anonymize as much as possible. I cannot get into the server so perhaps Ernest can delete the account. -- nosy: +EWDurbin, berker.p

[issue12915] Add inspect.locate and inspect.resolve

2020-01-25 Thread Berker Peksag
Berker Peksag added the comment: FTR, Django has a similar helper: from django.utils.module_loading import import_string ValidationError = import_string('django.core.exceptions.ValidationError') https://docs.djangoproject.com/en/3.0

[issue39309] Please delete my account

2020-01-26 Thread Berker Peksag
Change by Berker Peksag : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue39309> ___ ___ Python-bugs-list

[issue39494] Extra null terminators in keyword arrays in sqlite module

2020-01-29 Thread Berker Peksag
Berker Peksag added the comment: New changeset 188bb5b1e868eecf2342195dc45caa332ac3b6c7 by Alex Henrie in branch 'master': bpo-39494: Remove extra null terminators from kwlist vars (GH-18267) https://github.com/python/cpython/commit/188bb5b1e868eecf2342195dc45caa332ac3b6c7 -

[issue39494] Extra null terminators in keyword arrays in sqlite module

2020-01-29 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: resource usage -> ___ Python tracker <https://bugs.python

[issue39497] Unused variable script_str in pysqlite_cursor_executescript

2020-01-30 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: performance -> ___ Python tracker <https://bugs.python

[issue39497] Unused variable script_str in pysqlite_cursor_executescript

2020-01-30 Thread Berker Peksag
Berker Peksag added the comment: New changeset 1f44e775df8e7ec3ca60a1135cb3279f8b9dca3e by Alex Henrie in branch 'master': bpo-39497: Remove unused variable from pysqlite_cursor_executescript (GH-18271) https://github.com/python/cpython/commit/1f44e775df8e7ec3ca60a1135cb327

[issue39514] http://sphinx.pocoo.org/

2020-01-31 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. The link has already been fixed in https://github.com/python/python-docs-theme/commit/fc9f203dd79587c8aed2b822cf7401518cd65bb5 I think it will be fixed once the new version of the theme is released. We can discuss the details over at

[issue39514] http://sphinx.pocoo.org/

2020-02-01 Thread Berker Peksag
Berker Peksag added the comment: https://github.com/python/docsbuild-scripts/pull/83 -- ___ Python tracker <https://bugs.python.org/issue39514> ___ ___ Pytho

[issue39496] Inelegant loops in Modules/_sqlite/cursor.c

2020-02-01 Thread Berker Peksag
Berker Peksag added the comment: New changeset 78c7183f470b60a39ac2dd0ad1a94d49d1e0b062 by Alex Henrie in branch 'master': bpo-39496: Remove redundant checks from _sqlite/cursor.c (GH-18270) https://github.com/python/cpython/commit/78c7183f470b60a39ac2dd0ad1a94d49d1e0b062 -

[issue39496] Inelegant loops in Modules/_sqlite/cursor.c

2020-02-01 Thread Berker Peksag
Change by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue39514] http://sphinx.pocoo.org/

2020-02-03 Thread Berker Peksag
Berker Peksag added the comment: My PR has been merged and I've verified that the link is now point to https://www.sphinx-doc.org/. Closing this as 'fixed'. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed __

[issue35950] io.BufferedReader.writabe is False, but io.BufferedReader.truncate does not raise OSError

2020-02-20 Thread Berker Peksag
Change by Berker Peksag : -- pull_requests: +17956 pull_request: https://github.com/python/cpython/pull/18586 ___ Python tracker <https://bugs.python.org/issue35

[issue35950] io.BufferedReader.writabe is False, but io.BufferedReader.truncate does not raise OSError

2020-02-21 Thread Berker Peksag
Change by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <https://bugs.python.org/issue35950> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2771] Test issue

2020-02-22 Thread Berker Peksag
Change by Berker Peksag : -- nosy: -brett.cannon ___ Python tracker <https://bugs.python.org/issue2771> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2771] Test issue

2020-02-22 Thread Berker Peksag
Change by Berker Peksag : -- nosy: +berker.peksag, brett.cannon nosy_count: 8.0 -> 10.0 pull_requests: +17979 pull_request: https://github.com/python/cpython/pull/18614 ___ Python tracker <https://bugs.python.org/iss

[issue37539] CheckCommitCursorReset regression sqlite3 test fails with old sqlite3

2020-02-23 Thread Berker Peksag
Berker Peksag added the comment: Thank you for the report and for the patch! The minimum supported SQLite 3 version in Python 3 is 3.7.2 as declared at https://github.com/python/cpython/blob/9f37872e307734666a7169f7be6e3370d3068282/setup.py#L1364 While it's still 3.0.8 in Pytho

[issue30566] punycode codec raises IndexError in decode_generalized_number()

2020-02-23 Thread Berker Peksag
Change by Berker Peksag : -- keywords: +patch nosy: +berker.peksag nosy_count: 3.0 -> 4.0 pull_requests: +17998 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18632 ___ Python tracker <https://bugs.p

[issue30566] punycode codec raises IndexError in decode_generalized_number()

2020-02-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset ba22e8f174309979d90047c5dc64fcb63bc2c32e by Berker Peksag in branch 'master': bpo-30566: Fix IndexError when using punycode codec (GH-18632) https://github.com/python/cpython/commit/ba22e8f174309979d90047c5dc64fc

[issue30566] punycode codec raises IndexError in decode_generalized_number()

2020-02-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 55be9a6c09d4415f50b14212ce22eccefa83ca64 by Miss Islington (bot) in branch '3.7': bpo-30566: Fix IndexError when using punycode codec (GH-18632) https://github.com/python/cpython/commit/55be9a6c09d4415f50b14212ce22ec

[issue30566] punycode codec raises IndexError in decode_generalized_number()

2020-02-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset daef21ce7dfd3735101d85d6ebf7554187c33ab8 by Miss Islington (bot) in branch '3.8': bpo-30566: Fix IndexError when using punycode codec (GH-18632) https://github.com/python/cpython/commit/daef21ce7dfd3735101d85d6ebf755

[issue30566] punycode codec raises IndexError in decode_generalized_number()

2020-02-24 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report and for the initial patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.6 ___ Python tracke

[issue39652] sqlite3 bug handling column names that contain square braces

2020-03-11 Thread Berker Peksag
Berker Peksag added the comment: https://github.com/ghaering/pysqlite/commit/f3d452f2daeb432b8ad89fa4f087164bfd6ddc12 should probably give more context than that huge svnmerge commit :) (Removed older Python versions since even if decide to change the behavior from 2006, it may break third

[issue40956] Use Argument Clinic in sqlite3

2021-01-05 Thread Berker Peksag
Berker Peksag added the comment: New changeset c7f8d3caf0b10c19cd46b1b334a98628eac15672 by Erlend Egeberg Aasland in branch 'master': bpo-40956: Convert _sqlite3.Cursor to Argument Clinic (GH-24007) https://github.com/python/cpython/commit/c7f8d3caf0b10c19cd46b1b334a986

[issue40810] sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3 through 3.7.14.1

2021-01-05 Thread Berker Peksag
Berker Peksag added the comment: New changeset cf0b23908cc902ac38cd83dd7ca5afdf89e1543b by Erlend Egeberg Aasland in branch 'master': bpo-40810: Require SQLite 3.7.15 (GH-24106) https://github.com/python/cpython/commit/cf0b23908cc902ac38cd83dd7ca5af

[issue40810] sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3 through 3.7.14.1

2021-01-05 Thread Berker Peksag
Berker Peksag added the comment: I think this is now done. Thank you, Erlend! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue40810] sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3 through 3.7.14.1

2021-01-05 Thread Berker Peksag
Change by Berker Peksag : -- versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue40810> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38413] Remove or change "Multithreading" section

2021-01-05 Thread Berker Peksag
Berker Peksag added the comment: New changeset f9949f82e17c88609adb53eff3a7d5cd63a645bd by Vladimir in branch 'master': bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) https://github.com/python/cpython/commit/f9949f82e17c88609adb53eff3a7d5

[issue38413] Remove or change "Multithreading" section

2021-01-05 Thread Berker Peksag
Berker Peksag added the comment: New changeset 03a079f7cf8eacc29ea616060916e8a63ba6e5ba by Miss Islington (bot) in branch '3.8': bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) https://github.com/python/cpython/commit/03a079f7cf8eacc29ea616060916e8

[issue42755] sqlite3.Connection.backup default value is diffrent between implmentation and docs

2021-01-05 Thread Berker Peksag
Berker Peksag added the comment: New changeset 28611c28474a7fafdcf7ea2712f2670dda940eef by Miss Islington (bot) in branch '3.8': bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) https://github.com/python/cpython/commit/28611c28474a7fafdcf7ea2712f267

  1   2   3   4   5   6   7   8   9   10   >