[ python-Feature Requests-1449496 ] Python should use 3GB Address Space on Windows

2006-03-20 Thread SourceForge.net
Feature Requests item #1449496, was opened at 2006-03-14 06:04 Message generated for change (Comment added) made by tim_one You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1449496&group_id=5470 Please note that this message will contain a full copy of the

[ python-Bugs-1454855 ] Explanation of pow() in lib

2006-03-20 Thread SourceForge.net
Bugs item #1454855, was opened at 2006-03-20 20:54 Message generated for change (Comment added) made by cito You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1454855&group_id=5470 Please note that this message will contain a full copy of the comment thread

[ python-Bugs-1454912 ] import email fails

2006-03-20 Thread SourceForge.net
Bugs item #1454912, was opened at 2006-03-20 22:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1454912&group_id=5470 Please note that this message will contain a full copy of

[ python-Bugs-1433877 ] string parameter to ioctl not null terminated, includes fix

2006-03-20 Thread SourceForge.net
Bugs item #1433877, was opened at 2006-02-17 23:29 Message generated for change (Comment added) made by twouters You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1433877&group_id=5470 Please note that this message will contain a full copy of the comment th

[ python-Bugs-1115379 ] Built-in compile function with PEP 0263 encoding bug

2006-03-20 Thread SourceForge.net
Bugs item #1115379, was opened at 2005-02-03 05:11 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1115379&group_id=5470 Please note that this message will contain a full copy of the comment th

[ python-Bugs-1454855 ] Explanation of pow() in lib

2006-03-20 Thread SourceForge.net
Bugs item #1454855, was opened at 2006-03-20 14:54 Message generated for change (Comment added) made by rhettinger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1454855&group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1454855 ] Explanation of pow() in lib

2006-03-20 Thread SourceForge.net
Bugs item #1454855, was opened at 2006-03-20 20:54 Message generated for change (Settings changed) made by cito You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1454855&group_id=5470 Please note that this message will contain a full copy of the comment thr

[ python-Bugs-1454855 ] Explanation of pow() in lib

2006-03-20 Thread SourceForge.net
Bugs item #1454855, was opened at 2006-03-20 20:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1454855&group_id=5470 Please note that this message will contain a full copy of

[ python-Feature Requests-1437699 ] allow unicode arguments for robotparser.can_fetch

2006-03-20 Thread SourceForge.net
Feature Requests item #1437699, was opened at 2006-02-23 22:07 Message generated for change (Comment added) made by lemburg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1437699&group_id=5470 Please note that this message will contain a full copy of the

[ python-Bugs-1436428 ] urllib has trouble with Windows filenames

2006-03-20 Thread SourceForge.net
Bugs item #1436428, was opened at 2006-02-22 06:03 Message generated for change (Comment added) made by bobince You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1436428&group_id=5470 Please note that this message will contain a full copy of the comment thr

[ python-Feature Requests-1453341 ] sys.setatomicexecution - for critical sections

2006-03-20 Thread SourceForge.net
Feature Requests item #1453341, was opened at 2006-03-18 20:52 Message generated for change (Comment added) made by kxroberto You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1453341&group_id=5470 Please note that this message will contain a full copy of t

[ python-Feature Requests-1453341 ] sys.setatomicexecution - for critical sections

2006-03-20 Thread SourceForge.net
Feature Requests item #1453341, was opened at 2006-03-18 20:52 Message generated for change (Comment added) made by kxroberto You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1453341&group_id=5470 Please note that this message will contain a full copy of t

[ python-Feature Requests-1453341 ] sys.setatomicexecution - for critical sections

2006-03-20 Thread SourceForge.net
Feature Requests item #1453341, was opened at 2006-03-18 20:52 Message generated for change (Comment added) made by gfe You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1453341&group_id=5470 Please note that this message will contain a full copy of the com

[ python-Feature Requests-1449496 ] Python should use 3GB Address Space on Windows

2006-03-20 Thread SourceForge.net
Feature Requests item #1449496, was opened at 2006-03-14 12:04 Message generated for change (Comment added) made by gfe You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1449496&group_id=5470 Please note that this message will contain a full copy of the com

[ python-Feature Requests-1454364 ] Python space syntax & pythonic long lambda's

2006-03-20 Thread SourceForge.net
Feature Requests item #1454364, was opened at 2006-03-20 10:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1454364&group_id=5470 Please note that this message will contain a

[ python-Feature Requests-1454344 ] Make more out of 'as' : general ad-hoc right-assignment

2006-03-20 Thread SourceForge.net
Feature Requests item #1454344, was opened at 2006-03-20 10:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1454344&group_id=5470 Please note that this message will contain a

[ python-Bugs-1115379 ] Built-in compile function with PEP 0263 encoding bug

2006-03-20 Thread SourceForge.net
Bugs item #1115379, was opened at 2005-02-03 14:11 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1115379&group_id=5470 Please note that this message will contain a full copy of the comment thre

[ python-Bugs-1115379 ] Built-in compile function with PEP 0263 encoding bug

2006-03-20 Thread SourceForge.net
Bugs item #1115379, was opened at 2005-02-03 05:11 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1115379&group_id=5470 Please note that this message will contain a full copy of the comment th

[ python-Bugs-1227955 ] shelve/bsddb crash on db close

2006-03-20 Thread SourceForge.net
Bugs item #1227955, was opened at 2005-06-26 16:38 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1227955&group_id=5470 Please note that this message will contain a full copy of the comment th

[ python-Bugs-1367183 ] inspect.getdoc fails on objs that use property for __doc__

2006-03-20 Thread SourceForge.net
Bugs item #1367183, was opened at 2005-11-26 13:42 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1367183&group_id=5470 Please note that this message will contain a full copy of the comment th

[ python-Bugs-1391872 ] floating point literals don't work in non-US locale in 2.5

2006-03-20 Thread SourceForge.net
Bugs item #1391872, was opened at 2005-12-28 03:01 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1391872&group_id=5470 Please note that this message will contain a full copy of the comment th