Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 344)

Ticket Resolution Summary Owner Reporter
#139 fixed openssl-1.0.0N-1.oc00.i686.rpm is broken Dave Yeo
Description

The newest i686 release of openssl (openssl-1.0.0N-1.oc00.i686.rpm) is broken with cpio reporting premature end of file. i386 version works fine but on a c2d using the i386 version seems less then optimal.

#140 fixed python: Implement ctypes module dmik
Description

It seems that the ctypes module that allows calling functions in native DLLs right from python doesn't support OS/2 at the moment. There is Win32 support though so adding OS/2 should be easy.

One should start from looking at source:/python/trunk/Modules/_ctypes/callproc.c and source:/python/trunk/Lib/ctypes/.

#141 fixed python: subprocess.Popen (shell=True) fails dmik
Description

I've just discovered that subprocess.Popen (shell=True) fails with

  File "C:/USR/lib/python2.7/subprocess.py", line 709, in __init__
    errread, errwrite)
  File "C:/USR/lib/python2.7/subprocess.py", line 1328, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

This relates to the current Python version 2.7.6-11.

Note: See TracQuery for help on using queries.