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
*
Fix SF #754870, SSL crash interpreter when remote side closes during connect
Neal Norwitz
2003-06-30
1
-1/+37
*
More tests
Raymond Hettinger
2003-06-29
1
-3/+59
*
Removed invalid test.
Raymond Hettinger
2003-06-29
1
-3/+0
*
SF bug #762455: Python segfaults when sys.stdout is changed in getattr
Raymond Hettinger
2003-06-29
1
-0/+15
*
Whitespace normalization.
Tim Peters
2003-06-29
3
-6/+6
*
SF patch #760257: add socket.timeout exception
Raymond Hettinger
2003-06-29
1
-2/+57
*
Add take() to examples. Tighten the islice() example
Raymond Hettinger
2003-06-28
1
-1/+7
*
SF patch #756996: Bare except in ZipFile.testzip()
Raymond Hettinger
2003-06-27
1
-0/+21
*
SF patch #761519: Fixes for bugs 760703 and 757821
Raymond Hettinger
2003-06-27
1
-2/+1
*
Add a trivial test of getargspec() with a method.
Jeremy Hylton
2003-06-27
1
-16/+21
*
Add tests for __nonzero__() problems.
Jeremy Hylton
2003-06-27
1
-0/+21
*
SF bug #761337: datetime.strftime fails on trivial format string
Raymond Hettinger
2003-06-27
1
-0/+1
*
SF bug #759889: Pickling of Random is broken
Raymond Hettinger
2003-06-24
1
-0/+7
*
SF patch #736962. Converted test_compile to unittest format.
Raymond Hettinger
2003-06-23
2
-167/+140
*
Added regression test for SF #757818
Raymond Hettinger
2003-06-20
1
-0/+5
*
Many new tests, based on gcov's coverage information.
Gustavo Niemeyer
2003-06-20
1
-0/+172
*
Use find() instead of looping over the string in expanduser().
Walter Dörwald
2003-06-19
1
-1/+5
*
Minor updates:
Raymond Hettinger
2003-06-18
1
-5/+14
*
Port test_complex.py to unittest.
Walter Dörwald
2003-06-18
2
-145/+249
*
SF bug #753451: classmethod abuse --> SystemError
Raymond Hettinger
2003-06-18
1
-0/+8
*
Use _PyEval_SliceIndex to handle list.index() calls with
Walter Dörwald
2003-06-17
1
-0/+9
*
Fix sloppy index() implementation:
Guido van Rossum
2003-06-17
1
-2/+6
*
SF #754014: list.index() should accept optional start, end arguments
Raymond Hettinger
2003-06-17
2
-0/+25
*
test_posixpath.py now uses unittest. The output file is no longer needed.
Raymond Hettinger
2003-06-17
1
-2/+0
*
Add test for bug #751998.
Neal Norwitz
2003-06-16
1
-0/+16
*
Complete rewrite of tests by Walter Dorwald as unittest tests.
Brett Cannon
2003-06-16
1
-45/+394
*
Whitespace normalization.
Tim Peters
2003-06-15
5
-10/+9
*
Treat empty dat/dir pairs as dumbdbm. Fixes #744687.
Martin v. Löwis
2003-06-14
1
-0/+5
*
Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2.
Martin v. Löwis
2003-06-14
1
-2/+2
*
Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly.
Brett Cannon
2003-06-13
1
-0/+5
*
dummy_thread modified to have interrupt_main and to behave appropriately when
Brett Cannon
2003-06-13
1
-0/+8
*
SF patch 707900, fixing bug 702858, by Steven Taschuk.
Guido van Rossum
2003-06-13
1
-2/+49
*
When calling tarname with an argument (and thus not use testtar.tar) return a
Brett Cannon
2003-06-12
1
-1/+1
*
Make creation of temporary file and directory more portable. Also made cleanup
Brett Cannon
2003-06-12
1
-7/+8
*
add a couple test cases which involve longs and floats in 'e' format.
Skip Montanaro
2003-06-12
1
-0/+23
*
guess_all_extensions(): Return the empty list instead of None when
Barry Warsaw
2003-06-09
1
-26/+33
*
Fix SF #749831, copy raises SystemError when getstate raises exception
Neal Norwitz
2003-06-08
1
-0/+6
*
Patch #746801: FreeBSD 4 expected failures, by Charles Swiger.
Martin v. Löwis
2003-06-07
1
-0/+30
*
Factor endian-ness check out of play_sound_file(), and fix
Greg Ward
2003-06-03
1
-7/+12
*
SF bug #733667: kwargs handled incorrectly
Raymond Hettinger
2003-05-31
1
-0/+11
*
Remove debug code from weakref_segfault().
Guido van Rossum
2003-05-29
1
-2/+0
*
Add testcase for SF 742911.
Guido van Rossum
2003-05-29
1
-0/+24
*
Fix typo so that the test actually calls the tested function.
Raymond Hettinger
2003-05-29
1
-1/+1
*
Test ability to handle various type of iterators.
Raymond Hettinger
2003-05-29
1
-4/+188
*
Test script changed.
Greg Ward
2003-05-29
1
-6/+5
*
Renamed test_errors() to test_setparameters() and completely rewrote it
Greg Ward
2003-05-29
1
-30/+54
*
Order and number of arguments to setparameters() has changed.
Greg Ward
2003-05-29
1
-24/+23
*
* Beefed-up tests
Raymond Hettinger
2003-05-28
1
-14/+45
*
Add more tests from RFC 2202.
Jeremy Hylton
2003-05-27
1
-2/+55
*
Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on
Tim Peters
2003-05-25
1
-2/+10
[next]