]> granicus.if.org Git - python/log
python
16 years agoRemove some traces of 'MacPython'
Ronald Oussoren [Tue, 19 May 2009 19:29:24 +0000 (19:29 +0000)]
Remove some traces of 'MacPython'

16 years agoThis patch ensures that the pydoc_data package gets installed. This is needed
Ronald Oussoren [Tue, 19 May 2009 19:06:38 +0000 (19:06 +0000)]
This patch ensures that the pydoc_data package gets installed. This is needed
to make it possible to use pydoc to get access to the language reference.

That is, without this patch the folllowing won't work:

   >>> help('if')

16 years agoNote that ordered dictionaries work with reversed().
Raymond Hettinger [Tue, 19 May 2009 17:43:59 +0000 (17:43 +0000)]
Note that ordered dictionaries work with reversed().

16 years agofixed the 'package' option of build_ext
Tarek Ziadé [Tue, 19 May 2009 16:17:21 +0000 (16:17 +0000)]
fixed the 'package' option of build_ext

16 years agoIssue 6032: fix refleaks in test_urllib2_localnet.
Collin Winter [Mon, 18 May 2009 21:35:40 +0000 (21:35 +0000)]
Issue 6032: fix refleaks in test_urllib2_localnet.

16 years agoWhile I was modifying test_trace, it threw an exception when I accidentally
Jeffrey Yasskin [Mon, 18 May 2009 21:14:54 +0000 (21:14 +0000)]
While I was modifying test_trace, it threw an exception when I accidentally
made it try to set the line number from the trace callback for a 'call' event.
This patch makes the error message a little more helpful in that case, and
makes it a little less likely that a future editor will make the same mistake
in test_trace.

16 years agoIssue 6037: MutableSequence.__iadd__ should return self.
Raymond Hettinger [Mon, 18 May 2009 15:51:59 +0000 (15:51 +0000)]
Issue 6037: MutableSequence.__iadd__ should return self.

16 years agoFixed #6053 - win32 fixes for distutils tests
Tarek Ziadé [Mon, 18 May 2009 12:21:26 +0000 (12:21 +0000)]
Fixed #6053 - win32 fixes for distutils tests

16 years agoworking with relative paths to avoid tar warnings on absolute paths
Tarek Ziadé [Mon, 18 May 2009 08:20:55 +0000 (08:20 +0000)]
working with relative paths to avoid tar warnings on absolute paths

16 years agoFixed the library extension when distutils build_ext is used inplace
Tarek Ziadé [Mon, 18 May 2009 08:03:37 +0000 (08:03 +0000)]
Fixed the library extension when distutils build_ext is used inplace

16 years agochop off slash
Benjamin Peterson [Sun, 17 May 2009 16:59:27 +0000 (16:59 +0000)]
chop off slash

16 years agofixed the test name
Tarek Ziadé [Sun, 17 May 2009 14:59:05 +0000 (14:59 +0000)]
fixed the test name

16 years agoignore .rst files in sphinx its self
Benjamin Peterson [Sun, 17 May 2009 14:16:29 +0000 (14:16 +0000)]
ignore .rst files in sphinx its self

16 years agopep8-fied distutils.archive_util + added minimum test coverage
Tarek Ziadé [Sun, 17 May 2009 12:04:57 +0000 (12:04 +0000)]
pep8-fied distutils.archive_util + added minimum test coverage

16 years agopep8-fied distutils.dir_util
Tarek Ziadé [Sun, 17 May 2009 11:22:36 +0000 (11:22 +0000)]
pep8-fied distutils.dir_util

16 years agoremoved sys.platform == 'mac' usage in distutils.dir_util
Tarek Ziadé [Sun, 17 May 2009 11:11:57 +0000 (11:11 +0000)]
removed sys.platform == 'mac' usage in distutils.dir_util

16 years agoremoved sys.platform == 'mac' support in distutils.dist.parse_command_line and improv...
Tarek Ziadé [Sun, 17 May 2009 10:44:12 +0000 (10:44 +0000)]
removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage

16 years agoIssue #6044: remove confusing wording from complex -> integer and
Mark Dickinson [Sun, 17 May 2009 10:38:30 +0000 (10:38 +0000)]
Issue #6044: remove confusing wording from complex -> integer and
complex -> float conversion error messages.

16 years agonot running this test with MSVC6
Tarek Ziadé [Sun, 17 May 2009 10:07:48 +0000 (10:07 +0000)]
not running this test with MSVC6

