Re: [Python-Dev] PEP: Collecting information about git

2015-09-13 Thread Oleg Broytman
has very detaild rules on creating and managing mainline branches, topic branches and bugfix branches. To support the flow at the software level the author implemented ``git flow`` extension: https://github.com/nvie/gitflow See an example at http://alblue.bandlem.com/2011/11/git-tip-of-week-git-flow.htm

Re: [Python-Dev] PEP: Collecting information about git

2015-09-16 Thread Oleg Broytman
On Wed, Sep 16, 2015 at 07:27:12PM +1000, Chris Angelico <ros...@gmail.com> wrote: > On Wed, Sep 16, 2015 at 7:20 PM, Oleg Broytman <p...@phdru.name> wrote: > >Thanks. I think upstream remote-tracking branches in git are rather > > similar. If one's afraid of rewr

Re: [Python-Dev] PEP: Collecting information about git

2015-09-16 Thread Oleg Broytman
asons to prefer one tool over another. Common ones are > familiarity, simplicity, and power. Add here documentation, speed, availability of extensions and 3rd-party tools, hosting options (both locally installable and web services). > Oleg Broytman phdru.name> writes: > >

Re: [Python-Dev] PEP: Collecting information about git

2015-09-15 Thread Oleg Broytman
Guido van Rossum wrote: > >For one, because *I* have been a (moderate) advocate for switching > >to git and GitHub. > > > >On Tue, Sep 15, 2015 at 11:19 AM, Georg Brandl <g.bra...@gmx.net > ><mailto:g.bra...@gmx.net>> wrote: > > > >On 09/15/2015 08

Re: [Python-Dev] PEP: Collecting information about git

2015-09-15 Thread Oleg Broytman
git > > and > > GitHub. > > > > On Tue, Sep 15, 2015 at 11:19 AM, Georg Brandl <g.bra...@gmx.net > > <mailto:g.bra...@gmx.net>> wrote: > > > > On 09/15/2015 08:02 PM, Oleg Broytman wrote: > > > On Tue, Sep 15, 20

Re: [Python-Dev] PEP: Collecting information about git

2015-09-15 Thread Oleg Broytman
Hello! On Sat, Sep 12, 2015 at 03:54:51PM +0200, Oleg Broytman <p...@phdru.name> wrote: > Title: Collecting information about git The PEP is assigned number 103: https://www.python.org/dev/peps/pep-0103/ I added a section "Branching models". Oleg. -- Oleg Broyt

Re: [Python-Dev] peps: Move 13 -> 103

2015-09-15 Thread Oleg Broytman
;rename from pep-0013.rst > >rename to pep-0103.rst > > Is it due to superstition? It's because I suggested the PEP doesn't deserve to be listed among the top Process PEPs. Mine PEP is just Informational, so a number like 103 seems to suits it better. Barry agreed. Oleg. -- Oleg B

Re: [Python-Dev] PEP: Collecting information about git

2015-09-15 Thread Oleg Broytman
Exactly because the core team doesn't use git the information doesn't belong to the current revision of Developer's Guide. > On Sat, Sep 12, 2015, at 06:56, Oleg Broytman wrote: > > On Sat, Sep 12, 2015 at 03:54:51PM +0200, Oleg Broytman <p...@phdru.name> > > wrote: &g

Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Oleg Broytman
On Sat, Sep 12, 2015 at 03:54:51PM +0200, Oleg Broytman <p...@phdru.name> wrote: > PEP: XXX > Title: Collecting information about git HTMLized version: http://phdru.name/Software/Python/PEPs/pep-git.html git repo: http://git.phdru.name/?p=pep-git.git;a=summary Oleg. -- O

[Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Oleg Broytman
PEP: XXX Title: Collecting information about git Version: $Revision$ Last-Modified: $Date$ Author: Oleg Broytman <p...@phdru.name> Status: Draft Type: Informational Content-Type: text/x-rst Created: 01-Jun-2015 Post-History: 12-Sep-2015 Abstract This Informational PEP co

Re: [Python-Dev] Smoothing the transition from Python 2 to 3

2016-06-08 Thread Oleg Broytman
c Python". I'd like a better > > > name if someone can suggest one. Maybe something like Perverted, > > > Debauched or Impure Python. > > Python Two and Three Quarters. QOTW! :-D > -- > Greg Oleg. -- Oleg Broytmanhttp://phdru

Re: [Python-Dev] PEP XXX: Compact ordered dict

2016-06-20 Thread Oleg Broytman
a start (if a PEP is needed at all). If you push it to Github I'm sure they will come with pull requests. Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN.

Re: [Python-Dev] Very old git mirror under github user "python-git"

2016-02-15 Thread Oleg Broytman
him? Yes, and then pry the repo from his cold dead fingers. Well, I hope prying can be done without striking first. ;-) > -- > Greg Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't di

