index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename more symbols
Guido van Rossum
1996-05-24
1
-0/+13
*
rename exported symbols with _Py_ prefix
Guido van Rossum
1996-05-24
1
-0/+7
*
rename parser internal symbols with _Py_ prefix
Guido van Rossum
1996-05-24
1
-0/+22
*
don't use NDEBUG
Guido van Rossum
1996-05-24
2
-7/+3
*
Added PySys_SetPath.
Guido van Rossum
1996-05-22
1
-0/+1
*
Don't declare Py_FatalError.
Guido van Rossum
1996-05-22
1
-1/+2
*
Define DL_IMPORT if necessary.
Guido van Rossum
1996-05-22
1
-1/+6
*
Added __WATCOMC__ as DOS compiler.
Guido van Rossum
1996-05-22
1
-1/+1
*
Added decl for PyImport_Init.
Guido van Rossum
1996-05-22
1
-2/+6
*
Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule.
Guido van Rossum
1996-05-22
1
-2/+3
*
Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,
Guido van Rossum
1996-05-22
1
-0/+3
*
Debug related variable/function definitions go here.
Guido van Rossum
1996-05-22
1
-0/+40
*
Non-trivial DL_IMPORT must now be defined in config.h.
Guido van Rossum
1996-05-22
1
-17/+16
*
Added some visual enhancements of debugging ifdefs.
Guido van Rossum
1996-05-22
1
-5/+11
*
Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work.
Guido van Rossum
1996-05-22
1
-8/+2
*
Include GUSI.h if compiling for mac with gusi-sockets
Jack Jansen
1996-02-14
1
-0/+5
*
Added prototype for PySys_SetArgv
Jack Jansen
1996-01-22
1
-0/+1
*
added decl for PyComplex_AsCComplex
Guido van Rossum
1996-01-12
1
-0/+1
*
changes for ** (power) operator
Guido van Rossum
1996-01-12
3
-13/+17
*
changes for complex numbers
Guido van Rossum
1996-01-12
1
-0/+4
*
bump api version
Guido van Rossum
1996-01-12
1
-1/+3
*
added complex and c object.h; get rid of Py_FatalError
Guido van Rossum
1996-01-12
1
-2/+4
*
complex numbers a la Konrad Hinsen
Guido van Rossum
1996-01-12
1
-0/+49
*
opaque C object a la Jim Fulton
Guido van Rossum
1996-01-12
1
-0/+61
*
set version to 1.3
Guido van Rossum
1995-10-08
1
-1/+1
*
delete PyNothing_Check, which does not actually exist
Guido van Rossum
1995-09-30
1
-1/+0
*
spell TraceBack with capital B
Guido van Rossum
1995-09-18
1
-2/+2
*
use Py_PROTO macro
Guido van Rossum
1995-09-18
1
-48/+55
*
removed redundant C++ hack
Guido van Rossum
1995-09-07
1
-7/+1
*
patchlevel set to 1.3b3
Jack Jansen
1995-09-01
1
-1/+1
*
changes for keyword args to built-in functions and classes
Guido van Rossum
1995-07-26
3
-3/+6
*
add forgotten PyObject_SetAttrString
Guido van Rossum
1995-07-26
1
-0/+1
*
keyword arguments and faster function calls
Guido van Rossum
1995-07-18
9
-32/+38
*
include abstract.h
Guido van Rossum
1995-07-18
1
-0/+2
*
Generic Abstract Object Interface
Guido van Rossum
1995-07-18
1
-0/+810
*
new opcodes RAISE_VARARGS, CALL_FUNCTION
Guido van Rossum
1995-07-07
1
-0/+8
*
new grammar symbols arglist and argument
Guido van Rossum
1995-07-07
1
-0/+2
*
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
Jack Jansen
1995-06-27
3
-5/+5
*
removed duplicate defs for None, False, True
Guido van Rossum
1995-04-28
1
-4/+0
*
DL_IMPORT needs an argument.
Sjoerd Mullender
1995-04-25
2
-3/+3
*
DL_IMPORT macro was called in a funny way (and MW barfed on it)
Jack Jansen
1995-04-23
2
-3/+3
*
Also count UNREF's as freeing an object (only relevant when
Sjoerd Mullender
1995-04-06
1
-1/+2
*
finalizing 1.2
Guido van Rossum
1995-04-05
1
-1/+1
*
fix dusty debugging macros
Guido van Rossum
1995-03-29
1
-5/+5
*
addet SETTUPLEITEM and added cast to GETTUPLEITEM
Guido van Rossum
1995-03-09
2
-1/+5
*
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum
1995-02-27
22
-63/+67
*
change in staticforward -- added statichere
Guido van Rossum
1995-02-21
1
-1/+7
*
changes for Mac CFM-68K
Guido van Rossum
1995-02-18
3
-0/+28
*
add Py_FatalError
Guido van Rossum
1995-02-17
1
-0/+2
*
added PyObject_IsTrue & PyCallable_Check to object interface
Guido van Rossum
1995-02-17
1
-0/+2
[next]