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
*
Implemented thread-local data as proposed on python-dev:
Jim Fulton
2004-07-14
1
-0/+26
*
* Hide a loop induction variable that was inadvertantly being picked up
Raymond Hettinger
2004-07-14
1
-28/+0
*
* Rename "Signals" to "_signals" making it non-public.
Raymond Hettinger
2004-07-14
1
-1/+7
*
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
Guido van Rossum
2004-07-14
1
-0/+1
*
It helps when doing checks if something is in a tuple of strings that if you
Brett Cannon
2004-07-14
1
-1/+1
*
Fixes a bug in testing code handling .pth files that did not restore the orig...
Brett Cannon
2004-07-13
1
-29/+26
*
Using repr() generates entries that the current stats package can't
Nicholas Bastin
2004-07-12
1
-3/+3
*
Fix test case for when time.tzname[0] is either UTC or GMT. Also have test
Brett Cannon
2004-07-12
1
-2/+7
*
this is patch
Michael W. Hudson
2004-07-12
1
-0/+37
*
FreeBSD's services file contains an additional echo service entry, with
Andrew MacIntyre
2004-07-12
1
-1/+7
*
Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee
Kurt B. Kaiser
2004-07-11
1
-10/+7
*
SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator
Brett Cannon
2004-07-10
1
-0/+7
*
Make ntpath compress multiple slashes between drive letter and the rest of the
Brett Cannon
2004-07-10
1
-6/+5
*
[Patch #988602] Move the urllib2 tests into the test framework
Andrew M. Kuchling
2004-07-10
1
-1/+129
*
Improve Context construction and representation:
Raymond Hettinger
2004-07-10
1
-16/+12
*
Add generic codecs.encode() and .decode() APIs that don't impose
Marc-André Lemburg
2004-07-10
1
-1/+11
*
Restructure testing of .pth files. Move previous functions into a class and
Brett Cannon
2004-07-10
1
-37/+82
*
Add some tests for corner cases.
Raymond Hettinger
2004-07-09
1
-1/+25
*
* Update the test suite to reflect that ConversionSyntax was no longer
Raymond Hettinger
2004-07-09
1
-2/+2
*
Module and tests:
Raymond Hettinger
2004-07-09
1
-6/+5
*
* fix the print test
Raymond Hettinger
2004-07-09
1
-0/+14
*
* balance the left/right search for getitem.
Raymond Hettinger
2004-07-09
1
-4/+31
*
Add another bunch of test cases for calendars with Sunday as the
Walter Dörwald
2004-07-08
1
-1/+60
*
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
[next]