+1 for scandir.
-1 for iterdir(scandir sounds fancier).
- for windows_wildcard.
Tim Delaney wrote:
>On 27 June 2014 09:28, MRAB wrote:
>
>> Personally, I'd prefer the name 'iterdir' because it emphasises that
>> it's an iterator.
>
>
>Exactly what I was going to post (with the added note
I can agree with most of these points. Some more things to consider:
- Git is 20x faster than Hg (that's 99% of the reason I switched and hate using
Darcs)
- People attached to Hg can use Hg-Git; I've used it several times with nice
results. It can also be used to easily convert Hg repos to Git
Georg Brandl wrote:
>On 11/23/2014 07:03 PM, Ryan wrote:
>> I can agree with most of these points. Some more things to consider:
>>
>> - Git is 20x faster than Hg (that's 99% of the reason I switched and
>hate using
>> Darcs)
>
>You won't get muc
>[ 01-29 19:30:55.855 23373:23373 F/libc ]
>Fatal signal 11 (SIGSEGV) at 0x (code=1), thread 23373 (python)
>
>Less detail than strace but it seems to be that python is segfaulting
>libc...
>
>On Wed, Jan 28, 2015 at 11:23 AM, Ryan Gonzalez
>wrote:
>> O
No; I was looking for all uses of _PyRaw_Strdup. Surprisingly, it's used only a
few times.
Cyd Haselton wrote:
>Question:
>When you said earlier that you found the problem by using grep...were
>you looking for places where strdup called locale?
>
>On January 30, 2015
3.4.x
>for me...I may go back to working on 2.7.x
>
>Sent from my android device.
>
>-Original Message-
>From: Ryan Gonzalez
>To: Cyd Haselton
>Cc: Python-Dev
>Sent: Fri, 30 Jan 2015 7:53 PM
>Subject: Re: [Python-Dev] Newly Built Python3 Binary Throws Segfault
Thank you so much!
Ryan Smith-Roberts wrote:
>On Thu, Feb 26, 2015 at 5:13 PM, Ryan Smith-Roberts
>wrote:
>> I'm not an official cpython developer but ifdef __ANDROID__ is quite
>in line
>> with other per-platform support (__FreeBSD__, __linux__, etc), as
>well
Ooooh...that stings.
Victor Stinner wrote:
>2014-04-08 3:04 GMT+02:00 Steven D'Aprano :
>>> > >Python used to have an alias <> for != and I for one miss <> in
>3.x. I
>>> > >don't think TOOWTDI should be the last word in this debate.
>>> >
>>> > PEP 401 to the rescue:
>>>
>>> It occurs to me tha
Of course! And, why not escape everything else, too?
abc -> ^a^b^c
echo %PATH% -> ^e^c^h^o^ ^%^P^A^T^H^%
In all seriousness, to me this is obvious. When you pass a command to the
shell, naturally, certain details are shell-specific.
-1. Bad idea. Very bad idea. If you want the ^ to be esca
Nice idea, but some of those may break 3rd party libraries like Boost. Python
that have their own equilavent of the Python/C API. Or Even SWIG might
experience trouble in one or two of those.
Stefan Behnel wrote:
>Hi,
>
>let me revive and summarize this old thread.
>
>Stefan Behnel, 08.11.2012
I never realized it existed till now. Considering the usually erratic projects
I like do, I can see that coming in use in several in which I had to do odd
workarounds.
Keep it, but put better documentation. It's needed.
Brett Cannon wrote:
>At the PyCon CA sprint someone discovered the format
For the naming, how about changing median(callable) to median.regular? That
way, we don't have to deal with a callable namespace.
Steven D'Aprano wrote:
>On 15/08/13 21:42, Mark Dickinson wrote:
>> The PEP and code look generally good to me.
>>
>> I think the API for median and its variants des
How about StreamParser? I mean, even if it isn't quite the same, that name
would still make sense.
Eli Bendersky wrote:
>On Mon, Aug 26, 2013 at 8:57 AM, Antoine Pitrou
>wrote:
>
>> Le Mon, 26 Aug 2013 17:44:41 +0200,
>> Simon Cross a écrit :
>> > On Mon, Aug 26, 2013 at 2:51 PM, Antoine Pitr
Nonblocking sounds too Internet-related. How about...flow?
Ah, I'll probably still end up using Expat regardless.
Eli Bendersky wrote:
>On Mon, Aug 26, 2013 at 10:40 AM, Paul Moore
>wrote:
>
>> On 26 August 2013 17:40, Eli Bendersky wrote:
>>
>>> Yes, exactly :-) "Incremental", though, seems
I'm still waiting on Python 2.7 for Android! Stuck on 2.6 for now...ugh!
Wonder if I can build it myself...
Barry Warsaw wrote:
>Hello Pythonistas,
>
>Python 2.6.9 is the last planned release of the 2.6.x series. This
>will be a
>security-only source-only release. It is currently scheduled fo
...what's a PEP dictator?
Steven D'Aprano wrote:
>
>
>I'd like to get some attention for this please.
>
>
>On Sat, Aug 31, 2013 at 12:58:39PM +1000, Steven D'Aprano wrote:
>> Hi all,
>>
>>
>> I think that PEP 450 is now ready for a PEP dictator. There have been
>a
>> number of code reviews, a
HALLELUJAH!!!
Ned Deily wrote:
>In article <522db8d3.1030...@hastings.org>,
> Larry Hastings wrote:
>
>> On behalf of the Python development team, I'm chuffed to announce the
>> second alpha release of Python 3.4.
>
>Yay! 3.4.0a2 also contains a new batteries-included feature for OS X
>users.
+1. A 10.6-only build makes sense.
If you aren't having problems with GCC 4.8, then Clang shouldn't give any
trouble. Honestly, I still think Clang should be a compiler option in Windows
distutils...
Raymond Hettinger wrote:
>
>On Sep 14, 2013, at 1:32 PM, Ned Deily wrote:
>> The
>> most r
Change def to func? That's the worst idea I've heard yet. Def is already there;
why break all existing code just for a word?
"Westley Martínez" wrote:
>'def' is no more ambiguous than 'lambda', and is in fact more
>ambiguous,
>for 'def' doesn't lend itself to anything other than the word define
> On Aug 21, 2014, at 11:29 AM, Martin v. Löwis wrote:
>
> Am 21.08.14 17:44, schrieb Nick Coghlan:
>> I've now raised this issue with the infrastructure team. The current
>> hosting arrangements for bugs.python.org were put in place when the
>> PSF didn't have any on-call system administrators
-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
>
--
Ryan
If anybody ever asks me why I prefer C++ to C, my answer will be simple:
"It's becauseslejfp23(@#Q*(E*EId
t; https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
>
>
--
Ryan
If anybody ever asks me why I prefer C++ to C, my answer will be simple:
"It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was
nul-terminated."
Personal reality disto
store the internal zipfile object.
> Perhaps the accessor?
>
> Ideally the ZipFiles would work with the shtuil-like api just fine (or at
> least the readonly operations).
>
> Thanks,
> -- Ionel M.
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.pyt
__
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
>
--
Ryan
If anybody ever asks me why I prefer C++ to C, my answer wi
g on,
> which will lead to more time spent learning more about how to do it
> instead of doing it, and more time spent recovering
> from errors because of the differences.
>
> --
> ~Ethan~
>
>
> ___
> Python-Dev mailing list
> Py
Not sure if this is something to post here...but...
[image: Inline image 1]
--
Ryan
If anybody ever asks me why I prefer C++ to C, my answer will be simple:
"It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was
nul-terminated."
Personal reality distortion
ave been silent on the issue.
>>
>> This is not the first time someone considered a 'bug fix' to be a
>> 'regression', which it might be from their viewpoint. The last comment on
>> the github thread suggests that an easy fix was found.
>>
>> --
&g
Genix pyOpenSSL 0.13.7 ... http://egenix.com/go68
> > 2015-01-20: Python Meeting Duesseldorf ...http://egenix.com/go69
> >
> > : Try our mxODBC.Connect Python Database Interface for free ! ::
> >
> >eGenix.com Software, Skills and Services GmbH Pa
If you expand the Details section, it says the version is 7.1.
On Thu, Jan 15, 2015 at 3:58 PM, Victor Stinner
wrote:
> 2015-01-15 22:39 GMT+01:00 Ryan Gonzalez :
> > http://www.microsoft.com/en-us/download/details.aspx?id=8279
>
> "Microsoft Windows SDK for Windows 7
https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
>
--
Ryan
If anybody ever asks me why I prefer C++ to C, my answer will be simple:
"It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I
;> >> Python-Dev@python.org
>> >> https://mail.python.org/mailman/listinfo/python-dev
>> >> Unsubscribe:
>> >> https://mail.python.org/mailman/options/python-dev/guido%40python.org
>> >
>> >
>> >
>> >
>>
d thing I have addr2line on device
>
> /bld/python/Python-3.4.2 $ addr2line -C -f -e /lib/libpython3.4m.so.1.0
> 0008bbc8
> _PyMem_RawStrdup
> /bld/python/Python-3.4.2/Objects/obmalloc.c:323
> /bld/python/Python-3.4.2 $
>
>
>
> On Thu, Jan 29, 2015 at 8:26 PM, Ryan
dr2line -C -f -e /lib/libpython3.4m.so.1.0
> 0008bbc8
> >> _PyMem_RawStrdup
> >> /bld/python/Python-3.4.2/Objects/obmalloc.c:323
> >> /bld/python/Python-3.4.2 $
> >>
> >>
> >>
> >> On Thu, Jan 29, 2015 at 8:26 PM, Ryan wrote:
> >>
linked to).
On Fri, Jan 30, 2015 at 12:00 PM, Cyd Haselton wrote:
> I don't have gdb on device; does the following tell you where Python's
> strdup is called?
>
> >> _PyMem_RawStrdup
> >> /bld/python/Python-3.4.2/Objects/obmalloc.c:323
>
> On Fri, Jan
copy = PyMem_RawMalloc(size);
> if (copy == NULL)
> return NULL;
> memcpy(copy, str, size);
> return copy;
> }
>
> On Fri, Jan 30, 2015 at 11:56 AM, Ryan Gonzalez wrote:
> > I seriously doubt the issue is in that file; _PyMem_RawStrdup crashes
>
l getting a segfault on the newly built binary.
> Will post info this afternoon.
>
> On Fri, Jan 30, 2015 at 12:10 PM, Ryan Gonzalez wrote:
> > No, it returns NULL if malloc gives it a raw pointer. It unconditionally
> > checks the length of the (possibly null) string argument first
h and type:
backtrace
You should now see a complete backtrace in your terminal. To GDB, type:
quit
*crosses fingers*
On Fri, Jan 30, 2015 at 2:50 PM, Cyd Haselton wrote:
> Unfortunately it is still reporting the same function :-/.
>
> On Fri, Jan 30, 2015 at 1:44 PM, Ryan Gonza
ing it's impossible...just that it'll take time...and I'll
> probably have to tackle it tomorrow (earliest) or Sunday (latest). In
> the meantime I'll also check to see if there's anything that can a)
> run in an Android terminal and b) can take a stack trace; it would
Regardless, if you're looking to toy more with stuff like this, I'd highly
recommend dual-booting with Ubuntu, which is what I'm doing now. (Now I
rarely ever boot into Windows!)
On Fri, Jan 30, 2015 at 7:51 PM, Ryan Gonzalez wrote:
> Do you have just the SDK (which doesn'
#x27;t (of course) segfault. I'll pull gdb, get the results and
> send them.
>
> On January 31, 2015 1:10:18 PM CST, Ryan wrote:
>
>> No; I was looking for all uses of _PyRaw_Strdup. Surprisingly, it's used
>> only a few times.
>>
>> Cyd Haselton wro
led' errors for each extension...like this:
>
> *** WARNING: importing extension "_pickle" failed with 'AttributeError'>: 'module' object has no attribute 'load'
>
>
> On February 2, 2015 1:36:29 PM CST, Cyd Haselton
> wrote:
>>
t in the environment throws the
> error and setup.py fails.
>
> I'll roll back that change...any idea where I could find info about the
> original method?
>
>
> On February 2, 2015 3:17:54 PM CST, Ryan Gonzalez
> wrote:
>>
>> In reality, things just got brok
are in the
> greater Seattle area where I live- but I don't know how to find even one at
> this time.
>
> Garry Crane
> gandkcr...@msn.com
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.o
000 lines of Python's configure script. ;)
--
Ryan
If anybody ever asks me why I prefer C++ to C, my answer will be simple:
"It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was
nul-terminated."
Personal reality distortion fields are immune to contradictor
DOES NOBODY HAVE AN ANSWER TO THIS???
I'm REALLY relying on someone who works on Python to answer this. PLEASE??
On Wed, Feb 25, 2015 at 12:17 PM, Ryan Gonzalez wrote:
> So...
>
> There was a recent discussion here on porting Python to Android. Well, for
> those of you who sa
Hi,
On Sun, 8 Mar 2015 at 12:33 Ben Hoyt wrote:
> Others: if you want to benchmark this, the simplest way is to use my
> os.walk() benchmark.py test program here:
> https://github.com/benhoyt/scandir -- it compares the built-in os.walk()
> implemented with os.listdir() with a version of walk() i
Hi Ben,
On Mon, 9 Mar 2015 at 21:58 Ben Hoyt wrote:
> Note that this benchmark is invalid for a couple of reasons. (...)
>
Thanks a lot for the guidance Ben, greatly appreciated. Just starting to
take an interest in the development of CPython and so something like
running a benchmark seemed lik
ng list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
>
>
--
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than you
On Apr 8, 2015, at 12:37, Carl Meyer wrote:
>> Anyone interested in a session on this, mail me and we'll set up a
>> time and place!
>
> I'm interested in the topic, and would probably attend a BoF at PyCon.
I'm of a similar mind.
___
Python-Dev maili
t;> they are the correct place to put type hints, not a workaround.
>>
>
> How about "header" files?
>
> (ducks...)
>
> Isaac Morland CSCF Web Guru
> DC 2619, x36650 WWW Software Specialist
>
> ___
> Python-Dev mailing list
> Python-
re you meant to type that. If you find those other
> languages appealing I invite you to go use them instead.
>
> -Jack
>
> https://mail.python.org/pipermail/python-dev/2003-February/033291.html
>
> ___
> Python-Dev mailing list
&
On Apr 21, 2015, at 3:23 AM, Martin Teichmann wrote:
>
> Hi Yury, Hi List,
>
> I do certainly like the idea of PEP 492, just some small comments:
>
> why do we need two keywords? To me it is not necessarily intuitive
> when to use async and when to use await (why is it async for and not
> await
Then blow it up like Duck Dynasty does.
On April 23, 2015 12:07:46 PM CDT, Antoine Pitrou wrote:
>On Thu, 23 Apr 2015 09:58:33 -0700
>Guido van Rossum wrote:
>> I think this is the nail in PEP 3152's coffin.
>
>If you only put one nail, it might manage to get out.
>
>Regards
>
>Antoine.
>
>
>___
*French math teacher in a "Lycée" **and **Python **amateur developer*
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mail
iterating
> over them can once again closely resemble the idiom for iterating over
> regular (synchronous) streams using for-loops.)
>
> --
> --Guido van Rossum (python.org/~guido <http://python.org/~guido>)
> ___
> Python-Dev mail
my iPhone
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
--
Ryan (ライアン)
Yoko Shimo
don't know that similar file existed.
--
Ryan (ライアン)
Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone else
https://refi64.com/
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/p
can pull
>the image in a .gitlab-ci.yml file to run tests against all these
>versions of Python. Here’s an example from the importlib_resources
>project:
>
>https://gitlab.com/python-devs/importlib_resources/blob/master/.gitlab-ci.yml
>
>We welcome contributors on the ci-image
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
--
Ryan (ライアン)
Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone else
https://
re intentional to drive you crazy
for a few hours. I blame Randall Monroe. You're welcome.
--
Ryan (ライアン)
Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone else
https://refi64.com/
___
Python-Dev mailing list
Python-Dev
On April 25, 2018 11:05:04 PM Steven D'Aprano wrote:
On Wed, Apr 25, 2018 at 09:36:31PM -0500, Ryan Gonzalez wrote:
I have to say I'm not overly thrilled with PEP 572...it's almost odd,
because if you asked me back when I first joined this list when I was 13, I
would'v
hought of Swift (Ryan mentioned), Kotlin, Rust, and perhaps Go,
though Go wasn't focused on breaking new ground outside of ease of concurrency.
I don't know R or Felix at all, but sound interesting. Nim is another I'm
vaguely aware of. They surely have given some thought to the issue.
O
I'm hardly an expert, but AFAIK CPython's start-up issues are more due to a
mix of architectural issues and the fact that it's hard to optimize imports
while maintaining backwards compatibility with Python's dynamism.
--
Ryan (ライアン)
Yoko Shimomura, ryo (supercell/EGOI
Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
--
Ryan (ライアン)
Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone else
https://refi64.com/
___
; --
> Craig
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
>
--
Ryan (ライアン)
Yoko Shimomura
e or
workflows.
--
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
--
Ryan (ライアン)
Yoko Shimomura, ryo (supercell/EGOIST),
https://refi64.com/uprocd/
On May 11, 2018 9:39:28 AM Chris Barker - NOAA Federal via Python-Dev
wrote:
Inspired by chg:
Could one make a little startup utility that, when invoked the first
time, starts up a raw python interpreter, keeps it running somewhere,
and then forks it to run the
AFAIK there's no setting like this available, and I've done this many times
on other repos with no trouble. Maybe it could be a GitHub bug?
On May 28, 2018 4:59:03 AM Victor Stinner wrote:
Hi,
Since one or two weeks, I noticed that it's difficult to merge pull
requests into the 2.7 branch.
Try building the module with -m32. The error message basically means:
"../libpython35.a is 32-bit, but what you're building is 64-bit." Gotta love ld!
On May 25, 2015 3:06:01 PM CDT, MRAB wrote:
>As the subject says, I've been unable to build the regex module against
>Python 3.5b1 for 32-bit. Mi
py2exe tends to invoke DLL hell if you have various versions of VS or Office or
both installed. Because Windows.
On May 28, 2015 11:23:57 AM CDT, Chris Barker wrote:
>I'm confused:
>
>Doesn't py2exe (optionally) create a single file executable?
>
>And py2app on the Mac creates an application bu
I agree that size is an issue, but is it really that bad? Just compare it to
the recent "web surge" where everyone is writing desktop apps in HTML5+CSS+JS
and bundling a huge WebKit engine in their apps binary.
Python on Windows is seriously in a bad state. IMO, what needs to be
prioritized is
mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
>
>
--
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than your
program. Something’s wrong.
http://kirbyfan64.github.io/
_
;
> Paul
>
> PS Current launchers (py.exe, the entry point launchers from
> pip/setuptools, etc) tend to spawn the actual python program in a
> subprocess. I believe there are *technically* some differences in the
> runtime environment when you use an em
I have encountered this weird issue on Chrome for Android where scrolling up
just a little causes the page to dart to the top. I was going to report it in
the bug tracker, but I didn't see a label for the web site itself.
Worst part is, this is stopping me from reading the humor page!
--
Sent
this seems like an interesting case to keep
in mind while evolving viewport resize behaviors.
On Thu, Jul 16, 2015 at 2:24 PM, Glenn Linderman
wrote:
> On 7/16/2015 12:11 PM, Ryan Gonzalez wrote:
>
> I have encountered this weird issue on Chrome for Android where scrolling
> up ju
I am tempted to reply with a slightly sarcastic message involving a cookie...
On July 17, 2015 6:40:21 PM CDT, Antoine Pitrou wrote:
>
>Frankly, this kind of inept discussion, where a bunch of folks get hung
>up about an extremely minor design decision (who cares whether "assret"
>is being specia
> On Jul 25, 2015, at 09:15, Alexander Belopolsky
> wrote:
>
>
>> On Sat, Jul 25, 2015 at 2:40 AM, Lennart Regebro wrote:
>> There really is a reason every other date time implementation I know
>> of uses UTC internally, and there really is a reason why everyone
>> always recommends storing d
> On Jul 27, 2015, at 9:13 AM, Steven D'Aprano wrote:
>
> On Mon, Jul 27, 2015 at 10:54:02AM +0200, Lennart Regebro wrote:
>> On Mon, Jul 27, 2015 at 10:47 AM, Paul Moore wrote:
>>> I'm confused by your position. If it's 7am on the clock behind me,
>>> right now, then how (under the model propo
> On Jul 27, 2015, at 10:37 AM, Alexander Belopolsky
> wrote:
>
> On the other hand, these rare events are not that different from more or less
> regular DST
> transitions. You still have either a non-existent or ambiguous local times
> interval and
> you can resolve the ambiguity by adding
>
>
>
> Regards,
>
> Arthur Low Wai Hoe
>
>
>
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/
Dear Admin,
I am an IT/Project Management recruiter looking to increase the available pool
of talent for available job placements.
Currently I have an opening for a python programmer/developer. Could I post
opportunities to your member list?
Thank you,
Linda Ryan
Business Development Manager
On September 5, 2015 12:27:26 PM CDT, David Mertz wrote:
>I have to apologize profusely here. Just after I offered to do this
>(and
>work even said it was OK in principle to do it on work time), my work
>load
>went through the roof. And now it's really already later than most of
>it
>should ha
On September 12, 2015 6:14:58 PM CDT, Tim Delaney
wrote:
>On 13 September 2015 at 04:42, Oleg Broytman wrote:
>
>>There are too many things that I personally can do with git but
>can't
>> do with hg. Because of that I switched all my development from hg to
>git
>> and I am willing to help
_
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
>
--
Ryan
[ERROR]: Your autotools build
There is one reason I would be really freaking mad if they deprecated other
uses of annotations:
https://pypi.python.org/pypi/plac
On October 5, 2015 1:55:37 PM CDT, Steve Wedig wrote:
>Congratulations on the release of 3.5 and Pep 484. I've used Python
>professionally for 10 years and I believ
PSF. Nothing personal, of course...
On October 5, 2015 3:01:11 PM CDT, Guido van Rossum wrote:
>"They"?
>
>On Mon, Oct 5, 2015 at 12:57 PM, Ryan Gonzalez
>wrote:
>
>> There is one reason I would be really freaking mad if they deprecated
>> o
ideas of course).
>
>I'm sorry you don't feel more included, but I really don't like the
>idea of
>"us vs. them" in this list. We're all working together to make Python
>the
>best language it can be.
>
>--Guido
>
>On Mon, Oct 5, 2015 at 1:18
It mentions fr'...' as a formatted raw string but doesn't say anything about
rf'...'. Right now, in implementing PEP 498 support in Howl
(https://github.com/howl-editor/howl/pull/118 and
https://github.com/howl-editor/howl/commit/1e577da89efc1c1de780634b531f64346cf586d6#diff-851d9b84896270cc7e3b
Ah, I missed that part. Sorry! :/
On October 22, 2015 7:27:41 AM CDT, "Eric V. Smith" wrote:
>On 10/22/2015 7:32 AM, Eric V. Smith wrote:
>> On 10/21/2015 10:57 PM, Ryan Gonzalez wrote:
>>> It mentions fr'...' as a formatted raw string but doesn't say
On October 22, 2015 11:10:48 AM CDT, "Sven R. Kunze" wrote:
>On 22.10.2015 13:32, Eric V. Smith wrote:
>> ['B', 'BF', 'BFR', 'BFr', 'BR', 'BRF', 'BRf', 'Bf', 'BfR', 'Bfr',
>'Br',
>> 'BrF', 'Brf', 'F', 'FB', 'FBR', 'FBr', 'FR', 'FRB', 'FRb', 'Fb',
>'FbR',
>> 'Fbr', 'Fr', 'FrB', 'Frb', 'R', 'RB',
But it'd be weird now if fR worked but fbR didn't.
On Thu, Oct 22, 2015 at 12:02 PM, Sven R. Kunze wrote:
> On 22.10.2015 18:17, Ryan Gonzalez wrote:
>
>>
>>> anything about it. 'FbR', really?
>>>>
>>> Why not disallowing them?
>
Why not just check the path of the imported modules and compare it with the
Python library directory?
On October 29, 2015 3:26:08 PM CDT, Mark Roseman wrote:
>Laura, I think what you want should actually be more-or-less doable in
>IDLE.
>
>The main routine that starts IDLE should be able to dete
Well, tell your friend that that means middle and high schoolers must think
alike! :D
On Thu, Oct 29, 2015 at 4:18 PM, Laura Creighton wrote:
> In a message of Thu, 29 Oct 2015 15:50:30 -0500, Ryan Gonzalez writes:
> >Why not just check the path of the imported modules and compare it w
logging.warning('stdlib module %s was overriden', name)
return module
sys.meta_path.append(StdlibTester())
import string
On October 29, 2015 7:06:51 PM CDT, "R. David Murray"
wrote:
>On Thu, 29 Oct 2015 16:56:38 -0700, Nathaniel Smith
>wrote:
>&
n/options/python-dev/rymg19%40gmail.com
>
--
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than your
program. Something’s wrong.
http://kirbyfan64.github.io/
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailm
https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/rymg19%40gmail.com
>
--
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than your
program. Something’s wrong.
http://kirbyfan64.github.io/
__
Well, not quite the same thing, but
https://github.com/kirbyfan64/pfbuild/blob/master/pfbuild embeds the compressed
version of 16k LOC. Would it be affected negatively in any way be this?
Since all the data is on one line, I'd think the old (current) parser would end
up reading in the whole lin
Did you get the x86-64 version or x86? If you had gotten the former, it would
lead to that error.
On December 1, 2015 8:30:25 AM CST, Alexei Belenki via Python-Dev
wrote:
>Installed python 3.5 (from https://www.python.org/downloads/) on
>Windows XPsp3/32
>On starting >>python.exe got the text a
On December 3, 2015 8:26:23 AM CST, Laura Creighton wrote:
>In a message of Thu, 03 Dec 2015 13:37:17 +, Paul Moore writes:
>>On 3 December 2015 at 12:51, Laura Creighton wrote:
>>> Intentional or Oversight?
>>
>>Hard to find :-)
>>
>>https://docs.python.org/3/reference/expressions.html#dis
On December 3, 2015 10:09:56 AM CST, Ryan Gonzalez wrote:
>
>
>On December 3, 2015 8:26:23 AM CST, Laura Creighton
>wrote:
>>In a message of Thu, 03 Dec 2015 13:37:17 +, Paul Moore writes:
>>>On 3 December 2015 at 12:51, Laura Creighton wrote:
>>>> I
1 - 100 of 208 matches
Mail list logo