]>
granicus.if.org Git - python/log
R. David Murray [Wed, 13 May 2009 17:33:03 +0000 (17:33 +0000)]
This fix makes, eg, 'pydoc time' work again.
Merged revisions 72605 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72605 | r.david.murray | 2009-05-13 13:14:11 -0400 (Wed, 13 May 2009) | 3 lines
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
file is a binary. Patch by Brodie Rao, test by Daniel Diniz.
........
R. David Murray [Wed, 13 May 2009 13:15:06 +0000 (13:15 +0000)]
Recorded merge of revisions 72601 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72601 | r.david.murray | 2009-05-13 09:07:14 -0400 (Wed, 13 May 2009) | 3 lines
Move news item to correct section, remove spurious 'see below'
from docstring.
........
R. David Murray [Wed, 13 May 2009 12:27:21 +0000 (12:27 +0000)]
Merged revisions 72597 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72597 | r.david.murray | 2009-05-12 20:30:29 -0400 (Tue, 12 May 2009) | 2 lines
Issue 5994: add docstrings to marshal.
........
Benjamin Peterson [Tue, 12 May 2009 21:21:26 +0000 (21:21 +0000)]
Merged revisions 72593 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72593 | benjamin.peterson | 2009-05-12 16:06:05 -0500 (Tue, 12 May 2009) | 1 line
the compiler attribute is used in setup.py; can't rename
........
Benjamin Peterson [Tue, 12 May 2009 20:58:26 +0000 (20:58 +0000)]
two edits
Benjamin Peterson [Tue, 12 May 2009 20:47:57 +0000 (20:47 +0000)]
add example function
Benjamin Peterson [Tue, 12 May 2009 20:39:25 +0000 (20:39 +0000)]
fix error handling of PyNumber_InPlaceOr #6000
Tarek Ziadé [Tue, 12 May 2009 17:14:01 +0000 (17:14 +0000)]
Merged revisions 72585 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72585 | tarek.ziade | 2009-05-12 19:07:14 +0200 (Tue, 12 May 2009) | 1 line
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
........
Michael Foord [Tue, 12 May 2009 11:19:14 +0000 (11:19 +0000)]
Examples correction in urllib2 howto. Michael Foord
Tarek Ziadé [Tue, 12 May 2009 07:06:42 +0000 (07:06 +0000)]
Merged revisions 72577 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72577 | tarek.ziade | 2009-05-12 09:01:29 +0200 (Tue, 12 May 2009) | 1 line
removing the assert statement so the code works when Python is run with -O
........
Benjamin Peterson [Tue, 12 May 2009 03:01:51 +0000 (03:01 +0000)]
detach() is a nifty trick for making std* binary
R. David Murray [Tue, 12 May 2009 01:40:16 +0000 (01:40 +0000)]
Merged revisions 72572 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72572 | r.david.murray | 2009-05-11 21:36:57 -0400 (Mon, 11 May 2009) | 3 lines
Make it clear up front that shelve only records changes
when objects are assigned back to it when writeback is False.
........
Mark Dickinson [Mon, 11 May 2009 16:41:34 +0000 (16:41 +0000)]
typo: candiate -> candidate
Mark Dickinson [Mon, 11 May 2009 15:45:15 +0000 (15:45 +0000)]
Merged revisions 72564 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72564 | mark.dickinson | 2009-05-11 16:33:08 +0100 (Mon, 11 May 2009) | 2 lines
Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.
........
Tarek Ziadé [Mon, 11 May 2009 08:49:17 +0000 (08:49 +0000)]
Merged revisions 72560 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72560 | tarek.ziade | 2009-05-11 10:45:17 +0200 (Mon, 11 May 2009) | 1 line
distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers
........
Brett Cannon [Mon, 11 May 2009 01:47:11 +0000 (01:47 +0000)]
Tests for case-senstivity were not being skipped for darwin when installed on a
case-sensitive filesystems -- which is not the default case. Along the way also
fixed the skipping of tests when sys.dont_write_bytecode is true.
Closes issue #5442 again.
Benjamin Peterson [Sun, 10 May 2009 23:43:14 +0000 (23:43 +0000)]
bytes -> bytearray
Antoine Pitrou [Sun, 10 May 2009 22:27:00 +0000 (22:27 +0000)]
Issue #5990: fix memory leak introduced by PEP 383 commits
Tarek Ziadé [Sun, 10 May 2009 21:31:23 +0000 (21:31 +0000)]
Merged revisions 72552 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72552 | tarek.ziade | 2009-05-10 23:27:55 +0200 (Sun, 10 May 2009) | 1 line
fixed test_build_ext for win32
........
Tarek Ziadé [Sun, 10 May 2009 12:38:16 +0000 (12:38 +0000)]
Merged revisions 72547 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72547 | tarek.ziade | 2009-05-10 14:36:48 +0200 (Sun, 10 May 2009) | 1 line
fixed test for all platforms
........
Tarek Ziadé [Sun, 10 May 2009 12:20:44 +0000 (12:20 +0000)]
Merged revisions 72543 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72543 | tarek.ziade | 2009-05-10 14:17:30 +0200 (Sun, 10 May 2009) | 1 line
now using EnvironGuard everywhere
........
Tarek Ziadé [Sun, 10 May 2009 12:02:35 +0000 (12:02 +0000)]
Merged revisions 72539 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72539 | tarek.ziade | 2009-05-10 13:59:30 +0200 (Sun, 10 May 2009) | 1 line
refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard
........
Tarek Ziadé [Sun, 10 May 2009 11:45:41 +0000 (11:45 +0000)]
Merged revisions 72535 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72535 | tarek.ziade | 2009-05-10 13:42:46 +0200 (Sun, 10 May 2009) | 1 line
Added tests form install_lib and pep8-fied the module
........
Tarek Ziadé [Sun, 10 May 2009 10:34:01 +0000 (10:34 +0000)]
Merged revisions 72531 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72531 | tarek.ziade | 2009-05-10 12:12:08 +0200 (Sun, 10 May 2009) | 1 line
fixed #5984 and improved test coverage
........
Martin v. Löwis [Sun, 10 May 2009 09:33:21 +0000 (09:33 +0000)]
Rename the surrogates handler to surrogatepass.
Martin v. Löwis [Sun, 10 May 2009 08:15:24 +0000 (08:15 +0000)]
Rename utf8b error handler to surrogateescape.
Martin v. Löwis [Sun, 10 May 2009 08:08:56 +0000 (08:08 +0000)]
Rename the surrogates error handler to surrogatepass.
Benjamin Peterson [Sat, 9 May 2009 19:44:56 +0000 (19:44 +0000)]
remove unneeded uses of str()
Benjamin Peterson [Sat, 9 May 2009 19:42:23 +0000 (19:42 +0000)]
Merged revisions 72494 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
................
r72494 | benjamin.peterson | 2009-05-08 20:01:14 -0500 (Fri, 08 May 2009) | 21 lines
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
........
................
Benjamin Peterson [Sat, 9 May 2009 19:30:46 +0000 (19:30 +0000)]
only need to catch an TypeError here
Benjamin Peterson [Sat, 9 May 2009 19:24:36 +0000 (19:24 +0000)]
Merged revisions 72518 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72518 | benjamin.peterson | 2009-05-09 14:18:36 -0500 (Sat, 09 May 2009) | 1 line
clear error state properly
........
Benjamin Peterson [Sat, 9 May 2009 19:22:46 +0000 (19:22 +0000)]
Blocked revisions 72516-72517 via svnmerge
........
r72516 | benjamin.peterson | 2009-05-09 14:03:05 -0500 (Sat, 09 May 2009) | 1 line
ignore AttributeErrors for classic classes
........
r72517 | benjamin.peterson | 2009-05-09 14:17:59 -0500 (Sat, 09 May 2009) | 1 line
don't ignore exceptions from _PyObject_LengthHint
........
Benjamin Peterson [Sat, 9 May 2009 18:15:04 +0000 (18:15 +0000)]
Merged revisions 72508 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72508 | benjamin.peterson | 2009-05-09 11:36:39 -0500 (Sat, 09 May 2009) | 1 line
convert some more special methods to use _PyObject_LookupSpecial
........
Benjamin Peterson [Sat, 9 May 2009 18:10:51 +0000 (18:10 +0000)]
these builtins have to be initialized
Benjamin Peterson [Sat, 9 May 2009 17:27:24 +0000 (17:27 +0000)]
Blocked revisions 72509-72510,72512 via svnmerge
........
r72509 | benjamin.peterson | 2009-05-09 11:51:51 -0500 (Sat, 09 May 2009) | 1 line
ignore classic classes
........
r72510 | benjamin.peterson | 2009-05-09 12:13:10 -0500 (Sat, 09 May 2009) | 1 line
can't handle classic classes here
........
r72512 | benjamin.peterson | 2009-05-09 12:23:03 -0500 (Sat, 09 May 2009) | 1 line
*sigh* deal with instances correctly
........
Benjamin Peterson [Sat, 9 May 2009 17:21:13 +0000 (17:21 +0000)]
Merged revisions 72495 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72495 | benjamin.peterson | 2009-05-08 21:07:04 -0500 (Fri, 08 May 2009) | 1 line
lookup __reversed__ correctly as a special method
........
Tarek Ziadé [Sat, 9 May 2009 11:55:12 +0000 (11:55 +0000)]
Merged revisions 72497 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72497 | tarek.ziade | 2009-05-09 10:28:53 +0200 (Sat, 09 May 2009) | 1 line
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used
........
Tarek Ziadé [Sat, 9 May 2009 10:09:11 +0000 (10:09 +0000)]
Merged revisions 72500 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72500 | tarek.ziade | 2009-05-09 12:06:00 +0200 (Sat, 09 May 2009) | 1 line
#5976: fixed distutils test_check_environ
........
Martin v. Löwis [Sat, 9 May 2009 07:12:44 +0000 (07:12 +0000)]
Revert encoding error from r72309.
Gregory P. Smith [Fri, 8 May 2009 23:19:47 +0000 (23:19 +0000)]
Merged revisions 72489 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72489 | gregory.p.smith | 2009-05-08 16:16:47 -0700 (Fri, 08 May 2009) | 3 lines
Fix an off by one error on negative indexs to __getitem__
http://code.google.com/p/ipaddr-py/issues/detail?id=15
........
Mark Dickinson [Fri, 8 May 2009 21:28:46 +0000 (21:28 +0000)]
Clean up some int/long detection remnants in resource module.
Benjamin Peterson [Fri, 8 May 2009 21:07:34 +0000 (21:07 +0000)]
Blocked revisions 72107 via svnmerge
........
r72107 | matthias.klose | 2009-04-29 12:18:19 -0500 (Wed, 29 Apr 2009) | 3 lines
- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
the order that backends for the dbm extension are checked.
........
Mark Dickinson [Fri, 8 May 2009 21:01:57 +0000 (21:01 +0000)]
Merged revisions 72479 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72479 | mark.dickinson | 2009-05-08 21:58:08 +0100 (Fri, 08 May 2009) | 3 lines
Issue #5933: Fix gcc -Wextra compiler warnings (and remove some
trailing whitespace).
........
Benjamin Peterson [Fri, 8 May 2009 20:59:42 +0000 (20:59 +0000)]
Blocked revisions 72053,72111,72114,72246,72343,72418-72419,72451 via svnmerge
........
r72053 | raymond.hettinger | 2009-04-27 16:12:54 -0500 (Mon, 27 Apr 2009) | 1 line
Add example to the seealso section.
........
r72111 | matthias.klose | 2009-04-29 14:52:49 -0500 (Wed, 29 Apr 2009) | 3 lines
- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
the order that backends for the dbm extension are checked.
........
r72114 | matthias.klose | 2009-04-29 15:09:50 -0500 (Wed, 29 Apr 2009) | 2 lines
- configure.in: Don't error, when no --with-dbmliborder option is present
........
r72246 | gregory.p.smith | 2009-05-03 15:27:25 -0500 (Sun, 03 May 2009) | 2 lines
docstring update.
........
r72343 | senthil.kumaran | 2009-05-05 12:34:42 -0500 (Tue, 05 May 2009) | 1 line
Fixing issue5861 - test_urllib fails on windows. Agree to comment to have ':' in pathname2url as windows recognizes it. test_urllib passes now.
........
r72418 | r.david.murray | 2009-05-06 20:39:25 -0500 (Wed, 06 May 2009) | 3 lines
Document how to pass a 'decode' argument to get_payload when
is_multipart is False.
........
r72419 | r.david.murray | 2009-05-06 20:43:57 -0500 (Wed, 06 May 2009) | 2 lines
Revert inappropriate doc change.
........
r72451 | tarek.ziade | 2009-05-07 17:19:27 -0500 (Thu, 07 May 2009) | 1 line
run autoconf (step forgotten in r72445)
........
Benjamin Peterson [Fri, 8 May 2009 20:54:42 +0000 (20:54 +0000)]
port r72246
Benjamin Peterson [Fri, 8 May 2009 20:42:26 +0000 (20:42 +0000)]
Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70768 | andrew.kuchling | 2009-03-30 17:29:15 -0500 (Mon, 30 Mar 2009) | 1 line
Typo fixes
........
r71657 | vinay.sajip | 2009-04-16 14:07:37 -0500 (Thu, 16 Apr 2009) | 1 line
Issue #5768: Change to Unicode output logic and test case for same.
........
r71721 | benjamin.peterson | 2009-04-18 14:26:19 -0500 (Sat, 18 Apr 2009) | 1 line
fix a few nits in unittest.py #5771
........
r71729 | benjamin.peterson | 2009-04-18 16:03:10 -0500 (Sat, 18 Apr 2009) | 1 line
move test to a more appropiate one
........
r71794 | vinay.sajip | 2009-04-22 07:10:47 -0500 (Wed, 22 Apr 2009) | 2 lines
Issue #5170: Fixed regression caused when fixing #5768.
........
r71976 | mark.dickinson | 2009-04-26 14:54:55 -0500 (Sun, 26 Apr 2009) | 2 lines
Fix typo in function name
........
r72036 | georg.brandl | 2009-04-27 12:04:23 -0500 (Mon, 27 Apr 2009) | 1 line
#5848: small unittest doc patch.
........
r72037 | georg.brandl | 2009-04-27 12:09:53 -0500 (Mon, 27 Apr 2009) | 1 line
#5840: dont claim we dont support TLS.
........
r72079 | r.david.murray | 2009-04-28 14:02:55 -0500 (Tue, 28 Apr 2009) | 2 lines
Remove spurious 'u'.
........
r72085 | georg.brandl | 2009-04-28 16:48:35 -0500 (Tue, 28 Apr 2009) | 1 line
Make the doctests in the docs pass, except for those in the turtle module.
........
r72131 | benjamin.peterson | 2009-04-29 17:43:35 -0500 (Wed, 29 Apr 2009) | 1 line
fix test_shutil on ZFS #5676
........
r72132 | georg.brandl | 2009-04-29 17:44:07 -0500 (Wed, 29 Apr 2009) | 1 line
#5878: fix repr of re object.
........
r72133 | benjamin.peterson | 2009-04-29 17:44:15 -0500 (Wed, 29 Apr 2009) | 1 line
make sure mode is removable while cleaning up test droppings
........
r72134 | benjamin.peterson | 2009-04-29 19:06:33 -0500 (Wed, 29 Apr 2009) | 1 line
make sure to close file
........
r72191 | michael.foord | 2009-05-02 06:43:06 -0500 (Sat, 02 May 2009) | 9 lines
Adds an exit parameter to unittest.main(). If False main no longer
calls sys.exit.
Closes issue 3379.
Michael Foord
........
r72197 | benjamin.peterson | 2009-05-02 11:24:37 -0500 (Sat, 02 May 2009) | 1 line
don't let sys.argv be used in the tests
........
r72198 | andrew.kuchling | 2009-05-02 12:12:15 -0500 (Sat, 02 May 2009) | 1 line
Add items
........
r72219 | michael.foord | 2009-05-02 15:15:05 -0500 (Sat, 02 May 2009) | 8 lines
Add addCleanup and doCleanups to unittest.TestCase.
Closes issue 5679.
Michael Foord
........
r72221 | benjamin.peterson | 2009-05-02 15:26:53 -0500 (Sat, 02 May 2009) | 1 line
add myself
........
r72225 | michael.foord | 2009-05-02 17:43:34 -0500 (Sat, 02 May 2009) | 1 line
........
r72303 | benjamin.peterson | 2009-05-04 19:55:24 -0500 (Mon, 04 May 2009) | 1 line
using sys._getframe(x), where x > 0 doesnt' work on IronPython
........
r72434 | r.david.murray | 2009-05-07 13:09:58 -0500 (Thu, 07 May 2009) | 2 lines
Pre-opened test file needs to be opened in binary mode.
........
r72467 | georg.brandl | 2009-05-08 07:17:34 -0500 (Fri, 08 May 2009) | 1 line
Fix name.
........
r72476 | thomas.heller | 2009-05-08 15:09:40 -0500 (Fri, 08 May 2009) | 4 lines
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.
........
Benjamin Peterson [Fri, 8 May 2009 18:18:45 +0000 (18:18 +0000)]
Merged revisions 72474 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72474 | benjamin.peterson | 2009-05-08 12:59:29 -0500 (Fri, 08 May 2009) | 1 line
fix this test
........
Jeroen Ruigrok van der Werven [Fri, 8 May 2009 14:18:00 +0000 (14:18 +0000)]
Merged revisions 72469 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72469 | jeroen.ruigrok | 2009-05-08 16:11:23 +0200 (vr, 08 mei 2009) | 2 lines
Update the Windows locale mapping with the ones introduced with Vista.
........
Jeroen Ruigrok van der Werven [Fri, 8 May 2009 14:17:00 +0000 (14:17 +0000)]
Merged revisions 72468 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72468 | jeroen.ruigrok | 2009-05-08 15:07:39 +0200 (vr, 08 mei 2009) | 2 lines
Add ISO-8859-16.
........
Philip Jenvey [Fri, 8 May 2009 03:57:12 +0000 (03:57 +0000)]
#4351: more appropriate DeprecationWarning stacklevels
Benjamin Peterson [Fri, 8 May 2009 03:31:15 +0000 (03:31 +0000)]
Blocked revisions 72464 via svnmerge
........
r72464 | benjamin.peterson | 2009-05-07 22:29:26 -0500 (Thu, 07 May 2009) | 1 line
this is now a bound method
........
Benjamin Peterson [Fri, 8 May 2009 03:27:59 +0000 (03:27 +0000)]
this is now a bound method
Benjamin Peterson [Fri, 8 May 2009 03:25:19 +0000 (03:25 +0000)]
Merged revisions 72461 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72461 | benjamin.peterson | 2009-05-07 22:06:00 -0500 (Thu, 07 May 2009) | 1 line
add _PyObject_LookupSpecial to handle fetching special method lookup
........
Benjamin Peterson [Fri, 8 May 2009 02:46:09 +0000 (02:46 +0000)]
Blocked revisions 72458 via svnmerge
........
r72458 | philip.jenvey | 2009-05-07 21:28:39 -0500 (Thu, 07 May 2009) | 2 lines
#4351: more appropriate DeprecationWarning stacklevels
........
Tarek Ziadé [Thu, 7 May 2009 23:11:34 +0000 (23:11 +0000)]
Merged revisions 72454 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72454 | tarek.ziade | 2009-05-08 01:01:56 +0200 (Fri, 08 May 2009) | 1 line
fixed AR/ARFLAGS values in test_sysconfig
........
Tarek Ziadé [Thu, 7 May 2009 22:18:49 +0000 (22:18 +0000)]
run autoconf (step forgotten in r72446)
Tarek Ziadé [Thu, 7 May 2009 21:24:43 +0000 (21:24 +0000)]
Merged revisions 72445 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72445 | tarek.ziade | 2009-05-07 23:20:34 +0200 (Thu, 07 May 2009) | 1 line
Fixed #5941: added ARFLAGS for the archiver command.
........
Tarek Ziadé [Thu, 7 May 2009 21:14:34 +0000 (21:14 +0000)]
Blocked revisions 72443 via svnmerge
........
r72443 | tarek.ziade | 2009-05-07 23:13:02 +0200 (Thu, 07 May 2009) | 1 line
removed remaining spaces
........
Eric Smith [Thu, 7 May 2009 19:38:09 +0000 (19:38 +0000)]
Merged revisions 72439 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72439 | eric.smith | 2009-05-07 15:36:09 -0400 (Thu, 07 May 2009) | 1 line
Fixed wording for formatting integers: precision is not allowed.
........
Benjamin Peterson [Thu, 7 May 2009 19:14:14 +0000 (19:14 +0000)]
remove old metaclass demos
R. David Murray [Thu, 7 May 2009 18:24:38 +0000 (18:24 +0000)]
Merged revisions 72425-72426 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72425 | r.david.murray | 2009-05-07 12:27:02 -0400 (Thu, 07 May 2009) | 3 lines
Issue5955: aifc's close method did not close the file it wrapped,
now it does. This also means getfp method now returns the real fp.
........
r72426 | r.david.murray | 2009-05-07 12:29:19 -0400 (Thu, 07 May 2009) | 3 lines
News item for Issue5955.
........
Mark Dickinson [Thu, 7 May 2009 16:37:01 +0000 (16:37 +0000)]
Misc/NEWS entry for r72248
Benjamin Peterson [Thu, 7 May 2009 11:53:38 +0000 (11:53 +0000)]
Merged revisions 72422 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72422 | benjamin.peterson | 2009-05-07 06:45:38 -0500 (Thu, 07 May 2009) | 1 line
actually close files instead of leaving it to the gc #5955
........
Andrew M. Kuchling [Thu, 7 May 2009 10:56:44 +0000 (10:56 +0000)]
Merged revisions 72415 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72415 | andrew.kuchling | 2009-05-06 18:54:19 -0400 (Wed, 06 May 2009) | 1 line
Remove two dead links
........
Benjamin Peterson [Wed, 6 May 2009 23:26:59 +0000 (23:26 +0000)]
post release updates
Benjamin Peterson [Wed, 6 May 2009 20:51:23 +0000 (20:51 +0000)]
tag 3.1 beta 1
Benjamin Peterson [Wed, 6 May 2009 20:43:28 +0000 (20:43 +0000)]
bump version to 3.1b1
Benjamin Peterson [Wed, 6 May 2009 20:39:50 +0000 (20:39 +0000)]
update pydoc_topics
Walter Dörwald [Wed, 6 May 2009 14:41:26 +0000 (14:41 +0000)]
Merged revisions 72404-72406 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72404 | walter.doerwald | 2009-05-06 16:28:24 +0200 (Mi, 06 Mai 2009) | 3 lines
Issue 3739: The unicode-internal encoder now reports the number of *characters*
consumed like any other encoder (instead of the number of bytes).
........
r72406 | walter.doerwald | 2009-05-06 16:32:35 +0200 (Mi, 06 Mai 2009) | 2 lines
Add NEWS entry about issue #3739.
........
Jeroen Ruigrok van der Werven [Wed, 6 May 2009 13:18:35 +0000 (13:18 +0000)]
Merged revisions 72399 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72399 | jeroen.ruigrok | 2009-05-06 15:16:36 +0200 (wo, 06 mei 2009) | 4 lines
Be more explicit about the error we are catching.
Requested by: Antoine Pitrou
........
Eric Smith [Wed, 6 May 2009 13:08:15 +0000 (13:08 +0000)]
Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf.
Georg Brandl [Wed, 6 May 2009 08:47:56 +0000 (08:47 +0000)]
#5947: add PendingDeprecationWarning to PyCObject functions.
Georg Brandl [Wed, 6 May 2009 08:32:17 +0000 (08:32 +0000)]
#5946: fix speling.
Tarek Ziadé [Wed, 6 May 2009 08:12:20 +0000 (08:12 +0000)]
Blocked revisions 72392 via svnmerge
........
r72392 | tarek.ziade | 2009-05-06 10:11:00 +0200 (Wed, 06 May 2009) | 1 line
removed string.split usage
........
Tarek Ziadé [Wed, 6 May 2009 08:08:26 +0000 (08:08 +0000)]
Merged revisions 72388 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72388 | tarek.ziade | 2009-05-06 10:05:47 +0200 (Wed, 06 May 2009) | 1 line
more build_clib cleanup + test coverage
........
Mark Hammond [Wed, 6 May 2009 08:04:54 +0000 (08:04 +0000)]
Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.
By Larry Hastings, reviewed eric.smith and mark.hammond.
Tarek Ziadé [Wed, 6 May 2009 07:43:09 +0000 (07:43 +0000)]
Blocked revisions 72382 via svnmerge
........
r72382 | tarek.ziade | 2009-05-06 09:41:53 +0200 (Wed, 06 May 2009) | 1 line
pep8-fied build_clib module : it is now similar to the one in 3.x
........
Tarek Ziadé [Wed, 6 May 2009 07:26:24 +0000 (07:26 +0000)]
Fixed #5940: distutils.command.build_clib.check_library_list is doing the right checkings again
Jeroen Ruigrok van der Werven [Wed, 6 May 2009 05:33:24 +0000 (05:33 +0000)]
Merged revisions 72375 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72375 | jeroen.ruigrok | 2009-05-06 07:25:42 +0200 (wo, 06 mei 2009) | 5 lines
Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent
us from raising an exception when the locale is invalid.
Issue #
1443504
........
Hirokazu Yamamoto [Wed, 6 May 2009 04:02:39 +0000 (04:02 +0000)]
Added Objects/capsule.c to project files.
Kurt B. Kaiser [Wed, 6 May 2009 03:38:31 +0000 (03:38 +0000)]
Merged revisions 72226 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72226 | kurt.kaiser | 2009-05-02 21:03:44 -0400 (Sat, 02 May 2009) | 3 lines
idle.py modified and simplified to better support
developing experimental versions of IDLE which are
not installed in the standard location.
........
Kurt B. Kaiser [Wed, 6 May 2009 03:23:37 +0000 (03:23 +0000)]
Merged revisions 72227 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72227 | kurt.kaiser | 2009-05-02 22:05:22 -0400 (Sat, 02 May 2009) | 2 lines
Further development of issue5559, handle Windows files
which not only have embedded spaces, but leading spaces.
........
Benjamin Peterson [Wed, 6 May 2009 02:43:58 +0000 (02:43 +0000)]
turn this into a macro
Benjamin Peterson [Tue, 5 May 2009 23:23:31 +0000 (23:23 +0000)]
Merged revisions 72368 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
................
r72368 | benjamin.peterson | 2009-05-05 18:13:58 -0500 (Tue, 05 May 2009) | 53 lines
Merged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,71695 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r68503 | benjamin.peterson | 2009-01-10 14:14:49 -0600 (Sat, 10 Jan 2009) | 1 line
use variable
........
r68507 | benjamin.peterson | 2009-01-10 15:13:16 -0600 (Sat, 10 Jan 2009) | 1 line
rewrap
........
r68694 | benjamin.peterson | 2009-01-17 17:55:59 -0600 (Sat, 17 Jan 2009) | 1 line
test for specific node type
........
r69054 | guilherme.polo | 2009-01-28 10:01:54 -0600 (Wed, 28 Jan 2009) | 2 lines
Added mapping for the ttk module.
........
r69673 | benjamin.peterson | 2009-02-16 09:38:22 -0600 (Mon, 16 Feb 2009) | 1 line
fix handling of as imports #5279
........
r69679 | benjamin.peterson | 2009-02-16 11:36:06 -0600 (Mon, 16 Feb 2009) | 1 line
make Base.get_next_sibling() and Base.get_prev_sibling() properties
........
r69680 | benjamin.peterson | 2009-02-16 11:41:48 -0600 (Mon, 16 Feb 2009) | 1 line
normalize docstrings in pytree according to PEP 11
........
r69681 | benjamin.peterson | 2009-02-16 11:43:09 -0600 (Mon, 16 Feb 2009) | 1 line
use a set
........
r70991 | benjamin.peterson | 2009-04-01 15:54:50 -0500 (Wed, 01 Apr 2009) | 1 line
map urllib.urlopen to urllib.request.open #5637
........
r70999 | benjamin.peterson | 2009-04-01 17:36:47 -0500 (Wed, 01 Apr 2009) | 1 line
add very alpha support to 2to3 for running concurrently with multiprocessing
........
r71003 | benjamin.peterson | 2009-04-01 18:10:43 -0500 (Wed, 01 Apr 2009) | 1 line
fix when multiprocessing is not available or used
........
r71695 | benjamin.peterson | 2009-04-17 22:21:29 -0500 (Fri, 17 Apr 2009) | 1 line
refactor multiprocessing support, so it's less hacky to employ and only loads mp when needed
........
................
Benjamin Peterson [Tue, 5 May 2009 23:14:15 +0000 (23:14 +0000)]
Merged revisions 72367 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72367 | benjamin.peterson | 2009-05-05 18:00:48 -0500 (Tue, 05 May 2009) | 1 line
tabify :(
........
Georg Brandl [Tue, 5 May 2009 22:53:19 +0000 (22:53 +0000)]
Small style edits.
Benjamin Peterson [Tue, 5 May 2009 22:49:38 +0000 (22:49 +0000)]
fix test__locale on windows #5643
Benjamin Peterson [Tue, 5 May 2009 22:43:21 +0000 (22:43 +0000)]
edits
Benjamin Peterson [Tue, 5 May 2009 22:31:58 +0000 (22:31 +0000)]
add a replacement API for PyCObject, PyCapsule #5630
All stdlib modules with C-APIs now use this.
Patch by Larry Hastings
Martin v. Löwis [Tue, 5 May 2009 22:14:50 +0000 (22:14 +0000)]
Merged revisions 72361 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72361 | martin.v.loewis | 2009-05-06 00:13:01 +0200 (Mi, 06 Mai 2009) | 2 lines
Issue #5721: don't package Lib/test/README anymore.
........
Mark Dickinson [Tue, 5 May 2009 21:34:59 +0000 (21:34 +0000)]
Issue #5944: Skip PEP 383 tests on OS X.
Benjamin Peterson [Tue, 5 May 2009 21:11:54 +0000 (21:11 +0000)]
Merged revisions 72357 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72357 | benjamin.peterson | 2009-05-05 16:09:21 -0500 (Tue, 05 May 2009) | 4 lines
fix running test_capi with -R ::
Also, fix a refleak in the test that was preventing running. :)
........
Thomas Heller [Tue, 5 May 2009 19:04:40 +0000 (19:04 +0000)]
Merged revisions 72352 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72352 | thomas.heller | 2009-05-05 20:55:47 +0200 (Di, 05 Mai 2009) | 3 lines
Fix Issue #4875: find_library can return directories instead of files
(on win32)
........
Senthil Kumaran [Tue, 5 May 2009 18:41:13 +0000 (18:41 +0000)]
Fix for issue1153027, making Py3k changes similar to fix in issue918368.
This will address:
a) urllib/ in py3k,
b) urllib in py2x is addressed by issue918368.
c) urllib2 in py2x was already addressed in Revision 43132.
Eric Smith [Tue, 5 May 2009 18:34:08 +0000 (18:34 +0000)]
Blocked revisions 72348 via svnmerge
........
r72348 | eric.smith | 2009-05-05 14:26:08 -0400 (Tue, 05 May 2009) | 1 line
Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
........
Mark Dickinson [Tue, 5 May 2009 17:54:36 +0000 (17:54 +0000)]
Merged revisions 72344 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72344 | mark.dickinson | 2009-05-05 18:41:47 +0100 (Tue, 05 May 2009) | 3 lines
Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for
the patch.
........
Eric Smith [Tue, 5 May 2009 17:19:46 +0000 (17:19 +0000)]
Improved wording.
Martin v. Löwis [Tue, 5 May 2009 17:17:55 +0000 (17:17 +0000)]
Issue #5943: Fix lchflags crash.
Eric Smith [Tue, 5 May 2009 16:42:58 +0000 (16:42 +0000)]
Documentation for Issue #5920.
Martin v. Löwis [Tue, 5 May 2009 16:14:30 +0000 (16:14 +0000)]
Merged revisions 72335 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72335 | martin.v.loewis | 2009-05-05 18:10:16 +0200 (Di, 05 Mai 2009) | 2 lines
Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
........