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
*
Whitespace normalization.
Tim Peters
2004-07-08
13
-33/+26
*
Exercise xrange a bit
Neal Norwitz
2004-07-08
1
-0/+59
*
Exercise some error conditions
Neal Norwitz
2004-07-08
1
-0/+10
*
SF bug #978308, Spurious errors taking bool of dead pro
Neal Norwitz
2004-07-08
1
-0/+1
*
testGetServBy(): Use services that should be available both on *nix and
Barry Warsaw
2004-07-06
1
-1/+1
*
* Fix missing return after error message is set.
Raymond Hettinger
2004-07-06
1
-0/+1
*
* Add __eq__ and __ne__ so that things like list.index() work properly
Raymond Hettinger
2004-07-05
1
-11/+16
*
Test the logic for int(d).
Raymond Hettinger
2004-07-05
1
-0/+10
*
* Make the tests independent of the default precision.
Raymond Hettinger
2004-07-03
1
-0/+7
*
Work through several open todos:
Raymond Hettinger
2004-07-03
1
-7/+23
*
Add tests that check the result of calendar.monthcalendar() for a set
Walter Dörwald
2004-07-02
1
-1/+79
*
Make weak references subclassable:
Fred Drake
2004-07-02
1
-0/+66
*
SF Bug #215126: Over restricted type checking on eval() function
Raymond Hettinger
2004-07-02
2
-11/+55
*
Move Decimal from the sandbox into production.
Raymond Hettinger
2004-07-01
1
-0/+1
*
Move Decimal from the sandbox into production.
Raymond Hettinger
2004-07-01
32
-1/+23953
*
Remove unused import. (If it's there for some deep, dark reason, it should h...
Andrew M. Kuchling
2004-06-29
1
-1/+0
*
Add test case for bug #912845: requesting an HTTP byte range doesn't work
Andrew M. Kuchling
2004-06-29
1
-6/+16
*
Docstring grammar fix
Andrew M. Kuchling
2004-06-29
1
-1/+1
*
Patch from Mark Hammond to fix a test error.
Raymond Hettinger
2004-06-28
1
-9/+12
*
Added socket.getservbyport(), and make its second argument and that of
Barry Warsaw
2004-06-28
1
-10/+22
*
* 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
[next]