summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #4091: Install pythonxy.dll in system32 again.Martin v. Löwis2008-10-172-3/+3
* fix more possible ref leaks in _json and use Py_CLEARBenjamin Peterson2008-10-161-2/+4
* #4083: add "as" to except handler grammar as per PEP 3110.Georg Brandl2008-10-161-1/+1
* part of #4012: kill off old name "processing".Georg Brandl2008-10-161-5/+5
* fix possible ref leakBenjamin Peterson2008-10-161-2/+2
* #4131: FF3 doesn't write cookies.txt files.Georg Brandl2008-10-161-0/+5
* check for error conditions in _json #3623Benjamin Peterson2008-10-162-3/+12
* Add more TOC to the whatsnew index page.Georg Brandl2008-10-161-1/+1
* Fix wording (2.6.1 backport candidate)Andrew M. Kuchling2008-10-161-2/+3
* use new showwarnings signature for idle #3391Benjamin Peterson2008-10-162-6/+11
* document that deque indexing is O(n) #4123Benjamin Peterson2008-10-161-1/+3
* removed unused _PyUnicode_FromFileSystemEncodedObject.Hirokazu Yamamoto2008-10-161-6/+2
* Merged revisions 66805,66841,66860,66884-66886,66893,66907,66910 via svnmerge...Benjamin Peterson2008-10-158-53/+248
* add a much requested newlineBenjamin Peterson2008-10-151-1/+2
* support the optional line argument for idleBenjamin Peterson2008-10-151-1/+2
* don't recurse into directories that start with '.'Benjamin Peterson2008-10-151-1/+2
* easter eggSkip Montanaro2008-10-151-0/+4
* remove set compat cruftBenjamin Peterson2008-10-142-12/+0
* #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module:Amaury Forgeot d'Arc2008-10-143-1/+11
* document how to disable fixersBenjamin Peterson2008-10-131-6/+10
* Issue #4018: Disable "for me" installations on Vista.Martin v. Löwis2008-10-132-3/+7
* give poplib a real test suiteBenjamin Peterson2008-10-111-23/+267
* PyGILState_Acquire -> PyGILState_EnsureBenjamin Peterson2008-10-101-3/+3
* talk about how you can unzip with zipBenjamin Peterson2008-10-101-0/+12
* fix a small typoBenjamin Peterson2008-10-101-2/+2
* Typo: "ThreadError" is the name in the C source.Armin Rigo2008-10-101-1/+1
* - Makefile.pre.in(PROFILE_TASK): search files in srcdirMatthias Klose2008-10-101-2/+2
* update paragraph about __future__ for 2.6Benjamin Peterson2008-10-091-4/+5
* r66862 contained memory leak.Hirokazu Yamamoto2008-10-091-1/+3
* On windows, os.chdir given unicode was not working if GetCurrentDirectoryWHirokazu Yamamoto2008-10-092-1/+8
* quiet sphinx warningsBenjamin Peterson2008-10-084-5/+5
* Make all whatsnew docs accessible.Georg Brandl2008-10-085-16/+28
* #3935: properly support list subclasses in the C impl. of bisect.Georg Brandl2008-10-083-2/+15
* #4058: fix some whatsnew markup.Georg Brandl2008-10-081-173/+173
* #4059: patch up some sqlite docs.Georg Brandl2008-10-081-52/+134
* Note how bytes alias is expected to be usedAndrew M. Kuchling2008-10-081-0/+14
* #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t...Amaury Forgeot d'Arc2008-10-073-4/+23
* more intensive test on dbm.Hirokazu Yamamoto2008-10-071-8/+10
* save/restore stdout/stderr instead of relying on __*__ versionsSkip Montanaro2008-10-071-2/+4
* Pay attention to -R entries in LDFLAGS.Skip Montanaro2008-10-071-1/+2
* Simplify individual tests by defining setUp and tearDown methods.Skip Montanaro2008-10-071-61/+27
* Add the 'patchcheck' build target to .PHONY.Brett Cannon2008-10-062-1/+6
* Issue #4014: Don't claim that Python has an Alpha release status, in additionMartin v. Löwis2008-10-062-1/+3
* Per Greg Ward, optparse is no longer being externally maintained.Andrew M. Kuchling2008-10-061-10/+2
* More strict test. Consider the case sys.executable itself is symlink.Hirokazu Yamamoto2008-10-061-4/+5
* Added the test for issue3762.Hirokazu Yamamoto2008-10-061-0/+15
* #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(),...Andrew M. Kuchling2008-10-051-0/+10
* fix typoBenjamin Peterson2008-10-041-1/+1
* Punctuation fix; expand dict.update docstring to be clearerAndrew M. Kuchling2008-10-041-4/+6
* Merged revisions 66707,66775,66782 via svnmerge fromBenjamin Peterson2008-10-046-11/+2833