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 #8484: Load all ciphers and digest algorithms when initializing
Antoine Pitrou
2010-04-21
1
-0/+20
*
shutil: removed unused import and fixed attributes names in _call_external_zip
Tarek Ziadé
2010-04-21
1
-3/+2
*
Sync test_plistlib.py with plistlib.py
Ronald Oussoren
2010-04-21
1
-1/+1
*
Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm
Victor Stinner
2010-04-20
1
-0/+19
*
removed ztar support in shutil.make_archive
Tarek Ziadé
2010-04-20
2
-59/+9
*
Fix for issue 7852: the DTD for OSX Plists has changed due
Ronald Oussoren
2010-04-20
1
-1/+1
*
Issue2987 - Added additional Invalid URL and changed the Invalid URL checking...
Senthil Kumaran
2010-04-20
2
-6/+9
*
fix typo in r79533, introduced by the fix for issue #8233
Matthias Klose
2010-04-20
1
-1/+1
*
1) The timeout in the itimer tests was too low for slow or heavily
Stefan Krah
2010-04-20
1
-11/+13
*
Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls.
Senthil Kumaran
2010-04-20
1
-4/+16
*
Fix Issue #4841: timeout is now applied for connections resulting from PORT/E...
Giampaolo Rodolà
2010-04-19
1
-0/+4
*
Fixed #8463: added missing reference to bztar in shutil's documentation.
Tarek Ziadé
2010-04-19
1
-1/+1
*
few pep8 fixes
Tarek Ziadé
2010-04-19
1
-3/+4
*
Issue #8438: Remove reference to the missing "surrogateescape" encoding
Antoine Pitrou
2010-04-19
2
-5/+26
*
Issue 8436: set.__init__ accepts keyword args
Raymond Hettinger
2010-04-18
1
-0/+2
*
Fix catastrophic file opening and closing logic in test_linecache
Antoine Pitrou
2010-04-18
1
-16/+13
*
Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be use...
Victor Stinner
2010-04-18
1
-15/+13
*
Fix for issue #7072
Ronald Oussoren
2010-04-18
1
-1/+7
*
Fix Issue #3817: 225 is now considered a valid response code for ABOR
Giampaolo Rodolà
2010-04-18
1
-1/+1
*
Fix bootstrap after r80166
Antoine Pitrou
2010-04-18
1
-1/+2
*
platform: use subprocess.Popen() instead of os.popen() in _syscmd_file()
Victor Stinner
2010-04-18
1
-13/+14
*
Issue #8279: Fix test_gdb failures.
Martin v. Löwis
2010-04-17
1
-45/+42
*
Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it.
R. David Murray
2010-04-17
1
-0/+2
*
Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
Antoine Pitrou
2010-04-17
2
-10/+40
*
Fix Issue5650 - Update the RFC List in the urlparse module.
Senthil Kumaran
2010-04-17
1
-2/+25
*
Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.
R. David Murray
2010-04-17
1
-0/+10
*
have a clear error when passing something > sys.maxsize to bytearray
Benjamin Peterson
2010-04-16
1
-0/+1
*
fix typo
Benjamin Peterson
2010-04-16
1
-1/+1
*
bytearray -> type2test
Benjamin Peterson
2010-04-16
1
-8/+8
*
remove check for unicode
Benjamin Peterson
2010-04-16
1
-3/+0
*
Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)
Senthil Kumaran
2010-04-16
2
-12/+54
*
Fix os.kill tests to be more robust and work with slower machines.
Brian Curtin
2010-04-15
1
-6/+44
*
#5341: fix typo and adapt docstring syntax.
Georg Brandl
2010-04-14
1
-2/+2
*
Add a small sleep to let a subprocess start before terminating it.
Brian Curtin
2010-04-14
1
-0/+1
*
Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
R. David Murray
2010-04-13
2
-1/+9
*
In test_winsound, don't try to import _winreg until after checking that winso...
Mark Dickinson
2010-04-13
1
-1/+1
*
Fix #7306. Add skips to test_winsound when no default sound is configured.
Brian Curtin
2010-04-13
1
-0/+18
*
Fix #8364. Update the setquit docstring and change a built-in to builtin.
Brian Curtin
2010-04-12
1
-3/+5
*
Issue #7585: use tab between components in unified and context diff headers.
R. David Murray
2010-04-12
2
-17/+42
*
Issue #8367: Fix spurious test failure on systems without a sound card.
Stefan Krah
2010-04-12
1
-5/+3
*
Issue #7472: ISO-2022 charsets now consistently use 7bit CTE.
R. David Murray
2010-04-12
1
-1/+1
*
Adding additional examples of valid urls as per RFC 3986 (for issue8339)
Senthil Kumaran
2010-04-12
1
-1/+1
*
Re-enable all tests, to see which ones fail on the buildbots.
Martin v. Löwis
2010-04-12
1
-6/+6
*
Issue #8330: Fix expected output in test_gdb.
Martin v. Löwis
2010-04-12
1
-10/+28
*
Issue #8374: Update the internal alias table in the :mod:`locale` module
Antoine Pitrou
2010-04-11
1
-13/+89
*
Minor factoring
Raymond Hettinger
2010-04-11
1
-2/+1
*
Fix for issues #3581, #1481 and #7650:
Stefan Krah
2010-04-11
1
-26/+9
*
add test for class with no operations defined
Benjamin Peterson
2010-04-11
1
-0/+6
*
Revert temporary commit in r79937
Antoine Pitrou
2010-04-10
2
-62/+3
*
Temporary commit of fix to issue #5380 (in order to watch buildbot response)
Antoine Pitrou
2010-04-10
2
-3/+62
[next]