summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Issue #8344: Fix test_ttk bug on FreeBSD.Martin v. Löwis2010-04-081-2/+2
* Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing...Michael Foord2010-04-082-7/+11
* unittest.result.TestResult does not create its buffers until they're used. It...Michael Foord2010-04-072-6/+11
* Issue #8337: Disable the remaining test also for now.Martin v. Löwis2010-04-071-1/+1
* Use some more interesting test values for (unsigned) long long ctypes tests,Mark Dickinson2010-04-071-0/+6
* #7301: add the environment variable $PYTHONWARNINGS to supplement the -WPhilip Jenvey2010-04-061-0/+39
* Fix module directory finding logic for dotted paths in unittest test discovery.Michael Foord2010-04-061-1/+13
* remove a optimization that resulted in unexpected behavior #8929Benjamin Peterson2010-04-061-0/+7
* use skip decoratorBenjamin Peterson2010-04-061-4/+2
* Issue #8193: Fix test_zlib failure with zlib 1.2.4.Antoine Pitrou2010-04-061-1/+1
* Fix Issue8262 - changing RuntimeError wording to "Threads can only be started...Senthil Kumaran2010-04-061-1/+1
* Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,Antoine Pitrou2010-04-052-0/+29
* Fix a failing test on an apparently slow Windows buildbot.Brian Curtin2010-04-052-3/+4
* Classes that override __eq__ also need to define __hash__.Raymond Hettinger2010-04-052-0/+9
* Use a more robust infinity check in _Py_HashDouble.Mark Dickinson2010-04-051-0/+9