summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* One more attribution.Raymond Hettinger2008-07-221-2/+2
* Fix credits for math.sum()Raymond Hettinger2008-07-221-1/+2
* Tuples now have both count() and index().Raymond Hettinger2008-07-221-2/+4
* Remove out-of-date section on Exact/Inexact.Raymond Hettinger2008-07-221-8/+0
* Fix build issue on OSX 10.4, somehow this wasn't committed before.Ronald Oussoren2008-07-221-2/+2
* Fix buglet in fix for issue3381Ronald Oussoren2008-07-222-3/+3
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-227-14/+59
* don't use assert statementBenjamin Peterson2008-07-211-1/+1
* Issue2378: pdb would delete free variables when stepping into a class statement.Amaury Forgeot d'Arc2008-07-213-3/+28
* Increment version number in NEWS file, and move items that were added after 2...Amaury Forgeot d'Arc2008-07-211-13/+27
* On Windows, silence a Purify warning and initialize the memory passed to Cryp...Amaury Forgeot d'Arc2008-07-211-0/+1
* nonlocal is not in 2.6.Georg Brandl2008-07-211-4/+2
* Issue 3396. Fixed the autocompletion of 'int.', and workedFacundo Batista2008-07-211-6/+11
* Save the whole of sys.modules instead of using an import tracker.Georg Brandl2008-07-201-21/+4
* Fix misspeeld method name (negative)Neal Norwitz2008-07-201-1/+1
* Fix a couple of names in error messages that were wrongNeal Norwitz2008-07-201-2/+2
* #926501: add info where to put the docstring.Georg Brandl2008-07-202-5/+22
* Remove exception indexing in asyncore.Georg Brandl2008-07-201-9/+9
* fix issue3120 - don't truncate handles on 64-bit Windows.Gregory P. Smith2008-07-202-23/+36
* Clean-up itertools docs and recipes.Raymond Hettinger2008-07-192-101/+36
* Fix compress() recipe in docs to use itertools.Raymond Hettinger2008-07-192-6/+6
* #3322: bounds checking for _json.scanstringBob Ippolito2008-07-191-2/+10
* Merged revisions 65137 via svnmerge fromBenjamin Peterson2008-07-192-1/+12
* Add ordering info for findall and finditer.Georg Brandl2008-07-191-6/+9
* #3323: mention that if inheriting from a class without __slots__,Georg Brandl2008-07-191-0/+4
* #3319: don't raise ZeroDivisionError if number of rounds is soGeorg Brandl2008-07-191-1/+5
* #3303: fix crash with invalid Py_DECREF in strcoll().Georg Brandl2008-07-193-9/+22
* #3302: fix segfaults when passing None for arguments that can'tGeorg Brandl2008-07-192-5/+12
* #3378: in case of no memory, don't leak even more memory. :)Georg Brandl2008-07-191-6/+7
* Add recipe to the itertools docs.Raymond Hettinger2008-07-192-0/+33
* Improve accuracy of gamma test functionRaymond Hettinger2008-07-191-5/+3
* Fix issue 3411: default float format spec fails on negative numbers.Eric Smith2008-07-192-0/+10
* Deprecate the sunaudio module for removal in Python 3.0. The sunau module can...Brett Cannon2008-07-185-11/+22
* #3390: replace a remaining has_key().Georg Brandl2008-07-181-1/+1
* Replace all map(None, a) with list(a).Georg Brandl2008-07-185-7/+7
* now that test_lib2to3 actually works and isn't extremely slow, we don't need ...Benjamin Peterson2008-07-182-7/+3
* backport test_fileioBenjamin Peterson2008-07-181-0/+240
* Document the different meaning of precision for {:f} and {:g}.Georg Brandl2008-07-181-8/+12
* Correct attribute name.Georg Brandl2008-07-181-1/+1
* Remove duplicate entry in __all__.Georg Brandl2008-07-181-1/+1
* Issue #3389: Allow resolving dotted names for handlers in logging configurati...Vinay Sajip2008-07-181-3/+6
* Issue #3389: Allow resolving dotted names for handlers in logging configurati...Vinay Sajip2008-07-181-1/+5
* Issue #3389: Allow resolving dotted names for handlers in logging configurati...Vinay Sajip2008-07-181-2/+7
* Issue #3389: Allow resolving dotted names for handlers in logging configurati...Vinay Sajip2008-07-181-1/+4
* Last bit of a fix for issue3381 (addon for my patch in r65061)Ronald Oussoren2008-07-181-1/+1
* Post release cleanupBarry Warsaw2008-07-181-1/+1
* Tagging 2.6 beta 2.Barry Warsaw2008-07-181-0/+1
* Bumping to 2.6b2v2.6b2Barry Warsaw2008-07-185-6/+6
* Fix issue 3395, update _debugInfo to be _debug_infoJesse Noller2008-07-172-1/+3
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-178-53/+23