代码搜索结果
找到约 10,000 项符合
Python 的代码
parsetok.c
/* Portions Copyright (c) 2005 Nokia Corporation */
/* Parser-tokenizer link implementation */
#include "python_globals.h"
#include "pgenheaders.h"
#include "tokenizer.h"
#include "node.h"
rangeobject.c
/* Portions Copyright (c) 2005 Nokia Corporation */
/* Range object implementation */
#include "Python.h"
#include "structmember.h"
#include
#define WARN(msg) if (PyErr_Warn(PyEx
mysnprintf.c
/* Portions Copyright (c) 2005 Nokia Corporation */
#include "Python.h"
#include
/* snprintf() wrappers. If the platform has vsnprintf, we use it, else we
emulate it in a half-hear
mystrtoul.c
/* Portions Copyright (c) 2005 Nokia Corporation */
#include "Python.h"
#if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
#define _SGI_MP_SOURCE
#endif
/* Convert a pos
push-docs.sh
#! /bin/sh
# Script to push docs from my development area to SourceForge, where the
# update-docs.sh script unpacks them into their final destination.
TARGETHOST=www.python.org
TARGETDIR=/us
pxa_reg_calcs.py
#!/usr/bin/python
# (C) Copyright 2004
# BEC Systems
# Cliff Brake
# This program is free software; you can redistribute it and/or
# modify it under
clntcoredll
# -*- python -*-
#
# ***** BEGIN LICENSE BLOCK *****
# Source last modified: $Id: clntcoredll,v 1.16.4.3 2004/07/23 06:40:26 pankajgupta Exp $
#
# Portions Copyright (c) 1995-2004 RealNetworks, Inc.
threadkillcommand.java
/*
* Author: atotic
* Created on Apr 22, 2004
* License: Common Public License v1.0
*/
package org.python.pydev.debug.model.remote;
/**
* KILL_THREAD debugger command
*
*/
public c
threadruncommand.java
/*
* Author: atotic
* Created on Apr 22, 2004
* License: Common Public License v1.0
*/
package org.python.pydev.debug.model.remote;
/**
* Run thread network command
*/
public class Th
stepcommand.java
/*
* Author: atotic
* Created on Apr 27, 2004
* License: Common Public License v1.0
*/
package org.python.pydev.debug.model.remote;
/**
* Debugger step command.
*/
public class StepCo