summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactor logic a little when no sep or end is passedBenjamin Peterson2009-07-021-4/+10
|
* Blocked revisions 73776 via svnmergeBenjamin Peterson2009-07-020-0/+0
| | | | | | | | ........ r73776 | benjamin.peterson | 2009-07-02 13:16:45 -0500 (Thu, 02 Jul 2009) | 1 line when print() gets unicode arguments, sep and end should be unicode by default #4618 ........
* Merged revisions 73767 via svnmerge fromJesus Cea2009-07-021-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73767 | jesus.cea | 2009-07-02 16:30:18 +0200 (Thu, 02 Jul 2009) | 1 line multiprocessing doesn't compile in Solaris because a typo ........
* Merged revisions 73762 via svnmerge fromTarek Ziadé2009-07-021-46/+43
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73762 | tarek.ziade | 2009-07-02 16:20:47 +0200 (Thu, 02 Jul 2009) | 1 line pep8-fied and cleaned up distutils.util ........
* Merged revisions 73756-73757 via svnmerge fromTarek Ziadé2009-07-022-2/+18
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73756 | tarek.ziade | 2009-07-02 14:47:54 +0200 (Thu, 02 Jul 2009) | 1 line raising bdist_dumb test coverage ........ r73757 | tarek.ziade | 2009-07-02 14:51:56 +0200 (Thu, 02 Jul 2009) | 1 line cleaned up the bdist_dumb module ........
* Merged revisions 73744 via svnmerge fromBenjamin Peterson2009-07-011-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73744 | benjamin.peterson | 2009-07-01 08:34:35 -0500 (Wed, 01 Jul 2009) | 1 line proxy the __exit__ call ........
* Issue #6369: Fix an RLE decompression bug in the binhex module.Antoine Pitrou2009-07-012-2/+4
|
* Blocked revisions 73638,73697 via svnmergeBenjamin Peterson2009-07-010-0/+0
| | | | | | | | | | | | | ........ 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(). ........
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-015-74/+402
| | | | porting revision 73638 to py3k
* remove cobject referenceBenjamin Peterson2009-07-011-1/+0
|
* Remove unused import for function that no longer exists.R. David Murray2009-07-011-1/+0
|
* Updated MSVC project files to follow PyCObject removal (r73729)Hirokazu Yamamoto2009-07-014-23/+0
|
* Added svn:ignore.Hirokazu Yamamoto2009-07-010-0/+0
|
* remove comment about PyNumber_IntBenjamin Peterson2009-07-011-6/+0
|
* remove warnings supressionBenjamin Peterson2009-07-011-4/+1
|
* remove nested from __all__Benjamin Peterson2009-07-011-1/+1
|
* Remove docs for string.maketrans().Raymond Hettinger2009-07-011-9/+0
|
* Removed contextlib.nested()Raymond Hettinger2009-07-013-216/+0
|
* remove reference to PyCObjectBenjamin Peterson2009-07-011-3/+0
|
* remove PyCObjectBenjamin Peterson2009-07-016-292/+2
|
* Merged revisions 73725 via svnmerge fromBenjamin Peterson2009-07-015-183/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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* ........ ................
* Fix exception name in NEWS, spotted by Neal NorwitzAmaury Forgeot d'Arc2009-07-011-1/+1
|
* remove use of failIfBenjamin Peterson2009-07-011-1/+1
|
* Merged revisions 73720 via svnmerge fromBenjamin Peterson2009-07-012-25/+25
| | | | | | | | | | | | 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 ........
* test that depreacted methods give warningsBenjamin Peterson2009-06-301-7/+15
|
* Merged revisions 73717 via svnmerge fromBenjamin Peterson2009-06-301-51/+51
| | | | | | | | | | 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 ........
* Blocked revisions 73714 via svnmergeBenjamin Peterson2009-06-300-0/+0
| | | | | | | | ........ r73714 | benjamin.peterson | 2009-06-30 17:57:08 -0500 (Tue, 30 Jun 2009) | 1 line convert usage of fail* to assert* ........
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30275-4545/+4545
|
* Merged revisions 73710 via svnmerge fromBenjamin Peterson2009-06-301-0/+3
| | | | | | | | | | 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 ........
* Merged revisions 73701 via svnmerge fromMark Dickinson2009-06-302-0/+10
| | | | | | | | | | | 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. ........
* PendingDeprecationWarning -> DeprecationWarning. Both of these wereGregory P. Smith2009-06-302-2/+2
| | | | properly documented as being deprecated in 3.1.
* #6373: SystemError in str.encode('latin1', 'surrogateescape')Amaury Forgeot d'Arc2009-06-293-0/+11
| | | | | | | | 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')
* Issue 6370: Performance issue with collections.Counter().Raymond Hettinger2009-06-291-2/+4
|
* Merged revisions 73688 via svnmerge fromTarek Ziadé2009-06-293-7/+22
| | | | | | | | | | 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 ........
* Blocked revisions 73686 via svnmergeHirokazu Yamamoto2009-06-290-0/+0
| | | | | | | | ........ r73686 | hirokazu.yamamoto | 2009-06-30 00:52:21 +0900 | 1 line Issue #6368: Fixed unused variable warning on Unix. ........
* Merged revisions 73677,73681 via svnmerge fromHirokazu Yamamoto2009-06-292-3/+15
| | | | | | | | | | | | | | | 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. ........
* Blocked revisions 73679 via svnmergeAntoine Pitrou2009-06-290-0/+0
| | | | | | | | ........ r73679 | antoine.pitrou | 2009-06-29 16:14:56 +0200 (lun., 29 juin 2009) | 3 lines Backport fix for buglet from py3k ........
* Merged revisions 73072 via svnmerge fromAntoine Pitrou2009-06-295-150/+194
| | | | | | | | | | | 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. ........
* Merged revisions 73675 via svnmerge fromHirokazu Yamamoto2009-06-291-58/+2
| | | | | | | | | | | | 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. ........
* Link to PEP 383.Martin v. Löwis2009-06-291-1/+2
|
* Merged revisions 73669 via svnmerge fromBenjamin Peterson2009-06-292-2/+2
| | | | | | | | | | 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 ........
* Make b64encode raises properly a TypeError when altchars is not bytes.Alexandre Vassalotti2009-06-291-2/+2
|
* In most cases, the parser will protect True, False, and None from being ↵Benjamin Peterson2009-06-281-13/+38
| | | | | | assign to. We must check for __debug__ in all cases.
* Clean-up floating point tutorial.Raymond Hettinger2009-06-281-23/+28
|
* Merged revisions 73660 via svnmerge fromMark Dickinson2009-06-282-8/+0
| | | | | | | | | | 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 ........
* Small doc fix-ups to floatingpoint.rst. More are forthcoming.Raymond Hettinger2009-06-281-5/+5
|
* Blocked revisions 73272,73546 via svnmergeBenjamin Peterson2009-06-280-0/+0
| | | | | | | | | | | | | | ........ 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. ........
* Fix description of range_length_objMark Dickinson2009-06-281-4/+3
|
* Blocked revisions 73653 via svnmergeMark Dickinson2009-06-280-0/+0
| | | | | | | | ........ r73653 | mark.dickinson | 2009-06-28 22:48:15 +0100 (Sun, 28 Jun 2009) | 1 line More Decimal quote fixing; backport of r73642 ........
* include 3.2 in toctreeBenjamin Peterson2009-06-281-1/+1
|