summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Blocked revisions 65802-65803 via svnmergeBenjamin Peterson2008-08-180-0/+0
| | | | | | | | | | | | ........ r65802 | benjamin.peterson | 2008-08-17 21:01:21 -0500 (Sun, 17 Aug 2008) | 1 line follup to #3473: don't duplicate the reduce code ........ r65803 | benjamin.peterson | 2008-08-17 21:12:23 -0500 (Sun, 17 Aug 2008) | 1 line add a test for reduce's move ........
* Partially revert r65795 by undoing change to 'os'.Brett Cannon2008-08-181-1/+1
|
* Blocked revisions 65798 via svnmergeBenjamin Peterson2008-08-180-0/+0
| | | | | | | | ........ r65798 | benjamin.peterson | 2008-08-17 20:27:05 -0500 (Sun, 17 Aug 2008) | 1 line correct version ........
* correct versionBenjamin Peterson2008-08-181-1/+1
|
* fix cut and paste error in a commentGregory P. Smith2008-08-181-1/+1
|
* Merged revisions 65795 via svnmerge fromBrett Cannon2008-08-183-3/+4
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65795 | brett.cannon | 2008-08-17 17:46:22 -0700 (Sun, 17 Aug 2008) | 3 lines Update __all__ for cookielib, csv, os, and urllib2 for objects imported into the module but exposed as part of the API. ........
* Merged revisions 65793 via svnmerge fromBrett Cannon2008-08-181-1/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65793 | brett.cannon | 2008-08-17 17:41:11 -0700 (Sun, 17 Aug 2008) | 2 lines Remove an unneeded import of abc.ABCMeta from 'inspect'. ........
* Merged revisions 65791 via svnmerge fromBrett Cannon2008-08-181-1/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65791 | brett.cannon | 2008-08-17 17:36:52 -0700 (Sun, 17 Aug 2008) | 2 lines Remove two unneeded imports in 'io'. ........
* Merged revisions 65787 via svnmerge fromBrett Cannon2008-08-173-3/+0
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65787 | brett.cannon | 2008-08-17 15:10:11 -0700 (Sun, 17 Aug 2008) | 3 lines Remove imports of 'warnings' that are no longer needed in dummy_thread, filecmp, and shelve. ........
* fix markupBenjamin Peterson2008-08-171-1/+1
|
* Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge fromBenjamin Peterson2008-08-176-20/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65659 | martin.v.loewis | 2008-08-12 15:45:21 -0500 (Tue, 12 Aug 2008) | 2 lines Add Hirokazu Yamamoto. ........ r65693 | georg.brandl | 2008-08-15 13:35:09 -0500 (Fri, 15 Aug 2008) | 2 lines #3558: Attribute reference binds more tightly than subscription and call. ........ r65700 | antoine.pitrou | 2008-08-15 16:03:21 -0500 (Fri, 15 Aug 2008) | 3 lines #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input ........ r65702 | gregory.p.smith | 2008-08-15 18:14:00 -0500 (Fri, 15 Aug 2008) | 2 lines document that waitpid raises OSError ........ r65706 | benjamin.peterson | 2008-08-15 22:02:41 -0500 (Fri, 15 Aug 2008) | 1 line fix markup ........ r65707 | benjamin.peterson | 2008-08-15 22:13:07 -0500 (Fri, 15 Aug 2008) | 1 line note how os.utime should be used for emulating touch ........ r65761 | antoine.pitrou | 2008-08-17 08:06:29 -0500 (Sun, 17 Aug 2008) | 3 lines fix ZipFile.testzip() to work with very large embedded files ........
* Blocked revisions 65679,65710 via svnmergeBenjamin Peterson2008-08-170-0/+0
| | | | | | | | | | | | | | | | | ........ r65679 | facundo.batista | 2008-08-14 11:51:00 -0500 (Thu, 14 Aug 2008) | 5 lines Issue 1432. Fixes a bug caused because of the evolution of the RFC that describes the behaviour. Note that we now have the same behaviour than the current browsers. ........ r65710 | facundo.batista | 2008-08-16 09:44:07 -0500 (Sat, 16 Aug 2008) | 4 lines Issue #2776: fixed small issue when handling an URL with double slash after a 302 response in the case of not going through a proxy. ........
* correct return typeBenjamin Peterson2008-08-171-1/+1
|
* Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge fromBenjamin Peterson2008-08-177-53/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65715 | benjamin.peterson | 2008-08-16 16:04:16 -0500 (Sat, 16 Aug 2008) | 1 line add some documentation for symtable ........ r65724 | benjamin.peterson | 2008-08-16 17:11:33 -0500 (Sat, 16 Aug 2008) | 2 lines include filename and line number in SyntaxError ........ r65726 | georg.brandl | 2008-08-16 17:37:05 -0500 (Sat, 16 Aug 2008) | 2 lines Review symtable docs. ........ r65732 | benjamin.peterson | 2008-08-16 18:29:40 -0500 (Sat, 16 Aug 2008) | 1 line PySTEntry's constructor is static; there's no point in a fancy API name ........ r65736 | benjamin.peterson | 2008-08-16 20:09:17 -0500 (Sat, 16 Aug 2008) | 1 line expose PySTEntry.nested so the symtable module will work ........ r65737 | benjamin.peterson | 2008-08-16 20:17:15 -0500 (Sat, 16 Aug 2008) | 1 line a few improvements ........ r65738 | benjamin.peterson | 2008-08-16 20:27:30 -0500 (Sat, 16 Aug 2008) | 1 line fix compile errors ........ r65739 | benjamin.peterson | 2008-08-16 21:23:43 -0500 (Sat, 16 Aug 2008) | 1 line uhh PySTEntry->ste_unoptimized has to be exposed too ........ r65775 | benjamin.peterson | 2008-08-17 12:13:26 -0500 (Sun, 17 Aug 2008) | 5 lines get the symtable module back in working order - Fix broken functions - Add (hopefully) extensive tests - Modernize a little ........
* Blocked revisions 65741 via svnmergeBenjamin Peterson2008-08-170-0/+0
| | | | | | | | | | ........ r65741 | facundo.batista | 2008-08-16 22:38:39 -0500 (Sat, 16 Aug 2008) | 4 lines Issue 2464. Supports a malformation in the URL received in a redirect. ........
* Merged revisions 65773 via svnmerge fromAntoine Pitrou2008-08-171-9/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65773 | antoine.pitrou | 2008-08-17 19:01:49 +0200 (dim., 17 août 2008) | 3 lines #3556: test_raiseMemError consumes an insane amount of memory ........
* NEWS items from 2.6 don't need to be merged to 3.0.Hirokazu Yamamoto2008-08-171-6/+0
| | | | http://mail.python.org/pipermail/python-3000-checkins/2008-August/004301.html
* Blocked revisions 65762 via svnmergeHirokazu Yamamoto2008-08-170-0/+0
| | | | | | | | | ........ r65762 | hirokazu.yamamoto | 2008-08-17 22:10:46 +0900 | 2 lines Backport r65661, r65760: Issue #3575: Incremental decoder's decode function now takes bytearray by using 's*' instead of 't#'. ........
* Blocked revisions 65768 via svnmergeAntoine Pitrou2008-08-170-0/+0
| | | | | | | | ........ r65768 | antoine.pitrou | 2008-08-17 16:43:41 +0200 (dim., 17 août 2008) | 3 lines backport r65723: strengthen test_os.test_closerange ........
* Issue #3575: Incremental decoder's decode function now takes bytearrayHirokazu Yamamoto2008-08-172-2/+10
| | | | by using 's*' instead of 't#'
* Blocked revisions 65748 via svnmergeHirokazu Yamamoto2008-08-170-0/+0
| | | | | | | | ........ r65748 | hirokazu.yamamoto | 2008-08-17 18:46:56 +0900 | 1 line I forgot to update NEWS. ........
* I forgot to update NEWS.Hirokazu Yamamoto2008-08-171-0/+3
|
* Merged revisions 65745 via svnmerge fromHirokazu Yamamoto2008-08-171-28/+26
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65745 | hirokazu.yamamoto | 2008-08-17 18:19:52 +0900 | 2 lines Issue #2222: Fixed reference leak when occured os.rename() fails unicode conversion on 2nd parameter. (windows only) ........
* RPC_WSTR is not available Visual Studio 2003 or earlier.Hirokazu Yamamoto2008-08-171-1/+1
| | | | | | (Maybe I should have defined RPC_WSTR on old compiler, but uuidcreate() is only place using it, so I simply replaced with unsigned short *)
* Blocked revisions 65742 via svnmergeBrett Cannon2008-08-170-0/+0
| | | | | | | | ........ r65742 | brett.cannon | 2008-08-16 21:16:04 -0700 (Sat, 16 Aug 2008) | 2 lines Update distutils so that it triggers no warnings when run under -3. ........
* Issue 2464. Supports a malformation in the URL receivedFacundo Batista2008-08-171-1/+9
| | | | in a redirect.
* Blocked revisions 65733 via svnmergeAntoine Pitrou2008-08-170-0/+0
| | | | | | | | ........ r65733 | antoine.pitrou | 2008-08-17 02:36:03 +0200 (dim., 17 août 2008) | 3 lines Make test_ossaudiodev work. ........
* #3567: fix sunau for running with -bb and make test_ossaudiodev work.Antoine Pitrou2008-08-172-9/+8
|
* Issue #3571: test_bytes mistakingly closed stdinAntoine Pitrou2008-08-161-1/+2
|
* #3571: try to fix recurrent buildbot failures by strenghtening ↵Antoine Pitrou2008-08-161-3/+20
| | | | test_os.test_closerange
* Blocked revisions 65721 via svnmergeBrett Cannon2008-08-160-0/+0
| | | | | | | | ........ r65721 | brett.cannon | 2008-08-16 15:00:27 -0700 (Sat, 16 Aug 2008) | 2 lines Silence DeprecationWarning raised by mimetools and rfc822 in cgi. ........
* Blocked revisions 65719 via svnmergeBrett Cannon2008-08-160-0/+0
| | | | | | | | ........ r65719 | brett.cannon | 2008-08-16 14:56:03 -0700 (Sat, 16 Aug 2008) | 2 lines Silence the DeprecationWarning raised in httplib when mimetools is imported. ........
* Blocked revisions 65716 via svnmergeBrett Cannon2008-08-160-0/+0
| | | | | | | | | | | ........ r65716 | brett.cannon | 2008-08-16 14:47:07 -0700 (Sat, 16 Aug 2008) | 5 lines Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer. This does have an unfortunate side-effect of silencing the warning for all subsequent code that imports mimetools as well since the warning is only executed upon the first import of mimetools. ........
* Merged revisions 65713 via svnmerge fromBenjamin Peterson2008-08-161-25/+25
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65713 | benjamin.peterson | 2008-08-16 11:29:02 -0500 (Sat, 16 Aug 2008) | 1 line #3424 rearrange the order of tests in imghdr to place more common types first ........
* add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simplerBenjamin Peterson2008-08-162-1/+13
|
* Issue #2776: fixed small issue when handling an URL with double slashFacundo Batista2008-08-162-3/+36
| | | | after a 302 response in the case of not going through a proxy.
* Bug #3542: Support Unicode strings in _msi module.Martin v. Löwis2008-08-162-19/+24
|
* murder some versionadded and versionchanged directives in their bedsBenjamin Peterson2008-08-1611-39/+0
|
* Merged revisions 65703 via svnmerge fromBenjamin Peterson2008-08-151-18/+17
| | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ................ r65703 | benjamin.peterson | 2008-08-15 18:51:24 -0500 (Fri, 15 Aug 2008) | 11 lines Merged revisions 65397 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65397 | collin.winter | 2008-08-01 22:39:06 -0500 (Fri, 01 Aug 2008) | 5 lines Patch #3480 by Nick Edds. Dramatically simplifies the fix_imports pattern, resulting in a reduction of the test_all_fixers runtime from 122+ secs to 59 secs (a good predictor of 2to3 performance). ........ ................
* Removed some unused imports to decrease the amount of loaded modules during ↵Christian Heimes2008-08-152-3/+6
| | | | | | startup. Added fallback to _dummy_thread for OSs w/o thread support.
* Fix building binascii when not using the zlib's crc32 (build failure on ↵Antoine Pitrou2008-08-151-1/+1
| | | | Windows buildbots)
* Zero-initialize buf. Fixes #3557.Martin v. Löwis2008-08-151-0/+1
|
* Issue 3514: Fixed segfault dues to infinite loop in __getattr__.Alexandre Vassalotti2008-08-152-2/+17
|
* Fix build from a blank checkout by using the _thread module instead of ↵Antoine Pitrou2008-08-151-3/+3
| | | | | | threading in io.py (thanks Christian!)
* Merged revisions 65686 via svnmerge fromAntoine Pitrou2008-08-144-41/+159
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65686 | antoine.pitrou | 2008-08-14 23:04:30 +0200 (jeu., 14 août 2008) | 3 lines Issue #3476: make BufferedReader and BufferedWriter thread-safe ........
* Merged revisions 65677-65678,65683 via svnmerge fromMartin v. Löwis2008-08-141-5/+6
| | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65677 | martin.v.loewis | 2008-08-14 17:54:27 +0200 (Do, 14 Aug 2008) | 3 lines Make obj an owned reference in Py_buffer; this checkin was missing from the patch for #3139. ........ r65678 | martin.v.loewis | 2008-08-14 17:56:07 +0200 (Do, 14 Aug 2008) | 2 lines Properly INCREF reference in Py_buffer. ........ r65683 | martin.v.loewis | 2008-08-14 22:12:06 +0200 (Do, 14 Aug 2008) | 2 lines Fix memory leak: Always DECREF obj in PyBuffer_Release. ........
* Issue 1432. Fixes a bug caused because of the evolutionFacundo Batista2008-08-142-5/+21
| | | | | of the RFC that describes the behaviour. Note that we now have the same behaviour than the current browsers.
* Use s* to receive data. Fixes #3552.Martin v. Löwis2008-08-142-21/+24
|
* #3550: socket APIs use bytes, not strings.Georg Brandl2008-08-141-33/+36
|
* Merged revisions 65672 via svnmerge fromHirokazu Yamamoto2008-08-142-0/+130
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65672 | hirokazu.yamamoto | 2008-08-14 20:26:34 +0900 | 1 line Added _multiprocessing module support. (VC6) ........