summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue 6089: str.format raises SystemError.Eric Smith2009-05-233-2/+11
* Fix spelling left over from testing.R. David Murray2009-05-231-1/+1
* Don't be so wordy in requires('network') in case other testsR. David Murray2009-05-231-5/+2
* Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returnsR. David Murray2009-05-234-3/+35
* #6078: _warnings is a builtin module and has no standard init_warnings function.Georg Brandl2009-05-221-1/+1
* #6086: fix spelling and use a better exception to catch.Georg Brandl2009-05-222-6/+6
* Correction in softspace behavior description.Georg Brandl2009-05-221-3/+4
* s/use/call/Georg Brandl2009-05-221-1/+1
* Fix confusing wording.Georg Brandl2009-05-221-1/+1
* Fix references to file-related functions and methods (os.* vs file.*).Georg Brandl2009-05-221-15/+15
* fixed encodingTarek Ziadé2009-05-221-2/+2
* #6084: fix example.Georg Brandl2009-05-221-1/+1
* Use raise X(y).Georg Brandl2009-05-221-3/+3
* don't use subprocess.call with PIPEs as the child can fill the pipe buf andPhilip Jenvey2009-05-222-2/+14
* Fix-up moving average example.Raymond Hettinger2009-05-221-5/+3
* Rename TestCase._result to _resultForDoCleanups to avoid potential clashes in...Michael Foord2009-05-212-4/+4
* Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72...Mark Dickinson2009-05-203-9/+11
* #6051: refer to email examples for better way to construct email messages.Georg Brandl2009-05-202-0/+7
* #6055: refer to "sqlite3" consistently.Georg Brandl2009-05-202-13/+16
* Update bug tracker URL.Georg Brandl2009-05-202-29/+29
* Fix issue #1689458 by teaching frame_setlineno how to jump to the first line ofJeffrey Yasskin2009-05-202-14/+41
* typos in ctypes ModuleMark Dickinson2009-05-201-2/+2
* Issue 6066: POP_MARK was not in pickle protocol 0.Collin Winter2009-05-201-1/+1
* Remove some old MacPython files that are no longer relevant.Ronald Oussoren2009-05-1940-1617/+1
* Remove some traces of 'MacPython'Ronald Oussoren2009-05-193-10/+7
* This patch ensures that the pydoc_data package gets installed. This is neededRonald Oussoren2009-05-191-1/+1
* Note that ordered dictionaries work with reversed().Raymond Hettinger2009-05-191-0/+3
* fixed the 'package' option of build_extTarek Ziadé2009-05-193-11/+38
* Issue 6032: fix refleaks in test_urllib2_localnet.Collin Winter2009-05-182-18/+22
* While I was modifying test_trace, it threw an exception when I accidentallyJeffrey Yasskin2009-05-182-2/+3
* Issue 6037: MutableSequence.__iadd__ should return self.Raymond Hettinger2009-05-181-0/+1
* Fixed #6053 - win32 fixes for distutils testsTarek Ziadé2009-05-183-3/+9
* working with relative paths to avoid tar warnings on absolute pathsTarek Ziadé2009-05-181-2/+14
* Fixed the library extension when distutils build_ext is used inplaceTarek Ziadé2009-05-183-10/+10
* chop off slashBenjamin Peterson2009-05-171-1/+1
* fixed the test nameTarek Ziadé2009-05-171-2/+2
* ignore .rst files in sphinx its selfBenjamin Peterson2009-05-171-0/+3
* pep8-fied distutils.archive_util + added minimum test coverageTarek Ziadé2009-05-172-40/+110
* pep8-fied distutils.dir_utilTarek Ziadé2009-05-171-61/+49
* removed sys.platform == 'mac' usage in distutils.dir_utilTarek Ziadé2009-05-172-11/+14
* removed sys.platform == 'mac' support in distutils.dist.parse_command_line an...Tarek Ziadé2009-05-172-25/+39
* Issue #6044: remove confusing wording from complex -> integer andMark Dickinson2009-05-171-3/+3
* not running this test with MSVC6Tarek Ziadé2009-05-171-0/+7
* #5935: mention that BROWSER is looked for in PATH.Georg Brandl2009-05-171-1/+6
* #5942: Copy over flag table from dbm.rst which is clearer.Georg Brandl2009-05-171-11/+25
* #6017: better document behavior of dictiterators when the dict is changed.Georg Brandl2009-05-171-3/+4
* part of #4144: fix exception message in console session.Georg Brandl2009-05-171-2/+2
* Added NEWS for r72698.Hirokazu Yamamoto2009-05-171-0/+2
* Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.Hirokazu Yamamoto2009-05-176-52/+32
* typoBenjamin Peterson2009-05-161-2/+2