Re: [Python-Dev] Defining a path protocol

2016-04-06 Thread Oleg Broytman
file system" is). > > Maybe __os_path__ then? I would rather be explicit about the type of path > we are dealing with -- who knows if we won't have __url_path__ in the future > (besides Guido, of course ;) __pathstr__? __urlstr__? Oleg. -- Oleg

Re: [Python-Dev] Challenge: Please break this! (a.k.a restricted mode revisited)

2016-04-10 Thread Oleg Broytman
ding the power button down for five seconds to > > forcibly shut the computer down. > > > I think this might improve matters: > > http://bugs.python.org/issue26351 > > although I must admit I don't understand why the entire OS is effected. Memory exhaustion? >

Re: [Python-Dev] Challenge: Please break this! (a.k.a restricted mode revisited)

2016-04-11 Thread Oleg Broytman
On Mon, Apr 11, 2016 at 12:42:47AM -0500, Wes Turner <wes.tur...@gmail.com> wrote: > On Sun, Apr 10, 2016 at 10:50 PM, Oleg Broytman <p...@phdru.name> wrote: > > > On Mon, Apr 11, 2016 at 01:09:19PM +1000, Steven D'Aprano < > > st...@pearwood.info> wrote: >

Re: [Python-Dev] Challenge: Please break this! (a.k.a restricted mode revisited)

2016-04-11 Thread Oleg Broytman
On Mon, Apr 11, 2016 at 08:06:34AM +0200, Oleg Broytman <p...@phdru.name> wrote: > On Mon, Apr 11, 2016 at 12:42:47AM -0500, Wes Turner <wes.tur...@gmail.com> > wrote: > > On Sun, Apr 10, 2016 at 10:50 PM, Oleg Broytman <p...@phdru.name> wrote: > > > >

Re: [Python-Dev] Problem

2016-06-20 Thread Oleg Broytman
<sandra...@comcast.net> wrote: > Hi: > > My daughter and I are trying to update to 8.1.2,but every time we try this > happens As for your question: the command "python -m pip install" must be run from OS command line, not from Python itself. Oleg. -- O

Re: [Python-Dev] Is this a bug or a feature?

2017-02-16 Thread Oleg Broytman
hon. Install zlib and zlib-dev packages and recompile python. Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___ Python-Dev mailing list Python-Dev@pyt

Re: [Python-Dev] New problem accessing tracker with Firefox 50.0

2016-11-18 Thread Oleg Broytman
just last night, or possibly the > night before. I upgraded to Firefox 50.0 a day ago and can connect to https://bugs.python.org without any problem. > -- > Terry Jan Reedy Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't

Re: [Python-Dev] Set program name through exec -a

2017-03-18 Thread Oleg Broytman
xecutable. Something like sys.original_prog_name. Then the OP can do anything application-specific -- set sys.argv[0], call setproctitle, whatever. > Kind regards, > > Frederik Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't di

Re: [Python-Dev] Set program name through exec -a or environment variable

2017-03-18 Thread Oleg Broytman
` (although that's not really a problem) but worse, > > `sys.argv[0]` is also `.prog-wrapped`. Currently we inject some code in > > programs that sets `sys.argv=[0] = "prog" but this is fragile and I would > > prefer to get rid of this. > > > > Kind regards, >

Re: [Python-Dev] Sorting

