summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged revisions 74269 via svnmerge fromEric Smith2009-07-301-3/+20
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74269 | eric.smith | 2009-07-30 09:39:44 -0400 (Thu, 30 Jul 2009) | 1 line Issue 6330: Fix --enable-unicode=ucs4. ........
* Merged revisions 74265 via svnmerge fromMark Dickinson2009-07-301-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74265 | mark.dickinson | 2009-07-30 11:00:10 +0100 (Thu, 30 Jul 2009) | 1 line Documentation fix for change introduced in r71832 ........
* Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge fromAlexandre Vassalotti2009-07-296-30/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74075 | georg.brandl | 2009-07-18 05:06:31 -0400 (Sat, 18 Jul 2009) | 1 line #6505: fix typos. ........ r74187 | benjamin.peterson | 2009-07-23 10:19:08 -0400 (Thu, 23 Jul 2009) | 1 line use bools for autoraise ........ r74197 | benjamin.peterson | 2009-07-24 22:03:48 -0400 (Fri, 24 Jul 2009) | 1 line clarify ........ r74201 | amaury.forgeotdarc | 2009-07-25 12:22:06 -0400 (Sat, 25 Jul 2009) | 2 lines Better name a variable: 'buf' seems to imply a mutable buffer. ........ r74216 | michael.foord | 2009-07-26 17:12:14 -0400 (Sun, 26 Jul 2009) | 1 line Issue 6581. Michael Foord ........ r74225 | kurt.kaiser | 2009-07-27 12:09:28 -0400 (Mon, 27 Jul 2009) | 5 lines 1. Clean workspace more thoughly before build. 2. Add url of branch we are building to 'results' webpage. (url is now available in $repo_path, could be added to failure email.) 3. Adjust permissions to improve upload reliability. ........
* Blocked revisions 74134,74147 via svnmergeAlexandre Vassalotti2009-07-290-0/+0
| | | | | | | | | | | | | ........ r74134 | thomas.heller | 2009-07-21 02:27:14 -0400 (Tue, 21 Jul 2009) | 3 lines Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits wide. ........ r74147 | thomas.heller | 2009-07-21 15:04:02 -0400 (Tue, 21 Jul 2009) | 1 line Revert rev 74134, as it does not completely fixx issue #6493. ........
* Merged revisions ↵Alexandre Vassalotti2009-07-2919-147/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74074 | georg.brandl | 2009-07-18 05:03:10 -0400 (Sat, 18 Jul 2009) | 1 line #6513: fix example code: warning categories are classes, not instances. ........ r74077 | georg.brandl | 2009-07-18 05:43:40 -0400 (Sat, 18 Jul 2009) | 1 line #6489: fix an ambiguity in getiterator() documentation. ........ r74111 | benjamin.peterson | 2009-07-20 09:30:10 -0400 (Mon, 20 Jul 2009) | 1 line remove docs for deprecated -p option ........ r74188 | benjamin.peterson | 2009-07-23 10:25:31 -0400 (Thu, 23 Jul 2009) | 1 line use bools ........ r74192 | georg.brandl | 2009-07-24 12:28:38 -0400 (Fri, 24 Jul 2009) | 1 line Fix arg types of et#. ........ r74193 | georg.brandl | 2009-07-24 12:46:38 -0400 (Fri, 24 Jul 2009) | 1 line Dont put "void" in signature for nullary functions. ........ r74200 | georg.brandl | 2009-07-25 09:02:15 -0400 (Sat, 25 Jul 2009) | 1 line #6571: add index entries for more operators. ........ r74252 | georg.brandl | 2009-07-29 12:06:31 -0400 (Wed, 29 Jul 2009) | 1 line #6593: fix link targets. ........ r74253 | georg.brandl | 2009-07-29 12:09:17 -0400 (Wed, 29 Jul 2009) | 1 line #6591: add reference to ioctl in fcntl module for platforms other than Windows. ........ r74258 | georg.brandl | 2009-07-29 12:57:05 -0400 (Wed, 29 Jul 2009) | 1 line Add a link to readline, and mention IPython and bpython. ........ r74259 | georg.brandl | 2009-07-29 13:07:21 -0400 (Wed, 29 Jul 2009) | 1 line Fix some markup and small factual glitches found by M. Markert. ........ r74260 | georg.brandl | 2009-07-29 13:15:20 -0400 (Wed, 29 Jul 2009) | 1 line Fix a few markup glitches. ........ r74261 | georg.brandl | 2009-07-29 13:50:25 -0400 (Wed, 29 Jul 2009) | 1 line Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better. ........
* Blocked revisions 74256 via svnmergeGeorg Brandl2009-07-290-0/+0
| | | | | | | | ........ r74256 | georg.brandl | 2009-07-29 16:32:30 +0000 (Mi, 29 Jul 2009) | 1 line #6336: Add nb_divide. ........
* #6586: fix return/argument type doc for os.read() and os.write().Georg Brandl2009-07-291-4/+4
|
* Recorded merge of revisions 74228 via svnmerge fromR. David Murray2009-07-290-0/+0
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk Applied in r74226. ........ r74228 | raymond.hettinger | 2009-07-27 16:32:04 -0400 (Mon, 27 Jul 2009) | 1 line Issue 6573: Fix set.union() for cases where self is in the argument chain. ........
* Merged revisions 74239 via svnmerge fromGeorg Brandl2009-07-291-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74239 | georg.brandl | 2009-07-28 18:55:32 +0000 (Di, 28 Jul 2009) | 1 line Clarify quote_plus() usage. ........
* Merged revisions 74245 via svnmerge fromAmaury Forgeot d'Arc2009-07-283-2/+18
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74245 | amaury.forgeotdarc | 2009-07-29 00:15:30 +0200 (mer., 29 juil. 2009) | 3 lines #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, like it does for larger invalid files. ........
* Blocked revisions 74243 via svnmergeAmaury Forgeot d'Arc2009-07-280-0/+0
| | | | | | | | ........ r74243 | amaury.forgeotdarc | 2009-07-28 22:47:55 +0200 (mar., 28 juil. 2009) | 2 lines "Fix" for the refleak report: the ABC classes are now in the _pyio module ........
* Blocked revisions 74240 via svnmergeMark Dickinson2009-07-280-0/+0
| | | | | | | | | | ........ r74240 | mark.dickinson | 2009-07-28 21:35:03 +0100 (Tue, 28 Jul 2009) | 4 lines Issue #6561: '\d' regular expression should not match characters of category [No]; only those of category [Nd]. (Backport of r74237 from py3k.) ........
* Issue #6561: '\d' in a regular expression should match only UnicodeMark Dickinson2009-07-284-6/+32
| | | | character category [Nd], not [No].
* Blocked revisions 74234 via svnmergeMark Dickinson2009-07-280-0/+0
| | | | | | | | ........ r74234 | mark.dickinson | 2009-07-28 17:45:13 +0100 (Tue, 28 Jul 2009) | 1 line Remove leading blank line from cmath.rst ........
* Merged revisions 74184,74230 via svnmerge fromMark Dickinson2009-07-281-87/+101
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74184 | georg.brandl | 2009-07-23 08:08:58 +0100 (Thu, 23 Jul 2009) | 1 line #6548: dont suggest existence of real and imag functions in cmath. ........ r74230 | mark.dickinson | 2009-07-28 17:12:40 +0100 (Tue, 28 Jul 2009) | 4 lines Issue #6458: Reorganize cmath documentation into sections (similar to the way that the math documentation is organized); clarify section on conversions to and from polar coordinates. ........
* Issue 6573: Fix set.union() for cases where self is in the argument chain.Raymond Hettinger2009-07-273-1/+8
|
* - belated ACK for issue #6106Jack Diederich2009-07-271-0/+1
|
* Sync trunk and py3k versions of string formatting. Manual merge of r74219.Eric Smith2009-07-271-9/+16
|
* Blocked revisions 74219 via svnmergeEric Smith2009-07-270-0/+0
| | | | | | | | ........ r74219 | eric.smith | 2009-07-26 21:58:25 -0400 (Sun, 26 Jul 2009) | 1 line Sync trunk and py3k versions of string formatting. Will manually merge into py3k. ........
* - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONTJack Diederich2009-07-264-1/+51
|
* Merged revisions 74205 via svnmerge fromGeorg Brandl2009-07-261-23/+26
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74205 | georg.brandl | 2009-07-26 15:36:39 +0200 (So, 26 Jul 2009) | 1 line #6576: fix cross-refs in re docs. ........
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-2624-81/+84
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. ........
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-2636-63/+61
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74209 | georg.brandl | 2009-07-26 16:37:28 +0200 (So, 26 Jul 2009) | 1 line builtin -> built-in. ........
* Recorded merge of revisions 74210 via svnmerge fromGeorg Brandl2009-07-261-170/+153
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74210 | georg.brandl | 2009-07-26 16:44:23 +0200 (So, 26 Jul 2009) | 1 line Move member descriptions inside the classes. ........
* Fixing module names in the NEWS entry.Senthil Kumaran2009-07-261-2/+3
|
* versionadded: 3.2. not 3.1.Senthil Kumaran2009-07-251-1/+1
|
* Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-07-255-3/+68
|
* account for range() py3k changeBenjamin Peterson2009-07-251-2/+2
|
* Blocked revisions 74194 via svnmergeGeorg Brandl2009-07-240-0/+0
| | | | | | | | ........ r74194 | georg.brandl | 2009-07-24 22:09:46 +0200 (Fr, 24 Jul 2009) | 1 line #6564: fix section about the two raise syntaxes. ........
* Blocked revisions 74189 via svnmergeAmaury Forgeot d'Arc2009-07-230-0/+0
| | | | | | | | | | ........ r74189 | amaury.forgeotdarc | 2009-07-23 21:26:02 +0200 (jeu., 23 juil. 2009) | 4 lines #6553: crash in cPickle.load(), when given a StringIO with incomplete data. Will backport to 2.6, 3.x already fixed a similar issue with issue4298. ........
* Recorded merge of revisions 74185 via svnmerge fromGeorg Brandl2009-07-231-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74185 | georg.brandl | 2009-07-23 11:17:09 +0200 (Do, 23 Jul 2009) | 1 line Fix the "pylocals" gdb command. ........
* Specialize assertTrue checks when possible.Alexandre Vassalotti2009-07-221-64/+61
| | | | We should get slightly more helpful failure messages with this change.
* Use assertGreater instead of assertTrue(x > y).Alexandre Vassalotti2009-07-221-1/+1
|
* Clean up test_curses.Alexandre Vassalotti2009-07-221-5/+6
| | | | | By using __stdout__ directly, test_curses caused regrtest.py to duplicate the output of some test results.
* Merged revisions 74179 via svnmerge fromEzio Melotti2009-07-221-7/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74179 | ezio.melotti | 2009-07-23 00:08:49 +0300 (Thu, 23 Jul 2009) | 1 line #6423 has_key -> in ........
* Recorded merge of revisions 74175 via svnmerge fromR. David Murray2009-07-220-0/+0
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74175 | r.david.murray | 2009-07-22 13:22:58 -0400 (Wed, 22 Jul 2009) | 4 lines Backport of fix for issue 6542: make sure test_os.TestInvalidFD.test_closerange does not close any valid file descriptors. ........
* Blocked revisions 74152,74173 via svnmergeBenjamin Peterson2009-07-220-0/+0
| | | | | | | | | | | | ........ r74152 | benjamin.peterson | 2009-07-21 19:03:43 -0500 (Tue, 21 Jul 2009) | 1 line simplify ........ r74173 | benjamin.peterson | 2009-07-22 11:34:37 -0500 (Wed, 22 Jul 2009) | 1 line revert r74152 ........
* Issue 6542: Make sure that TestInvalidFD.test_closerange does notR. David Murray2009-07-221-1/+12
| | | | close any valid file descriptors.
* Merged revisions 74167 via svnmerge fromGeorg Brandl2009-07-223-3/+12
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74167 | georg.brandl | 2009-07-22 13:57:15 +0200 (Mi, 22 Jul 2009) | 1 line Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. ........
* Merged revisions 74163 via svnmerge fromTarek Ziadé2009-07-222-4/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74163 | tarek.ziade | 2009-07-22 10:55:19 +0200 (Wed, 22 Jul 2009) | 1 line Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O ........
* Use unittest.SkipTest to skip tests in test_threading.Alexandre Vassalotti2009-07-221-21/+11
|
* Remove erroneous print statement.Alexandre Vassalotti2009-07-221-3/+3
|
* Only skip test_nis on Solaris.Alexandre Vassalotti2009-07-221-1/+3
|
* Issue #6151: Make PyDescr_COMMON conform to standard C.Alexandre Vassalotti2009-07-224-23/+31
|
* Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-225-16/+410
|
* Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-223-5/+38
|
* Issue #6360: Simplify string decoding in xmlrpc.client.Alexandre Vassalotti2009-07-221-17/+4
|
* Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.Alexandre Vassalotti2009-07-223-6/+17
|
* Make test_normalization verify the version of the correct test data file.Alexandre Vassalotti2009-07-221-4/+6
|
* Fix open_urlresource() to pass its arguments to open() when the resource is ↵Alexandre Vassalotti2009-07-221-1/+1
| | | | | | | | cached. This fixes the failure of test_normalization on the Windows buildbots, where the Normalization.txt file was read as a MBCS text file, instead as a UTF-8 one.