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
*
Added eventhandling in mainloop/busywait routine plus leaving some
Jack Jansen
1995-01-26
2
-18/+142
*
CodeWarrior 5 has more unixisms (open/close/read/write)
Jack Jansen
1995-01-26
1
-10/+13
*
Complete rewrite.
Jack Jansen
1995-01-26
1
-49/+349
*
New cmd-. handling for the mac.
Jack Jansen
1995-01-26
1
-15/+21
*
the usual
Guido van Rossum
1995-01-26
2
-88/+329
*
fix bogus test for regex match
Guido van Rossum
1995-01-26
1
-1/+1
*
add OSF/1 LDSHARED; add IRIX5 conditional for sockets
Guido van Rossum
1995-01-26
1
-0/+10
*
don't dictclear deleted modules in doneimport
Guido van Rossum
1995-01-26
1
-17/+22
*
allow classes as exceptions
Guido van Rossum
1995-01-26
1
-4/+26
*
make call_pyc_file static
Guido van Rossum
1995-01-26
1
-1/+4
*
added missing case to get_docstring
Guido van Rossum
1995-01-26
1
-2/+10
*
moved callable() to object.c
Guido van Rossum
1995-01-26
1
-29/+0
*
removed unused vars
Guido van Rossum
1995-01-26
1
-1/+0
*
apply dictclear to dict of deleted modules
Guido van Rossum
1995-01-26
1
-1/+3
*
move callable() here
Guido van Rossum
1995-01-26
1
-0/+29
*
uname 64-bit fix
Guido van Rossum
1995-01-26
1
-1/+4
*
unused vars
Guido van Rossum
1995-01-26
1
-2/+1
*
mem leak
Guido van Rossum
1995-01-26
1
-0/+1
*
split PATH over multiple lines for clarity;
Guido van Rossum
1995-01-25
1
-1/+20
*
Got rid of the Resource and Sound interfaces, in favor of the ones
Guido van Rossum
1995-01-25
1
-410/+3
*
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
[next]