Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test cases for string.Formatter subclassing. | Eric Smith | 2007-08-31 | 3 | -20/+76 |
| | | | | | Made format_spec parameter to builtin format optional, defaults to empty string. Added test cases. | ||||
* | Fix a compile error on Windows. | Collin Winter | 2007-08-31 | 1 | -1/+1 |
| | |||||
* | Cut test_raise down to size. | Collin Winter | 2007-08-31 | 1 | -278/+0 |
| | |||||
* | Update import.c's MAGIC value for the new raise syntax (as opposed to merely ↵ | Collin Winter | 2007-08-31 | 1 | -1/+1 |
| | | | | updating the comment). | ||||
* | Minor tweaks. | Guido van Rossum | 2007-08-31 | 1 | -4/+6 |
| | |||||
* | First draft of a what's new document. | Guido van Rossum | 2007-08-31 | 1 | -26/+248 |
| | | | | (There's something wrong with my network right now so I can't build it.) | ||||
* | Use pow() instead of repeated multiplication by 10 in round(x, n). | Guido van Rossum | 2007-08-31 | 1 | -15/+5 |
| | |||||
* | Fix test_smtplib by munging asynchat some more. | Thomas Wouters | 2007-08-31 | 2 | -3/+12 |
| | |||||
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 32 | -253/+761 |
| | |||||
* | Remove curses temp file consistently. | Guido van Rossum | 2007-08-30 | 1 | -0/+6 |
| | |||||
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 32 | -811/+79 |
| | |||||
* | Merged revisions 57772-57777 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -2/+3 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r57776 | thomas.wouters | 2007-08-31 00:35:31 +0200 (Fri, 31 Aug 2007) | 4 lines One more fix to consider missing SSL support. ........ | ||||
* | Added format tests. | Eric Smith | 2007-08-30 | 4 | -24/+36 |
| | | | | | Fixed bug in alignment of negative numbers. Whitespace normalization. | ||||
* | IDLE's py3k NEWS | Kurt B. Kaiser | 2007-08-30 | 1 | -1/+19 |
| | |||||
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 40 | -8725/+9497 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r57771 | thomas.wouters | 2007-08-30 23:54:39 +0200 (Thu, 30 Aug 2007) | 5 lines Don't lie in __all__ attributes when SSL is not available: only add the SSL classes when they are actually created. ........ r57620 | walter.doerwald | 2007-08-28 18:38:26 +0200 (Tue, 28 Aug 2007) | 5 lines Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for HTMLCalender.formatyearpage() (there's no themonth parameter). This fixes issue1046. ........ r57622 | georg.brandl | 2007-08-28 20:54:44 +0200 (Tue, 28 Aug 2007) | 2 lines Add a crasher for the thread-unsafety of file objects. ........ r57626 | skip.montanaro | 2007-08-29 01:22:52 +0200 (Wed, 29 Aug 2007) | 1 line fixes 813986 ........ r57628 | walter.doerwald | 2007-08-29 01:35:33 +0200 (Wed, 29 Aug 2007) | 2 lines Fix test output. ........ r57631 | skip.montanaro | 2007-08-29 03:24:11 +0200 (Wed, 29 Aug 2007) | 2 lines Install pygettext (once the scriptsinstall target is working again). ........ r57633 | skip.montanaro | 2007-08-29 03:33:45 +0200 (Wed, 29 Aug 2007) | 2 lines Recent items. ........ r57650 | neal.norwitz | 2007-08-29 08:15:33 +0200 (Wed, 29 Aug 2007) | 1 line Add Bill as a developer ........ r57651 | facundo.batista | 2007-08-29 12:28:28 +0200 (Wed, 29 Aug 2007) | 5 lines Ignore test failures caused by 'resource temporarily unavailable' exceptions raised during FailingServerTestCase tests. [GSoC - Alan McIntyre] ........ r57680 | bill.janssen | 2007-08-30 00:35:05 +0200 (Thu, 30 Aug 2007) | 17 lines This contains a number of things: 1) Improve the documentation of the SSL module, with a fuller explanation of certificate usage, another reference, proper formatting of this and that. 2) Fix Windows bug in ssl.py, and general bug in sslsocket.close(). Remove some unused code from ssl.py. Allow accept() to be called on sslsocket sockets. 3) Use try-except-else in import of ssl in socket.py. Deprecate use of socket.ssl(). 4) Remove use of socket.ssl() in every library module, except for test_socket_ssl.py and test_ssl.py. ........ r57714 | georg.brandl | 2007-08-30 12:09:42 +0200 (Thu, 30 Aug 2007) | 2 lines Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). ........ r57716 | georg.brandl | 2007-08-30 12:38:56 +0200 (Thu, 30 Aug 2007) | 2 lines Patch #1680959: add test suite for pipes module. ........ r57717 | georg.brandl | 2007-08-30 14:32:23 +0200 (Thu, 30 Aug 2007) | 3 lines * Skip test_pipes on non-POSIX. * Don't raise TestSkipped within a test function. ........ r57723 | mark.summerfield | 2007-08-30 17:03:03 +0200 (Thu, 30 Aug 2007) | 3 lines Added more cross-references. ........ r57726 | walter.doerwald | 2007-08-30 17:30:09 +0200 (Thu, 30 Aug 2007) | 2 lines Rewrap line. ........ r57727 | walter.doerwald | 2007-08-30 17:34:55 +0200 (Thu, 30 Aug 2007) | 2 lines Set startinpos before calling the error handler. ........ r57730 | bill.janssen | 2007-08-30 19:07:28 +0200 (Thu, 30 Aug 2007) | 3 lines Added docstrings to methods and functions. ........ r57743 | bill.janssen | 2007-08-30 20:08:06 +0200 (Thu, 30 Aug 2007) | 1 line added note on new ssl module and deprecation of socket.ssl ........ r57747 | martin.v.loewis | 2007-08-30 20:14:01 +0200 (Thu, 30 Aug 2007) | 1 line Fix popen usage. ........ r57748 | martin.v.loewis | 2007-08-30 20:15:22 +0200 (Thu, 30 Aug 2007) | 1 line Fix typo. ........ r57750 | martin.v.loewis | 2007-08-30 20:25:47 +0200 (Thu, 30 Aug 2007) | 1 line Bug #1746880: Correctly install DLLs into system32 folder on Win64. ........ r57760 | martin.v.loewis | 2007-08-30 21:04:09 +0200 (Thu, 30 Aug 2007) | 1 line Bug #1709599: Run test_1565150 only if the file system is NTFS. ........ r57762 | martin.v.loewis | 2007-08-30 22:10:57 +0200 (Thu, 30 Aug 2007) | 2 lines Bump autoconf minimum version to 2.61. ........ r57764 | lars.gustaebel | 2007-08-30 22:24:31 +0200 (Thu, 30 Aug 2007) | 2 lines Warn about possible risks when extracting untrusted archives. ........ r57769 | thomas.wouters | 2007-08-30 23:01:17 +0200 (Thu, 30 Aug 2007) | 7 lines Somewhat-preliminary slice-object and extended slicing support for ctypes. The exact behaviour of omitted and negative indices for the Pointer type may need a closer look (especially as it's subtly different from simple slices) but there's time yet before 2.6, and not enough before 3.0a1 :-) ........ | ||||
* | Add some miscellanea. | Guido van Rossum | 2007-08-30 | 1 | -3/+7 |
| | |||||
* | Fix a typo and a trailing space. | Kurt B. Kaiser | 2007-08-30 | 1 | -2/+2 |
| | | | | N.B. NEWS doesn't mention that map() and filter() return iterators. | ||||
* | Don't ascii encode eol_convention. Was causing file write to fail. | Kurt B. Kaiser | 2007-08-30 | 1 | -3/+0 |
| | |||||
* | Explicitly use UTF-8 as the encoding for the normalization file. | Martin v. Löwis | 2007-08-30 | 2 | -4/+4 |
| | |||||
* | Bump IDLE version. | Kurt B. Kaiser | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | Add a note about the openssl dependency. Switch to '*' bullets for easier | Guido van Rossum | 2007-08-30 | 1 | -5/+9 |
| | | | | copying into the website. | ||||
* | More email package fixes. | Barry Warsaw | 2007-08-30 | 1 | -5/+13 |
| | |||||
* | Fix more lingering print statements. | Collin Winter | 2007-08-30 | 3 | -14/+14 |
| | |||||
* | Fix a typo in the distutils cleanup. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | Small updates. | Guido van Rossum | 2007-08-30 | 2 | -2/+11 |
| | |||||
* | Run 2to3's print fixer over some places that had been missed. | Collin Winter | 2007-08-30 | 51 | -253/+253 |
| | |||||
* | Add 3.0 to the silly list in license.rst too, and update the Doc README. | Georg Brandl | 2007-08-30 | 2 | -63/+72 |
| | |||||
* | Fix #1753395. | Georg Brandl | 2007-08-30 | 1 | -16/+4 |
| | |||||
* | Bug #1746880: Correctly install DLLs into system32 folder on Win64. | Martin v. Löwis | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | More raise statement normalization. | Collin Winter | 2007-08-30 | 4 | -8/+8 |
| | |||||
* | Kill more lingering string exceptions in Lib/plat-mac/. | Collin Winter | 2007-08-30 | 3 | -7/+9 |
| | |||||
* | 1/0 -> True/False cleanup. | Collin Winter | 2007-08-30 | 1 | -4/+4 |
| | |||||
* | Calling execvp with an empty argument list raises ValueError, but we | Thomas Heller | 2007-08-30 | 1 | -1/+1 |
| | | | | want to test for OSError. | ||||
* | Enable the trunc() test. | Guido van Rossum | 2007-08-30 | 1 | -2/+1 |
| | |||||
* | Add numbers.py. I suspect this is an old version, but Jeffrey is out | Guido van Rossum | 2007-08-30 | 2 | -0/+378 |
| | | | | of town, and it will have to do for now. | ||||
* | Fix a lingering string exception. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | Fix typo | Neal Norwitz | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | Add 2.6 and 3.0 to the silly list. | Guido van Rossum | 2007-08-30 | 1 | -0/+2 |
| | |||||
* | Update patch level to 3.0a1. We're close enough. | Guido van Rossum | 2007-08-30 | 1 | -2/+2 |
| | |||||
* | Update Misc/NEWS. Add RELNOTES. | Guido van Rossum | 2007-08-30 | 3 | -20/+26 |
| | |||||
* | Forbid an empty argument list in execv call. | Thomas Heller | 2007-08-30 | 2 | -0/+8 |
| | | | | Fixes issue 1039. | ||||
* | Move definition of TZNAME_ENCODING further up. | Martin v. Löwis | 2007-08-30 | 1 | -2/+2 |
| | |||||
* | Set startinpos before calling the error handler. | Walter Dörwald | 2007-08-30 | 1 | -0/+1 |
| | |||||
* | Rewrap line. | Walter Dörwald | 2007-08-30 | 1 | -1/+2 |
| | |||||
* | Port to Python 3.0. | Martin v. Löwis | 2007-08-30 | 2 | -9/+10 |
| | |||||
* | Implement PYTHONNOERRORWINDOW. | Martin v. Löwis | 2007-08-30 | 2 | -0/+25 |
| | |||||
* | Move the copyright and license stuff to the end. | Guido van Rossum | 2007-08-30 | 1 | -32/+28 |
| | |||||
* | Explicitly convert tzname to Unicode. Fixes #1040. | Martin v. Löwis | 2007-08-30 | 1 | -2/+7 |
| | |||||
* | More email package related repairs. This fixes smtplib's import and use of | Barry Warsaw | 2007-08-30 | 6 | -28/+23 |
| | | | | | | | | | | | email.base64mime, but test_smtplib still has failures for me. They are timeout errors so think they're more related to my current wacky network setup than bugs remaining in the code related to the email package. This also r57693 that got clobbered with the sandbox sync, and fixes a couple of other minor problems that cropped up. I will kill the sandbox branch next. The email package now has 11F/11E. | ||||
* | Two changes (not enough to make the test pass though) having to do with | Guido van Rossum | 2007-08-30 | 1 | -2/+3 |
| | | | | the bytes() constructor when passing str. |