summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | for issue5293.
* #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
| | | | The file was resized to wrong size.
* Clarify the deprecation of platform.dist().Marc-André Lemburg2009-02-171-1/+11
| | | | Add versionadded tags.
* Fix issue776533.Ronald Oussoren2009-02-171-0/+2
|
* Fixup intro paragraphs for the itertools docs. Add some tables for quick ↵Raymond Hettinger2009-02-171-27/+52
| | | | reference.
* 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 ↵Tarek Ziadé2009-02-166-43/+162
| | | | package_data and data_files
* 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
| | | | | | | and cleanups in Objects/longobject.c. The most significant change is that longs now use less memory: average savings are 2 bytes per long on 32-bit systems and 6 bytes per long on 64-bit systems. (This memory saving already exists in py3k.)
* 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 ↵Tarek Ziadé2009-02-148-74/+67
| | | | directory.
* 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
| | | | the linker options correctly.
* reverted leak fix, to use the one done in py3k branch (r67382)Tarek Ziadé2009-02-131-2/+12
|
* Fix compiler warning (gcc)Antoine Pitrou2009-02-131-1/+1
|
* Issue #5186: Reduce hash collisions for objects with no __hash__ method byAntoine Pitrou2009-02-132-15/+10
| | | | rotating the object pointer by 4 bits to the right.
* Fix warnings GCC emits where the argument of PyErr_Format is a single variable.Georg Brandl2009-02-131-6/+8
|
* Fix warnings GCC emits where the argument of PyErr_Format is a single variable.Georg Brandl2009-02-131-3/+3
|
* #3694: add test for fix committed in r66693.Georg Brandl2009-02-131-0/+4
|
* #1661108: note that urlsafe encoded string can contain "=".Georg Brandl2009-02-131-1/+2
|
* #3734: document complex coercing behavior better.Georg Brandl2009-02-131-1/+2
|
* #4894: document "newurl" parameter to redirect_request().Georg Brandl2009-02-131-5/+6
|
* #5158: added documentation on the depends option in distutils extensionsTarek Ziadé2009-02-132-0/+5
|