Re: [Python-Dev] hg branching + log question

2014-03-17 Thread Sean Felipe Wolfe
Ah well, ok. That seems pretty counterintuitive to me though. I suppose Hg has its quirks just like ... that other DCVS system ... :P On Mon, Mar 17, 2014 at 1:07 PM, Antoine Pitrou wrote: > On Mon, 17 Mar 2014 13:02:23 -0700 > Sean Felipe Wolfe wrote: >> I'm getting my

Re: [Python-Dev] trouble building 3.3

2014-03-17 Thread Sean Felipe Wolfe
Ah ok, got it. Antoine - I'll try your solution out though just out of curiosity, thanks :) On Mon, Mar 17, 2014 at 2:52 PM, Terry Reedy wrote: > On 3/17/2014 3:57 PM, Sean Felipe Wolfe wrote: >> >> I'm working on some IDLE oriented bugs and I'm having some trou

[Python-Dev] hg branching + log question

2014-03-17 Thread Sean Felipe Wolfe
I'm getting my feet wet with the cpython sources and Mercurial. I'm a bit confused -- when I checkout a branch, eg. 3.3, and I do an 'hg log', why do I see log messages for other branches? I'm expecting different branches to be kept discreetly. If I switch to 3.3, then I expect to see only 3.3 com

Re: [Python-Dev] for Python + Java devs - real-world importance of the security model

2014-03-08 Thread Sean Felipe Wolfe
Oops sorry I meant to send it elsewhere. Stupid auto complete :P On Sat, Mar 8, 2014 at 3:25 AM, Nick Coghlan wrote: > On 8 March 2014 20:27, Sean Felipe Wolfe wrote: >> Hello everybody, >> >> I'm getting back into some Java game programming using the (excellent) >

[Python-Dev] for Python + Java devs - real-world importance of the security model

2014-03-08 Thread Sean Felipe Wolfe
Hello everybody, I'm getting back into some Java game programming using the (excellent) libgdx library. It's been a couple years since I've written Java classes from scratch and it's got me thinking. The Java code I'm going through has lots 'final' and 'static' variable declarations, along with p

Re: [Python-Dev] noob contributions to unit tests

2013-05-01 Thread Sean Felipe Wolfe
On Thu, Mar 28, 2013 at 11:36 AM, Walter Dörwald wrote: > > Am 27.03.2013 um 03:24 schrieb R. David Murray : > >> On Tue, 26 Mar 2013 16:59:06 -0700, Maciej Fijalkowski >> wrote: >>> On Tue, Mar 26, 2013 at 4:49 PM, Sean Felipe Wolfe >>> wr

Re: [Python-Dev] slow hg clone of python repo?

2013-04-24 Thread Sean Felipe Wolfe
On Wed, Apr 24, 2013 at 4:24 PM, Guido van Rossum wrote: > It's a big repo. Patience. > > On Wed, Apr 24, 2013 at 4:17 PM, Sean Felipe Wolfe > wrote: >> Hey everybody, I'm trying to download the python sources with hg and >> it's taking a while ..

[Python-Dev] slow hg clone of python repo?

2013-04-24 Thread Sean Felipe Wolfe
Hey everybody, I'm trying to download the python sources with hg and it's taking a while ... 7+ minutes so far and all I've got is .../cpython and .../cypython/.hg . Any ideas as to why there's a delay? I'm following the dev guide with this command: hg clone http://hg.python.org/cpython I'm on Li

Re: [Python-Dev] A decade as a core dev

2013-04-24 Thread Sean Felipe Wolfe
On Thu, Apr 18, 2013 at 8:02 AM, Brett Cannon wrote: > Today marks my 10 year anniversary as a core developer on Python. I > wrote a blog post to mark the occasion > (http://sayspy.blogspot.ca/2013/04/a-decade-of-commits.html), but I > wanted to personally thank python-dev for the past decade (and

[Python-Dev] noob contributions to unit tests

2013-03-26 Thread Sean Felipe Wolfe
Hey everybody how are you all :) I am an intermediate-level python coder looking to get help out. I've been reading over the dev guide about helping increase test coverage --> http://docs.python.org/devguide/coverage.html And also the third-party code coverage referenced in the devguide page: htt

Re: [Python-Dev] [RELEASE] Python 2.7.4 release candidate 1

2013-03-26 Thread Sean Felipe Wolfe
On Tue, Mar 26, 2013 at 3:26 PM, Hynek Schlawack wrote: > Speakerdeck is slides only. The video is here: > http://pyvideo.org/video/1730/python-33-trust-me-its-better-than-27 Sweet thanks! ___ Python-Dev mailing list Python-Dev@python.org http://mail.p

Re: [Python-Dev] [RELEASE] Python 2.7.4 release candidate 1

2013-03-26 Thread Sean Felipe Wolfe
On Tue, Mar 26, 2013 at 4:34 AM, Victor Stinner wrote: > Anyway, you should trust Brett Canon: "Python 3.3: Trust Me, It's > Better Than Python 2.7". > > https://speakerdeck.com/pyconslides/python-3-dot-3-trust-me-its-better-than-python-2-dot-7-by-dr-brett-cannon Was there supposed to be audio wi