summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix PYTHONWARNINGS handling to not modify the original env value and improvePhilip Jenvey2010-04-101-3/+6
* Refactor a couple inspect module tests to remove duplicate codeJean-Paul Calderone2010-04-101-62/+26
* adjust gc_collect for JythonPhilip Jenvey2010-04-101-1/+3
* Issue 8361: Remove assert from functools.total_orderingRaymond Hettinger2010-04-101-2/+3
* update pydoc-topicsv2.7b1Benjamin Peterson2010-04-101-20/+20
* bump version to 2.7b1Benjamin Peterson2010-04-102-2/+2
* Fix typo in commentNick Coghlan2010-04-101-1/+1
* Try to turn some buildbots green by allowing test_multiprocessing to pass eve...Nick Coghlan2010-04-101-6/+22
* Revert r79915 (temporary commit to check for buildbots -> the fix was success...Antoine Pitrou2010-04-091-36/+11
* Temporarily commit fix to issue #8108, to check for buildbot responseAntoine Pitrou2010-04-091-11/+36
* Issue #8348: Fix test ftp url in test_urllib2net.Martin v. Löwis2010-04-081-1/+1
* Issue #8204: Fix test_ttk notebook test by forcing focus.Martin v. Löwis2010-04-081-0/+4