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
*
Fix typo in astgen script
Jeremy Hylton
2001-08-14
4
-4/+4
*
Add information about __floordiv__() and __truediv__() methods for
Fred Drake
2001-08-14
1
-5/+17
*
Non-function fields, like tp_dictoffset and tp_weaklistoffset, should
Guido van Rossum
2001-08-14
1
-5/+22
*
Fix SF bug [ #450909 ] __future__.division fails at prompt
Jeremy Hylton
2001-08-14
1
-2/+6
*
Add a test for a weird bug I just discovered: a dynamic subclass
Guido van Rossum
2001-08-14
1
-0/+5
*
Clarify the prompt in an example.
Fred Drake
2001-08-14
1
-1/+1
*
Regenerated from new ast.txt and new astgen.py
Jeremy Hylton
2001-08-14
2
-24/+46
*
Add getChildNodes() method to Node
Jeremy Hylton
2001-08-14
2
-0/+4
*
Add Yield node
Jeremy Hylton
2001-08-14
2
-0/+2
*
Document the new semantics for setting and deleting a function's
Barry Warsaw
2001-08-14
1
-0/+6
*
Test the new semantics for setting and deleting a function's __dict__
Barry Warsaw
2001-08-14
1
-45/+50
*
func_getattro(), func_setattro(): Implement the new semantics for
Barry Warsaw
2001-08-14
1
-8/+22
*
Describe the new semantics for setting and deleting a function's
Barry Warsaw
2001-08-14
1
-10/+5
*
Add "exceptions" to the list of fundamental modules
Fred Drake
2001-08-14
1
-3/+3
*
Insert omitted "the".
Fred Drake
2001-08-14
1
-1/+1
*
Add the smtpd module to the list of undocumented modules; Barry needs to
Fred Drake
2001-08-14
1
-0/+4
*
reload(exceptions) should not raise an ImportError, but should act
Barry Warsaw
2001-08-13
1
-0/+8
*
Fixed typo in comment leading up to _PyImport_FixupExtension().
Barry Warsaw
2001-08-13
1
-1/+1
*
Py_Initialize(): Apply patch by Jürgen Hermann to call
Barry Warsaw
2001-08-13
1
-0/+1
*
Repair Unix-specific assumptions that caused this to fail on Windows.
Tim Peters
2001-08-13
1
-20/+18
*
found_terminator(): Add a debug print showing the data.
Barry Warsaw
2001-08-13
1
-1/+2
*
Nick Mathewson: test suite for the class browser support module.
Fred Drake
2001-08-13
1
-0/+158
*
Nick Mathewson: Make sure the recursion is handled properly.
Fred Drake
2001-08-13
1
-4/+4
*
David Goodger <dgoodger@atsautomation.com>:
Fred Drake
2001-08-13
1
-27/+240
*
Remove redundant import (PyChecker).
Guido van Rossum
2001-08-13
1
-2/+4
*
Remove unused variable 'imports' from readmodule_ex().
Guido van Rossum
2001-08-13
1
-1/+0
*
Remove redundant 'import string' (PyChecker).
Guido van Rossum
2001-08-13
1
-1/+0
*
Remove redundant imports (PyChecker).
Guido van Rossum
2001-08-13
1
-2/+0
*
Remove redundant 'import sys' (PyChecker).
Guido van Rossum
2001-08-13
1
-1/+1
*
Remove two redundant statements (PyChecker).
Guido van Rossum
2001-08-13
1
-2/+0
*
Remove redundant assignment l = [] from poll3() -- copy-and-paste
Guido van Rossum
2001-08-13
1
-1/+0
*
Update a beopen.com e-mail
Andrew M. Kuchling
2001-08-13
1
-2/+2
*
Update a few references to beopen.com
Andrew M. Kuchling
2001-08-13
2
-3/+3
*
Update e-mail address
Andrew M. Kuchling
2001-08-13
1
-1/+1
*
Commenting out the getfillable() method -- it's broken, and nobody
Guido van Rossum
2001-08-13
1
-2/+3
*
Add a name
Andrew M. Kuchling
2001-08-13
1
-0/+1
*
Remove redefinition of has_option() method
Andrew M. Kuchling
2001-08-13
1
-7/+0
*
Remove empty __init__ (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-3/+0
*
Remove redefinition of writelines() method
Andrew M. Kuchling
2001-08-13
1
-5/+0
*
Remove unused variable (PyChecker)
Andrew M. Kuchling
2001-08-13
3
-3/+0
*
Remove some dead code (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-3/+1
*
Add forgotten import (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-1/+1
*
Remove unused import (PyChecker)
Andrew M. Kuchling
2001-08-13
2
-2/+0
*
Remove redundant import
Andrew M. Kuchling
2001-08-13
1
-1/+1
*
Capture exception message (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-1/+1
*
Remove unused imports (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-4/+0
*
Remove unused variable
Andrew M. Kuchling
2001-08-13
1
-1/+1
*
Fix malformed line (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-1/+1
*
Fix two bugs discovered by PyChecker. (I cannot test these, but I'm
Guido van Rossum
2001-08-13
1
-2/+2
*
Fix for NameError caught by PyChecker.
Andrew M. Kuchling
2001-08-13
1
-2/+2
[next]