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
*
* Silence a test failure that resulted when test_site was run by
Raymond Hettinger
2004-06-27
1
-7/+10
*
Massive performance improvement for C extension and builtin tracing code
Nicholas Bastin
2004-06-25
1
-3/+3
*
Bug 975996: Add _PyTime_DoubleToTimet to C API
Tim Peters
2004-06-20
2
-0/+35
*
shutil.move() will raise an exception when trying to move a directory into
Brett Cannon
2004-06-19
1
-2/+14
*
Reverse argument order for nsmallest() and nlargest().
Raymond Hettinger
2004-06-15
1
-4/+4
*
One unit test for distutils is not much, but is more than we had yesterday.
Fred Drake
2004-06-15
1
-0/+17
*
Patch #826074: cmath.log optional base argument, fixes #823209
Raymond Hettinger
2004-06-14
1
-2/+19
*
Add heapq to list of __all__ checks.
Raymond Hettinger
2004-06-13
1
-0/+1
*
Install C version of heapq.nsmallest().
Raymond Hettinger
2004-06-13
1
-6/+19
*
note a really bad test (no time to fix now)
Michael W. Hudson
2004-06-12
1
-0/+1
*
Improve the memory performance and speed of heapq.nsmallest() by using
Raymond Hettinger
2004-06-12
1
-0/+1
*
lightly modified version of my patch
Michael W. Hudson
2004-06-11
1
-24/+31
*
fix a poorly worded error message
Anthony Baxter
2004-06-11
1
-1/+1
*
Convert test_heapq.py to unittests.
Raymond Hettinger
2004-06-10
1
-86/+90
*
SF patch #969791: Add nlargest() and nsmallest() to heapq.
Raymond Hettinger
2004-06-10
1
-1/+10
*
test_devnull(): Use assertEqual() instead of an assert stmt.
Tim Peters
2004-06-08
1
-1/+1
*
Removed test_sitepackages test. Skip discovered that it only passed if Python
Brett Cannon
2004-06-08
1
-8/+0
*
Feature request #935915: Add os.path.devnull.
Martin v. Löwis
2004-06-08
1
-0/+9
*
SF 952807: Unpickling pickled instances of subclasses of datetime.date,
Tim Peters
2004-06-07
1
-0/+34
*
Try to improve test coverage for utime()
Neal Norwitz
2004-06-06
1
-0/+4
*
Look for the multibyte codec map files in the parent directory too
Neal Norwitz
2004-06-06
1
-2/+7
*
add -L flag to cause leaks(1) command to run just before exit
Skip Montanaro
2004-06-06
1
-2/+13
*
Remove a number of tests that differ only in input data size. It seems
Neil Schemenauer
2004-06-05
1
-161/+59
*
Remove lots of magic constants.
Neil Schemenauer
2004-06-05
1
-23/+38
*
Rewrote to use temporary files instead of StringIO objects in most places.
Skip Montanaro
2004-06-05
1
-113/+253
*
[Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal acco...
Andrew M. Kuchling
2004-06-05
1
-0/+4
*
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback l...
Andrew M. Kuchling
2004-06-05
1
-2/+2
*
Fix a bug that robotparser starves memory when the server responses
Hye-Shik Chang
2004-06-05
1
-0/+34
*
[Bug #841757] Exercise handling of Unicode strings
Andrew M. Kuchling
2004-06-05
1
-0/+2
*
Refactored site.py into functions. Also moved over to using sets.
Brett Cannon
2004-06-05
1
-0/+199
*
Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald)
Hye-Shik Chang
2004-06-04
1
-21/+2
*
Fix typo.
Hye-Shik Chang
2004-06-04
1
-1/+1
*
Add iswide() and width() method for UserString according as the
Hye-Shik Chang
2004-06-04
2
-1/+27
*
SF #965425: fix so hyphenated words surrounded by punctuation are
Greg Ward
2004-06-03
1
-1/+18
*
Rename class attribute containing the class to be tested, so the name is the
Walter Dörwald
2004-06-02
5
-16/+16
*
Remove pre module
Andrew M. Kuchling
2004-06-02
1
-3/+0
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
1
-0/+20
*
Copyright year changed
Vinay Sajip
2004-06-02
1
-1/+1
*
test_hash(): The test here is different enough from the one in the bug
Tim Peters
2004-06-01
1
-3/+7
*
[Bug #962631] Fix typo reported by Bryan Blackburn
Andrew M. Kuchling
2004-06-01
1
-1/+1
*
SF bug #942952: Weakness in tuple hash
Raymond Hettinger
2004-06-01
1
-0/+19
*
Patch #963318: Add support for client-side cookie management.
Martin v. Löwis
2004-05-31
2
-23/+1696
*
Port the dictionary tests from test_types.py to unittest. Collect as much
Walter Dörwald
2004-05-31
7
-361/+705
*
Add weakref support to sockets and re pattern objects.
Raymond Hettinger
2004-05-31
2
-0/+22
*
Add weakref support to array.array and file objects.
Raymond Hettinger
2004-05-31
2
-0/+25
*
Make sets and deques weak referencable.
Raymond Hettinger
2004-05-30
2
-0/+15
*
* teach repr.repr() about collections.deque()
Raymond Hettinger
2004-05-21
1
-0/+4
*
* Updated repr.py to handle set() and frozenset().
Raymond Hettinger
2004-05-21
1
-0/+14
*
Add a test to verify an early call to iter() on the outermost for
Raymond Hettinger
2004-05-20
1
-0/+9
*
SF patch #872326: Generator expression implementation
Raymond Hettinger
2004-05-19
4
-1/+304
[next]