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
*
Merged the decimal-branch (revisions 54886 to 58140). Decimal is now
Facundo Batista
2007-09-13
148
-2335/+57695
*
Bug #1153: repr.repr() now doesn't require set and dictionary items
Georg Brandl
2007-09-12
1
-0/+10
*
root certificate for https://svn.python.org/, used in test_ssl
Bill Janssen
2007-09-12
1
-0/+26
*
Generators had their throw() method allowing string exceptions. That's a
Brett Cannon
2007-09-11
1
-1/+1
*
Always use the -E flag when spawning subprocesses in test_cmd_line (Issue 1056)
Nick Coghlan
2007-09-11
1
-5/+2
*
Make sure test_ssl doesn't reference the ssl module in a
Bill Janssen
2007-09-11
1
-1/+4
*
A better way of finding an open port to test with.
Bill Janssen
2007-09-10
1
-3/+26
*
Patch # 1026 by Benjamin Aranguren (with Alex Martelli):
Guido van Rossum
2007-09-10
2
-0/+219
*
Patch # 1140 (my code, approved by Effbot).
Guido van Rossum
2007-09-10
1
-0/+25
*
More work on SSL support.
Bill Janssen
2007-09-10
6
-215/+620
*
Fix a possible segfault from recursing too deep to get the repr of a list.
Brett Cannon
2007-09-10
1
-0/+5
*
tr a-z A-Z does not work on Solaris (would require
Martin v. Löwis
2007-09-10
1
-3/+6
*
Change socket.error to inherit from IOError rather than being a stand
Gregory P. Smith
2007-09-09
1
-9/+7
*
email address update
Gregory P. Smith
2007-09-09
1
-1/+1
*
Fix a crasher where Python code managed to infinitely recurse in C code without
Brett Cannon
2007-09-07
5
-39/+17
*
Make uuid1 and uuid4 tests conditional on whether ctypes can be imported;
Brett Cannon
2007-09-07
1
-0/+12
*
PyDict_GetItem() returns a borrowed reference.
Armin Rigo
2007-09-06
1
-0/+28
*
PyDict_GetItem() returns a borrowed reference.
Armin Rigo
2007-09-05
1
-0/+14
*
SSL certificate distinguished names should be represented by tuples
Bill Janssen
2007-09-05
1
-8/+5
*
Patch #1031213: Decode source line in SyntaxErrors back to its original
Martin v. Löwis
2007-09-04
1
-0/+26
*
One more fix to consider missing SSL support.
Thomas Wouters
2007-08-30
1
-2/+3
*
Bug #1709599: Run test_1565150 only if the file system is NTFS.
Martin v. Löwis
2007-08-30
1
-4/+14
*
* Skip test_pipes on non-POSIX.
Georg Brandl
2007-08-30
2
-3/+5
*
Patch #1680959: add test suite for pipes module.
Georg Brandl
2007-08-30
3
-1/+185
*
This contains a number of things:
Bill Janssen
2007-08-29
1
-2/+2
*
Ignore test failures caused by 'resource temporarily unavailable'
Facundo Batista
2007-08-29
1
-9/+15
*
Fix test output.
Walter Dörwald
2007-08-28
1
-1/+1
*
fixes 813986
Skip Montanaro
2007-08-28
1
-0/+11
*
Add a crasher for the thread-unsafety of file objects.
Georg Brandl
2007-08-28
1
-0/+8
*
Improve extended slicing support in builtin types and classes. Specifically:
Thomas Wouters
2007-08-28
7
-2/+146
*
TarFile.__init__() no longer fails if no name argument is passed and
Lars Gustäbel
2007-08-28
1
-1/+15
*
> Regardless, building a fixed test certificate and checking it in sounds like
Guido van Rossum
2007-08-27
2
-8/+42
*
Ignore test failures caused by 'resource temporarily unavailable'
Facundo Batista
2007-08-27
1
-12/+43
*
If we can't create a certificate, print a warning, but don't fail the test.
Neal Norwitz
2007-08-27
1
-13/+16
*
Make a utility function for handling (printing) an error
Neal Norwitz
2007-08-27
1
-16/+14
*
Stop using string.join (from the module) to ease upgrade to py3k
Neal Norwitz
2007-08-27
1
-10/+10
*
Another patch from Bill Janssen that:
Neal Norwitz
2007-08-26
1
-6/+16
*
Catch IOError for when the device file doesn't exist or the user doesn't have
Neal Norwitz
2007-08-26
1
-1/+1
*
Get the test passing by commenting out some writes (should they be removed?)
Neal Norwitz
2007-08-26
1
-2/+2
*
Bill Janssen wrote:
Guido van Rossum
2007-08-26
1
-39/+82
*
Fail gracefully if the cert files cannot be created
Neal Norwitz
2007-08-26
1
-2/+7
*
Reap children before the test starts so hopefully SocketServer
Neal Norwitz
2007-08-26
1
-0/+1
*
Try to get this test to pass for systems that do not have SO_REUSEPORT
Neal Norwitz
2007-08-25
1
-1/+4
*
Fix test so it is skipped properly if there is no SSL support.
Neal Norwitz
2007-08-25
1
-2/+6
*
Server-side SSL and certificate validation, by Bill Janssen.
Guido van Rossum
2007-08-25
1
-0/+304
*
Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...
Nick Coghlan
2007-08-25
2
-26/+42
*
Revert misguided attempt at fixing incompatibility between -m and -i switches...
Nick Coghlan
2007-08-25
1
-29/+21
*
Make test_structmembers pass when run with regrtests's -R flag.
Collin Winter
2007-08-24
1
-6/+9
*
Port test_class to unittest. Patch #1671298.
Georg Brandl
2007-08-24
2
-387/+497
*
Catch the correct errors.
Georg Brandl
2007-08-24
2
-2/+2
[next]