2017-04-05 Thread Oleg Broytman
ew big and small (but complex) programs to Python 3 and was sending thousands curses every day. str=>unicode is the biggest change but not the most painful. The worst was when I spent few days hunting for a subtle bug caused by absent of unbound methods. Painful. :-( > -- > ~Etha

Re: [Python-Dev] Unbound methods (was: Sorting)

2017-04-06 Thread Oleg Broytman
Hi! On Thu, Apr 06, 2017 at 12:24:47PM +1000, Steven D'Aprano <st...@pearwood.info> wrote: > On Thu, Apr 06, 2017 at 02:30:06AM +0200, Oleg Broytman wrote: > > > I spent few days hunting > > for a subtle bug caused by absent of unbound methods. > >Painf

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Oleg Broytman
ords". > > It's also okay to remove much of the content and just leave a placeholder. > The historical record would of course always be available in the vcs. Thanks! That's what I've planned to do in case we don't remove PEPs. > Cheers, > -Barry Oleg. -- Oleg Broy

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Oleg Broytman
On Thu, Mar 09, 2017 at 07:53:04AM +1100, Steven D'Aprano <st...@pearwood.info> wrote: > On Wed, Mar 08, 2017 at 04:30:41PM +0100, Oleg Broytman wrote: > > On Wed, Mar 08, 2017 at 09:50:06AM -0500, Barry Warsaw <ba...@python.org> > > wrote: > > > > It's

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Oleg Broytman
On Wed, Mar 08, 2017 at 06:18:51PM -0500, Terry Reedy <tjre...@udel.edu> wrote: > On 3/8/2017 4:07 PM, Oleg Broytman wrote: > >On Thu, Mar 09, 2017 at 07:53:04AM +1100, Steven D'Aprano > ><st...@pearwood.info> wrote: > >>On Wed, Mar 08, 2017 at 04:30:41PM +01

Re: [Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Oleg Broytman
On Wed, Mar 08, 2017 at 10:38:08PM +1000, Nick Coghlan <ncogh...@gmail.com> wrote: > On 8 March 2017 at 18:33, Oleg Broytman <p...@phdru.name> wrote: > > > Hello! When I was writing PEP 103 I wanted to help to start using git. > > There were a few proponents and a f

Re: [Python-Dev] Python 2.7.13

2017-03-14 Thread Oleg Broytman
ese. These modules are not in the standard library, you have to download and install them separately. I recommend you to learn what is PyPI and how to use `pip install`. > Conrado Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers do

Re: [Python-Dev] why multiprocessing use os._exit

2017-03-03 Thread Oleg Broytman
t; > ``` > and the `info.log` will be empty. why not use sys.exit ? > > > Thanks Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. __

[Python-Dev] Can I revoke PEP 103 (info about git)?

2017-03-08 Thread Oleg Broytman
think is the time. I hope revocation of the PEP wouldn't cause any problem? I'm gonna publish it at wiki.p.o. Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN

Re: [Python-Dev] dictionaries in Dataframe column

2017-07-24 Thread Oleg Broytman
lman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/phd%40phdru.name Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___

Re: [Python-Dev] Python startup time

2017-07-19 Thread Oleg Broytman
n you cannot fix those "defenders", "guards" and "protectors". :-) This particular link can be excluded from consideration. Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name P

Re: [Python-Dev] startup time repeated? why not daemon

2017-07-20 Thread Oleg Broytman
nstead of creating a new one. > > Is it too hard to create a daemon server? > Is the communication and context switch slower than a new startup? > Is the pattern just not well-enough advertised? Just yesterday there was a link to such a daemon that caches pyGTK. Eons ago I'd bee

Re: [Python-Dev] bugs.python.org is down at the moment (503)

2017-06-20 Thread Oleg Broytman
y unable to service your request due to maintenance > downtime or capacity problems. Please try again later. > Apache/2.2.16 (Debian) Server at bugs.python.org Port 443 > -- > Terry Jan Reedy Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Pr

Re: [Python-Dev] Helping contributors with chores (do we have to?)

2017-06-25 Thread Oleg Broytman
lance they look similar. Both are DVCSes with DAG. The devil is in the details. In a lot of small quite different details. > Paul Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GO

Re: [Python-Dev] Scrapy Question

2017-10-13 Thread Oleg Broytman
com> wrote: > Hi Experts, > > Could someone guide me how to use the code in below question(Link). > https://stackoverflow.com/questions/46711909/extract-urls-recursively-from-website-archives-in-scrapy > > Thanks, > KK. Oleg. -- Oleg Broytmanhttp

Re: [Python-Dev] PEP 559 - built-in noop()

2017-09-09 Thread Oleg Broytman
oop as well: > print(well) > --- > > Output: > --- > nope > nope > nope > nope > --- > > IHMO the real question is if we need a Noop.nope() method? Yep. It must return self so one can chain as many calls as she wants. > Victor Oleg. -- Oleg B

Re: [Python-Dev] HTTPS on bugs.python.org

2017-09-01 Thread Oleg Broytman
python.org/issue31234 > > Sure, but if you click on this link, it will go to the HTTPS version > nevertheless. It doesn't for me. :-( FFox 55.0.1, HTTPS Everywhere 2017.8.15. > Regards > > Antoine. Oleg. -- Oleg Br

Re: [Python-Dev] HTTPS on bugs.python.org

2017-09-01 Thread Oleg Broytman
On Fri, Sep 01, 2017 at 07:06:57PM +0200, Antoine Pitrou <solip...@pitrou.net> wrote: > On Fri, 1 Sep 2017 17:31:00 +0200 > Oleg Broytman <p...@phdru.name> wrote: > > > On Fri, Sep 01, 2017 at 05:27:59PM +0200, Antoine Pitrou > > <solip...@pitrou.net> w

Re: [Python-Dev] pythonhosted.org doc upload no longer works

2017-09-04 Thread Oleg Broytman
on readthedocs. Is that possible? I'm also interested in redirecting or at least removing outdated docs. > Thanks in advance. > > -- > Giampaolo - http://grodola.blogspot.com Oleg. -- Oleg Broytmanhttp://phdru.name/

Re: [Python-Dev] HTTPS on bugs.python.org

2017-09-01 Thread Oleg Broytman
On Fri, Sep 01, 2017 at 02:55:40PM -0400, Terry Reedy <tjre...@udel.edu> wrote: > On 9/1/2017 11:31 AM, Oleg Broytman wrote: > >On Fri, Sep 01, 2017 at 05:27:59PM +0200, Antoine Pitrou > ><solip...@pitrou.net> wrote: > >>On Fri, 1 Sep 2017 17:03:59 +

Re: [Python-Dev] [Python-checkins] bpo-5001: More-informative multiprocessing error messages (#3079)

2017-08-30 Thread Oleg Broytman
t; 1: > > > +raise ValueError( > > > +"Chunksize must be 1+, not {0:n}".format( > > > + chunksize)) > > > assert chunksize > 1 The error condition was changed from `<=

Re: [Python-Dev] Proposal: go back to enabling DeprecationWarning by default

2017-11-05 Thread Oleg Broytman
ble to users -- and what the users would do with the warnings? > Yury Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___ Python-Dev mailing list Python

Re: [Python-Dev] Convert Sqlite Function from cx_Oracle

2017-10-30 Thread Oleg Broytman
ut isnt ok . Can I help me ? > > > import cx_Oracle > con = cx_Oracle.connect('/@xxx/xxx') > > cur = con.cursor() > cur.execute("select * from test") > > desc = [d[0] for d in cur.description] > > result = [dict(zip(dec,line))for lin

Re: [Python-Dev] Python startup time

2018-05-14 Thread Oleg Broytman
(206) 526-6959 voice > 7600 Sand Point Way NE (206) 526-6329 fax > Seattle, WA 98115 (206) 526-6317 main reception > > chris.bar...@noaa.gov Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.nam

Re: [Python-Dev] Python startup time - daemon

2018-05-11 Thread Oleg Broytman
ipes? b) need to redirect stdio to/from the daemon; c) need to redirect signals and exceptions; d) have problems with elevated privileges (how do you elevate the daemon if the client was started with `sudo -H`?); e) not portable (there is a popular GUI that cannot fork). > -CHB > Sent from my

