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
*
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
*
added capitalize()
Guido van Rossum
1996-06-12
1
-0/+45
*
Yet another pass at fd2obj -- this time for Windows
Guido van Rossum
1996-06-12
1
-29/+58
*
provide access to $(exec_)prefix
Guido van Rossum
1996-06-12
2
-0/+25
*
ntohs, ntohl, htons, htonl -- thanks to Lance
Guido van Rossum
1996-06-12
1
-0/+56
*
more changes for Windows, sigh
Guido van Rossum
1996-06-12
1
-29/+57
*
Avoid core dump in resizestring() on read() with 0 bytes.
Guido van Rossum
1996-06-11
1
-4/+5
*
Calculate length of AF_UNIX addr struct portably in getsockaddrarg().
Guido van Rossum
1996-06-11
1
-1/+1
*
Get rid of obsolete allowbroadcast().
Guido van Rossum
1996-06-11
1
-23/+2
*
Avoid core dump on symcomp("").
Guido van Rossum
1996-06-11
1
-1/+5
*
A fcntl implementation for systems (like Solaris) without flock() call.
Guido van Rossum
1996-06-11
1
-0/+27
*
Use correct field of sigaction struct
Guido van Rossum
1996-05-29
1
-1/+1
*
Changed NT -> MSC or WATCOM
Guido van Rossum
1996-05-28
1
-1/+1
*
grand renaming; added copyright to some files
Guido van Rossum
1996-05-28
2
-20/+35
*
Use ../install-sh to install files.
Guido van Rossum
1996-05-24
1
-3/+11
*
Made all c_* symbols static.
Guido van Rossum
1996-05-24
1
-20/+20
*
rename exported symbols with _Py_ prefix
Guido van Rossum
1996-05-24
2
-0/+21
*
make soundex_hash static
Guido van Rossum
1996-05-24
1
-1/+1
*
Added mkfifo, ftruncate. Windows/PC changes.
Guido van Rossum
1996-05-23
1
-31/+214
*
Be more careful about default args.
Guido van Rossum
1996-05-23
1
-16/+25
*
Use struct _inittab def from import.h
Guido van Rossum
1996-05-23
1
-4/+1
*
Added flock().
Guido van Rossum
1996-05-23
1
-0/+29
[next]