summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix FrenchBenjamin Peterson2008-12-291-1/+1
* Issue #1040026: Fix os.times result on systems where HZ is incorrect.Martin v. Löwis2008-12-292-9/+18
* #4764 in io.open, set IOError.filename when trying to open a directory on POS...Benjamin Peterson2008-12-293-4/+8
* #4764 set IOError.filename when trying to open a directory on POSIX platformsBenjamin Peterson2008-12-293-2/+18
* Issue #3767: Convert Tk object to string in tkColorChooser.Martin v. Löwis2008-12-292-5/+9
* Issue #3248: Allow placing ScrolledText in a PanedWindow.Martin v. Löwis2008-12-292-33/+44
* #4763 PyErr_ExceptionMatches won't blow up with NULL argumentsBenjamin Peterson2008-12-281-5/+4
* Update the fix for issue4064 to deal correctly with all three variants ofRonald Oussoren2008-12-282-2/+7
* Issue4064: architecture string for universal builds on OSXRonald Oussoren2008-12-282-4/+27
* Issue #2153: modernize coding style of unittest.py, remove obsolete compatibi...Antoine Pitrou2008-12-281-46/+25
* fix WORD_BIGEDIAN declaration in Universal builds; fixes #4060 and #4728Benjamin Peterson2008-12-282-0/+16
* wrong version number in doc changes committed in r67979Antoine Pitrou2008-12-281-1/+1
* Issue #4444: Allow assertRaises() to be used as a context handler.Antoine Pitrou2008-12-284-10/+79
* #4731: clarify message about missing module prerequisites.Georg Brandl2008-12-281-1/+2
* Backport r67974:Georg Brandl2008-12-283-16/+38
* Document Py_VaBuildValue.Alexandre Vassalotti2008-12-281-0/+5
* Sort UCS-2/UCS-4 name mangling list.Alexandre Vassalotti2008-12-281-8/+8
* Fix name mangling of PyUnicode_ClearFreeList.Alexandre Vassalotti2008-12-281-1/+1
* fix markupBenjamin Peterson2008-12-271-1/+1
* Issue #4677: add two list comprehension tests to pybench.Antoine Pitrou2008-12-272-0/+60
* #4671: document that pydoc imports modules.Georg Brandl2008-12-271-0/+7
* Use :samp: role.Georg Brandl2008-12-271-2/+2
* #4695: fix backslashery.Georg Brandl2008-12-271-2/+2
* #4682: 'b' is actually unsigned char.Georg Brandl2008-12-271-2/+3
* #4754: improve winsound documentation.Georg Brandl2008-12-271-2/+7
* Follow-up to r67746 in order to restore backwards-compatibility forGeorg Brandl2008-12-271-7/+19
* #4748 lambda generators shouldn't return valuesBenjamin Peterson2008-12-273-1/+18
* Patch #4739 by David Laban: add symbols to pydoc help topics,Georg Brandl2008-12-272-2/+58
* #4752: actually use custom handler in example.Georg Brandl2008-12-271-1/+1
* Issue #4756: zipfile.is_zipfile() now supports file-like objects.Antoine Pitrou2008-12-274-14/+60
* Fix bogus unicode tests in pickletester.Alexandre Vassalotti2008-12-271-2/+2
* Add Misc/NEWS entry for r67934.Alexandre Vassalotti2008-12-271-0/+3
* Fix issue #4730: cPickle corrupts high-unicode strings.Alexandre Vassalotti2008-12-272-32/+88
* Remove unnecessary casts related to unicode_decode_call_errorhandler.Alexandre Vassalotti2008-12-271-27/+29
* Issue #4740: Use HIGHEST_PROTOCOL in pickle test.Hirokazu Yamamoto2008-12-273-6/+6
* python version is included in file name nowBenjamin Peterson2008-12-261-7/+7
* fixed #4400 : distutils .pypirc default generated file was broken.Tarek Ziadé2008-12-245-7/+153
* pretend exceptions don't exist a while longerBenjamin Peterson2008-12-241-28/+6
* #4736 BufferRWPair.closed shouldn't try to call another property as a functionBenjamin Peterson2008-12-243-2/+5
* make global staticBenjamin Peterson2008-12-231-1/+1
* use a global variable, so the compiler doesn't optimize the assignment outBenjamin Peterson2008-12-231-2/+3
* Markup fix.Georg Brandl2008-12-231-2/+2
* Fix missing "svn" command.Georg Brandl2008-12-231-1/+1
* As a result of a regression that snuck into 2.5.3 add a test case thatSkip Montanaro2008-12-232-0/+5
* silence compiler warningBenjamin Peterson2008-12-221-0/+1
* add NEWS noteBenjamin Peterson2008-12-221-0/+2
* fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|'Benjamin Peterson2008-12-222-1/+28
* less attitudeBenjamin Peterson2008-12-221-2/+2
* add py3k warnings to frame.f_exc_*Benjamin Peterson2008-12-222-3/+45
* compute DISTVERSION with patchlevel.pyBenjamin Peterson2008-12-211-17/+17