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
*
Issue #1309352: fcntl now converts its third arguments to a C `long` rather
Antoine Pitrou
2009-05-24
1
-1/+16
*
Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.
Senthil Kumaran
2009-05-24
3
-3/+57
*
Add smtplib test from issue 5259.
R. David Murray
2009-05-23
1
-0/+20
*
Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD
Antoine Pitrou
2009-05-23
1
-1/+1
*
Issue 6089: str.format raises SystemError.
Eric Smith
2009-05-23
2
-0/+8
*
Fix spelling left over from testing.
R. David Murray
2009-05-23
1
-1/+1
*
Don't be so wordy in requires('network') in case other tests
R. David Murray
2009-05-23
1
-5/+2
*
Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns
R. David Murray
2009-05-23
2
-3/+30
*
fixed encoding
Tarek Ziadé
2009-05-22
1
-2/+2
*
don't use subprocess.call with PIPEs as the child can fill the pipe buf and
Philip Jenvey
2009-05-22
1
-2/+4
*
Rename TestCase._result to _resultForDoCleanups to avoid potential clashes in...
Michael Foord
2009-05-21
2
-4/+4
*
Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72...
Mark Dickinson
2009-05-20
1
-0/+7
*
Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of
Jeffrey Yasskin
2009-05-20
1
-0/+21
*
Issue 6066: POP_MARK was not in pickle protocol 0.
Collin Winter
2009-05-20
1
-1/+1
*
fixed the 'package' option of build_ext
Tarek Ziadé
2009-05-19
2
-11/+35
*
Issue 6032: fix refleaks in test_urllib2_localnet.
Collin Winter
2009-05-18
1
-17/+21
*
While I was modifying test_trace, it threw an exception when I accidentally
Jeffrey Yasskin
2009-05-18
1
-1/+1
*
Issue 6037: MutableSequence.__iadd__ should return self.
Raymond Hettinger
2009-05-18
1
-0/+1
*
Fixed #6053 - win32 fixes for distutils tests
Tarek Ziadé
2009-05-18
2
-3/+7
*
working with relative paths to avoid tar warnings on absolute paths
Tarek Ziadé
2009-05-18
1
-2/+14
*
Fixed the library extension when distutils build_ext is used inplace
Tarek Ziadé
2009-05-18
2
-10/+7
*
fixed the test name
Tarek Ziadé
2009-05-17
1
-2/+2
*
pep8-fied distutils.archive_util + added minimum test coverage
Tarek Ziadé
2009-05-17
2
-40/+110
*
pep8-fied distutils.dir_util
Tarek Ziadé
2009-05-17
1
-61/+49
*
removed sys.platform == 'mac' usage in distutils.dir_util
Tarek Ziadé
2009-05-17
2
-11/+14
*
removed sys.platform == 'mac' support in distutils.dist.parse_command_line an...
Tarek Ziadé
2009-05-17
2
-25/+39
*
not running this test with MSVC6
Tarek Ziadé
2009-05-17
1
-0/+7
*
completely ignore old-style stuff for type checking overloading
Benjamin Peterson
2009-05-16
1
-9/+12
*
properly lookup __instancecheck__ and __subclasscheck__
Benjamin Peterson
2009-05-16
1
-6/+17
*
use skipTest()
Benjamin Peterson
2009-05-16
1
-4/+1
*
pep8-fied distutils.dist module
Tarek Ziadé
2009-05-16
1
-93/+37
*
#6041: sdist and register now use the check command. No more duplicate code f...
Tarek Ziadé
2009-05-16
5
-72/+179
*
Fix bootstrapping by removing uses of the copy module in distutils
Antoine Pitrou
2009-05-15
2
-8/+6
*
Issue #2116: Weak references and weak dictionaries now support copy()ing and ...
Antoine Pitrou
2009-05-15
3
-1/+113
*
Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.
Antoine Pitrou
2009-05-15
1
-4/+2
*
Issue 6024: make regrtest.py promote refleaks to test failures.
Collin Winter
2009-05-14
1
-1/+11
*
a useful decorator for cleaning up threads
Benjamin Peterson
2009-05-14
2
-7/+13
*
prevent refleaks from threads
Benjamin Peterson
2009-05-14
1
-1/+5
*
Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
Antoine Pitrou
2009-05-14
1
-2/+1
*
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
Tarek Ziadé
2009-05-14
1
-4/+10
*
Fix test failure on Windows, and add skip check if even unicodedata
R. David Murray
2009-05-14
1
-3/+7
*
pep8-fied distutils.command.sdist + more tests
Tarek Ziadé
2009-05-14
2
-44/+39
*
more test coverage for distutils sdist command
Tarek Ziadé
2009-05-14
2
-4/+17
*
adding void to the c function
Tarek Ziadé
2009-05-13
1
-1/+1
*
added an inifoo in the C file, to avoid a warning by the MSVC9 linker
Tarek Ziadé
2009-05-13
1
-1/+1
*
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
R. David Murray
2009-05-13
2
-1/+10
*
the compiler attribute is used in setup.py; can't rename
Benjamin Peterson
2009-05-12
1
-14/+14
*
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
Tarek Ziadé
2009-05-12
2
-45/+85
*
Better fix for modules using unittest.main(). Fixes regression caused by comm...
Michael Foord
2009-05-12
1
-1/+1
*
Fix to restore command line behaviour for test modules using unittest.main()....
Michael Foord
2009-05-12
1
-1/+2
[next]