[Python-Dev] Status of MS Windows CE port

2008-09-23 Thread Ulrich Eckhardt
Greetings! I'm currently trying to assess the effort required for a CE port. I'm already aware of the project at http://pythonce.sourceforge.net, but I find it a waste of time to have two separate projects which then require syncing changes back and forth. Questions: - What are the feelings to

Re: [Python-Dev] Status of dictnotes.txt?

2008-09-23 Thread Brendan O'Connor
> If I remember correctly (and based on a skimming of dictnotes.txt), > those aren't suggestions, it is documentation about the actual > implementation and why those decisions were made. Well, some of the document is written as "if we did X, then we'd see Y" so it's not always clear. Some parts a

[Python-Dev] okay to add new test cases to 2.6?

2008-09-23 Thread skip
Benjamin Peterson wound up writing a test case for the new C atexit module on the py3k branch. A similar test, though different in detail, makes sense for the Python atexit module on trunk. Is this something I can check in or should I just wait until after 2.6 is released? def test_badargs(s

Re: [Python-Dev] okay to add new test cases to 2.6?

2008-09-23 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sep 23, 2008, at 4:00 PM, [EMAIL PROTECTED] wrote: Benjamin Peterson wound up writing a test case for the new C atexit module on the py3k branch. A similar test, though different in detail, makes sense for the Python atexit module on trunk.

Re: [Python-Dev] Status of MS Windows CE port

2008-09-23 Thread Neal Norwitz
On Tue, Sep 23, 2008 at 1:52 AM, Ulrich Eckhardt <[EMAIL PROTECTED]> wrote: > Greetings! > > I'm currently trying to assess the effort required for a CE port. I'm already > aware of the project at http://pythonce.sourceforge.net, but I find it a > waste of time to have two separate projects which t

[Python-Dev] json decoder speedups, any time left for 2.6?

2008-09-23 Thread Bob Ippolito
I'm out of town this week for a conference (ICFP/CUFP in Victoria) and my hotel's connection has been bad enough such that I can't get any Real Work done so I've managed to hammer on the json library's decoding quite a bit instead. I just released simplejson 1.9.3 which improves decoding performanc