summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 85202 via svnmerge fromSenthil Kumaran2010-10-032-4/+12
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85202 | senthil.kumaran | 2010-10-03 23:25:45 +0530 (Sun, 03 Oct 2010) | 4 lines Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ ........
* Blocked revisions 85197,85199 via svnmergeTarek Ziadé2010-10-030-0/+0
| | | | | | | | | | | | ........ r85197 | tarek.ziade | 2010-10-03 16:18:09 +0200 (Sun, 03 Oct 2010) | 1 line Fixed #8980: distutils.command.check was failing w/ docutils installed ........ r85199 | tarek.ziade | 2010-10-03 16:45:06 +0200 (Sun, 03 Oct 2010) | 1 line typo in Arfrever name ........
* Merged revisions 85193 via svnmerge fromBenjamin Peterson2010-10-031-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85193 | benjamin.peterson | 2010-10-02 21:13:39 -0500 (Sat, 02 Oct 2010) | 1 line typo ........
* Merged revisions 85179 via svnmerge fromR. David Murray2010-10-023-2/+28
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85179 | r.david.murray | 2010-10-02 11:58:26 -0400 (Sat, 02 Oct 2010) | 6 lines #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. Also made the doc string for email._parseaddr's 'quote' function more accurate; I'd love to make the function match the old docstring instead, but other code uses it according the existing semantics. ........
* Merged revisions 85169 via svnmerge fromSenthil Kumaran2010-10-021-13/+13
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85169 | senthil.kumaran | 2010-10-02 16:03:13 +0530 (Sat, 02 Oct 2010) | 3 lines Use proper variable name 'data' instead of 'str' in the send method. ........
* Merged revisions 85156 via svnmerge fromSenthil Kumaran2010-10-022-33/+33
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85156 | senthil.kumaran | 2010-10-02 08:46:04 +0530 (Sat, 02 Oct 2010) | 3 lines Fix - issue10010 .. index:: position in the docs. ........
* Merged revisions 85154 via svnmerge fromBenjamin Peterson2010-10-023-2/+14
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85154 | benjamin.peterson | 2010-10-01 19:03:31 -0500 (Fri, 01 Oct 2010) | 1 line type.__abstractmethods__ should raise an AttributeError #10006 ........
* Merged revisions 85140 via svnmerge fromBrian Curtin2010-10-013-6/+14
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85140 | brian.curtin | 2010-10-01 09:49:24 -0500 (Fri, 01 Oct 2010) | 4 lines Fix #10003. Add SIGBREAK to the set of valid signals on Windows. This fixes a regression noticed by bzr, introduced by issue #9324. ........
* Merged revisions 85142 via svnmerge fromR. David Murray2010-10-013-1/+10
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85142 | r.david.murray | 2010-10-01 11:40:20 -0400 (Fri, 01 Oct 2010) | 5 lines #10004: in Q encoded word ignore '=xx' when xx is not valid hex. Bug report and fix by Thomas Guettler. ........
* Blocked revisions 85137 via svnmergeAlexander Belopolsky2010-10-010-0/+0
| | | | | | | | | ........ r85137 | alexander.belopolsky | 2010-10-01 10:18:49 -0400 (Fri, 01 Oct 2010) | 3 lines Issue #6608: time.asctime is now checking struct tm fields its input before passing it to the system asctime. Patch by MunSic Jeong. ........
* Cosmetic fix to use print function.Hirokazu Yamamoto2010-10-011-1/+1
|
* Added BaseHTTPRequestHandler related tests.Senthil Kumaran2010-09-301-4/+82
|
* Merged revisions 85109 via svnmerge fromBrian Curtin2010-09-291-2/+2
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85109 | brian.curtin | 2010-09-29 09:51:42 -0500 (Wed, 29 Sep 2010) | 4 lines Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes. r85073 changed the importing in wintypes to not use *, so the previous usage here became even more incorrect. ........
* Merged revisions 85101 via svnmerge fromAntoine Pitrou2010-09-293-3/+9
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85101 | antoine.pitrou | 2010-09-29 13:24:21 +0200 (mer., 29 sept. 2010) | 3 lines Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. ........
* Recorded rollback of revisions 84857,84870,84875 via svnmerge fromHirokazu Yamamoto2010-09-293-4/+4
| | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k
* Fix for issue 81275: don't say that the MacPython OSA modules will get new ↵Ronald Oussoren2010-09-281-1/+2
| | | | | | development in python 2.5 (!), but point users to the py-appscript project instead.
* Merged revisions 85066 via svnmerge fromAntoine Pitrou2010-09-281-6/+37
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85066 | antoine.pitrou | 2010-09-28 17:29:16 +0200 (mar., 28 sept. 2010) | 3 lines Issue #9970: improve C API documentation for memoryview objects ........
* Merged revisions 85062 via svnmerge fromRonald Oussoren2010-09-282-1/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85062 | ronald.oussoren | 2010-09-28 16:38:31 +0200 (Tue, 28 Sep 2010) | 3 lines Fix for issue #9568. ........
* Merged revisions 85059 via svnmerge fromRonald Oussoren2010-09-282-1/+9
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85059 | ronald.oussoren | 2010-09-28 15:57:58 +0200 (Tue, 28 Sep 2010) | 5 lines Add support for the ZSH shell to the "Update Shell Profile" script on MacOSX. Patch by Sylvain Mora, issue #9701. ........
* Sorry, I committed into wrong branch. So reverted it.Hirokazu Yamamoto2010-09-281-2/+1
|
* Run test_ttk_guionly in verbose mode.Hirokazu Yamamoto2010-09-281-1/+2
|
* Blocked revisions 84762,84876,84897,84902,84949 via svnmergeHirokazu Yamamoto2010-09-270-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | ........ r84762 | hirokazu.yamamoto | 2010-09-13 14:59:38 +0900 | 1 line Updated PC/VS8.0 with PCBuild/vs9to8.py. ........ r84876 | hirokazu.yamamoto | 2010-09-18 13:42:41 +0900 | 1 line In Python3000, Tkinter was renamed to tkinter. And print is now function. ........ r84897 | hirokazu.yamamoto | 2010-09-19 17:31:01 +0900 | 1 line Set svn:ignore to folders. ........ r84902 | hirokazu.yamamoto | 2010-09-19 18:24:20 +0900 | 1 line Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) ........ r84949 | hirokazu.yamamoto | 2010-09-22 01:05:47 +0900 | 1 line Revert r84902 before committing better solution. ........
* Merged revisions 85032 via svnmerge fromAntoine Pitrou2010-09-273-23/+67
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85032 | antoine.pitrou | 2010-09-27 19:52:25 +0200 (lun., 27 sept. 2010) | 6 lines Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is received. Now sendall() properly calls signal handlers if necessary, and retries sending if these returned successfully, including on sockets with a timeout. ........
* logging: Updated library configuration documentation.Vinay Sajip2010-09-271-0/+18
|
* Merged revisions 85025 via svnmerge fromSenthil Kumaran2010-09-272-2/+16
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85025 | senthil.kumaran | 2010-09-27 06:56:03 +0530 (Mon, 27 Sep 2010) | 6 lines Fix Issue1595365 - Adding the req.headers after the un-redirect headers have been added. This helps in accidental overwritting of User-Agent header to default value. To preserve the old behavior, only headers not in unredirected headers will be updated. ........
* versionadded #9956Benjamin Peterson2010-09-261-0/+2
|
* Merged revisions 85000 via svnmerge fromAlexander Belopolsky2010-09-261-0/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85000 | alexander.belopolsky | 2010-09-24 18:04:22 -0400 (Fri, 24 Sep 2010) | 1 line This should fix buildbot failure introduced by r84994 ........
* logging: NullHandler optimisation.Vinay Sajip2010-09-261-0/+6
|
* Issue #9869: Make long() and PyNumber_Long return something of typeMark Dickinson2010-09-264-2/+30
| | | | | | | long for a class whose __long__ method returns a plain int. This fixes an interpreter crash (due to long_subtype_new assuming PyNumber_Long returns a long) when initializing an instance of a long subclass from an object whose __long__ method returns a plain int.
* Issue #9947: logging: Fixed locking bug in stopListening.Vinay Sajip2010-09-252-4/+8
|
* Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.Vinay Sajip2010-09-252-8/+13
|
* #1865: document syntax for bytes literals.Georg Brandl2010-09-251-2/+5
|
* Fix typo.Georg Brandl2010-09-251-1/+1
|
* Rolled back revisions 85003 via svnmerge fromBenjamin Peterson2010-09-252-4/+1
| | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k
* Merged revisions 85003 via svnmerge fromBenjamin Peterson2010-09-252-1/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85003 | benjamin.peterson | 2010-09-24 22:14:33 -0500 (Fri, 24 Sep 2010) | 1 line don't count keyword arguments as positional #9943 ........
* #9934. Correct a typo that was already fixed on py3k.Brian Curtin2010-09-251-1/+1
|
* Merged revisions 84997 via svnmerge fromAntoine Pitrou2010-09-241-20/+14
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84997 | antoine.pitrou | 2010-09-24 20:57:01 +0200 (ven., 24 sept. 2010) | 3 lines Make _kill_process more robust under Windows too (see issue #8432) ........
* Merged revisions 84994 via svnmerge fromAlexander Belopolsky2010-09-244-11/+32
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84994 | alexander.belopolsky | 2010-09-24 14:03:12 -0400 (Fri, 24 Sep 2010) | 1 line Issue #9936: Fixed executable lines' search in the trace module. ........
* Merged revisions 84980 via svnmerge fromAntoine Pitrou2010-09-232-3/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84980 | antoine.pitrou | 2010-09-23 21:51:39 +0200 (jeu., 23 sept. 2010) | 3 lines Issue #9928: Properly initialize the types exported by the bz2 module. ........
* Issue #9287: Minor fix in test_file2k.OtherFileTests.testOpenDirHirokazu Yamamoto2010-09-231-1/+1
|
* Merged revisions 84971 via svnmerge fromBrian Curtin2010-09-231-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84971 | brian.curtin | 2010-09-23 08:45:21 -0500 (Thu, 23 Sep 2010) | 2 lines #9582 - add a missing "are" and reflow the line. ........
* Update the cookie documentation. Use SimpleCookie instead of ↵Senthil Kumaran2010-09-221-7/+6
| | | | SmartCookie/SerialCookie.
* Updated VS8.0 project files with PCBuild/vs9to8.py.Hirokazu Yamamoto2010-09-2110-77/+129
|
* Blocked revisions 84953 via svnmergeAlexander Belopolsky2010-09-210-0/+0
| | | | | | | | ........ r84953 | alexander.belopolsky | 2010-09-21 12:30:56 -0400 (Tue, 21 Sep 2010) | 1 line Fixed microsecond rounding in python version of utcfromtimestamp ........
* Recorded rollback of revisions 84902 via svnmerge fromHirokazu Yamamoto2010-09-214-14/+12
| | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k
* Merged revisions 84946 via svnmerge fromAntoine Pitrou2010-09-213-3/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84946 | antoine.pitrou | 2010-09-21 17:19:14 +0200 (mar., 21 sept. 2010) | 4 lines Issue #1633863: Don't ignore $CC under AIX. ........
* Merged revisions 84941 via svnmerge fromMarc-André Lemburg2010-09-211-2/+2
| | | | | | | | | | svn+pythonssh://pythondev@svn.python.org/python/branches/py3k ........ r84941 | marc-andre.lemburg | 2010-09-21 13:55:27 +0200 (Tue, 21 Sep 2010) | 3 lines Add missing word. ........
* Merged revisions 84938 via svnmerge fromMarc-André Lemburg2010-09-211-1/+137
| | | | | | | | | | | | svn+pythonssh://pythondev@svn.python.org/python/branches/py3k ........ r84938 | marc-andre.lemburg | 2010-09-21 13:37:43 +0200 (Tue, 21 Sep 2010) | 5 lines Add OpenSSL license to the Python license documenation page. See #9119. ........
* Merged revisions 84933 via svnmerge fromSenthil Kumaran2010-09-211-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84933 | senthil.kumaran | 2010-09-21 07:27:43 +0530 (Tue, 21 Sep 2010) | 3 lines Document HTTPReponse.fileno() method ........
* Fix Issue1327971: HTTPResponse should expose a proper fileno attributeSenthil Kumaran2010-09-213-0/+21
|