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
*
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
*
Added operator.c. Moved errno.c.
Guido van Rossum
1996-07-30
1
-6/+7
*
Refinements to installation, now uses $(VERSION) etc.
Guido van Rossum
1996-07-30
1
-4/+5
*
Added version number to destination.
Guido van Rossum
1996-07-24
1
-14/+16
*
Added Sam Rushing's errno module
Guido van Rossum
1996-07-24
2
-0/+562
*
Converted to new style names by Skip Montanaro
Guido van Rossum
1996-07-24
2
-322/+319
*
Different lines for bsddb module.
Guido van Rossum
1996-07-24
1
-3/+3
*
Added simple-minded (i.e. leaking :-) putenv() interface, if os has it.
Guido van Rossum
1996-07-23
1
-0/+27
*
Added 3rd optional argument to translate(), a string of characters to delete.
Guido van Rossum
1996-07-23
1
-11/+60
*
Added Jim Fulton's "asharedmodule" target
Guido van Rossum
1996-07-21
1
-1/+17
*
Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT
Guido van Rossum
1996-07-21
1
-5/+4
*
New submission by Fred Drake.
Guido van Rossum
1996-07-21
1
-775/+1102
*
New style names for getprogramname and getargcargv
Guido van Rossum
1996-07-21
1
-6/+6
*
Rewritten keys() and has_key() to avoid memory leaks.
Guido van Rossum
1996-07-21
1
-11/+17
*
complex -> Py_complex
Guido van Rossum
1996-07-21
1
-56/+56
*
Slightly different Windows ifdefs
Guido van Rossum
1996-06-28
2
-5/+5
*
added comments about tcl/tk -l options
Guido van Rossum
1996-06-28
1
-1/+3
*
Added plock() system call.
Guido van Rossum
1996-06-28
1
-1/+25
*
aix sharedlib helpers
Guido van Rossum
1996-06-26
2
-0/+155
*
Added CWI copyright.
Guido van Rossum
1996-06-26
1
-18/+46
*
changed windows test symbols; removed debug printf from sockets
Guido van Rossum
1996-06-26
2
-26/+26
*
Made comment for getprogramname() more helpful.
Guido van Rossum
1996-06-20
1
-1/+2
*
More rational support for Windows (tested on Roj's NT 3.5 machine only).
Guido van Rossum
1996-06-20
1
-141/+117
*
Clear waitpid() status arg in case there's no process to report with
Guido van Rossum
1996-06-19
1
-1/+1
*
Added more entries to create required target subdirectories for sharedinstall.
Guido van Rossum
1996-06-17
1
-2/+14
*
Test for zero-length argument in capitalize().
Guido van Rossum
1996-06-17
1
-1/+1
*
Added new.instance(class, dict).
Guido van Rossum
1996-06-17
1
-0/+26
[next]