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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #1333982: string/number constants were inappropriately stored
Neal Norwitz
2006-08-04
1
-0/+17
*
Bug #1191458: tracing over for loops now produces a line event
Neal Norwitz
2006-08-04
1
-2/+2
*
Bug #1531405, format_exception no longer raises an exception if
Neal Norwitz
2006-08-04
1
-4/+13
*
Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during
Neal Norwitz
2006-08-02
1
-0/+32
*
Let us know when there was a problem and the child had to kill the parent
Neal Norwitz
2006-08-02
1
-0/+1
*
Whitespace normalization.
Tim Peters
2006-08-02
1
-1/+1
*
[Patch #1520905] Attempt to suppress core file created by test_subprocess.py.
Andrew M. Kuchling
2006-08-01
1
-2/+28
*
Whitespace normalization.
Tim Peters
2006-07-31
1
-3/+3
*
Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help
Neal Norwitz
2006-07-30
1
-1/+37
*
Verify that the signal handlers were really called
Neal Norwitz
2006-07-30
1
-0/+12
*
Don't copy directory stat times in shutil.copytree on Windows
Martin v. Löwis
2006-07-30
1
-0/+27
*
Bug #1515471: string.replace() accepts character buffers again.
Neal Norwitz
2006-07-30
1
-2/+7
*
Patch #1531113: Fix augmented assignment with yield expressions.
Neal Norwitz
2006-07-30
1
-3/+36
*
Whitespace normalization.
Tim Peters
2006-07-30
1
-3/+3
*
Disable test_getnode too, since this is also unreliable.
Neal Norwitz
2006-07-29
1
-0/+6
*
Disable these tests until they are reliable across platforms.
Neal Norwitz
2006-07-29
1
-0/+12
*
restore test un-intentionally removed in the xmlcore purge (revision 50941)
Fred Drake
2006-07-29
1
-0/+15
*
expunge the xmlcore changes:
Fred Drake
2006-07-29
4
-84/+124
*
Bug #1441397: The compiler module now recognizes module and function
Georg Brandl
2006-07-29
1
-0/+8
*
Patch #1529686: also run test_email_codecs with regrtest.py.
Georg Brandl
2006-07-28
1
-4/+8
*
Live with that "the hardware address" is an ill-defined
Tim Peters
2006-07-28
1
-4/+12
*
Ensure the actual number matches the expected count
Neal Norwitz
2006-07-28
1
-3/+4
*
Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally
Tim Peters
2006-07-27
1
-7/+0
*
Patch #1520294: Support for getset and member descriptors in types.py,
Barry Warsaw
2006-07-27
1
-3/+15
*
check_node(): stop spraying mystery output to stderr.
Tim Peters
2006-07-27
1
-8/+11
*
Make uuid test suite pass on this box by requesting output with LC_ALL=C.
Georg Brandl
2006-07-27
1
-2/+6
*
Whitespace normalization.
Tim Peters
2006-07-27
1
-1/+0
*
Add test_main() methods. These three tests were never run
Georg Brandl
2006-07-27
3
-6/+17
*
Whitespace normalization.
Tim Peters
2006-07-26
1
-1/+1
*
Part of bug #1523610: fix miscalculation of buffer length.
Georg Brandl
2006-07-26
1
-1/+18
*
Bug #1459963: properly capitalize HTTP header names.
Georg Brandl
2006-07-26
1
-7/+7
*
Document the crashers that will not go away soon as "won't fix",
Armin Rigo
2006-07-25
2
-0/+15
*
Added another crasher, which hit me today (I was not intentionally
Armin Rigo
2006-07-25
1
-0/+16
*
Document why is and is not a good way to fix the gc_inspection crasher.
Armin Rigo
2006-07-25
1
-0/+15
*
Fix a bug in the messages for an assert failure where not enough arguments to...
Brett Cannon
2006-07-25
1
-2/+2
*
current_frames_with_threads(): There's actually no way
Tim Peters
2006-07-25
1
-3/+4
*
Don't use standard assert: want tests to fail even when run with -O.
Greg Ward
2006-07-25
1
-15/+17
*
Whitespace normalization.
Tim Peters
2006-07-24
1
-2/+2
*
Patch #1515343: Fix printing of deprecated string exceptions with a
Georg Brandl
2006-07-24
1
-2/+34
*
Patch #1448199: Release GIL around ConnectRegistry.
Martin v. Löwis
2006-07-24
1
-0/+3
*
Resync optparse with Optik 1.5.3: minor tweaks for/to tests.
Greg Ward
2006-07-23
1
-4/+5
*
Get mailbox module working on OS/2 EMX port.
Andrew MacIntyre
2006-07-23
1
-2/+2
*
Be a lot smarter about whether this test passes: instead of assuming
Greg Ward
2006-07-23
2
-4/+14
*
Don't fail if the directory already exists
Neal Norwitz
2006-07-22
1
-1/+2
*
Fix SF#1516184 (again) and add a test to prevent regression.
Phillip J. Eby
2006-07-20
1
-0/+1
*
SF bug 1524317: configure --without-threads fails to build
Tim Peters
2006-07-19
1
-0/+22
*
Whitespace normalization.
Tim Peters
2006-07-18
1
-4/+4
*
Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds
Brett Cannon
2006-07-18
1
-12/+20
*
Remove usage of sets module (patch #1500609).
Georg Brandl
2006-07-17
3
-7/+5
*
Bug #1512814, Fix incorrect lineno's when code within a function
Neal Norwitz
2006-07-16
1
-0/+24
[next]