summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* #4041: don't refer to removed and outdated modules.Georg Brandl2008-10-041-4/+2
* silence Sphinx warningBenjamin Peterson2008-10-041-0/+1
* Add What's New for 2.7Andrew M. Kuchling2008-10-042-1/+139
* Set svn:keywordsAndrew M. Kuchling2008-10-041-1/+1
* two correctionsAndrew M. Kuchling2008-10-041-4/+4
* Docstring change for *partition: use same tense as other docstrings.Andrew M. Kuchling2008-10-042-13/+13
* Docstring changes: Specify exceptions raisedAndrew M. Kuchling2008-10-041-3/+6
* Docstring change: Specify exception raisedAndrew M. Kuchling2008-10-041-1/+3
* Use correct capitalization of NaNAndrew M. Kuchling2008-10-041-2/+2
* Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when...Hirokazu Yamamoto2008-10-031-1/+2
* Typo fixAndrew M. Kuchling2008-10-032-2/+2
* Mention exception in docstringAndrew M. Kuchling2008-10-031-1/+2
* Fixed following error when DocXMLRPCServer failed.Hirokazu Yamamoto2008-10-031-2/+2
* Follows to python's version change (VC6)Hirokazu Yamamoto2008-10-032-4/+4
* Docstring typo.Andrew M. Kuchling2008-10-032-2/+2
* update the mac installer scriptBenjamin Peterson2008-10-031-9/+11