Re: [Python-Dev] The history of PyXML

2018-05-28 Thread Oleg Broytman
XML used any VCS served by SourceForge, or just > published tarballs. They had been using CVS: https://web.archive.org/web/20151113082010/http://sourceforge.net/p/pyxml/code/ CVS repo web viewer shows some subdirectories but it seems there is no sources. I also failed to rsync from their CV

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Oleg Broytman
o sure. :-) > Mariatta Wijaya Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Oleg Broytman
1 and PEP 12. > Thanks :) > > Mariatta Wijaya > > On Thu, Oct 26, 2017 at 5:03 PM, Guido van Rossum <gvanros...@gmail.com> > wrote: > > > I think python-ideas does count here. Many PEPs evolve mostly there. Oleg. -- Oleg Broytman

Re: [Python-Dev] PEP 561: Distributing and Packaging Type Information

2017-10-26 Thread Oleg Broytman
tml https://mail.python.org/pipermail/python-ideas/2017-September/047083.html > This PEP adds a new item to the > ``*.distinfo/METADATA`` file *.dist-info/ Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB

Re: [Python-Dev] Positional-only parameters in Python

2018-01-17 Thread Oleg Broytman
r the star is keyword-only. Is there syntax to combine def some_func(a, b, /, *, the_other): ??? May be def some_func(a, b, /*, the_other): ??? > And slash is > certainly no uglier than star. ;) I tend to agree. Both are absolutely but equally ugly. :-( > -- > ~Eth

Re: [Python-Dev] Positional-only parameters in Python

2018-01-21 Thread Oleg Broytman
r a few here - this is the way for line wrapping in long headers. > introduces an asymetry on how parameter behavior is declared. Also, as the `\` \ -> / Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't

Re: [Python-Dev] Slipping Python 3.5.5rc1 and 3.4.8rc1 because of a Travis CI issue--can someone make Travis CI happy?

2018-01-22 Thread Oleg Broytman
(install python 3.5): https://github.com/travis-ci/travis-ci/issues/8363#issuecomment-354857845 which python3.5 || (pyenv install 3.5.4 && pyenv use system 3.5.4) > //arry/ Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Program

Re: [Python-Dev] Deprecate PEP 370 Per user site-packages directory?

2018-01-13 Thread Oleg Broytman
On Sat, Jan 13, 2018 at 09:00:07PM +0100, Christian Heimes <christ...@python.org> wrote: > On 2018-01-13 20:08, Oleg Broytman wrote: > > Hi! > > > > On Sat, Jan 13, 2018 at 06:06:16PM +0100, Christian Heimes > > <christ...@python.org> wrote: > >

Re: [Python-Dev] Deprecate PEP 370 Per user site-packages directory?

2018-01-13 Thread Oleg Broytman
t; I propose to deprecate the feature and remove it in Python 4.0. > > Regards, > Christian > > [1] https://www.python.org/dev/peps/pep-0370/ Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB withou

Re: [Python-Dev] Deprecate PEP 370 Per user site-packages directory?

2018-01-13 Thread Oleg Broytman
n3 -m venv path; path/bin/pip > install package". I've learned virtual envs and use them every day. I also use ``pip install --user``. Different use cases. Virtual envs are for development, ``pip install --user`` for deployment. > Christian Oleg. -- Oleg Broytmanhttp://phdru

Re: [Python-Dev] Guido's Python 1.0.0 Announcement from 27 Jan 1994

2018-01-27 Thread Oleg Broytman
times! Cheers to Guido and everyone contributing to Python. > > Thanks, > Senthil Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___ Pytho

Re: [Python-Dev] Guido's Python 1.0.0 Announcement from 27 Jan 1994

2018-01-27 Thread Oleg Broytman
On Sat, Jan 27, 2018 at 10:28:52PM +0200, Simon Cross <hodgestar+python...@gmail.com> wrote: > We need a PPP! Playful Python Party?! Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB witho

Re: [Python-Dev] How is the GitHub workflow working for people?

2018-02-23 Thread Oleg Broytman
se. Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscrib

Re: [Python-Dev] Problem in importing python packages under python 3.6 environment

2018-08-09 Thread Oleg Broytman
uch a question you'd better prepare a simple exmaple that doesn't work -- just a few small files and directories. Learn about Python modules/packagaes at https://docs.python.org/3/tutorial/modules.html especially paying attention to The Module Search Path: https://docs.python.org/3/tut

Re: [Python-Dev] Finding Guido's replacement

2018-07-23 Thread Oleg Broytman
On Mon, Jul 23, 2018 at 08:37:05PM +1000, Chris Angelico wrote: > On Mon, Jul 23, 2018 at 7:07 PM, Oleg Broytman wrote: > > I also didn't get initially that it was a joke, it took me > > a few minutes to understand. > > If the reference to PEP 401 didn't tip you off an

Re: [Python-Dev] Finding Guido's replacement

2018-07-23 Thread Oleg Broytman
> Yury > -- > Yury Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___ Python-Dev mailing list Python-Dev@python.org https://mail.pytho

Re: [Python-Dev] Python 3.7: Require OpenSSL >=1.0.2 / LibreSSL >= 2.5.3

2018-01-13 Thread Oleg Broytman
but I think it can be compiled from sources. > -Brett Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___ Python-Dev mailing list Python-Dev@p

Re: [Python-Dev] PEP 572: Assignment Expressions

2018-04-18 Thread Oleg Broytman
f course. to "match" what merge conflict markers look like. ;) Sorry for being pedantic, but git conflict markers are 7 in length. > -gps Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without

Re: [Python-Dev] Better support for consuming vendored packages

2018-03-22 Thread Oleg Broytman
pm, dpkg/deb, PyInstaller, cx_Freeze, py2exe (+ installer like NSIS or InnoSetup), py2app, etc... Most of them pack a copy of Python interpreter and necessary parts of stdlib, so there is no problem with `sys.path` and wrong imports. > Gregory Oleg. -- Oleg Broytmanht

Re: [Python-Dev] Better support for consuming vendored packages

2018-03-22 Thread Oleg Broytman
ion solve the problem much better than vendoring. > Cheers, > -Barry Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___ Python-Dev mailing list Python

Re: [Python-Dev] pyOpengl text render

2018-09-03 Thread Oleg Broytman
ext using python and opengl? please help https://www.google.com/search?hl=en=0=python+opengl+render+text https://stackoverflow.com/search?q=%5Bpython%5D+%5Bopengl%5D+render+text Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phdru.name Programmers do

Re: [Python-Dev] Inclusion of lz4 bindings in stdlib?

2018-11-29 Thread Oleg Broytman
On Thu, Nov 29, 2018 at 09:36:51AM -0500, Benjamin Peterson wrote: > - stdlib modules become a permanent maintenance burden to CPython core > developers. Add ditributions maintainers here. Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phdr

Re: [Python-Dev] Add more SyntaxWarnings?

2019-01-30 Thread Oleg Broytman
t the python REPL, ``pydoc name`` at the command line, and ``pydoc -p`` + a browser. > Stefan Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___ Python-

[Python-Dev] Re: why is not 64-bit installer the default download link for Windows?

2019-06-18 Thread Oleg Broytman
On Tue, Jun 18, 2019 at 10:09:59AM -, smartmanoj42...@gmail.com wrote: > Why don't we check the architecture using js and provide the appropriate > version? Because the downloading computer is not necessary the installation target. Oleg. -- Oleg Broytman

Re: [Python-Dev] PEP 594: Removing dead batteries from the standard library

2019-05-21 Thread Oleg Broytman
ver less easily usable. > > > > Further, it doesn't directly support https:, and browsers are > > removing/reducing support for http:. > > > > I can't speak to xmlrpc or logging configuration. > -- > --Guido van Rossum (python.org/~guido) > *Pron

[Python-Dev] Re: Allow custom headers in `http.server`

2019-10-26 Thread Oleg Broytman
ectly to `http.server`? You can override method ``send_headers`` of the class ``HTTPRequestHandler`` and add your own headers. See an example at https://docs.aws.amazon.com/polly/latest/dg/example-Python-server-code.html > Best, > - Alex Oleg. -- Oleg Broytmanhttps

[Python-Dev] Re: Typo (moin) in Wiki Link

2020-01-28 Thread Oleg Broytman
nt sub-sites. I remember https://wiki.python.org/jython . > -- > Terry Jan Reedy Oleg. -- Oleg Broytmanhttps://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. ___ Python-Dev mai

[Python-Dev] Re: In what tense should the changelog be written?

2021-04-30 Thread Oleg Broytman
ython.org/archives/list/python-dev@python.org/thread/C342Y73LALVFLI2ACFB3SH6ZDT2YTGPC/ > . > > I always use "fixed", "removed", "added" when describe changes following > the rule formulated by Oleg Broytman: > > > I use past tense to describe what I di

[Python-Dev] Re: Windows buildbots may be broken

2021-08-03 Thread Oleg Broytman
ectory recursively starting from the root of the repository". ``-r`` means recursive; ``:/`` is a "magic" git-specific path "root of the repo". The second command checks out everything from the HEAD commit back to the filesystem. > -- > Senthil Oleg. -- Oleg

[Python-Dev] Re: PEP 448 review

2023-03-29 Thread Oleg Broytman
> > > Overall, your analysis is thoughtful and well-reasoned. It's good to see > > that you are engaging with the proposal in a critical manner and taking > > into account the different perspectives presented in the discussion thread. > > Regards:

<    1   2   3