summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removing unused __main__ sectionsTarek Ziadé2009-02-222-9/+0
* removing map and lambda usage, so the test is similar to py3k's branch oneTarek Ziadé2009-02-221-2/+3
* moved distutils.text_file tests into a real unittest classTarek Ziadé2009-02-222-77/+87
* Revert debugging statements, culprit is possibly test_distutils (see #5316)Antoine Pitrou2009-02-221-2/+1
* Try to make sense of the test_site buildbot failuresAntoine Pitrou2009-02-221-1/+2
* using versionchanged instead of versionadded for distutils doc on sdist defau...Tarek Ziadé2009-02-222-15/+9
* fix compiler warningsBenjamin Peterson2009-02-211-6/+6
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-2156-93/+93
* #5338, #5339: two types in the API manual.Georg Brandl2009-02-212-2/+2
* Speedup and simplify negative counter using count's new step argument.Raymond Hettinger2009-02-211-3/+3
* Fix keyword arguments for itertools.count().Raymond Hettinger2009-02-212-28/+45
* Issue #5295: Typos in turtle.pyMark Dickinson2009-02-201-21/+21
* Issue 5176: special-case string formatting in BINARY_MODULO implementation. T...Collin Winter2009-02-202-1/+10
* Issue #5247: Improve error message when unknown format codes are used when us...Eric Smith2009-02-202-17/+35
* Fix punctuation.Georg Brandl2009-02-201-1/+1
* At least separate imports from other statements.Georg Brandl2009-02-203-9/+14
* #5327: fix a broken link by joining it.Georg Brandl2009-02-201-2/+2
* revert r69777 since all the experts agree that extra import lines distract fr...Benjamin Peterson2009-02-2031-96/+42
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-1931-42/+96
* #5317: update IronPython URL.Georg Brandl2009-02-191-2/+1
* #5287: Add exception handling around findCaller() call to help out IronPython.Vinay Sajip2009-02-192-3/+10
* Inline coefficients in gamma(). Add reflection formula. Add comments.Raymond Hettinger2009-02-191-10/+18
* #5310, #3558: fix operator precedence table.Georg Brandl2009-02-191-28/+18
* Add links to helpful external resources.Raymond Hettinger2009-02-192-4/+10
* Add an example for math.fsum() and elaborate on the accurary note.Raymond Hettinger2009-02-191-8/+12
* Add some cross-references to the docs. Simplify the python code equivalent f...Raymond Hettinger2009-02-193-10/+16
* Add keyword arg support to itertools.repeat().Raymond Hettinger2009-02-192-7/+7
* Add keyword arg support to itertools.compress().Raymond Hettinger2009-02-192-6/+5
* Py3k warnings now automatically include -Qwarn for division.Raymond Hettinger2009-02-182-0/+5
* Generalize the itertools.tee() recipe.Raymond Hettinger2009-02-181-24/+24
* Clarify socket timeout behavior vs system network stack behavior on connectGregory P. Smith2009-02-181-4/+7
* #5268: mention VMSError.Georg Brandl2009-02-181-0/+5
* #5296: sequence -> iterable.Georg Brandl2009-02-181-5/+5
* #5297: fix example.Georg Brandl2009-02-181-1/+1
* fixed the data_files inclusion behaviorTarek Ziadé2009-02-173-3/+8
* Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,Hirokazu Yamamoto2009-02-173-2/+26
* Clarify the deprecation of platform.dist().Marc-André Lemburg2009-02-171-1/+11
* Fix issue776533.Ronald Oussoren2009-02-171-0/+2
* Fixup intro paragraphs for the itertools docs. Add some tables for quick ref...Raymond Hettinger2009-02-171-27/+52
* Issue #5292: Fixed mmap crash on its boundary access m[len(m)].Hirokazu Yamamoto2009-02-173-2/+8
* #2279 added the plain path case for data_filesTarek Ziadé2009-02-172-7/+23
* Fix-up intro paragraph for collections docs.Raymond Hettinger2009-02-171-13/+13
* Add explanation for super(type1, type2).Raymond Hettinger2009-02-161-1/+1
* Issue 5229: Documentation for super() neglects to say what super() actually doesRaymond Hettinger2009-02-161-1/+5
* note about #2279Tarek Ziadé2009-02-161-0/+3
* #2279: use os.sep so the MANIFEST file test work on win32Tarek Ziadé2009-02-161-6/+6
* Fixed #2279: distutils.sdist.add_defaults now add files listed in package_dat...Tarek Ziadé2009-02-166-43/+162
* PyList_Append() can failBenjamin Peterson2009-02-161-2/+4
* remove some PyBytes_* aliases that are not in 3.xBenjamin Peterson2009-02-162-6/+2
* fix compiler warningsBenjamin Peterson2009-02-161-5/+5