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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't remove non-directories from sys.path on the mac: files
Jack Jansen
2001-08-15
1
-2/+3
*
Move one of the tests into the "PEP 255" section, to reflect a change in
Tim Peters
2001-08-15
1
-12/+15
*
Fix typo in astgen script
Jeremy Hylton
2001-08-14
1
-1/+1
*
Add a test for a weird bug I just discovered: a dynamic subclass
Guido van Rossum
2001-08-14
1
-0/+5
*
Regenerated from new ast.txt and new astgen.py
Jeremy Hylton
2001-08-14
1
-12/+23
*
Test the new semantics for setting and deleting a function's __dict__
Barry Warsaw
2001-08-14
1
-45/+50
*
reload(exceptions) should not raise an ImportError, but should act
Barry Warsaw
2001-08-13
1
-0/+8
*
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
*
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
*
Commenting out the getfillable() method -- it's broken, and nobody
Guido van Rossum
2001-08-13
1
-2/+3
*
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
*
Fix typo (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-1/+1
*
Catch curses.error instead of a non-existent global (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-2/+2
*
Remove redundant import
Andrew M. Kuchling
2001-08-13
1
-1/+0
*
further work on font config and general feel improvements
Steven M. Gava
2001-08-13
1
-21/+24
*
SF patch #445412 extract ndiff functionality to difflib, from
Tim Peters
2001-08-12
1
-267/+575
*
Modify _Set to support iteration.
Jeremy Hylton
2001-08-12
1
-0/+3
*
- Expand test for dynamic objects.
Guido van Rossum
2001-08-12
1
-21/+33
*
Make the output of tests skipped readable (i.e., deliberately break it
Tim Peters
2001-08-12
1
-6/+30
*
dynamics(): add tests for dynamic *instances* (which are currently
Guido van Rossum
2001-08-12
1
-1/+20
*
Test the unary operator changes to the compiler
Jeremy Hylton
2001-08-12
1
-0/+43
*
Add the list of expected skips for Linux 2.x. Restructured the code a
Guido van Rossum
2001-08-12
1
-28/+51
*
Move line; reported on python-dev by Mark Favas (thanks!).
Tim Peters
2001-08-12
1
-1/+1
*
Teach regrtest which tests we *expect* to skip on Win32. Please teach it
Tim Peters
2001-08-12
1
-0/+85
*
removed some cruft
Steven M. Gava
2001-08-12
1
-7/+0
*
_Condition.wait(): never sleep longer than the timeout time remaining,
Tim Peters
2001-08-12
1
-4/+11
*
The test assumed that the local pathname convention for "foo" would sort befo...
Jack Jansen
2001-08-11
1
-2/+4
*
Replace all type comparisons with isinstance() calls
Jeremy Hylton
2001-08-11
1
-9/+9
[next]