]>
granicus.if.org Git - python/log
Jesse Noller [Wed, 1 Apr 2009 16:42:19 +0000 (16:42 +0000)]
Issue 3270: document Listener address restrictions on windows
Kristján Valur Jónsson [Wed, 1 Apr 2009 16:08:34 +0000 (16:08 +0000)]
http://bugs.python.org/issue5623
Dynamically discoverd the size of the ioinfo struct used by the crt for its file descriptors. This should work across all flavors of the CRT. Thanks to Amaury Forgeot d'Arc
Needs porting to 3.1
Brett Cannon [Wed, 1 Apr 2009 16:00:34 +0000 (16:00 +0000)]
The cgitb module had imports in its functions. This can cause deadlock with the
import lock if called from within a thread that was triggered by an import.
Partially fixes issue #
1665206 .
Georg Brandl [Wed, 1 Apr 2009 15:23:43 +0000 (15:23 +0000)]
Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.
Hirokazu Yamamoto [Wed, 1 Apr 2009 15:13:52 +0000 (15:13 +0000)]
Fixed compile error on windows.
Georg Brandl [Wed, 1 Apr 2009 14:02:27 +0000 (14:02 +0000)]
Add Maksim, who worked on several issues at the sprint.
Georg Brandl [Wed, 1 Apr 2009 04:32:39 +0000 (04:32 +0000)]
#5631: add upload to list of possible commands, which is presented in --help-commands.
Georg Brandl [Wed, 1 Apr 2009 04:21:14 +0000 (04:21 +0000)]
The SimpleXMLRPCServer's CGI handler now runs like a pony.
Jesse Noller [Wed, 1 Apr 2009 03:45:50 +0000 (03:45 +0000)]
Fix multiprocessing.event to match the new threading.Event API
R. David Murray [Wed, 1 Apr 2009 03:21:43 +0000 (03:21 +0000)]
Fix issue 2522. locale.format now checks that it is passed
exactly one pattern, which avoids mysterious errors where it
had seemed to fail to do localization.
Josiah Carlson [Wed, 1 Apr 2009 01:28:11 +0000 (01:28 +0000)]
Fix for failing asyncore tests.
Georg Brandl [Wed, 1 Apr 2009 00:04:33 +0000 (00:04 +0000)]
Issue #5635: Fix running test_sys with tracing enabled.
Jack Diederich [Tue, 31 Mar 2009 23:46:48 +0000 (23:46 +0000)]
#5228: add pickle support to functools.partial
R. David Murray [Tue, 31 Mar 2009 23:45:39 +0000 (23:45 +0000)]
Fix Windows test skip error revealed by buildbot. Also a comment spelling
correction in a previously fixed test.
Georg Brandl [Tue, 31 Mar 2009 23:01:27 +0000 (23:01 +0000)]
Dont shout to users.
Tarek Ziadé [Tue, 31 Mar 2009 22:47:01 +0000 (22:47 +0000)]
fixed the test for win32 CompileError
Tarek Ziadé [Tue, 31 Mar 2009 22:44:10 +0000 (22:44 +0000)]
catching msvc9compiler error as well
Raymond Hettinger [Tue, 31 Mar 2009 22:43:03 +0000 (22:43 +0000)]
Improve examples for collections.deque()
Georg Brandl [Tue, 31 Mar 2009 22:40:16 +0000 (22:40 +0000)]
#5018: remove confusing paragraph.
Georg Brandl [Tue, 31 Mar 2009 22:35:46 +0000 (22:35 +0000)]
#5617: add a handy function to print a unicode string to gdbinit.
Tarek Ziadé [Tue, 31 Mar 2009 22:27:23 +0000 (22:27 +0000)]
#5583 Added optional Extensions in Distutils
Jesse Noller [Tue, 31 Mar 2009 22:20:35 +0000 (22:20 +0000)]
Issue 5619: Pass MS CRT debug flags into subprocesses
Georg Brandl [Tue, 31 Mar 2009 22:18:19 +0000 (22:18 +0000)]
#3427: document correct return type for urlopen().info().
Georg Brandl [Tue, 31 Mar 2009 22:11:53 +0000 (22:11 +0000)]
#
1651995 : fix _convert_ref for non-ASCII characters.
Georg Brandl [Tue, 31 Mar 2009 22:03:40 +0000 (22:03 +0000)]
#5563: more documentation for bdist_msi.
Josiah Carlson [Tue, 31 Mar 2009 21:49:36 +0000 (21:49 +0000)]
Made handle_expt_event() be called last, so that we don't accidentally read
after closing the socket.
Georg Brandl [Tue, 31 Mar 2009 21:45:18 +0000 (21:45 +0000)]
#
1676135 : remove trailing slashes from --prefix argument.
Georg Brandl [Tue, 31 Mar 2009 21:43:03 +0000 (21:43 +0000)]
#
1675026 : add a note about a strange Windows problem, and remove notes about AtheOS.
Georg Brandl [Tue, 31 Mar 2009 21:40:24 +0000 (21:40 +0000)]
Remove warning about pending Win9x support removal.
Benjamin Peterson [Tue, 31 Mar 2009 21:34:42 +0000 (21:34 +0000)]
fix Thread.ident when it is the main thread or a dummy thread #5632
Georg Brandl [Tue, 31 Mar 2009 21:15:33 +0000 (21:15 +0000)]
#5598: document DocFileSuite *args argument.
Benjamin Peterson [Tue, 31 Mar 2009 21:06:30 +0000 (21:06 +0000)]
take the usual lock precautions around _active_limbo_lock
Georg Brandl [Tue, 31 Mar 2009 20:56:32 +0000 (20:56 +0000)]
#
1530012 : move TQS section before raw strings.
Tarek Ziadé [Tue, 31 Mar 2009 20:56:11 +0000 (20:56 +0000)]
making sdist and config test silents
Tarek Ziadé [Tue, 31 Mar 2009 20:55:21 +0000 (20:55 +0000)]
added tests to the install_headers command
Tarek Ziadé [Tue, 31 Mar 2009 20:54:38 +0000 (20:54 +0000)]
added test to the install_data command
Tarek Ziadé [Tue, 31 Mar 2009 20:53:55 +0000 (20:53 +0000)]
more tests for the upload command
Tarek Ziadé [Tue, 31 Mar 2009 20:53:13 +0000 (20:53 +0000)]
more tests for the register command
Tarek Ziadé [Tue, 31 Mar 2009 20:50:59 +0000 (20:50 +0000)]
added tests for the clean command
Tarek Ziadé [Tue, 31 Mar 2009 20:48:31 +0000 (20:48 +0000)]
using log.warn for sys.stderr
Georg Brandl [Tue, 31 Mar 2009 20:41:08 +0000 (20:41 +0000)]
#
1674032 : return value of flag from Event.wait(). OKed by Guido.
Hirokazu Yamamoto [Tue, 31 Mar 2009 20:14:04 +0000 (20:14 +0000)]
Issue #5387: Fixed mmap.move crash by integer overflow. (take2)
Gregory P. Smith [Tue, 31 Mar 2009 19:59:14 +0000 (19:59 +0000)]
Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.
Document the deprecation.
R. David Murray [Tue, 31 Mar 2009 19:57:24 +0000 (19:57 +0000)]
Add NEWS entry for regrtest change.
R. David Murray [Tue, 31 Mar 2009 19:49:15 +0000 (19:49 +0000)]
Remove the regrtest check that turns any ImportError into a skipped test.
Hopefully all modules whose imports legitimately result in a skipped
test have been properly wrapped by the previous commits.
R. David Murray [Tue, 31 Mar 2009 19:33:15 +0000 (19:33 +0000)]
Improve test_support.import_module docstring, remove
deprecated flag from get_attribute since it isn't likely
to do anything useful.
Josiah Carlson [Tue, 31 Mar 2009 19:32:34 +0000 (19:32 +0000)]
This resolves issue
1161031 . Tests pass.
R. David Murray [Tue, 31 Mar 2009 19:31:17 +0000 (19:31 +0000)]
Delete out-of-date and little-known README from the test
directory by consensus of devs at pycon sprint.
Georg Brandl [Tue, 31 Mar 2009 19:30:56 +0000 (19:30 +0000)]
#5618: fix typo.
Georg Brandl [Tue, 31 Mar 2009 19:26:24 +0000 (19:26 +0000)]
#4411: document mro() and __mro__. (I hope I got it right.)
Georg Brandl [Tue, 31 Mar 2009 19:14:42 +0000 (19:14 +0000)]
Fix-up unwanted change.
Georg Brandl [Tue, 31 Mar 2009 19:12:17 +0000 (19:12 +0000)]
#5190: export make_option in __all__.
Georg Brandl [Tue, 31 Mar 2009 19:10:35 +0000 (19:10 +0000)]
#
1096310 : document usage of sys.__std*__ a bit better.
Georg Brandl [Tue, 31 Mar 2009 19:06:57 +0000 (19:06 +0000)]
#4882: document named group behavior a bit better.
Gregory P. Smith [Tue, 31 Mar 2009 19:03:28 +0000 (19:03 +0000)]
Rename the actual method definitions to the official assertFoo names.
Adds unittests to make sure the old fail* names continue to work now
and adds a comment that they are pending deprecation.
Also adds a test to confirm that the plural Equals method variants
continue to exist even though we're unlikely to deprecate those.
http://bugs.python.org/issue2578
Georg Brandl [Tue, 31 Mar 2009 18:38:56 +0000 (18:38 +0000)]
#5241: document missing U in regex howto.
Georg Brandl [Tue, 31 Mar 2009 18:33:10 +0000 (18:33 +0000)]
#5227: note that Py_Main doesnt return on SystemExit.
R. David Murray [Tue, 31 Mar 2009 18:32:17 +0000 (18:32 +0000)]
A few more test skips via import_module, and change import_module to
return the error message produced by importlib, so that if an import
in the package whose import is being wrapped is what failed the skip
message will contain the name of that module instead of the name of the
wrapped module. Also fixed formatting of some previous comments.
Georg Brandl [Tue, 31 Mar 2009 18:30:37 +0000 (18:30 +0000)]
#5245: note that PyRun_SimpleString doesnt return on SystemExit.
Jesse Noller [Tue, 31 Mar 2009 18:27:14 +0000 (18:27 +0000)]
missed the news/acks for netbsd patch
Georg Brandl [Tue, 31 Mar 2009 18:26:55 +0000 (18:26 +0000)]
#837577: note cryptic return value of spawn*e on invalid env dicts.
Jesse Noller [Tue, 31 Mar 2009 18:12:35 +0000 (18:12 +0000)]
Apply patch for netbsd multiprocessing support
Raymond Hettinger [Tue, 31 Mar 2009 17:47:06 +0000 (17:47 +0000)]
Per the language summit, the optional fastpath imports should use from-import-star.
Georg Brandl [Tue, 31 Mar 2009 17:13:06 +0000 (17:13 +0000)]
#970783: document PyObject_Generic[GS]etAttr.
Georg Brandl [Tue, 31 Mar 2009 16:54:38 +0000 (16:54 +0000)]
#992207: document that the parser only accepts \\n newlines.
Gregory P. Smith [Tue, 31 Mar 2009 16:54:10 +0000 (16:54 +0000)]
The unittest.TestCase.assertEqual() now displays the differences in lists,
tuples, dicts and sets on failure.
Many new handy type and comparison specific assert* methods have been added
that fail with error messages actually useful for debugging. Contributed in
by Google and completed with help from mfoord and GvR at PyCon 2009 sprints.
Discussion lives in http://bugs.python.org/issue2578.
Georg Brandl [Tue, 31 Mar 2009 16:50:25 +0000 (16:50 +0000)]
#5417: replace references to undocumented functions by ones to documented functions.
Georg Brandl [Tue, 31 Mar 2009 16:31:11 +0000 (16:31 +0000)]
#
1386675 : specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have.
Georg Brandl [Tue, 31 Mar 2009 16:11:45 +0000 (16:11 +0000)]
#5529: backport new docs of import semantics written by Brett to 2.x.
Georg Brandl [Tue, 31 Mar 2009 15:50:16 +0000 (15:50 +0000)]
#5581: fget argument of abstractproperty is optional as well.
Georg Brandl [Tue, 31 Mar 2009 15:46:30 +0000 (15:46 +0000)]
#5566: fix versionadded from PyLong ssize_t functions.
Georg Brandl [Tue, 31 Mar 2009 15:43:20 +0000 (15:43 +0000)]
#5519: remove reference to Kodos, which seems dead.
Jeremy Hylton [Tue, 31 Mar 2009 15:04:15 +0000 (15:04 +0000)]
Add check for PyDict_Update() error.
Jeremy Hylton [Tue, 31 Mar 2009 13:48:15 +0000 (13:48 +0000)]
Global statements from one function leaked into parallel functions.
Re http://bugs.python.org/issue4315
The symbol table used the same name dictionaries to recursively
analyze each of its child blocks, even though the dictionaries are
modified during analysis. The fix is to create new temporary
dictionaries via the analyze_child_block(). The only information that
needs to propagate back up is the names of the free variables.
Add more comments and break out a helper function. This code doesn't
get any easier to understand when you only look at it once a year.
Jeremy Hylton [Tue, 31 Mar 2009 13:31:00 +0000 (13:31 +0000)]
Update quicktest to match Python 3 branch
Ronald Oussoren [Tue, 31 Mar 2009 13:20:45 +0000 (13:20 +0000)]
Minor update to OSX build-installer script, needed
to ensure that the build will succeed in a clean
checkout and with a non-default deployment target.
Jeremy Hylton [Tue, 31 Mar 2009 13:17:03 +0000 (13:17 +0000)]
Add is_declared_global() which distinguishes between implicit and
explicit global variables.
Hirokazu Yamamoto [Tue, 31 Mar 2009 13:13:05 +0000 (13:13 +0000)]
Issue #5387: Fixed mmap.move crash by integer overflow.
Jesse Noller [Tue, 31 Mar 2009 03:31:16 +0000 (03:31 +0000)]
add JoinableQueue to __all__
Georg Brandl [Tue, 31 Mar 2009 01:25:15 +0000 (01:25 +0000)]
Fix a wrong struct field assignment (docstring as closure).
Andrew M. Kuchling [Tue, 31 Mar 2009 01:21:01 +0000 (01:21 +0000)]
Add various items
Jesse Noller [Mon, 30 Mar 2009 23:29:31 +0000 (23:29 +0000)]
merge in patch from tim golden to fix contextmanager support for mp.Lock()
R. David Murray [Mon, 30 Mar 2009 23:10:37 +0000 (23:10 +0000)]
Actually suppress warnings in test_at_least_import_untested_modules
inside the catch_warnings context manager.
Ronald Oussoren [Mon, 30 Mar 2009 23:10:35 +0000 (23:10 +0000)]
Fix issue #4865: add /Library/Python/2.7/site-packages to
sys.path on OSX, to make it easier to share (some) installed
packages between the system install and a user install.
Andrew M. Kuchling [Mon, 30 Mar 2009 23:09:46 +0000 (23:09 +0000)]
Add more items
Andrew M. Kuchling [Mon, 30 Mar 2009 23:08:24 +0000 (23:08 +0000)]
typo fix
R. David Murray [Mon, 30 Mar 2009 23:05:48 +0000 (23:05 +0000)]
Change more tests to use import_module for the modules that
should cause tests to be skipped. Also rename import_function
to the more descriptive get_attribute and add a docstring.
Georg Brandl [Mon, 30 Mar 2009 22:43:00 +0000 (22:43 +0000)]
#5039: make it clear that the impl. note refers to CPython.
Barry Warsaw [Mon, 30 Mar 2009 22:42:17 +0000 (22:42 +0000)]
A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht),
though with some changes by me. This patch should not be back ported or
forward ported. It's a bit too risky for 2.6 and 3.x does things fairly
differently.
Andrew M. Kuchling [Mon, 30 Mar 2009 22:31:11 +0000 (22:31 +0000)]
Many edits
Andrew M. Kuchling [Mon, 30 Mar 2009 22:30:20 +0000 (22:30 +0000)]
Add several items and placeholders
Andrew M. Kuchling [Mon, 30 Mar 2009 22:29:53 +0000 (22:29 +0000)]
Remove comment
Andrew M. Kuchling [Mon, 30 Mar 2009 22:29:15 +0000 (22:29 +0000)]
Typo fixes
Georg Brandl [Mon, 30 Mar 2009 22:09:34 +0000 (22:09 +0000)]
#5199: make warning about vars() assignment more visible.
Martin v. Löwis [Mon, 30 Mar 2009 22:06:33 +0000 (22:06 +0000)]
Add several VM developers.
Jesse Noller [Mon, 30 Mar 2009 21:53:29 +0000 (21:53 +0000)]
finalize the queue prior to shutdown
Senthil Kumaran [Mon, 30 Mar 2009 21:51:50 +0000 (21:51 +0000)]
Fix for bugs: Issue4675 and Issue4962.
R. David Murray [Mon, 30 Mar 2009 20:04:06 +0000 (20:04 +0000)]
Remove references to test_socket_ssl which was deleted in trunk
in r64392 and py3k in r59038.
Ronald Oussoren [Mon, 30 Mar 2009 20:02:08 +0000 (20:02 +0000)]
Fix for issue 13095
Ronald Oussoren [Mon, 30 Mar 2009 19:56:25 +0000 (19:56 +0000)]
Fixes issue 5270