summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #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
* Issue #3008: add instance method float.hex and class method float.fromhexMark Dickinson2008-07-151-1/+386
* Revert 3270 patch: self._address is in pretty widespread use, need to revisitJesse Noller2008-07-151-3/+5
* Issue #3258: Fix an assertion error (in debug build) and a crash (inThomas Heller2008-07-151-0/+20
* Issue 2235: __hash__ is once again inherited by default, but inheritance can ...Nick Coghlan2008-07-157-76/+97
* multiprocessing/connection.py patch to remove fqdn oddness for issue 3270Jesse Noller2008-07-151-4/+0
* Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin...Eric Smith2008-07-152-0/+45
* fix test_py3kwarnsBenjamin Peterson2008-07-1438-57/+60
* Fixed test failure on Win64 machines.Robert Schuppenies2008-07-141-8/+5
* remove sys.version_info check for 3.0Benjamin Peterson2008-07-131-5/+1
* remove bytes aliasBenjamin Peterson2008-07-131-7/+0
* Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError wh...Nick Coghlan2008-07-131-3/+33
* Make test.test_support.catch_warnings more robust as discussed on python-dev....Nick Coghlan2008-07-134-63/+94
* dummy_thread.acquire() would return None if no waitflag argument was given. ItBrett Cannon2008-07-132-6/+4
* #1778443 robotparser fixes from Aristotelis MikropoulosBenjamin Peterson2008-07-121-6/+3
* Fixed test for asyncore.Josiah Carlson2008-07-111-3/+3
* Fix for the AttributeError in test_asynchat.Josiah Carlson2008-07-111-1/+1
* #3342: In tracebacks, printed source lines were not indented since r62555.Amaury Forgeot d'Arc2008-07-111-1/+1
* #3317 in zipfile module, restore the previous names of global variables:Amaury Forgeot d'Arc2008-07-111-55/+27