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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Slightly different Windows ifdefs
Guido van Rossum
1996-06-28
2
-4/+3
*
Corrections to aix_loaderror(), by Manus Hand.
Guido van Rossum
1996-06-26
1
-5/+7
*
Jeremy's patches for more robust handling of unmarshallable types.
Guido van Rossum
1996-06-26
1
-5/+22
*
Cosmetic change to the dox_8x3 hack.
Guido van Rossum
1996-06-20
1
-4/+3
*
Renamed static pow() to powerop() to avoid name conflict in some compilers.
Guido van Rossum
1996-06-19
1
-4/+4
*
New style interface via pointer variable.
Guido van Rossum
1996-06-17
1
-5/+6
*
struct frozen is now struct _frozen and comes from import.h.
Guido van Rossum
1996-06-17
1
-11/+5
*
Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile).
Guido van Rossum
1996-06-17
1
-0/+7
*
Got rid of florida hack and made it work with Solaris 2.5 pthreads.
Guido van Rossum
1996-06-11
1
-19/+7
*
grand renaming; added copyright to some files
Guido van Rossum
1996-05-28
6
-17/+119
*
Plug memory leak (variable names in code objects were being leaked!)
Guido van Rossum
1996-05-28
1
-0/+1
*
Removed some done "to do" items.
Guido van Rossum
1996-05-24
1
-9/+3
*
rename printrefs, getobjects to _Py_ prefix
Guido van Rossum
1996-05-24
2
-3/+5
*
removed verbose decl; added win3.1 dynamic linking.
Guido van Rossum
1996-05-23
1
-3/+19
*
moved verbose decl to pydebug.h; added dos_8x3 feature
Guido van Rossum
1996-05-23
1
-2/+18
*
Added copyright.
Guido van Rossum
1996-05-23
1
-1/+31
*
removed sime redundant header includes and decls.
Guido van Rossum
1996-05-23
1
-8/+0
*
Removed some redundant header includes.
Guido van Rossum
1996-05-23
1
-5/+5
*
TRACE_REFS -> Py_TRACE_REFS
Guido van Rossum
1996-05-23
1
-2/+2
*
Use new names for debug macros. Don't include pythonrun.h.
Guido van Rossum
1996-05-22
1
-6/+5
*
Remember source filename as <module>.__file__.
Guido van Rossum
1996-05-16
1
-0/+3
*
Add list() method, analogous to tuple().
Guido van Rossum
1996-04-09
1
-0/+36
*
Under NT, interface to mysterious module registry. (Mark H.)
Guido van Rossum
1996-04-09
1
-0/+8
*
Under NT, change "long" sharedlib extension to ".dll". (Mark H.)
Guido van Rossum
1996-04-09
1
-1/+1
*
Under NT, define sys.dllhandle and sys.winver (Mark H.).
Guido van Rossum
1996-04-09
1
-0/+10
*
Add'l change for NT (Mark H.).
Guido van Rossum
1996-04-09
1
-0/+1
*
__FreeBSD__ shared libraries
Guido van Rossum
1996-02-25
1
-3/+4
*
Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
Guido van Rossum
1996-02-21
1
-1/+1
*
only use 'j' for imaginary constants
Guido van Rossum
1996-01-26
1
-1/+1
*
properly initialize optional arguments to apply()
Guido van Rossum
1996-01-26
1
-1/+1
*
Removed unused var
Jack Jansen
1996-01-25
1
-1/+0
*
Corrected format string in api_version_warning.
Sjoerd Mullender
1996-01-23
1
-1/+1
*
__hpux -> hpux equivalence
Guido van Rossum
1996-01-12
1
-0/+4
*
fix args options for setcheckinterval
Guido van Rossum
1996-01-12
1
-1/+1
*
changes for power (**) operator
Guido van Rossum
1996-01-12
1
-325/+359
*
changes for complex and power (**) operator
Guido van Rossum
1996-01-12
2
-30/+136
*
changes for complex numbers
Guido van Rossum
1996-01-12
3
-1/+111
*
don't return from main loop when error occurs
Guido van Rossum
1995-12-10
1
-1/+2
*
Moved mac-specific exit handling to macmain.c
Jack Jansen
1995-10-27
1
-21/+4
*
Made a bit more robust against out-of-memory situations
Jack Jansen
1995-10-27
1
-12/+35
*
Added missing include for <Aliases.h>
Jack Jansen
1995-10-23
1
-3/+1
*
set date to oct 13
Guido van Rossum
1995-10-12
1
-1/+1
*
disable code generation for access statement
Guido van Rossum
1995-10-08
1
-0/+2
*
keep exitfunc alive while calling it
Guido van Rossum
1995-10-07
1
-0/+2
*
Removed unused variables
Jack Jansen
1995-10-03
2
-4/+1
*
fix bug with missing default for last arg (discovered by Tommy Burnette)
Guido van Rossum
1995-09-18
1
-2/+3
*
#undef argument, for the Mac
Guido van Rossum
1995-09-18
1
-0/+1
*
include Python.h
Guido van Rossum
1995-09-18
2
-0/+4
*
remove unwanted fatal() from err_badcall()
Guido van Rossum
1995-09-18
1
-1/+0
*
spell TraceBack with capital B
Guido van Rossum
1995-09-18
2
-3/+3
[next]