summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add GC support to count() objects. Backport candidate.Raymond Hettinger2009-02-162-4/+19
* note functions that are not aliased to PyBytes_ #5280Benjamin Peterson2009-02-161-2/+28
* Added Ross Light to ACKS, for bug 4285 (r69331).Eric Smith2009-02-161-0/+1
* A few more minor fixes in longobject.cMark Dickinson2009-02-152-5/+5
* Issue #5260: Various portability and standards compliance fixes, optimizationsMark Dickinson2009-02-154-54/+46
* Fixed typo.Hirokazu Yamamoto2009-02-151-1/+1
* #5179: don't leak PIPE fds when child execution fails.Georg Brandl2009-02-142-0/+19
* this needn't be a shebang lineBenjamin Peterson2009-02-141-1/+1
* we're no longer using CVS, so this doesn't have to be binaryBenjamin Peterson2009-02-141-31/+30
* Replace variableTarek Ziadé2009-02-141-1/+1
* Fix for #5257: refactored all tests in distutils, so they use a temporary dir...Tarek Ziadé2009-02-148-74/+67
* Add keyword argument support to itertools.count().Raymond Hettinger2009-02-143-9/+10
* fix the environ for distutils test_utilTarek Ziadé2009-02-131-1/+6
* Fixed #4524: distutils build_script command failed with --with-suffix=3Tarek Ziadé2009-02-133-2/+33
* Issue #2461: added tests for distutils.utilTarek Ziadé2009-02-132-0/+215
* Add optional code signing after merging.Martin v. Löwis2009-02-131-0/+6
* Update Tix build procedure.Martin v. Löwis2009-02-131-6/+6
* Move amd64 properties further to the top, so that they overrideMartin v. Löwis2009-02-131-4/+4