summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Revert r81012. buildbot problems and its questionable of me to evenGregory P. Smith2010-05-092-236/+5
* Fixes [issue7245] Better Ctrl-C support in pdb.Gregory P. Smith2010-05-082-5/+236
* Skip signal handler re-installation if it is not necessary. Issue 8354.Jean-Paul Calderone2010-05-081-18/+75
* bump version to 2.7 beta 2v2.7b2Benjamin Peterson2010-05-082-2/+2
* unittest: issue 8301. Adding functions to test suites no longer crashes.Michael Foord2010-05-082-1/+15
* update pydoc-topicsBenjamin Peterson2010-05-081-4/+4
* run and fix enumerate start test cases #8636Benjamin Peterson2010-05-081-9/+14
* Updating documentation and adding docstrings to unittest.TestCase.assertRegex...Michael Foord2010-05-081-0/+2
* add underscoreBenjamin Peterson2010-05-081-1/+1
* r80967 introduced a new schemeBenjamin Peterson2010-05-081-2/+2
* Revert r80963 - it broke compilation everywhereAntoine Pitrou2010-05-081-20/+1
* Issue 7780. Adding a test for unittest test discovery from a dotted path.Michael Foord2010-05-081-0/+17
* Issue #8084: ensure that the --user directoryRonald Oussoren2010-05-082-7/+31
* Fix for issue #7724: make it possible to build usingRonald Oussoren2010-05-081-1/+20
* Fixing the errors trigerred in test_urllib2net. Related to issue8656.Senthil Kumaran2010-05-081-5/+8
* Fix Issue8656 - urllib2 mangles file://-scheme URLsSenthil Kumaran2010-05-082-2/+3
* Issue 8547 - detecting and reporting that modules have been imported from the...Michael Foord2010-05-072-3/+58
* revert r80932; it breaks windowsBenjamin Peterson2010-05-072-53/+1
* Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,...Benjamin Peterson2010-05-0715-91/+167
* Issue 8547 - detecting and reporting that modules have been imported from the...Michael Foord2010-05-072-1/+53
* Issue #8571: Fix an internal error when compressing or decompressing aAntoine Pitrou2010-05-071-3/+59
* Adding tests for unittest command line handling of buffer, catchbreak and fai...Michael Foord2010-05-072-0/+206
* Adding a test for unittest test discovery with dotted path name.Michael Foord2010-05-072-4/+21
* Testsuite for RFC3986 based parsing scenario. Related Issue1462525.Senthil Kumaran2010-05-071-6/+52
* adds handle_error(self):raise to test modules using asyncore to provide a cle...Giampaolo Rodolà2010-05-062-0/+9
* provides a clearer warning message when cheap inheritance with the underlying...Giampaolo Rodolà2010-05-061-2/+3
* Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore...Giampaolo Rodolà2010-05-062-5/+35
* `self` doesn't exist hereAntoine Pitrou2010-05-061-3/+3
* Fix #7863. Properly identify Windows 7 and Server 2008 R2.Brian Curtin2010-05-061-17/+34
* Issue #1533: test_range in test_builtin: fix test comment and add testMark Dickinson2010-05-051-2/+2
* removed non needed linesTarek Ziadé2010-05-051-2/+1
* Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fillsTarek Ziadé2010-05-052-10/+109
* In a number of places code still reversRonald Oussoren2010-05-0521-174/+26
* Issue #8600: fix test_gdb failures when gdb issues some spurious warnings.Antoine Pitrou2010-05-051-0/+5
* Issue #7472: remove unused code from email.encoders.encode_7or8bit.R. David Murray2010-05-052-7/+8
* Bug 7755: audiotest.au is arguably copyrighted material, but definitely makesBarry Warsaw2010-05-053-1/+1
* Force exit using os._exit instead of sys.exit,Ronald Oussoren2010-05-051-1/+1
* The C function used by uuid.uuid4 is broken onRonald Oussoren2010-05-052-0/+41
* Issue #8313: traceback.format_exception_only() encodes unicode message toVictor Stinner2010-05-052-2/+17
* Fix test_gzip failure on OS X. The failure was a result of trying to fflushMark Dickinson2010-05-041-1/+1
* On Windows, ctypes does no longer check the stack before and afterThomas Heller2010-05-041-26/+0
* Issue #1533: fix inconsistency in range function argument processing:Mark Dickinson2010-05-041-0/+50
* Issue #8567: Fix incorrect precedence of signals in Decimal module.Mark Dickinson2010-05-042-43/+108
* _pyio: Fix TextIOWrapper constructor: os has no device_encoding() functionVictor Stinner2010-05-041-11/+6
* Issue #8404: Fix set operations on dictionary views.Alexandre Vassalotti2010-05-041-0/+61
* Issue #7865: The close() method of :mod:`io` objects should not swallowAntoine Pitrou2010-05-032-14/+52
* Issue #8576: logging updated to remove usage of find_unused_port().Vinay Sajip2010-05-032-4/+7
* Fix unittest tests to not abuse traceback.format_exceptionMichael Foord2010-05-021-1/+14
* Small update to r80698 to ensure that webbrowser.openRonald Oussoren2010-05-021-1/+1
* For for issue #7192: with this patch webbrowser.get("firefox")Ronald Oussoren2010-05-021-1/+27