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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #883466: don't allow Unicode as arguments to quopri and uu codecs.
Georg Brandl
2007-09-03
2
-4/+6
*
remove use of non-existent SSLFakeSocket in apparently untested code
Bill Janssen
2007-08-31
1
-4/+2
*
remove mentions of socket.ssl in comments
Bill Janssen
2007-08-31
1
-3/+1
*
deprecate use of FakeSocket
Bill Janssen
2007-08-31
1
-0/+4
*
One more fix to consider missing SSL support.
Thomas Wouters
2007-08-30
1
-2/+3
*
Don't lie in __all__ attributes when SSL is not available: only add the SSL
Thomas Wouters
2007-08-30
4
-4/+9
*
Somewhat-preliminary slice-object and extended slicing support for ctypes.
Thomas Wouters
2007-08-30
8
-3/+128
*
Bug #1709599: Run test_1565150 only if the file system is NTFS.
Martin v. Löwis
2007-08-30
1
-4/+14
*
Added docstrings to methods and functions.
Bill Janssen
2007-08-30
1
-0/+36
*
* 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
4
-17/+185
*
This contains a number of things:
Bill Janssen
2007-08-29
8
-544/+353
*
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
2
-0/+16
*
Add a crasher for the thread-unsafety of file objects.
Georg Brandl
2007-08-28
1
-0/+8
*
Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for
Walter Dörwald
2007-08-28
1
-1/+1
*
Improve extended slicing support in builtin types and classes. Specifically:
Thomas Wouters
2007-08-28
8
-10/+180
*
TarFile.__init__() no longer fails if no name argument is passed and
Lars Gustäbel
2007-08-28
2
-2/+16
*
Patch # 1739906 by Christian Heimes -- add reduce to functools (importing
Guido van Rossum
2007-08-27
1
-0/+1
*
> 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
2
-43/+87
*
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
*
Fix typo in docstring (missing c in reacquire)
Neal Norwitz
2007-08-26
1
-1/+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
3
-4/+559
*
Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...
Nick Coghlan
2007-08-25
3
-61/+98
*
Revert misguided attempt at fixing incompatibility between -m and -i switches...
Nick Coghlan
2007-08-25
2
-38/+45
*
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
*
Convert test_pkg to use unittest.
Collin Winter
2007-08-24
2
-285/+251
*
Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_os...
Georg Brandl
2007-08-24
3
-76/+78
*
Remove output file for test_ossaudiodev, also properly close the dsp object.
Georg Brandl
2007-08-24
2
-5/+3
*
Remove test_rgbimg output file, there is no test_rgbimg.py.
Georg Brandl
2007-08-24
1
-2/+0
*
Port test_frozen to unittest.
Georg Brandl
2007-08-24
3
-27/+52
*
Patch #1008: port test_signal to unittest.
Georg Brandl
2007-08-24
2
-163/+171
*
Patch #1006: port test_winreg to unittest.
Georg Brandl
2007-08-24
2
-133/+149
*
Fix silly typo in test name.
Guido van Rossum
2007-08-24
1
-1/+1
*
uuid creation is now threadsafe, backport from py3k rev. 57375.
Georg Brandl
2007-08-24
1
-1/+4
*
Fix bug 1725856.
Gregory P. Smith
2007-08-24
2
-0/+20
[next]