Georg Brandl
4049ce080c
#6235 : ASCII also affects \[dD] escapes.
2009-06-08 07:49:54 +00:00
Georg Brandl
ed2a1db59d
Remove duplicated sentence. Remove duplicated sentence.
2009-06-08 07:48:27 +00:00
Benjamin Peterson
c674f7de42
Blocked revisions 73282 via svnmerge
...
........
r73282 | benjamin.peterson | 2009-06-07 18:12:44 -0500 (Sun, 07 Jun 2009) | 1 line
backport r73273
........
2009-06-07 23:15:34 +00:00
Brett Cannon
c6d936e23f
When _locale became a built-in module it was discovered that ``-lintl`` was not
...
added as a build flag as needed. This then led to the discovery that OS X
framework builds did not have the LIBS var to pick up this flag.
Fixes issue #6154 . Thanks to Benjamin Peterson, Roumen Petrov, Erick Tryzelaar,
Mark Dickinson, Evan Behar, and Ronald Oussoren for helping.
2009-06-07 20:09:53 +00:00
Martin v. Löwis
b7a515609d
Issue #6221 : Delete test registry key before running the test.
2009-06-07 17:55:17 +00:00
Benjamin Peterson
0a044e17be
Blocked revisions 73270 via svnmerge
...
........
r73270 | benjamin.peterson | 2009-06-07 11:24:48 -0500 (Sun, 07 Jun 2009) | 1 line
backport r73268
........
2009-06-07 16:26:47 +00:00
Ronald Oussoren
8e5bda46ca
Fix symlink for 2to3 in framework install. Without this patch an incorrect link is created when DESTDIR is set.
2009-06-07 15:34:13 +00:00
Ronald Oussoren
fe8a3d6eeb
Fix for issue 6202
2009-06-07 15:29:46 +00:00
Benjamin Peterson
2cfca7977e
stop throwing out all errors when PyObject_GetAttr fails
2009-06-06 20:46:48 +00:00
Benjamin Peterson
0926ad1f05
give the C implementation of TextIOWrapper the errors property #6217
2009-06-06 18:02:12 +00:00
Antoine Pitrou
3bbbf18a38
Add what's new entry for r73236.
2009-06-06 14:21:44 +00:00
Benjamin Peterson
c0d98aa5c0
Merged revisions 73250 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73250 | benjamin.peterson | 2009-06-05 14:09:28 -0500 (Fri, 05 Jun 2009) | 1 line
only test for named pipe when os.stat doesn't raise #6209
........
2009-06-05 19:13:27 +00:00
Tarek Ziadé
ef3e71faac
Blocked revisions 73243 via svnmerge
...
........
r73243 | tarek.ziade | 2009-06-05 15:37:29 +0200 (Fri, 05 Jun 2009) | 1 line
reverting r72823 : Python trunk has to use latin-1 encoding
........
2009-06-05 13:51:52 +00:00
Eric Smith
8e91ec75af
Blocked revisions 73240 via svnmerge
...
........
r73240 | eric.smith | 2009-06-05 08:33:26 -0400 (Fri, 05 Jun 2009) | 1 line
Removed tests so that test_float pass on Windows. See issue 6198.
........
2009-06-05 12:34:12 +00:00
Antoine Pitrou
d9dfaa9487
Issue #6137 : The pickle module now translates module names when loading
...
or dumping pickles with a 2.x-compatible protocol, in order to make data
sharing and migration easier. This behaviour can be disabled using the
new `fix_imports` optional argument.
2009-06-04 20:32:06 +00:00
Georg Brandl
751899a59f
Merged revisions 73232 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73232 | georg.brandl | 2009-06-04 20:59:58 +0200 (Do, 04 Jun 2009) | 1 line
Add test for #3684 .
........
2009-06-04 19:41:00 +00:00
Raymond Hettinger
40925d288c
Remove the ipaddr module per discussion on python-dev.
2009-06-04 18:32:39 +00:00
Eric Smith
5c01a8d1bd
Merged revisions 73224 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73224 | eric.smith | 2009-06-04 13:58:15 -0400 (Thu, 04 Jun 2009) | 1 line
Minor documentation fixes for logging.
........
2009-06-04 18:20:51 +00:00
Raymond Hettinger
aa5acaa2d6
Take ipaddr out of whatsnew.
2009-06-04 17:39:41 +00:00
Georg Brandl
f5123effa2
Merged revisions 73217 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73217 | georg.brandl | 2009-06-04 12:27:21 +0200 (Do, 04 Jun 2009) | 1 line
#6175 : document that inet_aton supports alternate input formats with less than three dots.
........
2009-06-04 10:28:36 +00:00
Georg Brandl
ec8068891c
Merged revisions 73215 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73215 | georg.brandl | 2009-06-04 12:22:31 +0200 (Do, 04 Jun 2009) | 1 line
#6176 : fix man page section for flock(2).
........
2009-06-04 10:23:20 +00:00
Georg Brandl
3cfdd9c1d5
Merged revisions 73186,73206,73212 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73186 | georg.brandl | 2009-06-03 23:21:09 +0200 (Mi, 03 Jun 2009) | 1 line
#6174 : fix indentation in code example.
........
r73206 | georg.brandl | 2009-06-04 11:15:12 +0200 (Do, 04 Jun 2009) | 1 line
#3584 : ignore trailing newlines when placing the caret for a SyntaxError location.
........
r73212 | georg.brandl | 2009-06-04 12:10:41 +0200 (Do, 04 Jun 2009) | 1 line
Better name for "Ctor".
........
2009-06-04 10:21:10 +00:00
Georg Brandl
706824f19f
More codestring -> codebytes.
2009-06-04 09:42:55 +00:00
Georg Brandl
3ed0deb9af
Remove nonexisting stuff from __all__.
2009-06-04 09:37:16 +00:00
Georg Brandl
1158a33fab
#3791 : remove last traces of bsddb.
2009-06-04 09:30:30 +00:00
Georg Brandl
b54d801280
#3613 : add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter.
2009-06-04 09:11:51 +00:00
Georg Brandl
cef803f82c
Remove mentions of the nonexisting SlowParser in xmlrpc.client.
2009-06-04 09:04:53 +00:00
Georg Brandl
317185a533
Recorded merge of revisions 73201 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73201 | georg.brandl | 2009-06-04 10:58:32 +0200 (Do, 04 Jun 2009) | 1 line
#5767 : remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser.
........
2009-06-04 09:00:56 +00:00
Tarek Ziadé
dc144a0323
Merged revisions 73197 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73197 | tarek.ziade | 2009-06-04 09:31:52 +0200 (Thu, 04 Jun 2009) | 1 line
improved test coverage for distutils.command.install and cleaned it up
........
2009-06-04 07:39:50 +00:00
Alexandre Vassalotti
394996b519
Issue #5373 : Remove restriction on null bytes in docstrings of classes.
2009-06-04 00:43:04 +00:00
Raymond Hettinger
d76b9f18d1
Fix __all__.
2009-06-04 00:35:30 +00:00
Raymond Hettinger
686057b8fa
Use new form of with-statement instead of contextlib.nested().
2009-06-04 00:11:54 +00:00
Ronald Oussoren
a678d94d58
Remove the application stub for Python Launcher. This
...
directory structure isn't used during the build and
causes problems when you do build without a separate
build directory.
Fixes issue 5267
2009-06-03 22:18:05 +00:00
Georg Brandl
bdee494765
#6190 : Remove duplicate paragraph.
2009-06-03 21:00:58 +00:00
Josiah Carlson
0abc64d719
This fixes bug 5798 on OS X.
...
This should also fix disconnect behavior cross-platform.
2009-06-03 19:48:02 +00:00
Raymond Hettinger
b1614a7b67
Another hidden treasure.
2009-06-03 17:21:17 +00:00
Benjamin Peterson
67d7fb5346
remove extra "|"s
2009-06-03 11:41:45 +00:00
Tarek Ziadé
c9dffa5c4d
Blocked revisions 73174 via svnmerge
...
........
r73174 | tarek.ziade | 2009-06-03 13:20:44 +0200 (Wed, 03 Jun 2009) | 1 line
assertion message was dropped
........
2009-06-03 11:22:48 +00:00
Tarek Ziadé
68407219b7
Merged revisions 73170 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73170 | tarek.ziade | 2009-06-03 13:12:08 +0200 (Wed, 03 Jun 2009) | 1 line
more cleanup and test coverage for distutils.extension
........
2009-06-03 11:17:15 +00:00
Tarek Ziadé
e6ed2f9ea0
Merged revisions 73166 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73166 | tarek.ziade | 2009-06-03 12:26:26 +0200 (Wed, 03 Jun 2009) | 1 line
added some tests for distutils.extension + code cleanup
........
2009-06-03 10:31:15 +00:00
Georg Brandl
8d6e26d6e4
Blocked revisions 73163 via svnmerge
...
........
r73163 | georg.brandl | 2009-06-03 09:25:35 +0200 (Mi, 03 Jun 2009) | 1 line
Use the preferred form of raise statements in the docs.
........
2009-06-03 07:26:53 +00:00
Georg Brandl
a5ebc268e2
<> is gone (almost).
2009-06-03 07:26:22 +00:00
Hirokazu Yamamoto
6b0e51a08c
Issue #6183 : Disables wcsftime on VC6.
2009-06-03 05:19:18 +00:00
Benjamin Peterson
3db5e7be1c
range() doesn't return a list
2009-06-03 03:13:30 +00:00
Benjamin Peterson
b2b35af751
ignore some 2to3 test files with 2.x syntax #6184
2009-06-03 03:08:41 +00:00
Tarek Ziadé
861d644929
Merged revisions 73147 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73147 | tarek.ziade | 2009-06-02 17:58:43 +0200 (Tue, 02 Jun 2009) | 1 line
improved distutils.spawn test coverage + cleaned it up
........
2009-06-02 16:18:55 +00:00
Mark Dickinson
60fe6b045a
Fix header level for 'Constants' section of math.rst
2009-06-02 12:53:15 +00:00
Ronald Oussoren
f6ccbf60e5
Fix for Issue6170: 'make frameworkinstall' failure with python 3.1rc1.
2009-06-02 10:55:56 +00:00
Mark Dickinson
5c91bf3e93
Merged revisions 73138 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73138 | mark.dickinson | 2009-06-02 08:39:26 +0100 (Tue, 02 Jun 2009) | 1 line
Typo in socket.py. Thanks Pablo Torres Navarrete.
........
2009-06-02 07:41:26 +00:00
Gregory P. Smith
0a27e3db50
Add test code to verify that relative comparison operators with an object
...
of the wrong type fail properly (TypeError is raised).
2009-06-02 05:46:01 +00:00