summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backport of r63826.Eric Smith2008-08-181-6/+42
* Fix typoNick Coghlan2008-08-181-1/+1
* Issue 2235: document PyObject_HashNotImplementedNick Coghlan2008-08-183-0/+21
* Belated NEWS entry for r65642Nick Coghlan2008-08-181-0/+7
* Restore Python 2.3 compatibility and remove "with" usage.Marc-André Lemburg2008-08-181-2/+1
* add a test for reduce's moveBenjamin Peterson2008-08-181-0/+6
* follup to #3473: don't duplicate the reduce codeBenjamin Peterson2008-08-181-56/+10
* correct versionBenjamin Peterson2008-08-181-1/+1
* Update __all__ for cookielib, csv, os, and urllib2 for objects imported intoBrett Cannon2008-08-186-6/+11
* Remove an unneeded import of abc.ABCMeta from 'inspect'.Brett Cannon2008-08-182-1/+2
* Remove two unneeded imports in 'io'.Brett Cannon2008-08-182-2/+2
* Remove imports of 'warnings' that are no longer needed in dummy_thread,Brett Cannon2008-08-174-3/+2
* Fix a refleak in bytearray.split and bytearray.rsplit, detected byAmaury Forgeot d'Arc2008-08-171-4/+10
* set svn:executable on a scriptBenjamin Peterson2008-08-171-0/+0
* #3580: fix a failure in test_osAntoine Pitrou2008-08-171-1/+1
* get the symtable module back in working orderBenjamin Peterson2008-08-173-48/+188
* #3556: test_raiseMemError consumes an insane amount of memoryAntoine Pitrou2008-08-171-8/+3
* backport r65723: strengthen test_os.test_closerangeAntoine Pitrou2008-08-171-3/+21
* Backport r65661, r65760: Issue #3575: Incremental decoder's decodeHirokazu Yamamoto2008-08-172-5/+21
* fix ZipFile.testzip() to work with very large embedded filesAntoine Pitrou2008-08-171-1/+6
* I forgot to update NEWS.Hirokazu Yamamoto2008-08-171-0/+3
* Issue #2222: Fixed reference leak when occured os.rename()Hirokazu Yamamoto2008-08-171-28/+26
* Update distutils so that it triggers no warnings when run under -3.Brett Cannon2008-08-174-9/+10
* Issue 2464. Supports a malformation in the URL receivedFacundo Batista2008-08-172-0/+11
* uhh PySTEntry->ste_unoptimized has to be exposed tooBenjamin Peterson2008-08-171-0/+1
* fix compile errorsBenjamin Peterson2008-08-171-1/+1
* a few improvementsBenjamin Peterson2008-08-171-2/+2
* expose PySTEntry.nested so the symtable module will workBenjamin Peterson2008-08-172-1/+2
* Make test_ossaudiodev work.Antoine Pitrou2008-08-171-2/+2
* PySTEntry's constructor is static; there's no point in a fancy API nameBenjamin Peterson2008-08-161-4/+4
* Review symtable docs.Georg Brandl2008-08-161-11/+10
* include filename and line number in SyntaxErrorBenjamin Peterson2008-08-162-1/+4
* Silence DeprecationWarning raised by mimetools and rfc822 in cgi.Brett Cannon2008-08-162-3/+10
* Silence the DeprecationWarning raised in httplib when mimetools is imported.Brett Cannon2008-08-162-2/+6
* Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer.Brett Cannon2008-08-162-1/+9
* add some documentation for symtableBenjamin Peterson2008-08-162-0/+189
* #3424 rearrange the order of tests in imghdr to place more common types firstBenjamin Peterson2008-08-161-32/+32
* Issue #2776: fixed small issue when handling an URL with double slashFacundo Batista2008-08-163-3/+38
* note how os.utime should be used for emulating touchBenjamin Peterson2008-08-161-9/+10
* fix markupBenjamin Peterson2008-08-161-0/+1
* Merged revisions 65397 via svnmerge fromBenjamin Peterson2008-08-151-18/+17
* document that waitpid raises OSErrorGregory P. Smith2008-08-151-0/+3
* #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pa...Antoine Pitrou2008-08-152-7/+15
* #3558: Attribute reference binds more tightly than subscription and call.Georg Brandl2008-08-151-3/+3
* Issue #3476: make BufferedReader and BufferedWriter thread-safeAntoine Pitrou2008-08-143-40/+144
* Disable the test until I have one that works.Thomas Heller2008-08-141-9/+9
* Fix memory leak: Always DECREF obj in PyBuffer_Release.Martin v. Löwis2008-08-141-5/+3
* Try to fix the test on 64-bit platforms.Thomas Heller2008-08-141-5/+4
* issue #3554: ctypes.string_at and ctypes.wstring_at must use theThomas Heller2008-08-143-2/+17
* Issue 1432. Fixes a bug caused because of the evolutionFacundo Batista2008-08-142-5/+21