代码搜索结果
找到约 11,834 项符合
Python 的代码
python.mk
#############################################################
#
# python
#
#############################################################
PYTHON_VERSION=2.3.4
PYTHON_SOURCE:=Python-$(PYTHON_VERSION).ta
python-gentoo_py_dontcompile.patch
--- Python-2.3.2/Python/import.c 2003-10-08 12:29:03.166032656 +0100
+++ import.c 2003-10-08 12:32:57.423420120 +0100
@@ -808,8 +808,12 @@
write_compiled_module(PyCodeObject *co, char *cpathname, lon
python-disable_modules_and_ssl.patch
--- python.old/setup.py 2003-11-01 19:23:48.495647848 +0000
+++ python/setup.py 2003-11-01 19:24:16.044459792 +0000
@@ -15,7 +15,14 @@
from distutils.command.install_lib import install_lib
# This
python-cross-compile.patch
--- Python-2.3.4/Makefile.pre.in.orig 2003-11-18 14:54:00.000000000 -0500
+++ Python-2.3.4/Makefile.pre.in 2004-07-29 21:44:47.075924464 -0400
@@ -159,6 +159,7 @@
PYTHON= python$(EXE)
BUILDPYTHON
python.c
/* Python module */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "scripting/python/core.h"
#include "elinks.h"
#include "main/module.h"
#include "scripting/python/hooks.h"
struct mod
mpdchkpyver.py
#!/usr/bin/env python
#
# (C) 2001 by Argonne National Laboratory.
# See COPYRIGHT in top-level directory.
#
"""
This program is not to be executed from the command line. It is
exec'd by mp
ntoptest.py
#!/usr/bin/env python
import urllib, time
URL = "http://localhost:3000/dumpData.html?language=python"
print "Getting NTop stats in Python format"
statsText = ''
attempt = 1
# NTop takes a while to
python-config.jam
#~ Copyright 2005 Rene Rivera.
#~ Distributed under the Boost Software License, Version 1.0.
#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
# Automatic configu