代码搜索:Python

找到约 10,000 项符合「Python」的源代码

代码结果 10,000
www.eeworm.com/read/456693/1604675

c errors.c

/* Portions Copyright (c) 2005 Nokia Corporation */ /* Error handling */ #include "Python.h" #ifdef macintosh extern char *PyMac_StrError(int); #undef strerror #define strerror PyMac_StrEr
www.eeworm.com/read/456693/1604698

c dynload_dl.c

/* Support for dynamic loading of extension modules */ #include "dl.h" #include "Python.h" #include "importdl.h" extern char *Py_GetProgramName(void); const struct filedescr _PyImport
www.eeworm.com/read/456693/1604842

findacks

#!/usr/bin/env python """Script to locate email addresses in the CVS logs.""" __version__ = '$Revision: 1.2 $' import os import re import sys import UserDict import cvsinfo class Ackno
www.eeworm.com/read/456693/1604861

py toc2bkm.py

#! /usr/bin/env python """Convert a LaTeX .toc file to some PDFTeX magic to create that neat outline. The output file has an extension of '.bkm' instead of '.out', since hyperref already uses t
www.eeworm.com/read/247605/4480355

sitecreatelib

# -*- python -*- # # ***** BEGIN LICENSE BLOCK ***** # Source last modified: $Id: sitecreatelib,v 1.1.4.2 2004/07/26 08:57:42 pankajgupta Exp $ # # Portions Copyright (c) 1995-2004 RealNetworks, Inc
www.eeworm.com/read/241188/4563159

readme

bugzilla-submit =============== Authors: Christian Reis Eric Raymond bugzilla-submit is a simple Python program that creates bugs in a Bugzilla instanc
www.eeworm.com/read/241188/4563166

readme

gnatsparse ========== Author: Daniel Berlin gnatsparse is a simple Python program that imports a GNATS database into a Bugzilla system. It is based on the gnats2bz.pl Perl script b
www.eeworm.com/read/239645/4596293

py docmaker.py

#!/usr/bin/env python # # DocMaker 0.1 (c) 2000-2001 David Turner # # DocMaker is a very simple program used to generate the API Reference # of programs by extracting comments
www.eeworm.com/read/239567/4597470

java runcommand.java

/* * Author: atotic * Created on May 7, 2004 * License: Common Public License v1.0 */ package org.python.pydev.debug.model.remote; /** * Run command */ public class RunCommand extends
www.eeworm.com/read/239567/4597479

java removebreakpointcommand.java

/* * Author: atotic * Created on May 6, 2004 * License: Common Public License v1.0 */ package org.python.pydev.debug.model.remote; /** * Remove breakpoint command */ public class Remo