summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #8484: Load all ciphers and digest algorithms when initializingAntoine Pitrou2010-04-211-0/+20
* shutil: removed unused import and fixed attributes names in _call_external_zipTarek Ziadé2010-04-211-3/+2
* Sync test_plistlib.py with plistlib.pyRonald Oussoren2010-04-211-1/+1
* Issue #8437: Fix test_gdb failures, patch written by Dave MalcolmVictor Stinner2010-04-201-0/+19
* removed ztar support in shutil.make_archiveTarek Ziadé2010-04-202-59/+9
* Fix for issue 7852: the DTD for OSX Plists has changed dueRonald Oussoren2010-04-201-1/+1
* Issue2987 - Added additional Invalid URL and changed the Invalid URL checking...Senthil Kumaran2010-04-202-6/+9
* fix typo in r79533, introduced by the fix for issue #8233Matthias Klose2010-04-201-1/+1
* 1) The timeout in the itimer tests was too low for slow or heavilyStefan Krah2010-04-201-11/+13
* Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls.Senthil Kumaran2010-04-201-4/+16
* Fix Issue #4841: timeout is now applied for connections resulting from PORT/E...Giampaolo Rodolà2010-04-191-0/+4
* Fixed #8463: added missing reference to bztar in shutil's documentation.Tarek Ziadé2010-04-191-1/+1
* few pep8 fixesTarek Ziadé2010-04-191-3/+4
* Issue #8438: Remove reference to the missing "surrogateescape" encodingAntoine Pitrou2010-04-192-5/+26
* Issue 8436: set.__init__ accepts keyword argsRaymond Hettinger2010-04-181-0/+2
* Fix catastrophic file opening and closing logic in test_linecacheAntoine Pitrou2010-04-181-16/+13
* Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be use...Victor Stinner2010-04-181-15/+13
* Fix for issue #7072Ronald Oussoren2010-04-181-1/+7
* Fix Issue #3817: 225 is now considered a valid response code for ABORGiampaolo Rodolà2010-04-181-1/+1
* Fix bootstrap after r80166Antoine Pitrou2010-04-181-1/+2
* platform: use subprocess.Popen() instead of os.popen() in _syscmd_file()Victor Stinner2010-04-181-13/+14
* Issue #8279: Fix test_gdb failures.Martin v. Löwis2010-04-171-45/+42
* Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it.R. David Murray2010-04-171-0/+2
* Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change theAntoine Pitrou2010-04-172-10/+40
* Fix Issue5650 - Update the RFC List in the urlparse module.Senthil Kumaran2010-04-171-2/+25
* Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.R. David Murray2010-04-171-0/+10
* have a clear error when passing something > sys.maxsize to bytearrayBenjamin Peterson2010-04-161-0/+1
* fix typoBenjamin Peterson2010-04-161-1/+1
* bytearray -> type2testBenjamin Peterson2010-04-161-8/+8
* remove check for unicodeBenjamin Peterson2010-04-161-3/+0
* Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)Senthil Kumaran2010-04-162-12/+54
* Fix os.kill tests to be more robust and work with slower machines.Brian Curtin2010-04-151-6/+44
* #5341: fix typo and adapt docstring syntax.Georg Brandl2010-04-141-2/+2
* Add a small sleep to let a subprocess start before terminating it.Brian Curtin2010-04-141-0/+1
* Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.R. David Murray2010-04-132-1/+9
* In test_winsound, don't try to import _winreg until after checking that winso...Mark Dickinson2010-04-131-1/+1
* Fix #7306. Add skips to test_winsound when no default sound is configured.Brian Curtin2010-04-131-0/+18
* Fix #8364. Update the setquit docstring and change a built-in to builtin.Brian Curtin2010-04-121-3/+5
* Issue #7585: use tab between components in unified and context diff headers.R. David Murray2010-04-122-17/+42
* Issue #8367: Fix spurious test failure on systems without a sound card.Stefan Krah2010-04-121-5/+3
* Issue #7472: ISO-2022 charsets now consistently use 7bit CTE.R. David Murray2010-04-121-1/+1
* Adding additional examples of valid urls as per RFC 3986 (for issue8339)Senthil Kumaran2010-04-121-1/+1
* Re-enable all tests, to see which ones fail on the buildbots.Martin v. Löwis2010-04-121-6/+6
* Issue #8330: Fix expected output in test_gdb.Martin v. Löwis2010-04-121-10/+28
* Issue #8374: Update the internal alias table in the :mod:`locale` moduleAntoine Pitrou2010-04-111-13/+89
* Minor factoringRaymond Hettinger2010-04-111-2/+1
* Fix for issues #3581, #1481 and #7650:Stefan Krah2010-04-111-26/+9
* add test for class with no operations definedBenjamin Peterson2010-04-111-0/+6
* Revert temporary commit in r79937Antoine Pitrou2010-04-102-62/+3
* Temporary commit of fix to issue #5380 (in order to watch buildbot response)Antoine Pitrou2010-04-102-3/+62