[issue9269] Cannot pickle self-referencing sets

2010-07-17 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Upon further investigation, I am no longer convinced that "reduce cycles" are necessarily fatal to pickling. I am attaching a script testcycle.py that allows creating cycles using various containers. It takes the name of container class as an argument

[issue1699259] replacing char* with const char* in sysmodule.c/.h

2010-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: This is quite clearly marked as a feature request and hence is 3.2. If you wish to change it go ahead, but who's going to do the work? -- ___ Python tracker ___

[issue8253] add a resource+files section in setup.cfg

2010-07-17 Thread Éric Araujo
Éric Araujo added the comment: I’m working on the files section alongside the metadata section (#8252. I will wait for resources, since it’s much more controversial. I’ll clean up mkpkg (see #8591) before updating it to support the new sections. -- dependencies: +update mkpkg to lates

[issue9289] Skip test_long_key(test_winreg) on win2k + py2.x

2010-07-17 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto : test_long_key fails on win2k + python2.x. == ERROR: test_long_key (__main__.LocalWinregTests) -- Traceback (most recent

[issue9285] A decorator for cProfile and profile modules

2010-07-17 Thread geremy condra
Changes by geremy condra : -- nosy: +debatem1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue9290] IDLE and Command line present different behavior for sys.stdin

2010-07-17 Thread Geraldo Xexeo
New submission from Geraldo Xexeo : The fact that in IDLE sys.stdin is a idlelib.rpc.RPCProxy results in programs having different behavior in IDLE and in Command Line mode. I noticed that when grading many students exercises in IDLE. Things like: sys.stdin.readlines() just don´t exists in I

[issue8254] write a configure command

2010-07-17 Thread Jeremy Kloth
Jeremy Kloth added the comment: WRT #5, it would be possible to use section headers within the configure.cache file to indicate a particular "platform build". Very much like how 4Suite's `config` command stored the cache file. -- ___ Python tracke

[issue1712522] urllib.quote throws exception on Unicode URL

2010-07-17 Thread Senthil Kumaran
Senthil Kumaran added the comment: Incidentally, I was working on this yeserterday. Some minor changes were required in the patch as quote had undergone changes. Fixed and committed in revision 82940. Thanks to Matt Giuca for this. -- resolution: accepted -> fixed stage: patch revie

<    1   2