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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some layout changes; added EventRecord Get/Build functions (as a tuple).
Guido van Rossum
1995-01-25
2
-20/+119
*
Lots of new stuff again. Moved buffer types to some separate files.
Guido van Rossum
1995-01-25
13
-455/+1327
*
ported CW5 changes back to Think
Guido van Rossum
1995-01-22
1
-0/+1
*
fixed comment
Guido van Rossum
1995-01-22
1
-1/+1
*
Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType --
Guido van Rossum
1995-01-22
1
-37/+19
*
added printf -- hack for Think C to init stdwin and stdio
Guido van Rossum
1995-01-22
1
-0/+16
*
added Res module
Guido van Rossum
1995-01-22
1
-0/+2
*
cosmetics: copyright, comments
Guido van Rossum
1995-01-22
2
-19/+66
*
Lots of changes.
Guido van Rossum
1995-01-22
4
-147/+376
*
Make malloc stats routine available under MetroWerks
Jack Jansen
1995-01-22
1
-0/+4
*
Ported to CW5/new universal headers
Jack Jansen
1995-01-22
1
-2/+2
*
Removed imgformat reference
Jack Jansen
1995-01-22
1
-1/+0
*
Ported to CW5 (or to new Universal Headers, actually)
Jack Jansen
1995-01-22
2
-3/+11
*
- Ported to CW5 (which has more unixisms)
Jack Jansen
1995-01-22
1
-0/+123
*
The last missing file of the mwerks port (this is the 'prefix' file)
Jack Jansen
1995-01-22
1
-0/+2
*
reallocing large blocks now doesn't copy if not needed
Jack Jansen
1995-01-22
1
-1/+14
*
fix leaks
Guido van Rossum
1995-01-22
1
-12/+23
*
make routines static
Guido van Rossum
1995-01-22
1
-5/+5
*
cleanup
Guido van Rossum
1995-01-22
1
-4/+0
*
create $(DESTSHARED) library if needed
Guido van Rossum
1995-01-22
1
-1/+4
*
rename sigcheck so signal handling works again
Guido van Rossum
1995-01-22
1
-1/+1
*
don't overwrite error already set (e.g. from O&)
Guido van Rossum
1995-01-21
1
-1/+3
*
renamed Get routines to PyMac_Get; added macfs to config.c
Guido van Rossum
1995-01-21
5
-20/+17
*
intermediate version -- why not...
Guido van Rossum
1995-01-20
1
-56/+114
*
fix strncpy call (uninitialized memory read)
Guido van Rossum
1995-01-20
1
-1/+2
*
typo
Guido van Rossum
1995-01-20
1
-1/+1
*
fix leak in func_dealloc (forgot to decref name)
Guido van Rossum
1995-01-20
1
-0/+1
*
removed getopt.o from OBJS
Guido van Rossum
1995-01-20
1
-1/+1
*
fix mem leak (localmap in optimize)
Guido van Rossum
1995-01-20
1
-0/+1
*
support "O&" taking an object constructor a void*
Guido van Rossum
1995-01-20
1
-2/+10
*
add missing INCREF in RAISE_EXCEPTION
Guido van Rossum
1995-01-20
1
-1/+2
*
don't use function prototypes
Guido van Rossum
1995-01-20
1
-1/+4
*
added changes for NetBSD dynamic linking; removed shared linking for NeXT
Guido van Rossum
1995-01-20
1
-3/+16
*
fix import related leaks
Guido van Rossum
1995-01-20
2
-17/+23
*
corrected two unconverted names
Guido van Rossum
1995-01-20
2
-2/+2
*
define INSTALL_PROGRAM and INSTALL_DATA
Guido van Rossum
1995-01-20
1
-12/+14
*
modernize all tests to use cache and report outcome
Guido van Rossum
1995-01-20
1
-34/+67
*
change NeXT hint to add -posix to C compiler flags
Guido van Rossum
1995-01-20
1
-3/+5
*
add INSTALL_PROGRAM and INSTALL_DATA; check for getopt
Guido van Rossum
1995-01-20
1
-1/+26
*
Always use 'anonymous' if os.environ doesn't exist
Jack Jansen
1995-01-19
1
-5/+10
*
Yet another Pstring()
Jack Jansen
1995-01-19
1
-1/+1
*
Undef strerror on the mac before redefining it
Jack Jansen
1995-01-19
1
-0/+1
*
Added mac-only intrpeek routine that peeks for command-.
Jack Jansen
1995-01-19
1
-5/+30
*
Fix NULL dereference in case of out-of-memory condition
Jack Jansen
1995-01-19
1
-4/+5
*
Fixed listen()/getsockname() bug
Jack Jansen
1995-01-19
1
-7/+3
*
ported to THINK C (not tested yet)
Guido van Rossum
1995-01-19
3
-6/+7
*
ported Jacks changes back to think C
Guido van Rossum
1995-01-18
2
-2/+14
*
added high level event interface (requires stdwin patch)
Guido van Rossum
1995-01-18
1
-3/+99
*
modernized/rationalized, added PyMac_BuildOSType
Guido van Rossum
1995-01-18
2
-11/+24
*
fully adapted to new naming scheme and added some features for AppleEvent gen...
Guido van Rossum
1995-01-18
5
-83/+137
[next]