summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* catch socket.error errors in badCertTestBill Janssen2008-07-171-0/+3
* Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.Eric Smith2008-07-178-23/+53
* #3381 fix framework builds on 10.4Benjamin Peterson2008-07-172-41/+57
* try to fix test_threading on the Windows botBenjamin Peterson2008-07-171-1/+2
* news note for r63052Gregory P. Smith2008-07-171-0/+4
* Merged revisions 65053-65054 via svnmerge fromBenjamin Peterson2008-07-174-340/+100
* #3388: add a paragraph about using "with" for file objects.Georg Brandl2008-07-161-0/+10
* Byte items *can* be chars in 2.6.Georg Brandl2008-07-161-1/+2
* Backport part of r65043.Georg Brandl2008-07-161-2/+1
* Use _getbytevalue() in init too.Georg Brandl2008-07-161-10/+3
* #3156: fix consistency in what type bytearray methods accept as items.Georg Brandl2008-07-163-56/+67
* #3312: fix two sqlite3 crashes.Georg Brandl2008-07-164-3/+29
* #3345: fix docstring.Georg Brandl2008-07-161-4/+5
* #3305: self->stream can be NULL.Georg Brandl2008-07-162-2/+11
* #1608818: errno can get set by every call to readdir().Georg Brandl2008-07-162-8/+12
* #3045: fix pydoc behavior for TEMP path with spaces.Georg Brandl2008-07-161-2/+2
* fix framework install on Mac 10.4Benjamin Peterson2008-07-162-3/+15
* Apply patch for 874900: threading module can deadlock after forkJesse Noller2008-07-163-1/+130
* Merged revisions 65025 via svnmerge fromBenjamin Peterson2008-07-161-1/+1
* Renamed a parameter in calc_number_widths, for consistency with the same para...Eric Smith2008-07-161-32/+32
* lib2to3 isn't broken anymore, so we can run the testBenjamin Peterson2008-07-161-2/+1
* Merged revisions 64863,64868,64870,64942,65001-65002,65017-65018 via svnmerge...Benjamin Peterson2008-07-165-34/+318