summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-1915-87/+81
* get unparse to at least unparse its selfBenjamin Peterson2008-08-191-2/+2
* Fix strange character in the docstring.Thomas Heller2008-08-191-1/+1
* Merged revisions 65853-65854 via svnmerge fromBenjamin Peterson2008-08-192-4/+8
* Fix grammar.Georg Brandl2008-08-182-3/+3
* update the threading docs to account for recent changesBenjamin Peterson2008-08-182-23/+23
* add py3k warnings for old threading APIsBenjamin Peterson2008-08-182-1/+45
* #2234 distutils failed with mingw binutils 2.18.50.20080109.Amaury Forgeot d'Arc2008-08-182-4/+8
* fix old API names in test_sslBenjamin Peterson2008-08-181-4/+4
* patch up multiprocessing until it's API can be changed tooBenjamin Peterson2008-08-184-11/+17
* bring back the old APIBenjamin Peterson2008-08-181-0/+12
* change a few uses of the threading APIsBenjamin Peterson2008-08-186-16/+16
* backport threading property changesBenjamin Peterson2008-08-182-24/+18
* change threading.getIdent to a propertyBenjamin Peterson2008-08-184-8/+9
* 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