]>
granicus.if.org Git - python/log
Benjamin Peterson [Thu, 26 Jun 2008 21:23:30 +0000 (21:23 +0000)]
add a htmlview directive
Georg Brandl [Thu, 26 Jun 2008 21:12:55 +0000 (21:12 +0000)]
Use newer versions of externals.
Georg Brandl [Thu, 26 Jun 2008 18:55:37 +0000 (18:55 +0000)]
Add a version tag for shutdown().
Robert Schuppenies [Thu, 26 Jun 2008 15:20:35 +0000 (15:20 +0000)]
Corrected inconsistencies in sizeof tests and addressed issue pointed
out by Jean Brouwers.
Facundo Batista [Wed, 25 Jun 2008 19:24:53 +0000 (19:24 +0000)]
Reverting the patch from #3165, as it broke other
behaviours. I left the original test commented out (note
that that test came from #2702, which seems to have a
problem in FreeBSD and Windows, but not in Linux).
I included a new test, to watch over the now-broken
behaviour, I took it from #3179.
Mark Dickinson [Wed, 25 Jun 2008 15:29:32 +0000 (15:29 +0000)]
issue #3199: Fix typo in Mac/Makefile.in
Benjamin Peterson [Wed, 25 Jun 2008 12:44:29 +0000 (12:44 +0000)]
get rid of 2.6/3.0 switch statements in multiprocessing
Benjamin Peterson [Wed, 25 Jun 2008 12:39:05 +0000 (12:39 +0000)]
use byte literals in multiprocessing
Robert Schuppenies [Wed, 25 Jun 2008 09:20:03 +0000 (09:20 +0000)]
Issue 3147: Fixed SizeofTest failure for LLP64 systems.
Benjamin Peterson [Wed, 25 Jun 2008 03:09:05 +0000 (03:09 +0000)]
remove bytes alias in multiprocessing
Raymond Hettinger [Tue, 24 Jun 2008 22:46:07 +0000 (22:46 +0000)]
Revert 64424, 64438, and 64439.
Raymond Hettinger [Tue, 24 Jun 2008 15:58:53 +0000 (15:58 +0000)]
Issue 3189: Py3k DeprecationWarning in difflib
Mark Dickinson [Tue, 24 Jun 2008 15:35:14 +0000 (15:35 +0000)]
Remove references to Py3k in __floor__, __ceil__ and __round__ documentation.
Eric Smith [Tue, 24 Jun 2008 11:11:59 +0000 (11:11 +0000)]
Fixed formatting with thousands separator and padding. Resolves issue 3140.
Mark Dickinson [Tue, 24 Jun 2008 11:08:58 +0000 (11:08 +0000)]
Change description of float('nan') feature; NaNs don't care much about
signs, and float('nan'), float('+nan') and float('-nan') actually all
generate the exact same NaN value.
Eric Smith [Tue, 24 Jun 2008 06:05:30 +0000 (06:05 +0000)]
Typo in comment.
Benjamin Peterson [Tue, 24 Jun 2008 02:41:08 +0000 (02:41 +0000)]
minor fix
Eric Smith [Tue, 24 Jun 2008 00:42:10 +0000 (00:42 +0000)]
Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140.
Thomas Heller [Mon, 23 Jun 2008 19:51:41 +0000 (19:51 +0000)]
Include debug info when assembling win64.asm in a debug build.
Thomas Heller [Mon, 23 Jun 2008 14:49:56 +0000 (14:49 +0000)]
Fix compilation on Windows.
Raymond Hettinger [Mon, 23 Jun 2008 03:29:28 +0000 (03:29 +0000)]
Issue 3161: Missing import and test.
Facundo Batista [Sun, 22 Jun 2008 23:19:14 +0000 (23:19 +0000)]
Fixing the problem stated in issue 2702 with the patch submitted
in the issue 3165. Now cPickle does not fails with uncontrolled
behaviour when pickling into a very deep nested structure.
Facundo Batista [Sun, 22 Jun 2008 19:35:24 +0000 (19:35 +0000)]
Just returning nothing instead of rising TestSkipped, because
it makes the test fail in the trunk.loewis-sun buildbot.
Georg Brandl [Sun, 22 Jun 2008 19:07:59 +0000 (19:07 +0000)]
Write out "phi" consistently.
Georg Brandl [Sun, 22 Jun 2008 18:31:54 +0000 (18:31 +0000)]
Expand docstrings of sqlite3 functions.
Facundo Batista [Sun, 22 Jun 2008 18:23:55 +0000 (18:23 +0000)]
Trying to see if the problem in Martin's buildot is at
directory creation time...
Georg Brandl [Sun, 22 Jun 2008 18:11:52 +0000 (18:11 +0000)]
#3085: Fix syntax error.
Facundo Batista [Sun, 22 Jun 2008 16:11:34 +0000 (16:11 +0000)]
Trying to see if the @ in a path is causing the issue in the
shutil.rmtree() in the trunk.loewis-sun buildbot.
Facundo Batista [Sun, 22 Jun 2008 15:27:10 +0000 (15:27 +0000)]
Issue 3164. Small fix to don't repeat a comparation
without necessity.
Andrew M. Kuchling [Sun, 22 Jun 2008 13:39:11 +0000 (13:39 +0000)]
Wording fix
Facundo Batista [Sun, 22 Jun 2008 13:36:20 +0000 (13:36 +0000)]
Issue #2722. Now the char buffer to support the path string has
not fixed length, it mallocs memory if needed. As a result, we
don't have a maximum for the getcwd() method.
Georg Brandl [Sun, 22 Jun 2008 09:05:29 +0000 (09:05 +0000)]
Turn section references into proper cross-references.
Facundo Batista [Sat, 21 Jun 2008 19:48:19 +0000 (19:48 +0000)]
In the deprecated functions I added an alert to review
specially a section of the subprocess documentation
that helps with the replacing of those functionss.
Facundo Batista [Sat, 21 Jun 2008 18:58:04 +0000 (18:58 +0000)]
Now a from submitted via POST that also has a query string
will contain both FieldStorage and MiniFieldStorage items.
Fixes #1817.
Facundo Batista [Sat, 21 Jun 2008 17:43:56 +0000 (17:43 +0000)]
Fixed issue #2888. Now the behaviour of pprint when working with nested
structures follows the common sense (and works like in 2.5 and 3.0).
Facundo Batista [Sat, 21 Jun 2008 17:30:06 +0000 (17:30 +0000)]
Reviewed and updated the documentation. Fixes #3017.
Georg Brandl [Sat, 21 Jun 2008 14:26:19 +0000 (14:26 +0000)]
Documentation fix.
Andrew M. Kuchling [Sat, 21 Jun 2008 13:48:38 +0000 (13:48 +0000)]
Docstring correction
Andrew M. Kuchling [Sat, 21 Jun 2008 13:47:20 +0000 (13:47 +0000)]
Use repr() for bad input strings; this makes the empty string or binary characters more visible
Andrew M. Kuchling [Sat, 21 Jun 2008 13:29:12 +0000 (13:29 +0000)]
Docstring typo
Hye-Shik Chang [Sat, 21 Jun 2008 11:15:30 +0000 (11:15 +0000)]
Fix build on FreeBSD gcc.
Raymond Hettinger [Sat, 21 Jun 2008 06:39:53 +0000 (06:39 +0000)]
Issue 3008: hex/oct/bin can show floats exactly.
Andrew M. Kuchling [Sat, 21 Jun 2008 00:17:22 +0000 (00:17 +0000)]
Correct two versionchanged directives, to improve the 'changes' output
Andrew M. Kuchling [Fri, 20 Jun 2008 23:43:12 +0000 (23:43 +0000)]
Various items
Andrew M. Kuchling [Fri, 20 Jun 2008 23:14:32 +0000 (23:14 +0000)]
Grammar fixes
Andrew M. Kuchling [Fri, 20 Jun 2008 23:13:58 +0000 (23:13 +0000)]
Remove request for e-mail; it's unlikely these classes will be saved
Benjamin Peterson [Fri, 20 Jun 2008 20:33:33 +0000 (20:33 +0000)]
rephrase
Georg Brandl [Fri, 20 Jun 2008 19:28:18 +0000 (19:28 +0000)]
Change references to the new math functions to generate proper x-refs.
Mark Dickinson [Fri, 20 Jun 2008 15:26:19 +0000 (15:26 +0000)]
Fix another typo in math_sum comment
Mark Dickinson [Fri, 20 Jun 2008 15:17:41 +0000 (15:17 +0000)]
Fix outdated count of the number of new math module functions.
Mark Dickinson [Fri, 20 Jun 2008 14:53:43 +0000 (14:53 +0000)]
Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now
returns (0, 0, 1) instead of (0, -1, 1), and slice(None, 10, -1).indices(10)
returns (9, 9, -1) instead of (9, 10, -1).
Andrew M. Kuchling [Fri, 20 Jun 2008 11:39:54 +0000 (11:39 +0000)]
Various items
Raymond Hettinger [Fri, 20 Jun 2008 04:18:15 +0000 (04:18 +0000)]
Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support.
Benjamin Peterson [Fri, 20 Jun 2008 02:47:03 +0000 (02:47 +0000)]
add multiprocessing to the Makefile
Andrew M. Kuchling [Fri, 20 Jun 2008 02:11:42 +0000 (02:11 +0000)]
Fix comment typos
Andrew M. Kuchling [Fri, 20 Jun 2008 02:05:57 +0000 (02:05 +0000)]
Various items
Vinay Sajip [Thu, 19 Jun 2008 22:41:08 +0000 (22:41 +0000)]
Updated with fix for #3136.
Vinay Sajip [Thu, 19 Jun 2008 22:40:17 +0000 (22:40 +0000)]
Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an optional disable_existing_loggers parameter, but the default value is such that the old behaviour is preserved.
Thanks to Leandro Lucarella for the patch.
Benjamin Peterson [Thu, 19 Jun 2008 21:39:06 +0000 (21:39 +0000)]
skip test_macostools when UCS4 is enabled
Amaury Forgeot d'Arc [Thu, 19 Jun 2008 21:17:12 +0000 (21:17 +0000)]
In test_site, correctly escape backslashes in path names.
This allows the test to pass when the username begins with a lowercase 't'...
Andrew M. Kuchling [Thu, 19 Jun 2008 20:33:31 +0000 (20:33 +0000)]
Put threading in front of thread
Amaury Forgeot d'Arc [Thu, 19 Jun 2008 19:57:39 +0000 (19:57 +0000)]
test_macos can be skipped on non-mac platforms.
Andrew M. Kuchling [Thu, 19 Jun 2008 19:48:42 +0000 (19:48 +0000)]
Remove some standalone material from the introduction; various markup and typo fixes
Andrew M. Kuchling [Thu, 19 Jun 2008 14:02:30 +0000 (14:02 +0000)]
Only include update_lines_cols() function when it's actually going to be used
Barry Warsaw [Thu, 19 Jun 2008 02:31:54 +0000 (02:31 +0000)]
Post release changes
Barry Warsaw [Thu, 19 Jun 2008 01:48:40 +0000 (01:48 +0000)]
Tagging for 2.6b1
Barry Warsaw [Thu, 19 Jun 2008 01:48:07 +0000 (01:48 +0000)]
Bumping to 2.6b1
Benjamin Peterson [Wed, 18 Jun 2008 22:59:32 +0000 (22:59 +0000)]
Fix test_socket_ssl the easy way and remove it per #1489
Amaury Forgeot d'Arc [Wed, 18 Jun 2008 21:33:58 +0000 (21:33 +0000)]
Typo in a directory name. Should help the AMD64 buildbots
Amaury Forgeot d'Arc [Wed, 18 Jun 2008 21:18:27 +0000 (21:18 +0000)]
The ssl certificate at https://sf.net is not valid.
Switch to https://sourceforge.net
Jesse Noller [Wed, 18 Jun 2008 16:34:50 +0000 (16:34 +0000)]
Remove test_listener_client to remove possible race condition in the multiprocessing tests
Jesse Noller [Wed, 18 Jun 2008 13:29:52 +0000 (13:29 +0000)]
Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite
Georg Brandl [Wed, 18 Jun 2008 09:28:22 +0000 (09:28 +0000)]
Add versionadded tags to new math functions.
Mark Dickinson [Wed, 18 Jun 2008 09:20:17 +0000 (09:20 +0000)]
Typo fix
Raymond Hettinger [Wed, 18 Jun 2008 00:56:57 +0000 (00:56 +0000)]
Fix double decref.
Amaury Forgeot d'Arc [Tue, 17 Jun 2008 23:14:19 +0000 (23:14 +0000)]
Fix the previous fix
Amaury Forgeot d'Arc [Tue, 17 Jun 2008 23:09:19 +0000 (23:09 +0000)]
On windows, lib2to3 should accept / and \ in the fixer_dir argument
Needed to let the tests pass
Benjamin Peterson [Tue, 17 Jun 2008 23:01:59 +0000 (23:01 +0000)]
add needed import
Benjamin Peterson [Tue, 17 Jun 2008 22:40:44 +0000 (22:40 +0000)]
skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env.
Mark Dickinson [Tue, 17 Jun 2008 21:16:55 +0000 (21:16 +0000)]
Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raising
OverflowError incorrectly on this platform, presumably as a result of
the libm setting errno = ERANGE for this call.
Guido van Rossum [Tue, 17 Jun 2008 17:38:02 +0000 (17:38 +0000)]
Roll back Raymond's -r64098 while we think of something better.
(See issue 3056 -- we're close to a resolution but need unittests.)
Vinay Sajip [Tue, 17 Jun 2008 11:04:02 +0000 (11:04 +0000)]
Updated with fix for #3126.
Vinay Sajip [Tue, 17 Jun 2008 11:02:14 +0000 (11:02 +0000)]
Bug #3126: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch).
Georg Brandl [Tue, 17 Jun 2008 09:01:35 +0000 (09:01 +0000)]
Split the HTML index.
Robert Schuppenies [Tue, 17 Jun 2008 08:42:15 +0000 (08:42 +0000)]
Issue 3048: Fixed sys.sizeof test fails with wide unicode.
Georg Brandl [Mon, 16 Jun 2008 21:00:47 +0000 (21:00 +0000)]
Add Jesse Noller to the developers list.
Benjamin Peterson [Mon, 16 Jun 2008 20:52:48 +0000 (20:52 +0000)]
reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems.
Benjamin Peterson [Mon, 16 Jun 2008 20:18:18 +0000 (20:18 +0000)]
fix Tools/scripts/2to3 as the result of a merge error
Amaury Forgeot d'Arc [Mon, 16 Jun 2008 19:12:42 +0000 (19:12 +0000)]
Issue 3110: Crash with weakref subclass,
seen after a "import multiprocessing.reduction"
An instance of a weakref subclass can have attributes.
If such a weakref holds the only strong reference to the object,
deleting the weakref will delete the object. In this case,
the callback must not be called, because the ref object is being deleted!
Raymond Hettinger [Mon, 16 Jun 2008 01:42:40 +0000 (01:42 +0000)]
Issue 3116: fix quadratic behavior in marshal.dumps().
Georg Brandl [Sun, 15 Jun 2008 19:54:36 +0000 (19:54 +0000)]
Forward-port new test from r64300.
Benjamin Peterson [Sun, 15 Jun 2008 02:31:05 +0000 (02:31 +0000)]
Merged revisions 63661,63666,63695,63711,63729,63769,63790,63880,63886 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r63661 | georg.brandl | 2008-05-26 05:26:20 -0500 (Mon, 26 May 2008) | 2 lines
Add import fixes for dbm package.
........
r63666 | georg.brandl | 2008-05-26 05:49:09 -0500 (Mon, 26 May 2008) | 2 lines
Add xmlrpc package fixes.
........
r63695 | georg.brandl | 2008-05-26 10:14:33 -0500 (Mon, 26 May 2008) | 2 lines
Add fixer entries for http package.
........
r63711 | benjamin.peterson | 2008-05-26 13:43:51 -0500 (Mon, 26 May 2008) | 2 lines
add import mapping for test.test_support -> test.support
........
r63729 | benjamin.peterson | 2008-05-26 16:31:03 -0500 (Mon, 26 May 2008) | 2 lines
mapping for commands module -> subprocess
........
r63769 | brett.cannon | 2008-05-29 00:13:13 -0500 (Thu, 29 May 2008) | 1 line
Fixer for UserString.UserString over to the collections module.
........
r63790 | brett.cannon | 2008-05-29 14:13:51 -0500 (Thu, 29 May 2008) | 4 lines
Add a fixer for UserList.
Closes issue #2878. Thanks to Quentin Gallet-Gilles for the patch.
........
r63880 | collin.winter | 2008-06-01 18:09:38 -0500 (Sun, 01 Jun 2008) | 6 lines
Move lib2to3/fixes/{basefix,util}.py down to lib2to3/.
This is step 1 of turning lib2to3/ into a general-purpose refactoring
library, reusable by other projects.
........
r63886 | collin.winter | 2008-06-01 22:15:01 -0500 (Sun, 01 Jun 2008) | 5 lines
Allow refactoring tools to specify a directory for fixer modules.
This is step 2 of turning lib2to3/ into a general-purpose refactoring
library, reusable by other projects. Step 1: r63880.
........
Gregory P. Smith [Sat, 14 Jun 2008 17:34:09 +0000 (17:34 +0000)]
silence the test when it is skipped on some platforms. should fix a
buildbot.
Martin v. Löwis [Sat, 14 Jun 2008 14:24:47 +0000 (14:24 +0000)]
Disable UAC by default.
Martin v. Löwis [Sat, 14 Jun 2008 11:51:54 +0000 (11:51 +0000)]
Set eol-style to CRLF for all batch files.
Martin v. Löwis [Sat, 14 Jun 2008 11:50:59 +0000 (11:50 +0000)]
Avoid rebuilding tcl/tk.
Merge x86 changes into AMD64.
Amaury Forgeot d'Arc [Sat, 14 Jun 2008 09:44:41 +0000 (09:44 +0000)]
Since python2.6 must run on Windows 2000,
explicitely disable the use of Windows XP themes when compiling tk.
This is also consistent with the WINVER=0x0500 option.
Amaury Forgeot d'Arc [Sat, 14 Jun 2008 08:36:07 +0000 (08:36 +0000)]
on windows, r64214 broke compilation with some recent SDKs,
because IPPROTO_IPV6 may be an enumeration member...
Amaury Forgeot d'Arc [Sat, 14 Jun 2008 07:40:32 +0000 (07:40 +0000)]
Use the correct URL for sqlite3 sources, and try to fix windows buildbots.
Martin v. Löwis [Sat, 14 Jun 2008 06:24:44 +0000 (06:24 +0000)]
Conservatively restrict support to format 8 repositories.