Antoine Pitrou
66b5df68f8
Merged revisions 85032 via svnmerge from
...
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.
........
2010-09-27 18:16:46 +00:00
Vinay Sajip
47ca122bdd
logging: Updated library configuration documentation.
2010-09-27 13:53:47 +00:00
Senthil Kumaran
176c73df0f
Merged revisions 85025 via svnmerge from
...
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.
........
2010-09-27 01:40:59 +00:00
Benjamin Peterson
658f629c86
versionadded #9956
2010-09-26 23:49:20 +00:00
Alexander Belopolsky
81acdb4d9b
Merged revisions 85000 via svnmerge from
...
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
........
2010-09-26 23:37:17 +00:00
Vinay Sajip
639f0e24de
logging: NullHandler optimisation.
2010-09-26 11:04:10 +00:00
Mark Dickinson
cb61e5d9b5
Issue #9869 : Make long() and PyNumber_Long return something of type
...
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.
2010-09-26 10:37:12 +00:00
Vinay Sajip
3eac591a5c
Issue #9947 : logging: Fixed locking bug in stopListening.
2010-09-25 17:48:25 +00:00
Vinay Sajip
546885ea4e
Issue #9945 : logging: Fixed locking bugs in addHandler/removeHandler.
2010-09-25 17:42:36 +00:00
Georg Brandl
7db964d5aa
#1865 : document syntax for bytes literals.
2010-09-25 13:46:23 +00:00
Georg Brandl
a0b6a49583
Fix typo.
2010-09-25 13:31:21 +00:00
Benjamin Peterson
da4fabac87
Rolled back revisions 85003 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
2010-09-25 03:27:12 +00:00
Benjamin Peterson
2af840455e
Merged revisions 85003 via svnmerge from
...
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
........
2010-09-25 03:17:56 +00:00
Brian Curtin
a3c16785b3
#9934 . Correct a typo that was already fixed on py3k.
2010-09-25 02:36:46 +00:00
Antoine Pitrou
dee0097fe4
Merged revisions 84997 via svnmerge from
...
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 )
........
2010-09-24 19:00:29 +00:00
Alexander Belopolsky
517185edcb
Merged revisions 84994 via svnmerge from
...
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.
........
2010-09-24 18:14:18 +00:00
Antoine Pitrou
2c7d6859a4
Merged revisions 84980 via svnmerge from
...
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.
........
2010-09-23 19:55:24 +00:00
Hirokazu Yamamoto
fa647ec409
Issue #9287 : Minor fix in test_file2k.OtherFileTests.testOpenDir
2010-09-23 15:59:21 +00:00
Brian Curtin
e49aefcc51
Merged revisions 84971 via svnmerge from
...
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.
........
2010-09-23 13:48:06 +00:00
Senthil Kumaran
4b517db260
Update the cookie documentation. Use SimpleCookie instead of SmartCookie/SerialCookie.
2010-09-22 05:45:14 +00:00
Hirokazu Yamamoto
89e87ad13b
Updated VS8.0 project files with PCBuild/vs9to8.py.
2010-09-21 18:56:51 +00:00
Alexander Belopolsky
dc3c0eb1ab
Blocked revisions 84953 via svnmerge
...
........
r84953 | alexander.belopolsky | 2010-09-21 12:30:56 -0400 (Tue, 21 Sep 2010) | 1 line
Fixed microsecond rounding in python version of utcfromtimestamp
........
2010-09-21 16:43:35 +00:00
Hirokazu Yamamoto
63e9b50653
Recorded rollback of revisions 84902 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
2010-09-21 16:25:21 +00:00
Antoine Pitrou
285cd1609d
Merged revisions 84946 via svnmerge from
...
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.
........
2010-09-21 15:23:17 +00:00
Marc-André Lemburg
5a58772c2a
Merged revisions 84941 via svnmerge from
...
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.
........
2010-09-21 11:56:39 +00:00
Marc-André Lemburg
8680735a45
Merged revisions 84938 via svnmerge from
...
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 .
........
2010-09-21 11:40:14 +00:00
Senthil Kumaran
c916dd7912
Merged revisions 84933 via svnmerge from
...
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
........
2010-09-21 02:10:45 +00:00
Senthil Kumaran
d389cb5bcf
Fix Issue1327971: HTTPResponse should expose a proper fileno attribute
2010-09-21 01:38:15 +00:00
Antoine Pitrou
a6166dac94
Merged revisions 84909-84913 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84909 | antoine.pitrou | 2010-09-20 00:46:05 +0200 (lun., 20 sept. 2010) | 3 lines
Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot
........
r84910 | antoine.pitrou | 2010-09-20 01:06:53 +0200 (lun., 20 sept. 2010) | 3 lines
Try to make signal-sending tests in test_subprocess more robust on slow machines
........
r84911 | antoine.pitrou | 2010-09-20 01:28:30 +0200 (lun., 20 sept. 2010) | 3 lines
Make error more explicit in test_finalize_with_trace
........
r84912 | antoine.pitrou | 2010-09-20 02:12:19 +0200 (lun., 20 sept. 2010) | 3 lines
Try to fix buildbot failure (#9902 )
........
r84913 | antoine.pitrou | 2010-09-20 03:33:21 +0200 (lun., 20 sept. 2010) | 3 lines
Try a more robust implementation of _kill_process
........
2010-09-20 11:20:44 +00:00
Hirokazu Yamamoto
25278efac7
Recorded merge of revisions 84902 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84902 | hirokazu.yamamoto | 2010-09-19 18:24:20 +0900 | 1 line
Issue #9552 : Avoid unnecessary rebuild of OpenSSL. (Windows)
........
2010-09-19 10:00:19 +00:00
Hirokazu Yamamoto
0dd078a736
Merged revisions 84857,84870,84875 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84857 | hirokazu.yamamoto | 2010-09-17 17:53:31 +0900 | 1 line
Let's see if tcl/tk test runs on windows buildbot with this fix.
........
r84870 | hirokazu.yamamoto | 2010-09-18 09:31:44 +0900 | 3 lines
regrtest.py now runs python in build/test_python_xxx. (deeper than here)
So failed to load tcl/tk dll because $(dist)/tcltk/bin was set to PATH as
relative path. (Windows)
........
r84875 | hirokazu.yamamoto | 2010-09-18 13:02:52 +0900 | 1 line
Applied r84870 to older compilers.
........
2010-09-19 09:10:40 +00:00
Hirokazu Yamamoto
33f028b184
Set svn:ignore to folders.
2010-09-19 08:51:41 +00:00
Benjamin Peterson
c27d82afca
Merged revisions 84892 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84892 | benjamin.peterson | 2010-09-18 22:54:31 -0500 (Sat, 18 Sep 2010) | 1 line
set svn:eol-style on tracedmodules
........
2010-09-19 04:26:39 +00:00
Senthil Kumaran
e092ef862e
Merged revisions 84889 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84889 | senthil.kumaran | 2010-09-19 08:39:54 +0530 (Sun, 19 Sep 2010) | 3 lines
Update the test_distutils mode test to test with umask value properly.
........
2010-09-19 03:12:28 +00:00
Antoine Pitrou
b0b3bffe8b
Merged revisions 84883 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84883 | antoine.pitrou | 2010-09-19 00:38:48 +0200 (dim., 19 sept. 2010) | 3 lines
Issue #9895 : speed up test_subprocess
........
2010-09-18 22:42:30 +00:00
Hirokazu Yamamoto
c4caa9c400
Merged revisions 84851 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84851 | hirokazu.yamamoto | 2010-09-17 02:50:57 +0900 | 3 lines
Issue #9810 : Compile bzip2 source files in python's project file
directly. It used to be built with bzip2's makefile.
........
2010-09-18 22:33:33 +00:00
Antoine Pitrou
767cbc41b4
Merged revisions 84878 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84878 | antoine.pitrou | 2010-09-18 19:56:02 +0200 (sam., 18 sept. 2010) | 5 lines
Issue #9894 : Do not hardcode ENOENT in test_subprocess.
(GNU/Hurd is not dead)
........
2010-09-18 18:15:33 +00:00
Hirokazu Yamamoto
c3937f569b
Added missing import.
2010-09-18 05:40:44 +00:00
Senthil Kumaran
a171cf064a
Merged revisions 84871 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84871 | senthil.kumaran | 2010-09-18 08:25:03 +0530 (Sat, 18 Sep 2010) | 3 lines
Skip the distutils mode test on Windows OS.
........
2010-09-18 02:58:49 +00:00
Victor Stinner
8fc843b38e
Merged revisions 84866 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84866 | victor.stinner | 2010-09-18 01:34:26 +0200 (sam., 18 sept. 2010) | 4 lines
Issue #767645 : Set os.path.supports_unicode_filenames to True in posixpath
Previous commit changed macpath but macpath is not used anymore as os.path
........
2010-09-17 23:35:50 +00:00
Senthil Kumaran
9c379bbadd
Merged revisions 84861 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84861 | senthil.kumaran | 2010-09-17 22:05:37 +0530 (Fri, 17 Sep 2010) | 3 lines
Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter
........
2010-09-17 16:40:01 +00:00
Hirokazu Yamamoto
d12df5e297
Blocked revisions 84643-84645,84741 via svnmerge
...
........
r84643 | hirokazu.yamamoto | 2010-09-09 15:08:36 +0900 | 4 lines
Updated VC6 files.
* pythoncore.dsp: updated project file
* readme.txt: removed dead link
* tcl852.patch: fixed patch. it was doubled.
........
r84644 | hirokazu.yamamoto | 2010-09-09 15:14:23 +0900 | 1 line
Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)
........
r84645 | hirokazu.yamamoto | 2010-09-09 15:24:43 +0900 | 5 lines
PCBuild cosmetic fixes.
* pythoncore.vcproj: Fixed indentation
* _multiprocessing.vcproj: Converted ProjectGUID to uppercase. Otherwise,
VS8 _multiprocessing.vcproj created by vs9to8.py was modified every time
loads it in VS8 IDE.
........
r84741 | hirokazu.yamamoto | 2010-09-13 01:06:18 +0900 | 2 lines
Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility
with Python2.7.
........
2010-09-17 14:13:35 +00:00
Vinay Sajip
fb7b505d9f
Improved Filter documentation.
2010-09-17 12:45:26 +00:00
Vinay Sajip
89e1ae22a4
Improved basicConfig and custom level documentation.
2010-09-17 10:09:04 +00:00
Ronald Oussoren
30a171fcb6
Merged revisions 84535 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84535 | ronald.oussoren | 2010-09-05 20:25:59 +0200 (Sun, 05 Sep 2010) | 2 lines
Fix for issue9662, patch by Łukasz Langa in issue5504.
........
2010-09-16 11:35:07 +00:00
Matthias Klose
19f9810a1a
Try harder on issue #7356 : ctypes.util: Make parsing of ldconfig output
...
independent of the locale. Set LC_ALL=C too.
2010-09-15 13:01:19 +00:00
Antoine Pitrou
f81eef11d6
Blocked revisions 84827-84829 via svnmerge
...
........
r84827 | antoine.pitrou | 2010-09-15 11:58:26 +0200 (mer., 15 sept. 2010) | 3 lines
Add a glossary entry for file objects.
........
r84828 | antoine.pitrou | 2010-09-15 12:08:31 +0200 (mer., 15 sept. 2010) | 3 lines
Update file-related information in the FAQ.
........
r84829 | antoine.pitrou | 2010-09-15 13:11:28 +0200 (mer., 15 sept. 2010) | 3 lines
Add cross-references to the glossary entry for file objects.
........
2010-09-15 11:25:22 +00:00
Antoine Pitrou
5c2ce5e901
Blocked revisions 84825-84826,84830 via svnmerge
...
........
r84825 | antoine.pitrou | 2010-09-15 10:39:25 +0200 (mer., 15 sept. 2010) | 3 lines
Add a comment explaining why SocketIO is needed
........
r84826 | antoine.pitrou | 2010-09-15 11:32:45 +0200 (mer., 15 sept. 2010) | 3 lines
Improve docs for socket.makefile() and SocketIO
........
r84830 | antoine.pitrou | 2010-09-15 13:12:57 +0200 (mer., 15 sept. 2010) | 3 lines
Reverted unwanted change in r84826
........
2010-09-15 11:14:58 +00:00
Antoine Pitrou
6391b3440f
Merged revisions 84814 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84814 | antoine.pitrou | 2010-09-14 20:37:24 +0200 (mar., 14 sept. 2010) | 4 lines
Issue #9854 : The default read() implementation in io.RawIOBase now
handles non-blocking readinto() returning None correctly.
........
2010-09-14 18:48:19 +00:00
Daniel Stutzbach
93db23ef2f
Merged revisions 84810 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84810 | daniel.stutzbach | 2010-09-14 11:02:01 -0500 (Tue, 14 Sep 2010) | 1 line
Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs
........
2010-09-14 16:10:22 +00:00