16 years ago#5935: mention that BROWSER is looked for in PATH.
Georg Brandl [Sun, 17 May 2009 08:55:00 +0000 (08:55 +0000)]
#5935: mention that BROWSER is looked for in PATH.

16 years ago#5942: Copy over flag table from dbm.rst which is clearer.
Georg Brandl [Sun, 17 May 2009 08:36:04 +0000 (08:36 +0000)]
#5942: Copy over flag table from dbm.rst which is clearer.

16 years ago#6017: better document behavior of dictiterators when the dict is changed.
Georg Brandl [Sun, 17 May 2009 08:24:29 +0000 (08:24 +0000)]
#6017: better document behavior of dictiterators when the dict is changed.

16 years agopart of #4144: fix exception message in console session.
Georg Brandl [Sun, 17 May 2009 08:10:27 +0000 (08:10 +0000)]
part of #4144: fix exception message in console session.

16 years agoAdded NEWS for r72698.
Hirokazu Yamamoto [Sun, 17 May 2009 02:58:36 +0000 (02:58 +0000)]
Added NEWS for r72698.

16 years agoIssue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
Hirokazu Yamamoto [Sun, 17 May 2009 02:52:09 +0000 (02:52 +0000)]
Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.

16 years agotypo
Benjamin Peterson [Sat, 16 May 2009 23:34:19 +0000 (23:34 +0000)]
typo

16 years agoupdate
Benjamin Peterson [Sat, 16 May 2009 22:46:11 +0000 (22:46 +0000)]
update

16 years agocompletely ignore old-style stuff for type checking overloading
Benjamin Peterson [Sat, 16 May 2009 22:40:56 +0000 (22:40 +0000)]
completely ignore old-style stuff for type checking overloading

16 years agodeal with old-style classes in issubclass and isinstance
Benjamin Peterson [Sat, 16 May 2009 22:30:48 +0000 (22:30 +0000)]
deal with old-style classes in issubclass and isinstance

16 years agoproperly lookup __instancecheck__ and __subclasscheck__
Benjamin Peterson [Sat, 16 May 2009 21:44:25 +0000 (21:44 +0000)]
properly lookup __instancecheck__ and __subclasscheck__

16 years agouse skipTest()
Benjamin Peterson [Sat, 16 May 2009 18:44:34 +0000 (18:44 +0000)]
use skipTest()

16 years agopep8-fied distutils.dist module
Tarek Ziadé [Sat, 16 May 2009 18:29:40 +0000 (18:29 +0000)]
pep8-fied distutils.dist module

16 years ago#6041: sdist and register now use the check command. No more duplicate code for metad...
Tarek Ziadé [Sat, 16 May 2009 16:37:06 +0000 (16:37 +0000)]
#6041: sdist and register now use the check command. No more duplicate code for metadata checking

16 years agoFix about and bugs pages to match real workflow.
Georg Brandl [Sat, 16 May 2009 11:24:41 +0000 (11:24 +0000)]
Fix about and bugs pages to match real workflow.

16 years ago#2856: document 2.x os.listdir() behavior for undecodable filenames.
Georg Brandl [Sat, 16 May 2009 11:21:29 +0000 (11:21 +0000)]
#2856: document 2.x os.listdir() behavior for undecodable filenames.

16 years ago#6009: undocument default argument of Option as deprecated.
Georg Brandl [Sat, 16 May 2009 11:18:55 +0000 (11:18 +0000)]
#6009: undocument default argument of Option as deprecated.

16 years ago#6025: fix signature of parse().
Georg Brandl [Sat, 16 May 2009 11:14:46 +0000 (11:14 +0000)]
#6025: fix signature of parse().

16 years ago#6034: clarify __reversed__ doc.
Georg Brandl [Sat, 16 May 2009 11:13:21 +0000 (11:13 +0000)]
#6034: clarify __reversed__ doc.

16 years agoFix bootstrapping by removing uses of the copy module in distutils
Antoine Pitrou [Fri, 15 May 2009 17:27:30 +0000 (17:27 +0000)]
Fix bootstrapping by removing uses of the copy module in distutils

16 years agoIssue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy...
Antoine Pitrou [Fri, 15 May 2009 16:54:52 +0000 (16:54 +0000)]
Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing.

16 years agoIssue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.
Antoine Pitrou [Fri, 15 May 2009 11:50:29 +0000 (11:50 +0000)]
Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr.

16 years agoFix example output for doctest-like demos.
Georg Brandl [Fri, 15 May 2009 08:03:03 +0000 (08:03 +0000)]
Fix example output for doctest-like demos.

