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
731371268e
Merged revisions 73727 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73727 | benjamin.peterson | 2009-06-30 20:06:56 -0500 (Tue, 30 Jun 2009) | 28 lines
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:15:26 +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
41a28734b4
Merged revisions 73724 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r73724 | amaury.forgeotdarc | 2009-07-01 02:48:39 +0200 (mer., 01 juil. 2009) | 2 lines
Fix exception name in NEWS, spotted by Neal Norwitz
........
2009-07-01 00:50:34 +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
8c1e29488d
Merged revisions 73702 via svnmerge from
...
svn+ssh://pythondev@www.python.org/python/branches/py3k
................
r73702 | mark.dickinson | 2009-06-30 16:45:17 +0100 (Tue, 30 Jun 2009) | 10 lines
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:46:37 +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
e5344d6c45
Merged revisions 73698 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r73698 | amaury.forgeotdarc | 2009-06-30 00:36:49 +0200 (mar., 30 juin 2009) | 7 lines
#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:38:54 +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
77b31ef202
Issue 6370: Performance issue with collections.Counter().
2009-06-29 18:34:46 +00:00
Raymond Hettinger
f909202c11
Issue 6370: Performance issue with collections.Counter().
2009-06-29 18:30:43 +00:00
Tarek Ziadé
2c3de40971
Merged revisions 73689 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73689 | tarek.ziade | 2009-06-29 18:19:22 +0200 (Mon, 29 Jun 2009) | 9 lines
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:46:14 +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
4e82f2df3d
Merged revisions 73684 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73684 | hirokazu.yamamoto | 2009-06-29 23:54:12 +0900 | 14 lines
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 15:02:36 +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
6870f26d26
Merged revisions 73673 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r73673 | martin.v.loewis | 2009-06-29 08:35:26 +0200 (Mo, 29 Jun 2009) | 2 lines
Link to PEP 383.
........
2009-06-29 06:36:33 +00:00
Martin v. Löwis
3d2eca0eda
Link to PEP 383.
2009-06-29 06:35:26 +00:00
Benjamin Peterson
e65abb3fb0
Merged revisions 73671 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73671 | benjamin.peterson | 2009-06-28 22:37:21 -0500 (Sun, 28 Jun 2009) | 9 lines
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:46:42 +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
Raymond Hettinger
b8aff6a6aa
Clean-up floating point tutorial
2009-06-29 01:50:51 +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
5afe30e07c
Merged revisions 73661 via svnmerge from
...
svn+ssh://pythondev@www.python.org/python/branches/py3k
................
r73661 | mark.dickinson | 2009-06-28 23:40:48 +0100 (Sun, 28 Jun 2009) | 9 lines
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:52:18 +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
Benjamin Peterson
32123370f4
unfortunately we can't kill compiler_new_tmpname here
2009-06-28 22:36:18 +00:00