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
*
Backport of Tim's checkin 2.178:
Thomas Wouters
2001-07-11
1
-11/+28
*
Backport Tim's checkin 2.247:
Thomas Wouters
2001-06-27
1
-2/+3
*
Backport Tim's checkin 2.201:
Thomas Wouters
2001-06-27
1
-10/+54
*
Backport Jeremy's checkin 2.57:
Thomas Wouters
2001-06-27
1
-9/+7
*
Backport Jeremy's checkin 2.244:
Thomas Wouters
2001-06-27
1
-1/+7
*
Backport of Tim's checkin 2.177:
Thomas Wouters
2001-05-23
1
-8/+5
*
Backport Tim's checkin 2.199:
Thomas Wouters
2001-05-23
1
-9/+19
*
Backport Jeremy's checkin 2.198:
Thomas Wouters
2001-05-23
1
-6/+20
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2001-04-17
1
-211/+0
*
Make some private symbols static.
Guido van Rossum
2001-04-14
2
-3/+4
*
split long line
Jeremy Hylton
2001-04-13
1
-1/+2
*
Change error message raised when free variable is not yet bound. It
Jeremy Hylton
2001-04-13
1
-10/+16
*
Patch by Ping (SF bug 415879, Exception.__init__() causes segfault):
Guido van Rossum
2001-04-13
1
-3/+2
*
Because this code was derived from Python 1.6.1 (amongst others), the
Guido van Rossum
2001-04-12
1
-1/+1
*
Update copyright to PSF.
Guido van Rossum
2001-04-12
1
-1/+1
*
Fix exception handling for non-PyFunction objects, SF bug 414743.
Jeremy Hylton
2001-04-11
1
-16/+54
*
Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger
Guido van Rossum
2001-04-10
1
-0/+4
*
test_pickle works on sizeof(long)==8 boxes again.
Tim Peters
2001-04-10
1
-1/+1
*
Warn when assigning to __debug__ instead of raising an error.
Jeremy Hylton
2001-04-09
1
-7/+2
*
SF patch #413552 - Premature decref on object
Tim Peters
2001-04-07
1
-3/+7
*
Bug fix: compile() called from a nested-scopes-enable Python was not
Jeremy Hylton
2001-03-26
1
-1/+1
*
Finishing touch to Ping's changes. This is a patch that Ping sent me
Guido van Rossum
2001-03-23
1
-11/+11
*
call_sys_exitfunc(): Remove unused variable f.
Fred Drake
2001-03-23
1
-1/+1
*
Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit().
Ka-Ping Yee
2001-03-23
1
-32/+37
*
Make it illegal to assign to __debug__ as per Guido's request.
Jeremy Hylton
2001-03-23
1
-1/+12
*
Fix memory leak with SyntaxError. (The DECREF was originally hidden
Guido van Rossum
2001-03-23
1
-0/+1
*
Add sys.excepthook.
Ka-Ping Yee
2001-03-23
2
-20/+83
*
Set the line number correctly for a nested function with an exec or
Jeremy Hylton
2001-03-22
1
-2/+5
*
Make error messages clearer for illegal combinations of nested
Jeremy Hylton
2001-03-22
1
-15/+36
*
Extend support for from __future__ import nested_scopes
Jeremy Hylton
2001-03-22
3
-16/+112
*
If a code object is compiled with nested scopes, define the CO_NESTED flag.
Jeremy Hylton
2001-03-22
2
-1/+11
*
Use PyObject_IsInstance() to check whether the first argument to an
Guido van Rossum
2001-03-21
1
-13/+19
*
Update PyNode_CompileSymtable() to understand future statements
Jeremy Hylton
2001-03-21
1
-9/+15
*
Move the code implementing isinstance() and issubclass() to new C
Guido van Rossum
2001-03-21
1
-96/+6
*
Fix PyFrame_FastToLocals() and counterpart to deal with cells and
Jeremy Hylton
2001-03-21
2
-55/+114
*
Case-checking was broken on the Macintosh. Fixed.
Jack Jansen
2001-03-20
1
-3/+2
*
Fixup handling of free variables in methods when the class scope also
Jeremy Hylton
2001-03-20
1
-3/+12
*
Fix crashes in nested list comprehensions
Jeremy Hylton
2001-03-19
1
-8/+10
*
Variety of small INC/DECREF patches that fix reported memory leaks
Jeremy Hylton
2001-03-13
1
-4/+7
*
Py_BuildValue(): Add "D" conversion to create a Python complex value from
Fred Drake
2001-03-12
1
-0/+6
*
When iterating over the names imported in a future statement, ignore the
Fred Drake
2001-03-10
1
-1/+1
*
Use Py_CHARMASK for ctype macros. Fixes bug #232787.
Martin v. Löwis
2001-03-06
1
-4/+4
*
Add some spaces around the "=" in assignments.
Fred Drake
2001-03-06
1
-2/+2
*
RISCOS changes by dschwertberger.
Guido van Rossum
2001-03-02
1
-0/+58
*
Refactored the warning-issuing code more.
Guido van Rossum
2001-03-02
1
-11/+17
*
Thanks to Steven Majewski, finally putting MacOS X imports to bed for 2.1b1.
Tim Peters
2001-03-02
1
-9/+3
*
Useful future statement support for the interactive interpreter
Jeremy Hylton
2001-03-01
2
-26/+52
*
More MacOSX fiddling. As noted in a comment, I believe all variations
Tim Peters
2001-03-01
1
-18/+37
*
More fiddling w/ the new-fangled Mac import code.
Tim Peters
2001-03-01
1
-5/+9
*
Suppress a compiler warning under OpenVMS; time_t is unsigned on (at least)
Fred Drake
2001-03-01
1
-2/+2
[next]