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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call __initialize(), not __sinit() on Mac dynamic loading entry.
Guido van Rossum
1996-08-26
1
-1/+1
*
Get rid of unused local variable.
Guido van Rossum
1996-08-21
1
-1/+1
*
Removed environment, objc, sybase modules
Guido van Rossum
1996-08-21
3
-1064/+0
*
Get rid of some obsolete modules:
Guido van Rossum
1996-08-21
1
-16/+2
*
Patches to make it compile with K&R C
Guido van Rossum
1996-08-21
1
-25/+25
*
Avoid complaint about inconsistent hypot() linkage on NT.
Guido van Rossum
1996-08-21
1
-0/+2
*
Raise ValueError on empty string passed into atoi(), atol(), atof().
Guido van Rossum
1996-08-21
1
-0/+12
*
Support for old CPP
Guido van Rossum
1996-08-21
1
-0/+4
*
Hacks to support being a Windows DLL
Guido van Rossum
1996-08-21
1
-2/+5
*
Added delslice and delitem.
Guido van Rossum
1996-08-21
1
-32/+47
*
New batch from Fred
Guido van Rossum
1996-08-21
1
-316/+428
*
Add #define MAC_TCL for Mac.
Guido van Rossum
1996-08-20
1
-0/+4
*
*noconfig* -> *shared*.
Guido van Rossum
1996-08-20
1
-6/+11
*
Support *shared* and *static* as aliases for *noconfig* and *config*.
Guido van Rossum
1996-08-20
1
-0/+2
*
Test for xdrmem_create() failure.
Guido van Rossum
1996-08-20
1
-15/+30
*
Install shared libs with executable mode -- needed for HPUX,
Guido van Rossum
1996-08-20
1
-1/+4
*
Changes by Rob Hooft for GMP 2.0.2
Guido van Rossum
1996-08-19
2
-14/+32
*
Added _xdr module
Guido van Rossum
1996-08-19
2
-0/+168
*
Always include config.h
Guido van Rossum
1996-08-19
2
-4/+0
*
Declare initregex() as returning void, as it should be.
Guido van Rossum
1996-08-19
1
-0/+1
*
Remove some unused variables.
Guido van Rossum
1996-08-19
1
-9/+0
*
Declare a bunch of internal routines as returning void.
Guido van Rossum
1996-08-19
1
-13/+13
*
Made it palatable for K&R preprocessors. The spam macros don't have
Guido van Rossum
1996-08-19
1
-46/+53
*
Recognize *.sl and *.so as library (i.e. linker) arguments
Guido van Rossum
1996-08-19
1
-0/+2
*
Incorporate LDFLAGS calculated by configure (for --with-readline)
Guido van Rossum
1996-08-19
1
-2/+3
*
Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc.
Guido van Rossum
1996-08-13
1
-16/+28
*
Include "mymath.h" instead of manually declaring math functions.
Guido van Rossum
1996-08-08
1
-2/+4
*
Added lstrip() and rstrip().
Guido van Rossum
1996-08-08
1
-17/+93
*
Need config.h (for Win etc.)
Guido van Rossum
1996-08-08
1
-0/+4
*
Added hack to get it to compile on AIX.
Guido van Rossum
1996-08-08
1
-0/+5
*
Rearrange include headers (needed on some platforms).
Guido van Rossum
1996-08-08
1
-1/+1
*
Hack for Mac (where fabs is not usable as a function pointer).
Guido van Rossum
1996-08-08
1
-0/+5
*
Add optional casts to free() calls. (Jack)
Guido van Rossum
1996-08-08
1
-5/+24
*
Rationalized instructions for _tkinter.c
Guido van Rossum
1996-08-08
1
-17/+12
*
Also remove *.sl (AIX shared libs) in make clean.
Guido van Rossum
1996-08-08
1
-1/+1
*
Removed
Guido van Rossum
1996-08-08
1
-33/+0
*
Latest AIX changes from Vlad
Guido van Rossum
1996-08-08
2
-11/+131
*
Re-install aix files (what happened?)
Guido van Rossum
1996-08-08
3
-0/+568
*
removed old file
Guido van Rossum
1996-08-08
1
-122/+0
*
Use Tcl/Tk 7.5/4.1 by default.
Guido van Rossum
1996-08-01
1
-2/+2
*
Changes for AIX shared libs
Guido van Rossum
1996-07-31
2
-2/+9
*
getprogramname --> Py_GetProgramName
Guido van Rossum
1996-07-31
1
-3/+3
*
DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile.
Guido van Rossum
1996-07-31
1
-8/+10
*
Collect together all detailed installation directories.
Guido van Rossum
1996-07-31
1
-2/+13
*
Don't make an exception for NeXT (BBUM says it's no longer needed).
Guido van Rossum
1996-07-30
1
-1/+1
*
Remove "." from default path. Also rearrange so that SITEPATH comes
Guido van Rossum
1996-07-30
1
-2/+2
*
Don't have "." in the default path.
Guido van Rossum
1996-07-30
1
-2/+2
*
Converted to new style
Guido van Rossum
1996-07-30
1
-70/+70
*
Operators like __add__
Guido van Rossum
1996-07-30
1
-0/+242
*
Some NeXT changes (default certain symbols to others)
Guido van Rossum
1996-07-30
1
-0/+12
[next]