Antoine Pitrou
54923951ad
Issue #6369 : Fix an RLE decompression bug in the binhex module.
2009-07-01 14:53:06 +00:00
Benjamin Peterson
48750022c4
Blocked revisions 73638,73697 via svnmerge
...
........
r73638 | kristjan.jonsson | 2009-06-28 16:04:17 -0500 (Sun, 28 Jun 2009) | 2 lines
http://bugs.python.org/issue6267
Cumulative patch to http and xmlrpc
........
r73697 | raymond.hettinger | 2009-06-29 14:10:29 -0500 (Mon, 29 Jun 2009) | 1 line
Issue 6370: Performance issue with collections.Counter().
........
2009-07-01 13:47:12 +00:00
Kristján Valur Jónsson
985fc6a304
http://bugs.python.org/issue6267
...
porting revision 73638 to py3k
2009-07-01 10:01:31 +00:00
Benjamin Peterson
fae45ed874
remove cobject reference
2009-07-01 03:34:25 +00:00
R. David Murray
9b2611ee40
Remove unused import for function that no longer exists.
2009-07-01 02:51:00 +00:00
Hirokazu Yamamoto
63dce79e24
Updated MSVC project files to follow PyCObject removal (r73729)
2009-07-01 02:36:00 +00:00
Hirokazu Yamamoto
6fe1f5b243
Added svn:ignore.
2009-07-01 02:24:13 +00:00
Benjamin Peterson
16f7651562
remove comment about PyNumber_Int
2009-07-01 01:45:12 +00:00
Benjamin Peterson
c8c0d78d09
remove warnings supression
2009-07-01 01:39:51 +00:00
Benjamin Peterson
04e40c1b48
remove nested from __all__
2009-07-01 01:38:23 +00:00
Raymond Hettinger
c2331dbe45
Remove docs for string.maketrans().
2009-07-01 01:37:01 +00:00
Raymond Hettinger
9c4d0edd64
Removed contextlib.nested()
2009-07-01 01:32:12 +00:00
Benjamin Peterson
6e5b0a1140
remove reference to PyCObject
2009-07-01 01:31:12 +00:00
Benjamin Peterson
f1664ae13a
remove PyCObject
2009-07-01 01:28:55 +00:00
Benjamin Peterson
286a0d2ff7
Merged revisions 73725 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
................
r73725 | benjamin.peterson | 2009-06-30 19:49:09 -0500 (Tue, 30 Jun 2009) | 21 lines
Merged revisions 73379,73388,73507,73722 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r73379 | benjamin.peterson | 2009-06-11 18:06:21 -0500 (Thu, 11 Jun 2009) | 1 line
use a real conditional expresion
........
r73388 | benjamin.peterson | 2009-06-12 09:44:29 -0500 (Fri, 12 Jun 2009) | 1 line
fix typo in last fix
........
r73507 | benjamin.peterson | 2009-06-22 13:32:04 -0500 (Mon, 22 Jun 2009) | 1 line
remove svn:executable property
........
r73722 | benjamin.peterson | 2009-06-30 19:44:30 -0500 (Tue, 30 Jun 2009) | 1 line
replace fail* with assert*
........
................
2009-07-01 01:06:56 +00:00
Amaury Forgeot d'Arc
a4aba66ebe
Fix exception name in NEWS, spotted by Neal Norwitz
2009-07-01 00:48:39 +00:00
Benjamin Peterson
46d4440cad
remove use of failIf
2009-07-01 00:45:43 +00:00
Benjamin Peterson
77108eb4bf
Merged revisions 73720 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73720 | benjamin.peterson | 2009-06-30 19:36:41 -0500 (Tue, 30 Jun 2009) | 4 lines
fix a few cases where automated fail -> assert translation messed up
Thanks Joe Amenta
........
2009-07-01 00:43:10 +00:00
Benjamin Peterson
6bcbad5f51
test that depreacted methods give warnings
2009-06-30 23:45:41 +00:00
Benjamin Peterson
e1759f8da5
Merged revisions 73717 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73717 | benjamin.peterson | 2009-06-30 18:30:12 -0500 (Tue, 30 Jun 2009) | 1 line
use assert* methods in test_unittest
........
2009-06-30 23:35:19 +00:00
Benjamin Peterson
5e474d355c
Blocked revisions 73714 via svnmerge
...
........
r73714 | benjamin.peterson | 2009-06-30 17:57:08 -0500 (Tue, 30 Jun 2009) | 1 line
convert usage of fail* to assert*
........
2009-06-30 23:09:03 +00:00
Benjamin Peterson
c9c0f201fe
convert old fail* assertions to assert*
2009-06-30 23:06:06 +00:00
Benjamin Peterson
98d23f2e06
Merged revisions 73710 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73710 | benjamin.peterson | 2009-06-30 17:14:33 -0500 (Tue, 30 Jun 2009) | 1 line
provide a dummy __exit__ on windows
........
2009-06-30 22:27:25 +00:00
Mark Dickinson
835a6c8467
Merged revisions 73701 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73701 | mark.dickinson | 2009-06-30 16:32:30 +0100 (Tue, 30 Jun 2009) | 3 lines
Issue #6347 : Add inttypes.h to the pyport.h #includes; fixes a build
failure on HP-UX 11.00.
........
2009-06-30 15:45:17 +00:00
Gregory P. Smith
aa3b5b8577
PendingDeprecationWarning -> DeprecationWarning. Both of these were
...
properly documented as being deprecated in 3.1.
2009-06-30 05:33:50 +00:00
Amaury Forgeot d'Arc
84ec8d9314
#6373 : SystemError in str.encode('latin1', 'surrogateescape')
...
if the string contains unpaired surrogates.
(In debug build, crash in assert())
This can happen with normal processing, if python starts with utf-8,
then calls sys.setfilesystemencoding('latin-1')
2009-06-29 22:36:49 +00:00
Raymond Hettinger
f909202c11
Issue 6370: Performance issue with collections.Counter().
2009-06-29 18:30:43 +00:00
Tarek Ziadé
0156f91771
Merged revisions 73688 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73688 | tarek.ziade | 2009-06-29 18:13:39 +0200 (Mon, 29 Jun 2009) | 1 line
Fixed 6365: wrong inplace location for build_ext if the extension had dots
........
2009-06-29 16:19:22 +00:00
Hirokazu Yamamoto
b1445cb258
Blocked revisions 73686 via svnmerge
...
........
r73686 | hirokazu.yamamoto | 2009-06-30 00:52:21 +0900 | 1 line
Issue #6368 : Fixed unused variable warning on Unix.
........
2009-06-29 16:03:21 +00:00
Hirokazu Yamamoto
7a9e1bd924
Merged revisions 73677,73681 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73677 | hirokazu.yamamoto | 2009-06-29 22:25:16 +0900 | 2 lines
Issue #6344 : Fixed a crash of mmap.read() when passed a negative argument.
Reviewed by Amaury Forgeot d'Arc.
........
r73681 | hirokazu.yamamoto | 2009-06-29 23:29:31 +0900 | 1 line
Fixed NEWS.
........
2009-06-29 14:54:12 +00:00
Antoine Pitrou
4b1f3e55c7
Blocked revisions 73679 via svnmerge
...
........
r73679 | antoine.pitrou | 2009-06-29 16:14:56 +0200 (lun., 29 juin 2009) | 3 lines
Backport fix for buglet from py3k
........
2009-06-29 14:17:23 +00:00
Antoine Pitrou
88909540ff
Merged revisions 73072 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73072 | antoine.pitrou | 2009-05-31 16:20:14 +0200 (dim., 31 mai 2009) | 4 lines
Issue #6152 : New option '-j'/'--multiprocess' for regrtest allows running
regression tests in parallel, shortening the total runtime.
........
2009-06-29 13:54:42 +00:00
Hirokazu Yamamoto
6fbdfdabb6
Merged revisions 73675 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73675 | hirokazu.yamamoto | 2009-06-29 20:27:03 +0900 | 3 lines
Issue #4856 : Py_GetFileAttributesEx[AW] are not needed because GetFileAttributesEx[AW]
won't fail with ERROR_CALL_NOT_IMPLEMENTED on win NT.
Reviewed by Amaury Forgeot d'Arc.
........
2009-06-29 11:37:19 +00:00
Martin v. Löwis
3d2eca0eda
Link to PEP 383.
2009-06-29 06:35:26 +00:00
Benjamin Peterson
0a3faef5f2
Merged revisions 73669 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73669 | benjamin.peterson | 2009-06-28 22:30:55 -0500 (Sun, 28 Jun 2009) | 1 line
update to sphinx 0.6.2
........
2009-06-29 03:37:21 +00:00
Alexandre Vassalotti
5629268e9d
Make b64encode raises properly a TypeError when altchars is not bytes.
2009-06-29 01:13:41 +00:00
Benjamin Peterson
70f52768fd
In most cases, the parser will protect True, False, and None from being assign to.
...
We must check for __debug__ in all cases.
2009-06-28 23:32:44 +00:00
Raymond Hettinger
1d1806843b
Clean-up floating point tutorial.
2009-06-28 23:21:38 +00:00
Mark Dickinson
e9eb7b6581
Merged revisions 73660 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73660 | mark.dickinson | 2009-06-28 23:37:13 +0100 (Sun, 28 Jun 2009) | 1 line
Remove unused stdint.h includes
........
2009-06-28 22:40:48 +00:00
Raymond Hettinger
eafaf4c0b5
Small doc fix-ups to floatingpoint.rst. More are forthcoming.
2009-06-28 22:30:13 +00:00
Benjamin Peterson
97479ad607
Blocked revisions 73272,73546 via svnmerge
...
........
r73272 | kristjan.jonsson | 2009-06-07 11:43:23 -0500 (Sun, 07 Jun 2009) | 2 lines
http://bugs.python.org/issue6192
Add a feature to disable the Nagle algorithm on sockets in TCPServer
........
r73546 | kristjan.jonsson | 2009-06-24 04:17:04 -0500 (Wed, 24 Jun 2009) | 2 lines
http://bugs.python.org/issue6192
Move the newly introduced disable_nagle_algorithm flag into the StreamRequestHandler, where it is more appropriate.
........
2009-06-28 22:24:31 +00:00
Mark Dickinson
732166df68
Fix description of range_length_obj
2009-06-28 22:08:40 +00:00
Mark Dickinson
3fc65526e6
Blocked revisions 73653 via svnmerge
...
........
r73653 | mark.dickinson | 2009-06-28 22:48:15 +0100 (Sun, 28 Jun 2009) | 1 line
More Decimal quote fixing; backport of r73642
........
2009-06-28 21:59:52 +00:00
Benjamin Peterson
6fd7d6c89f
include 3.2 in toctree
2009-06-28 21:41:24 +00:00
Raymond Hettinger
f558ddd61f
Fill-in some new news.
2009-06-28 21:37:08 +00:00
Benjamin Peterson
5a6deb4cae
remove string.maketrans
2009-06-28 21:35:31 +00:00
Kristján Valur Jónsson
41a5750656
http://bugs.python.org/issue6192
...
Mergin revisions 73272 and 73546 to py3k
2009-06-28 21:34:22 +00:00
Tarek Ziadé
8f480e5401
Merged revisions 73490 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73490 | tarek.ziade | 2009-06-20 15:57:20 +0200 (Sat, 20 Jun 2009) | 1 line
Fixed #6164 AIX specific linker argument in Distutils unixcompiler
........
2009-06-28 21:30:52 +00:00
Tarek Ziadé
cc9144a916
Merged revisions 73445 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73445 | tarek.ziade | 2009-06-16 10:31:01 +0200 (Tue, 16 Jun 2009) | 1 line
starting distutils.ccompiler test coverage and cleanup
........
2009-06-28 21:29:24 +00:00
Tarek Ziadé
25bd2062f1
Merged revisions 73436 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73436 | tarek.ziade | 2009-06-16 01:30:13 +0200 (Tue, 16 Jun 2009) | 1 line
Issue #6286 : distutils upload command now uses urllib2
........
2009-06-28 21:26:27 +00:00