summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* use isinstanceBenjamin Peterson2008-07-231-1/+1
* bsddb module updated to version 4.7.2devel9.Jesus Cea2008-07-2314-139/+492
* remove unneeded importBenjamin Peterson2008-07-221-1/+0
* 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-211-0/+18
* 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
* Remove exception indexing in asyncore.Georg Brandl2008-07-201-9/+9
* Clean-up itertools docs and recipes.Raymond Hettinger2008-07-191-55/+17
* Fix compress() recipe in docs to use itertools.Raymond Hettinger2008-07-191-3/+3
* Merged revisions 65137 via svnmerge fromBenjamin Peterson2008-07-192-1/+12
* #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-191-1/+10
* Add recipe to the itertools docs.Raymond Hettinger2008-07-191-0/+18
* 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-191-0/+6
* Deprecate the sunaudio module for removal in Python 3.0. The sunau module can...Brett Cannon2008-07-183-11/+18
* #3390: replace a remaining has_key().Georg Brandl2008-07-181-1/+1
* Replace all map(None, a) with list(a).Georg Brandl2008-07-184-6/+6
* 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
* 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-2/+7
* Issue #3389: Allow resolving dotted names for handlers in logging configurati...Vinay Sajip2008-07-181-1/+4
* Bumping to 2.6b2v2.6b2Barry Warsaw2008-07-182-2/+2
* Fix issue 3395, update _debugInfo to be _debug_infoJesse Noller2008-07-171-1/+1
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-172-22/+2
* 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-172-2/+22
* try to fix test_threading on the Windows botBenjamin Peterson2008-07-171-1/+2
* Merged revisions 65053-65054 via svnmerge fromBenjamin Peterson2008-07-174-340/+100
* Byte items *can* be chars in 2.6.Georg Brandl2008-07-161-1/+2
* #3156: fix consistency in what type bytearray methods accept as items.Georg Brandl2008-07-161-16/+25
* #3312: fix two sqlite3 crashes.Georg Brandl2008-07-161-0/+14
* #3345: fix docstring.Georg Brandl2008-07-161-4/+5
* #3305: self->stream can be NULL.Georg Brandl2008-07-161-0/+9
* #3045: fix pydoc behavior for TEMP path with spaces.Georg Brandl2008-07-161-2/+2
* Apply patch for 874900: threading module can deadlock after forkJesse Noller2008-07-162-1/+110
* Merged revisions 65025 via svnmerge fromBenjamin Peterson2008-07-161-1/+1
* 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
* Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ...Jesse Noller2008-07-165-57/+64
* Apply patch for issue 3090: ARCHFLAGS parsing incorrectJesse Noller2008-07-161-2/+1
* Issue #3360: Fix incorrect parsing of "020000000000.0".Mark Dickinson2008-07-161-0/+4
* disable lib2to3 in the trunk. It's broken just for 2.6Benjamin Peterson2008-07-161-1/+2
* Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for...Eric Smith2008-07-161-1/+12
* Fix float.from_hex tests. It appears that Linux/ia64 doesn't likeMark Dickinson2008-07-151-4/+4
* Fix test on 64-bit platforms.Thomas Heller2008-07-151-1/+1