summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* deprecate some useless, noop methods in symtableBenjamin Peterson2008-08-202-7/+27
* follow-up of issue3473: update the compiler package to recognize the new syntax.Amaury Forgeot d'Arc2008-08-202-26/+33
* check that the parser module can handle the new keyword syntaxBenjamin Peterson2008-08-191-0/+1
* Merged revisions 65876 via svnmerge fromBenjamin Peterson2008-08-191-0/+2
* allow keyword args to be passed in after *args #3473Benjamin Peterson2008-08-191-0/+8
* Fix a regression introduced by rev. 63792: ctypes function pointersThomas Heller2008-08-191-1/+6
* silence callable warning in hmacBenjamin Peterson2008-08-191-1/+1
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-199-72/+66
* Merged revisions 65853-65854 via svnmerge fromBenjamin Peterson2008-08-191-3/+5
* 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-181-4/+4
* 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-182-3/+4
* 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
* Update __all__ for cookielib, csv, os, and urllib2 for objects imported intoBrett Cannon2008-08-185-6/+8
* Remove an unneeded import of abc.ABCMeta from 'inspect'.Brett Cannon2008-08-181-1/+0
* Remove two unneeded imports in 'io'.Brett Cannon2008-08-181-2/+0
* Remove imports of 'warnings' that are no longer needed in dummy_thread,Brett Cannon2008-08-173-3/+0
* #3580: fix a failure in test_osAntoine Pitrou2008-08-171-1/+1
* get the symtable module back in working orderBenjamin Peterson2008-08-172-48/+185
* #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
* fix ZipFile.testzip() to work with very large embedded filesAntoine Pitrou2008-08-171-1/+6
* Update distutils so that it triggers no warnings when run under -3.Brett Cannon2008-08-173-4/+5
* Issue 2464. Supports a malformation in the URL receivedFacundo Batista2008-08-171-0/+8
* Make test_ossaudiodev work.Antoine Pitrou2008-08-171-2/+2
* include filename and line number in SyntaxErrorBenjamin Peterson2008-08-161-1/+1
* Silence DeprecationWarning raised by mimetools and rfc822 in cgi.Brett Cannon2008-08-161-2/+9
* Silence the DeprecationWarning raised in httplib when mimetools is imported.Brett Cannon2008-08-161-1/+5
* Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer.Brett Cannon2008-08-161-1/+6
* #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-162-3/+35
* Merged revisions 65397 via svnmerge fromBenjamin Peterson2008-08-151-18/+17
* #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pa...Antoine Pitrou2008-08-151-7/+11
* Issue #3476: make BufferedReader and BufferedWriter thread-safeAntoine Pitrou2008-08-142-40/+141
* Disable the test until I have one that works.Thomas Heller2008-08-141-9/+9
* 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-142-2/+13
* Issue 1432. Fixes a bug caused because of the evolutionFacundo Batista2008-08-142-5/+21
* Fixed test_distutils error (test_build_ext) on VC6.Hirokazu Yamamoto2008-08-141-1/+4
* Silence the DeprecationWarning of rfc822 triggered by its importation inBrett Cannon2008-08-141-1/+5
* remove duplicate close() from ssl.py; expose unwrap and add test for itBill Janssen2008-08-122-6/+25
* Fix the connection refused error part of issue 3419, use errno module instead...Jesse Noller2008-08-111-1/+2
* #3134: shutil referenced undefined WindowsError symbolAntoine Pitrou2008-08-111-4/+10
* Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...Nick Coghlan2008-08-1117-18/+130