16 years agoIssue 6024: make regrtest.py promote refleaks to test failures.
Collin Winter [Thu, 14 May 2009 23:26:30 +0000 (23:26 +0000)]
Issue 6024: make regrtest.py promote refleaks to test failures.

16 years agoa useful decorator for cleaning up threads
Benjamin Peterson [Thu, 14 May 2009 22:40:34 +0000 (22:40 +0000)]
a useful decorator for cleaning up threads

16 years agoprevent refleaks from threads
Benjamin Peterson [Thu, 14 May 2009 22:37:49 +0000 (22:37 +0000)]
prevent refleaks from threads

16 years agoIssue #5918: Fix a crash in the parser module.
Antoine Pitrou [Thu, 14 May 2009 21:48:09 +0000 (21:48 +0000)]
Issue #5918: Fix a crash in the parser module.

Patch by Amaury.

16 years agoIssue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
Antoine Pitrou [Thu, 14 May 2009 21:22:08 +0000 (21:22 +0000)]
Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.

(Unfortunately, nntplib doesn't have a test suite)

16 years ago#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
Tarek Ziadé [Thu, 14 May 2009 20:14:13 +0000 (20:14 +0000)]
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd

16 years agoFix test failure on Windows, and add skip check if even unicodedata
R. David Murray [Thu, 14 May 2009 16:12:57 +0000 (16:12 +0000)]
Fix test failure on Windows, and add skip check if even unicodedata
turns out not to be an external module on some other platform.

16 years agopep8-fied distutils.command.sdist + more tests
Tarek Ziadé [Thu, 14 May 2009 14:56:14 +0000 (14:56 +0000)]
pep8-fied distutils.command.sdist + more tests

16 years agomore test coverage for distutils sdist command
Tarek Ziadé [Thu, 14 May 2009 12:40:59 +0000 (12:40 +0000)]
more test coverage for distutils sdist command

16 years agoimportlib.import_module is better these days
Benjamin Peterson [Thu, 14 May 2009 00:33:10 +0000 (00:33 +0000)]
importlib.import_module is better these days

16 years agoadding void to the c function
Tarek Ziadé [Wed, 13 May 2009 22:16:03 +0000 (22:16 +0000)]
adding void to the c function

16 years agoadded an inifoo in the C file, to avoid a warning by the MSVC9 linker
Tarek Ziadé [Wed, 13 May 2009 21:30:06 +0000 (21:30 +0000)]
added an inifoo in the C file, to avoid a warning by the MSVC9 linker

16 years agoIssue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
R. David Murray [Wed, 13 May 2009 17:14:11 +0000 (17:14 +0000)]
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
file is a binary.  Patch by Brodie Rao, test by Daniel Diniz.

16 years agoMove news item to correct section, remove spurious 'see below'
R. David Murray [Wed, 13 May 2009 13:07:14 +0000 (13:07 +0000)]
Move news item to correct section, remove spurious 'see below'
from docstring.

16 years agoIssue 5994: add docstrings to marshal.
R. David Murray [Wed, 13 May 2009 00:30:29 +0000 (00:30 +0000)]
Issue 5994: add docstrings to marshal.

16 years agothe compiler attribute is used in setup.py; can't rename
Benjamin Peterson [Tue, 12 May 2009 21:06:05 +0000 (21:06 +0000)]
the compiler attribute is used in setup.py; can't rename

16 years agofixed #5977: distutils build_ext.get_outputs was not using the inplace option
Tarek Ziadé [Tue, 12 May 2009 17:07:14 +0000 (17:07 +0000)]
fixed #5977: distutils build_ext.get_outputs was not using the inplace option

16 years agoBetter fix for modules using unittest.main(). Fixes regression caused by commit for...
Michael Foord [Tue, 12 May 2009 10:49:13 +0000 (10:49 +0000)]
Better fix for modules using unittest.main(). Fixes regression caused by commit for issue 5995. Michael Foord

16 years agoFix to restore command line behaviour for test modules using unittest.main(). Regress...
Michael Foord [Tue, 12 May 2009 10:46:23 +0000 (10:46 +0000)]
Fix to restore command line behaviour for test modules using unittest.main(). Regression caused by issue 5995. Michael

16 years agoremoving the assert statement so the code works when Python is run with -O
Tarek Ziadé [Tue, 12 May 2009 07:01:29 +0000 (07:01 +0000)]
removing the assert statement so the code works when Python is run with -O

16 years agoMake it clear up front that shelve only records changes
R. David Murray [Tue, 12 May 2009 01:36:57 +0000 (01:36 +0000)]
Make it clear up front that shelve only records changes
when objects are assigned back to it when writeback is False.

16 years agoAdd missing # to NEWS
Michael Foord [Mon, 11 May 2009 18:01:45 +0000 (18:01 +0000)]
Add missing # to NEWS

16 years agoAdds a verbosity keyword argument to unittest.main plus a minor fix allowing you...
Michael Foord [Mon, 11 May 2009 17:59:43 +0000 (17:59 +0000)]
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes
from the command line.

Closes issue 5995.

Michael Foord

16 years agoIssue #5981: Fix some float.fromhex bugs related to inf and nan handling.
Mark Dickinson [Mon, 11 May 2009 15:33:08 +0000 (15:33 +0000)]
Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.

16 years agodistutils.test_build_clib added a new line at the end of the file, to avoid a warning...
Tarek Ziadé [Mon, 11 May 2009 08:45:17 +0000 (08:45 +0000)]
distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers

16 years agosys.setdefaultencoding() strikes me as a bad example
Benjamin Peterson [Sun, 10 May 2009 23:52:09 +0000 (23:52 +0000)]
sys.setdefaultencoding() strikes me as a bad example

16 years agofixed test_build_ext for win32
Tarek Ziadé [Sun, 10 May 2009 21:27:55 +0000 (21:27 +0000)]
fixed test_build_ext for win32

16 years agouse isinstance
Benjamin Peterson [Sun, 10 May 2009 14:16:47 +0000 (14:16 +0000)]
use isinstance

16 years agofixed test for all platforms
Tarek Ziadé [Sun, 10 May 2009 12:36:48 +0000 (12:36 +0000)]
fixed test for all platforms

16 years agonow using EnvironGuard everywhere
Tarek Ziadé [Sun, 10 May 2009 12:17:30 +0000 (12:17 +0000)]
now using EnvironGuard everywhere

16 years agorefactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard
Tarek Ziadé [Sun, 10 May 2009 11:59:30 +0000 (11:59 +0000)]
refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard

16 years agoAdded tests form install_lib and pep8-fied the module
Tarek Ziadé [Sun, 10 May 2009 11:42:46 +0000 (11:42 +0000)]
Added tests form install_lib and pep8-fied the module

16 years agofixed #5984 and improved test coverage
Tarek Ziadé [Sun, 10 May 2009 10:12:08 +0000 (10:12 +0000)]
fixed #5984 and improved test coverage

16 years agomake sure files are closed using the with statement
Benjamin Peterson [Sun, 10 May 2009 02:29:00 +0000 (02:29 +0000)]
make sure files are closed using the with statement

16 years agoclose file explicitly
Benjamin Peterson [Sun, 10 May 2009 01:38:02 +0000 (01:38 +0000)]
close file explicitly

16 years agoclear error state properly
Benjamin Peterson [Sat, 9 May 2009 19:18:36 +0000 (19:18 +0000)]
clear error state properly

16 years agodon't ignore exceptions from _PyObject_LengthHint
Benjamin Peterson [Sat, 9 May 2009 19:17:59 +0000 (19:17 +0000)]
don't ignore exceptions from _PyObject_LengthHint

16 years agoignore AttributeErrors for classic classes
Benjamin Peterson [Sat, 9 May 2009 19:03:05 +0000 (19:03 +0000)]
ignore AttributeErrors for classic classes

16 years ago*sigh* deal with instances correctly
Benjamin Peterson [Sat, 9 May 2009 17:23:03 +0000 (17:23 +0000)]
*sigh* deal with instances correctly

16 years agocan't handle classic classes here
Benjamin Peterson [Sat, 9 May 2009 17:13:10 +0000 (17:13 +0000)]
can't handle classic classes here

16 years agoignore classic classes
Benjamin Peterson [Sat, 9 May 2009 16:51:51 +0000 (16:51 +0000)]
ignore classic classes

16 years agoconvert some more special methods to use _PyObject_LookupSpecial
Benjamin Peterson [Sat, 9 May 2009 16:36:39 +0000 (16:36 +0000)]
convert some more special methods to use _PyObject_LookupSpecial

16 years agoIssue #5971: StreamHandler.handleError now swallows IOErrors which occur when trying...
Vinay Sajip [Sat, 9 May 2009 12:07:17 +0000 (12:07 +0000)]
Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when trying to print a traceback.

16 years ago#5976: fixed distutils test_check_environ
Tarek Ziadé [Sat, 9 May 2009 10:06:00 +0000 (10:06 +0000)]
#5976: fixed distutils test_check_environ

16 years agoFixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension...
Tarek Ziadé [Sat, 9 May 2009 08:28:53 +0000 (08:28 +0000)]
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used

16 years agolookup __reversed__ correctly as a special method
Benjamin Peterson [Sat, 9 May 2009 02:07:04 +0000 (02:07 +0000)]
lookup __reversed__ correctly as a special method

16 years agoMerged revisions 72491-72493 via svnmerge from
Benjamin Peterson [Sat, 9 May 2009 01:01:14 +0000 (01:01 +0000)]
Merged revisions 72491-72493 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r72491 | benjamin.peterson | 2009-05-08 19:33:27 -0500 (Fri, 08 May 2009) | 7 lines

  make 2to3 use unicode internally on 2.x

  This started out as a fix for #2660, but became this large refactoring
  when I realized the dire state this was in. 2to3 now uses
  tokenize.detect_encoding to decode the files correctly into unicode.
........
  r72492 | benjamin.peterson | 2009-05-08 19:35:38 -0500 (Fri, 08 May 2009) | 1 line

  remove compat code
........
  r72493 | benjamin.peterson | 2009-05-08 19:54:15 -0500 (Fri, 08 May 2009) | 1 line

  add a test for \r\n newlines
........

16 years agoFix an off by one error on negative indexs to __getitem__
Gregory P. Smith [Fri, 8 May 2009 23:16:47 +0000 (23:16 +0000)]
Fix an off by one error on negative indexs to __getitem__
http://code.google.com/p/ipaddr-py/issues/detail?id=15

16 years agoIssue 5954, PyFrame_GetLineNumber:
Jeffrey Yasskin [Fri, 8 May 2009 22:23:21 +0000 (22:23 +0000)]
Issue 5954, PyFrame_GetLineNumber:
Most uses of PyCode_Addr2Line
(http://www.google.com/codesearch?q=PyCode_Addr2Line) are just trying to get
the line number of a specified frame, but there's no way to do that directly.
Forcing people to go through the code object makes them know more about the
guts of the interpreter than they should need.

The remaining uses of PyCode_Addr2Line seem to be getting the line from a
traceback (for example,
http://www.google.com/codesearch/p?hl=en#u_9_nDrchrw/pygame-1.7.1release/src/base.c&q=PyCode_Addr2Line),
which is replaced by the tb_lineno field.  So we may be able to deprecate
PyCode_Addr2Line entirely for external use.

16 years agoPyCode_NewEmpty:
Jeffrey Yasskin [Fri, 8 May 2009 21:51:06 +0000 (21:51 +0000)]
PyCode_NewEmpty:
Most uses of PyCode_New found by http://www.google.com/codesearch?q=PyCode_New
are trying to build an empty code object, usually to put it in a dummy frame
object. This patch adds a PyCode_NewEmpty wrapper which lets the user specify
just the filename, function name, and first line number, instead of also
requiring lots of code internals.

16 years agoIssue #5933: Fix gcc -Wextra compiler warnings (and remove some
Mark Dickinson [Fri, 8 May 2009 20:58:08 +0000 (20:58 +0000)]
Issue #5933: Fix gcc -Wextra compiler warnings (and remove some
trailing whitespace).

16 years agoAdd a file that contains diffs between offical libffi files and the
Thomas Heller [Fri, 8 May 2009 20:09:40 +0000 (20:09 +0000)]
Add a file that contains diffs between offical libffi files and the
files in this repository.  Should make it easier to merge new libffi
versions.

16 years agofix this test
Benjamin Peterson [Fri, 8 May 2009 17:59:29 +0000 (17:59 +0000)]
fix this test

16 years agoUpdate the Windows locale mapping with the ones introduced with Vista.
Jeroen Ruigrok van der Werven [Fri, 8 May 2009 14:11:23 +0000 (14:11 +0000)]
Update the Windows locale mapping with the ones introduced with Vista.

16 years agoAdd ISO-8859-16.
Jeroen Ruigrok van der Werven [Fri, 8 May 2009 13:07:39 +0000 (13:07 +0000)]
Add ISO-8859-16.

16 years agoFix name.
Georg Brandl [Fri, 8 May 2009 12:17:34 +0000 (12:17 +0000)]
Fix name.

16 years agothis is now a bound method
Benjamin Peterson [Fri, 8 May 2009 03:29:26 +0000 (03:29 +0000)]
this is now a bound method

16 years agoadd _PyObject_LookupSpecial to handle fetching special method lookup
Benjamin Peterson [Fri, 8 May 2009 03:06:00 +0000 (03:06 +0000)]
add _PyObject_LookupSpecial to handle fetching special method lookup