]>
granicus.if.org Git - python/log
Tarek Ziadé [Wed, 21 Apr 2010 13:35:21 +0000 (13:35 +0000)]
Merged revisions 80306 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80306 | tarek.ziade | 2010-04-21 15:32:26 +0200 (Wed, 21 Apr 2010) | 1 line
shutil: removed unused import and fixed attributes names in _call_external_zip
........
Tarek Ziadé [Wed, 21 Apr 2010 07:30:43 +0000 (07:30 +0000)]
fixed typo
Martin v. Löwis [Wed, 21 Apr 2010 06:38:30 +0000 (06:38 +0000)]
Merged revisions 80301 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80301 | martin.v.loewis | 2010-04-21 08:37:48 +0200 (Mi, 21 Apr 2010) | 2 lines
Add Tim Golden.
........
Martin v. Löwis [Wed, 21 Apr 2010 06:05:58 +0000 (06:05 +0000)]
Merged revisions 79986-79987,80156 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79986 | martin.v.loewis | 2010-04-12 07:18:16 +0200 (Mo, 12 Apr 2010) | 2 lines
Issue #8330: Fix expected output in test_gdb.
........
r79987 | martin.v.loewis | 2010-04-12 07:22:25 +0200 (Mo, 12 Apr 2010) | 2 lines
Re-enable all tests, to see which ones fail on the buildbots.
........
r80156 | martin.v.loewis | 2010-04-18 00:40:40 +0200 (So, 18 Apr 2010) | 2 lines
Issue #8279: Fix test_gdb failures.
........
Ronald Oussoren [Wed, 21 Apr 2010 06:01:23 +0000 (06:01 +0000)]
Merged revisions 80298 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80298 | ronald.oussoren | 2010-04-21 08:00:35 +0200 (Wed, 21 Apr 2010) | 2 lines
Sync test_plistlib.py with plistlib.py
........
R. David Murray [Wed, 21 Apr 2010 01:51:57 +0000 (01:51 +0000)]
Merged revisions 80144 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80144 | r.david.murray | 2010-04-17 01:26:26 -0400 (Sat, 17 Apr 2010) | 8 lines
Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.
Two itimer tests and an interprocess signal test fail on FreeBSD 6 if
any test that starts a thread runs before test_signal. Since FreeBSD7
does not show this behavior, the bug is most likely a platform bug,
so this patch just skips the failing tests on freebsd6.
........
Mark Dickinson [Tue, 20 Apr 2010 23:24:25 +0000 (23:24 +0000)]
Rework delta_divmod to avoid use of PyTuple_SetItem.
Mark Dickinson [Tue, 20 Apr 2010 22:39:53 +0000 (22:39 +0000)]
Fix memory leak.
Mark Dickinson [Tue, 20 Apr 2010 22:32:49 +0000 (22:32 +0000)]
Issue #2706: Add support for dividing a timedelta by another timedelta.
Adds support for the three division operations:
- timedelta / timedelta -> float
- timedelta // timedelta -> int
- timedelta % timedelta -> timedelta
also adds support for divmod(timedelta, timedelta).
Patch by Victor Stinner, adapted for py3k and extended by Alexander
Belopolsky.
Victor Stinner [Tue, 20 Apr 2010 22:32:07 +0000 (22:32 +0000)]
Merged revisions 80288 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80288 | victor.stinner | 2010-04-21 00:28:31 +0200 (mer., 21 avril 2010) | 2 lines
Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm
........
Tarek Ziadé [Tue, 20 Apr 2010 21:40:47 +0000 (21:40 +0000)]
Merged revisions 80282 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80282 | tarek.ziade | 2010-04-20 23:09:06 +0200 (Tue, 20 Apr 2010) | 1 line
removed ztar support in shutil.make_archive
........
Ronald Oussoren [Tue, 20 Apr 2010 21:00:34 +0000 (21:00 +0000)]
Merged revisions 80279 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80279 | ronald.oussoren | 2010-04-20 22:59:37 +0200 (Tue, 20 Apr 2010) | 3 lines
Fix for issue 7852: the DTD for OSX Plists has changed due
to a change in the company name for Apple.
........
Senthil Kumaran [Tue, 20 Apr 2010 20:42:50 +0000 (20:42 +0000)]
Merged revisions 80277 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80277 | senthil.kumaran | 2010-04-21 02:07:59 +0530 (Wed, 21 Apr 2010) | 3 lines
Issue2987 - Added additional Invalid URL and changed the Invalid URL checking code for better.
........
Ronald Oussoren [Tue, 20 Apr 2010 19:51:33 +0000 (19:51 +0000)]
* Fixes cut&paste error in configure
* Ensure that framework install works given the
recent CFLAGS and BASECFLAGS changes
Matthias Klose [Tue, 20 Apr 2010 19:48:04 +0000 (19:48 +0000)]
Merged revisions 80274 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80274 | matthias.klose | 2010-04-20 21:45:34 +0200 (Di, 20 Apr 2010) | 2 lines
fix typo in r79533, introduced by the fix for issue #8233
........
Georg Brandl [Tue, 20 Apr 2010 18:15:54 +0000 (18:15 +0000)]
Markup nit.
Ezio Melotti [Tue, 20 Apr 2010 16:57:51 +0000 (16:57 +0000)]
Blocked revisions 80270 via svnmerge
........
r80270 | ezio.melotti | 2010-04-20 19:49:48 +0300 (Tue, 20 Apr 2010) | 1 line
#8472: fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse
........
Brian Curtin [Tue, 20 Apr 2010 15:28:06 +0000 (15:28 +0000)]
Updated version numbers from 2.7 to 3.2
Merged revisions 80265 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80265 | brian.curtin | 2010-04-20 10:23:18 -0500 (Tue, 20 Apr 2010) | 2 lines
Add version info for os.kill and signal changes from #
1220212 .
........
Tarek Ziadé [Tue, 20 Apr 2010 14:31:49 +0000 (14:31 +0000)]
fixed typo -- thanks Nick
Ezio Melotti [Tue, 20 Apr 2010 11:26:51 +0000 (11:26 +0000)]
Add missing arg, fix indentation and spelling.
Ezio Melotti [Tue, 20 Apr 2010 10:57:44 +0000 (10:57 +0000)]
Fix two versionchanged.
Senthil Kumaran [Tue, 20 Apr 2010 10:35:49 +0000 (10:35 +0000)]
Merged revisions 80236 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80236 | senthil.kumaran | 2010-04-20 12:24:59 +0530 (Tue, 20 Apr 2010) | 3 lines
Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls.
........
Ezio Melotti [Tue, 20 Apr 2010 09:55:05 +0000 (09:55 +0000)]
Merged revisions 79963,80024,80064,80070,80085,80088 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79963 | andrew.kuchling | 2010-04-11 23:40:09 +0300 (Sun, 11 Apr 2010) | 1 line
Add several items
........
r80024 | andrew.kuchling | 2010-04-13 04:32:51 +0300 (Tue, 13 Apr 2010) | 1 line
Add an item; stray edit
........
r80064 | andrew.kuchling | 2010-04-14 04:14:59 +0300 (Wed, 14 Apr 2010) | 1 line
Add argparse example
........
r80070 | andrew.kuchling | 2010-04-14 17:28:31 +0300 (Wed, 14 Apr 2010) | 1 line
Add some text
........
r80085 | andrew.kuchling | 2010-04-15 02:55:17 +0300 (Thu, 15 Apr 2010) | 1 line
Add various items; correct argparse output
........
r80088 | andrew.kuchling | 2010-04-15 04:42:27 +0300 (Thu, 15 Apr 2010) | 1 line
Add various items
........
Ezio Melotti [Tue, 20 Apr 2010 09:41:59 +0000 (09:41 +0000)]
Update the python version in the interpreter tutorial.
Ezio Melotti [Tue, 20 Apr 2010 09:32:54 +0000 (09:32 +0000)]
Fix versionadded in unittest.rst.
Tarek Ziadé [Tue, 20 Apr 2010 09:13:23 +0000 (09:13 +0000)]
added a note on shutil.copytree improvements
Tarek Ziadé [Tue, 20 Apr 2010 08:57:33 +0000 (08:57 +0000)]
Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree
Stefan Krah [Tue, 20 Apr 2010 08:13:03 +0000 (08:13 +0000)]
Merged revisions 80238 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80238 | stefan.krah | 2010-04-20 09:59:10 +0200 (Tue, 20 Apr 2010) | 9 lines
1) The timeout in the itimer tests was too low for slow or heavily
loaded machines.
2) Even with the increased timeout, the OS does not guarantee that
a process will get a certain amount of virtual time in 60s, so
the failure is changed to a diagnostic.
........
Ronald Oussoren [Tue, 20 Apr 2010 06:36:47 +0000 (06:36 +0000)]
Merged revisions 80232 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80232 | ronald.oussoren | 2010-04-20 07:50:44 +0200 (Tue, 20 Apr 2010) | 3 lines
Explicitly set system default for $PATH to
ensure we have a clean build environment (OSX installer)
........
Tarek Ziadé [Mon, 19 Apr 2010 22:30:51 +0000 (22:30 +0000)]
Fixed #
1540112 : now shutil.copytree will let you provide your own copy() function
Giampaolo Rodolà [Mon, 19 Apr 2010 22:05:54 +0000 (22:05 +0000)]
Merged revisions 80226 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80226 | giampaolo.rodola | 2010-04-19 23:46:28 +0200 (lun, 19 apr 2010) | 1 line
Fix Issue #4841: timeout is now applied for connections resulting from PORT/EPRT commands
........
Tarek Ziadé [Mon, 19 Apr 2010 21:31:42 +0000 (21:31 +0000)]
Merged revisions 80221 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80221 | tarek.ziade | 2010-04-19 23:28:21 +0200 (Mon, 19 Apr 2010) | 1 line
Fixed #8463: added missing reference to bztar in shutil's documentation.
........
Tarek Ziadé [Mon, 19 Apr 2010 21:19:57 +0000 (21:19 +0000)]
Merged revisions 80218 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80218 | tarek.ziade | 2010-04-19 23:13:03 +0200 (Mon, 19 Apr 2010) | 1 line
few pep8 fixes
........
Antoine Pitrou [Mon, 19 Apr 2010 19:38:22 +0000 (19:38 +0000)]
Blocked revisions 80215 via svnmerge
........
r80215 | antoine.pitrou | 2010-04-19 20:52:43 +0200 (lun., 19 avril 2010) | 4 lines
Issue #8438: Remove reference to the missing "surrogateescape" encoding
error handler from the new IO library.
........
Antoine Pitrou [Mon, 19 Apr 2010 14:09:57 +0000 (14:09 +0000)]
Remove obsolete mention of IRIX native threads -- we don't use them anymore.
Antoine Pitrou [Mon, 19 Apr 2010 14:05:51 +0000 (14:05 +0000)]
Add version{added,changed} for lock timeout support.
Sean Reifscheider [Mon, 19 Apr 2010 06:06:12 +0000 (06:06 +0000)]
I'll maintain syslog. I've made most of the "recent" changes to it anyway.
Benjamin Peterson [Sun, 18 Apr 2010 23:08:30 +0000 (23:08 +0000)]
Blocked revisions 80202 via svnmerge
........
r80202 | raymond.hettinger | 2010-04-18 17:57:57 -0500 (Sun, 18 Apr 2010) | 1 line
Issue 8436: set.__init__ accepts keyword args
........
Raymond Hettinger [Sun, 18 Apr 2010 23:05:22 +0000 (23:05 +0000)]
Issue 8436: set.__init__ accepts keyword args
Ronald Oussoren [Sun, 18 Apr 2010 20:53:49 +0000 (20:53 +0000)]
For for issue #5652
Ronald Oussoren [Sun, 18 Apr 2010 20:46:11 +0000 (20:46 +0000)]
For for issue #7154: Port the code that uses
the SystemConfiguration framework to detect the
proxy settings on OSX from the trunk to python 3.2
Raymond Hettinger [Sun, 18 Apr 2010 20:26:14 +0000 (20:26 +0000)]
Issue 8420: Fix ref counting problem in set_repr().
Antoine Pitrou [Sun, 18 Apr 2010 19:17:01 +0000 (19:17 +0000)]
Merged revisions 80194 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80194 | antoine.pitrou | 2010-04-18 21:14:38 +0200 (dim., 18 avril 2010) | 3 lines
Fix catastrophic file opening and closing logic in test_linecache
........
Ronald Oussoren [Sun, 18 Apr 2010 19:07:43 +0000 (19:07 +0000)]
Merged revisions 80187 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80187 | ronald.oussoren | 2010-04-18 19:59:37 +0200 (Sun, 18 Apr 2010) | 6 lines
Add the OSX universal binary related options
to CFLAGS instead of BASECFLAGS.
This fixes issue 8366 and is needed due to
changes introduced in the fix for issue
1628484 .
........
Victor Stinner [Sun, 18 Apr 2010 18:28:09 +0000 (18:28 +0000)]
Revert r80167, it breaks build on many platforms
Ronald Oussoren [Sun, 18 Apr 2010 15:24:17 +0000 (15:24 +0000)]
Merged revisions 80179 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80179 | ronald.oussoren | 2010-04-18 16:01:05 +0200 (Sun, 18 Apr 2010) | 5 lines
Add check to build-installer.py to ensure that
the right version of Tcl/Tk is available (on OSX)
Fixes issue #5651
........
Ronald Oussoren [Sun, 18 Apr 2010 15:02:38 +0000 (15:02 +0000)]
Merged revisions 80178 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80178 | ronald.oussoren | 2010-04-18 15:47:49 +0200 (Sun, 18 Apr 2010) | 2 lines
Fix for issue #7072
........
Ronald Oussoren [Sun, 18 Apr 2010 14:46:12 +0000 (14:46 +0000)]
Move _Py_char2wchar from python.c to main.c.
This fixes issue #8441: python.c is not included
in the framework while main.c is and without this
patch you get a link error when building
Python.framework on OSX.
Giampaolo Rodolà [Sun, 18 Apr 2010 13:36:35 +0000 (13:36 +0000)]
Merged revisions 80172 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80172 | giampaolo.rodola | 2010-04-18 14:55:03 +0200 (dom, 18 apr 2010) | 1 line
Fix Issue #3817: 225 is now considered a valid response code for ABOR
........
Georg Brandl [Sun, 18 Apr 2010 09:50:07 +0000 (09:50 +0000)]
Remove colspanning cells.
Victor Stinner [Sun, 18 Apr 2010 09:11:53 +0000 (09:11 +0000)]
Merged revisions 80166 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80166 | victor.stinner | 2010-04-18 11:07:49 +0200 (dim., 18 avril 2010) | 7 lines
platform: use subprocess.Popen() instead of os.popen() in _syscmd_file()
* Popen() avoids ugly shell escape: target.replace('"', '\\"')
* Use proc.communicate() instead of f.stdout.read()
* Get output from stdout by splitting with ": " instead of splitting by spaces
to support filename with spaces
........
Victor Stinner [Sun, 18 Apr 2010 08:23:42 +0000 (08:23 +0000)]
Issue #8422, test_genericpath: skip the creation of a directory with an invalid
UTF name on Mac OS X because the OS deny it (the name have to be a valid UTF8
string).
Victor Stinner [Sun, 18 Apr 2010 07:59:53 +0000 (07:59 +0000)]
Issue #8340, test_abs_path() of test_site: encode paths to ASCII with
backslashreplace to avoid locale issues, don't write stderr to a pipe to ease
debug, separate directories by newlines instead of a space.
Victor Stinner [Sun, 18 Apr 2010 00:00:44 +0000 (00:00 +0000)]
Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with
surrogates.
Antoine Pitrou [Sat, 17 Apr 2010 23:52:21 +0000 (23:52 +0000)]
Wording in NEWS.
Antoine Pitrou [Sat, 17 Apr 2010 23:51:58 +0000 (23:51 +0000)]
Issue #850728: Add a *timeout* parameter to the `acquire()` method of
`threading.Semaphore` objects. Original patch by Torsten Landschoff.
Antoine Pitrou [Sat, 17 Apr 2010 17:40:45 +0000 (17:40 +0000)]
Merged revisions 80151 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80151 | antoine.pitrou | 2010-04-17 19:10:38 +0200 (sam., 17 avril 2010) | 4 lines
Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
available cipher list. Helps fix test_ssl with OpenSSL 1.0.0.
........
Martin v. Löwis [Sat, 17 Apr 2010 17:11:55 +0000 (17:11 +0000)]
Merged revisions 80152 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80152 | martin.v.loewis | 2010-04-17 19:10:55 +0200 (Sa, 17 Apr 2010) | 2 lines
Add Giampaolo.
........
Senthil Kumaran [Sat, 17 Apr 2010 14:44:14 +0000 (14:44 +0000)]
Merged revisions 80146 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80146 | senthil.kumaran | 2010-04-17 20:00:53 +0530 (Sat, 17 Apr 2010) | 3 lines
Fix Issue5650 - Update the RFC List in the urlparse module.
........
Benjamin Peterson [Sat, 17 Apr 2010 02:00:25 +0000 (02:00 +0000)]
fix svn:ignore
Barry Warsaw [Sat, 17 Apr 2010 00:31:11 +0000 (00:31 +0000)]
Remove unnecessary XXX
Benjamin Peterson [Sat, 17 Apr 2010 00:29:51 +0000 (00:29 +0000)]
change svn:ignore to __pycache__
Collin Winter [Sat, 17 Apr 2010 00:20:57 +0000 (00:20 +0000)]
Fix the --with-cxx-main build.
Barry Warsaw [Sat, 17 Apr 2010 00:19:56 +0000 (00:19 +0000)]
PEP 3147
Victor Stinner [Fri, 16 Apr 2010 23:49:32 +0000 (23:49 +0000)]
Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for
the current working directory.
Remove also a trailing space, and replace tabulation indentation by spaces.
Benjamin Peterson [Fri, 16 Apr 2010 23:00:53 +0000 (23:00 +0000)]
Merged revisions 80129 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80129 | benjamin.peterson | 2010-04-16 17:52:44 -0500 (Fri, 16 Apr 2010) | 1 line
tiny simplification
........
Benjamin Peterson [Fri, 16 Apr 2010 22:51:37 +0000 (22:51 +0000)]
Merged revisions 80126 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80126 | benjamin.peterson | 2010-04-16 17:35:38 -0500 (Fri, 16 Apr 2010) | 1 line
have a clear error when passing something > sys.maxsize to bytearray
........
Benjamin Peterson [Fri, 16 Apr 2010 22:35:32 +0000 (22:35 +0000)]
Merged revisions 80123-80124 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80123 | benjamin.peterson | 2010-04-16 17:24:16 -0500 (Fri, 16 Apr 2010) | 1 line
bytearray -> type2test
........
r80124 | benjamin.peterson | 2010-04-16 17:25:57 -0500 (Fri, 16 Apr 2010) | 1 line
fix typo
........
Benjamin Peterson [Fri, 16 Apr 2010 21:56:43 +0000 (21:56 +0000)]
Blocked revisions 80121 via svnmerge
........
r80121 | benjamin.peterson | 2010-04-16 16:55:10 -0500 (Fri, 16 Apr 2010) | 1 line
remove check for unicode
........
Victor Stinner [Fri, 16 Apr 2010 15:10:27 +0000 (15:10 +0000)]
Issue #7605: Fix test_cmd_line if the current working directory is not ASCII
Mark Dickinson [Fri, 16 Apr 2010 13:51:27 +0000 (13:51 +0000)]
Don't assume that os.confstr_names exists.
Mark Dickinson [Fri, 16 Apr 2010 13:45:35 +0000 (13:45 +0000)]
Issue #4970: move linuxthreads check outside the affected test, and use skipIf
Victor Stinner [Fri, 16 Apr 2010 13:28:05 +0000 (13:28 +0000)]
Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII
using backslashreplace error handler.
Mark Dickinson [Fri, 16 Apr 2010 12:47:52 +0000 (12:47 +0000)]
Keep confstr entries in alphabetical order.
R. David Murray [Fri, 16 Apr 2010 12:34:45 +0000 (12:34 +0000)]
maintainers.rst additions.
Add Giampaolo Rodola as an expert for ftplib, and Victor Stinner
to the 'unicode' interest area.
Victor Stinner [Fri, 16 Apr 2010 12:23:43 +0000 (12:23 +0000)]
Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(),
and disable test_execvpe_with_bad_program() of test_os if the libc uses
linuxthreads to avoid the "unknown signal 32" bug (see issue #4970).
Victor Stinner [Fri, 16 Apr 2010 12:07:30 +0000 (12:07 +0000)]
Merged revisions 79892 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79892 | martin.v.loewis | 2010-04-07 13:01:46 +0200 (mer., 07 avril 2010) | 2 lines
Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
........
Victor Stinner [Fri, 16 Apr 2010 11:45:13 +0000 (11:45 +0000)]
Issue #8412: os.system() now accepts bytes, bytearray and str with
surrogates.
Senthil Kumaran [Fri, 16 Apr 2010 03:02:13 +0000 (03:02 +0000)]
Merged revisions 80101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80101 | senthil.kumaran | 2010-04-16 08:16:46 +0530 (Fri, 16 Apr 2010) | 3 lines
Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)
........
Senthil Kumaran [Thu, 15 Apr 2010 17:18:22 +0000 (17:18 +0000)]
Fix Issue5419 - explaining bytes return value of urlopen, use of .decode() to convert to str.
Georg Brandl [Wed, 14 Apr 2010 21:42:41 +0000 (21:42 +0000)]
Blocked revisions 80082 via svnmerge
........
r80082 | georg.brandl | 2010-04-14 23:36:49 +0200 (Mi, 14 Apr 2010) | 1 line
#8370: fix module name in backported doc addition.
........
R. David Murray [Wed, 14 Apr 2010 18:59:18 +0000 (18:59 +0000)]
Merged revisions 80062 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80062 | r.david.murray | 2010-04-13 16:57:40 -0400 (Tue, 13 Apr 2010) | 2 lines
Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
........
Philip Jenvey [Wed, 14 Apr 2010 17:03:38 +0000 (17:03 +0000)]
strings from _Py_char2wchar need PyMem_Free
Antoine Pitrou [Wed, 14 Apr 2010 15:44:10 +0000 (15:44 +0000)]
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
module now takes an optional timeout argument in seconds. Timeout support
relies on the system threading library, so as to avoid a semi-busy wait
loop.
Philip Jenvey [Wed, 14 Apr 2010 03:01:39 +0000 (03:01 +0000)]
#7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values
Antoine Pitrou [Tue, 13 Apr 2010 17:37:01 +0000 (17:37 +0000)]
Merged revisions 80060 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80060 | antoine.pitrou | 2010-04-13 19:36:07 +0200 (mar., 13 avril 2010) | 5 lines
Fix overzealous patterns in .hgignore, which used to hide files containing e.g. "python".
(also an occasional source of bugs on the hgsvn-generated hg mirrors)
........
Brian Curtin [Tue, 13 Apr 2010 12:43:07 +0000 (12:43 +0000)]
Fixed extraneous _winreg (changed to winreg in py3k). Thanks, Tim Golden.
Mark Dickinson [Tue, 13 Apr 2010 11:54:59 +0000 (11:54 +0000)]
Fix invalid syntax.
Mark Dickinson [Tue, 13 Apr 2010 11:43:10 +0000 (11:43 +0000)]
Merged revisions 80035 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80035 | mark.dickinson | 2010-04-13 12:37:23 +0100 (Tue, 13 Apr 2010) | 1 line
In test_winsound, don't try to import _winreg until after checking that winsound is supported.
........
Victor Stinner [Tue, 13 Apr 2010 11:07:24 +0000 (11:07 +0000)]
Issue #8383: pickle and pickletools use surrogatepass error handler when
encoding unicode as utf8 to support lone surrogates and stay compatible with
Python 2.x and 3.0
Brian Curtin [Tue, 13 Apr 2010 02:32:40 +0000 (02:32 +0000)]
Merged revisions 80026 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80026 | brian.curtin | 2010-04-12 21:25:20 -0500 (Mon, 12 Apr 2010) | 4 lines
Fix #7306. Add skips to test_winsound when no default sound is configured.
These failures occur on a Windows Server 2003 machine I test on.
........
Brian Curtin [Mon, 12 Apr 2010 23:33:42 +0000 (23:33 +0000)]
Merged revisions 80022 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80022 | brian.curtin | 2010-04-12 18:30:49 -0500 (Mon, 12 Apr 2010) | 2 lines
Fix #8364. Update the setquit docstring and change a built-in to builtin.
........
Raymond Hettinger [Mon, 12 Apr 2010 21:45:14 +0000 (21:45 +0000)]
Add usage notes for collections.Counter()
Benjamin Peterson [Mon, 12 Apr 2010 21:18:30 +0000 (21:18 +0000)]
Blocked revisions 80017 via svnmerge
........
r80017 | raymond.hettinger | 2010-04-12 16:12:06 -0500 (Mon, 12 Apr 2010) | 1 line
Add usage notes for collections.Counter().
........
Mark Dickinson [Mon, 12 Apr 2010 21:00:59 +0000 (21:00 +0000)]
Merged revisions 80013-80015 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80013 | mark.dickinson | 2010-04-12 20:25:32 +0100 (Mon, 12 Apr 2010) | 14 lines
Issue #7355: Various improvements to struct module documentation.
- note early on that the result of struct.pack includes padding
bytes by default
- add examples showing how order of struct fields can affect size
(due to padding)
- better headers and references; introduction to format strings
- integrate packing notes into table
Many thanks to Meador Inge for the patch.
........
r80014 | mark.dickinson | 2010-04-12 20:46:20 +0100 (Mon, 12 Apr 2010) | 1 line
Rewrap some long lines in struct module doc source.
........
r80015 | mark.dickinson | 2010-04-12 21:38:36 +0100 (Mon, 12 Apr 2010) | 1 line
More struct doc tweaks.
........
Brian Curtin [Mon, 12 Apr 2010 18:10:10 +0000 (18:10 +0000)]
Merged revisions 80009 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80009 | brian.curtin | 2010-04-12 13:07:21 -0500 (Mon, 12 Apr 2010) | 2 lines
Update the Windows FAQ's text about os.kill (#
1220212 ).
........
Brian Curtin [Mon, 12 Apr 2010 17:16:38 +0000 (17:16 +0000)]
Port #
1220212 (os.kill for Win32) to py3k.
R. David Murray [Mon, 12 Apr 2010 16:58:02 +0000 (16:58 +0000)]
Merged revisions 80004 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80004 | r.david.murray | 2010-04-12 12:35:19 -0400 (Mon, 12 Apr 2010) | 13 lines
Issue #7585: use tab between components in unified and context diff headers.
Instead of spaces between the filename and date (or whatever the string
is that follows the filename, if any) use tabs. This is what the unix
'diff' command does, for example, and difflib was intended to follow
the 'standard' way of doing diffs. This improves compatibility with
patch tools. The docs and examples are also changed to recommended that
the date format used be the ISO 8601 format, which is what modern diff
tools emit by default.
Patch by Anatoly Techtonik.
........
Stefan Krah [Mon, 12 Apr 2010 15:33:12 +0000 (15:33 +0000)]
Merged revisions 80000 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80000 | stefan.krah | 2010-04-12 17:21:25 +0200 (Mon, 12 Apr 2010) | 3 lines
Issue #8367: Fix spurious test failure on systems without a sound card.
........
R. David Murray [Mon, 12 Apr 2010 15:19:03 +0000 (15:19 +0000)]
Kurt's roundup id is kbk, use that in maintainers.rst instead of
his checkin id, since maintainers is for finding people to make
nosy in the tracker.