| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updating for 2.6a2v2.6a2 | Barry Warsaw | 2008-04-03 | 1 | -2/+4 |
| | | |||||
| * | Added updates with respect to recent changes to TimedRotatingFileHandler. | Vinay Sajip | 2008-04-02 | 1 | -8/+17 |
| | | |||||
| * | Backport #1442: report exception when startup file cannot be run. | Georg Brandl | 2008-03-29 | 1 | -0/+3 |
| | | |||||
| * | Fix a reference leak found by Georg, when compiling a class nested in ↵ | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -0/+3 |
| | | | | | | | | | another class. Now "regrtest.py -R:: test_compile" is satisfied. Will backport. | ||||
| * | Patch #1810 by Thomas Lee, reviewed by myself: | Georg Brandl | 2008-03-28 | 1 | -0/+3 |
| | | | | | | allow compiling Python AST objects into code objects in compile(). | ||||
| * | Accept patch issue2426 by Paul Kippes (kippesp). | Gregory P. Smith | 2008-03-28 | 2 | -0/+4 |
| | | | | | Adds sqlite3.Connection.iterdump to allow dumping of databases. | ||||
| * | Issue2495: tokenize.untokenize did not insert space between two consecutive ↵ | Amaury Forgeot d'Arc | 2008-03-27 | 1 | -0/+4 |
| | | | | | | | | | string literals: "" "" => """", which is invalid code. Will backport | ||||
| * | #2248: return result of QUIT from quit(). | Georg Brandl | 2008-03-27 | 1 | -1/+3 |
| | | |||||
| * | add commas for introductory clauses | Benjamin Peterson | 2008-03-27 | 1 | -2/+2 |
| | | |||||
| * | Patch #2477: Added from __future__ import unicode_literals | Christian Heimes | 2008-03-26 | 1 | -0/+8 |
| | | | | | The new PyParser_*Ex() functions are based on Neal's suggestion and initial patch. The new __future__ feature makes all '' and r'' unicode strings. b'' and br'' stay (byte) strings. | ||||
| * | Updated Misc/NEWS | Christian Heimes | 2008-03-26 | 1 | -0/+4 |
| | | |||||
| * | Add Josiah. | Georg Brandl | 2008-03-26 | 1 | -0/+3 |
| | | |||||
| * | Opps! I merged the revisions, but forgot to add | Benjamin Peterson | 2008-03-25 | 1 | -0/+11 |
| | | | | | the header to ACKS | ||||
| * | Merged the ACKS from py3k | Benjamin Peterson | 2008-03-25 | 1 | -62/+58 |
| | | |||||
| * | Issue #2482: Make sure that the coefficient of a Decimal | Mark Dickinson | 2008-03-25 | 1 | -0/+4 |
| | | | | | | instance is always stored as a str instance, even when that Decimal has been created from a unicode string. | ||||
| * | Add Benjamin. | Georg Brandl | 2008-03-25 | 1 | -0/+3 |
| | | |||||
| * | Issue #2478: Decimal(sqrt(0)) failed when the decimal context | Mark Dickinson | 2008-03-25 | 1 | -0/+2 |
| | | | | | was not explicitly supplied. | ||||
| * | #2359: add Py3k warning for array.read/array.write. | Georg Brandl | 2008-03-25 | 1 | -0/+2 |
| | | |||||
| * | #2355: py3k warning for buffer(). | Georg Brandl | 2008-03-25 | 1 | -1/+3 |
| | | |||||
| * | Patch #2240: Implement signal.setitimer and signal.getitimer. | Martin v. Löwis | 2008-03-24 | 2 | -0/+6 |
| | | |||||
| * | Install 2to3 script. | Martin v. Löwis | 2008-03-24 | 1 | -0/+2 |
| | | |||||
| * | Issue 2460: Make Ellipsis objects copyable. | Raymond Hettinger | 2008-03-24 | 1 | -0/+2 |
| | | |||||
| * | Issue 1681432: Add triangular distribution the random module. | Raymond Hettinger | 2008-03-23 | 1 | -0/+2 |
| | | |||||
| * | #1477: ur'\U0010FFFF' raised in narrow unicode builds. | Amaury Forgeot d'Arc | 2008-03-23 | 1 | -0/+6 |
| | | | | | | Corrected the raw-unicode-escape codec to use UTF-16 surrogates in this case, just like the unicode-escape codec. | ||||
| * | Applied patch #1657 epoll and kqueue wrappers for the select module | Christian Heimes | 2008-03-21 | 1 | -0/+2 |
| | | | | | | The patch adds wrappers for the Linux epoll syscalls and the BSD kqueue syscalls. Thanks to Thomas Herve and the Twisted people for their support and help. TODO: Finish documentation documentation | ||||
| * | #2348: add py3k warning for file.softspace. | Georg Brandl | 2008-03-21 | 1 | -0/+2 |
| | | |||||
| * | #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack ↵ | Georg Brandl | 2008-03-21 | 1 | -0/+2 |
| | | | | | Diederich. | ||||
| * | #2358: add py3k warning to sys.exc_clear(). | Georg Brandl | 2008-03-21 | 1 | -0/+2 |
| | | |||||
| * | Issue #2432: give DictReader the dialect and line_num attributes | Georg Brandl | 2008-03-21 | 1 | -0/+3 |
| | | | | | advertised in the docs. | ||||
| * | #2136: allow single quotes in realm spec. | Georg Brandl | 2008-03-21 | 1 | -0/+3 |
| | | |||||
| * | Add news items for platform module changes. | Marc-André Lemburg | 2008-03-20 | 1 | -0/+8 |
| | | |||||
| * | Gave Jerry Seutter svn access for general Python development. | Brett Cannon | 2008-03-20 | 1 | -0/+3 |
| | | |||||
| * | Forgot to add NEWS item about smtplib SSL readline hang fix. | Sean Reifscheider | 2008-03-20 | 1 | -0/+2 |
| | | |||||
| * | test_nis would fail if test.test_support.verbose was true but NIS was not set | Brett Cannon | 2008-03-19 | 1 | -0/+3 |
| | | | | | | | up on the machine. Closes issue2411. Thanks Michael Bishop. | ||||
| * | Import lib2to3. | Martin v. Löwis | 2008-03-19 | 1 | -0/+3 |
| | | |||||
| * | Issue #2400: Allow relative imports to "import *". | Martin v. Löwis | 2008-03-19 | 1 | -0/+2 |
| | | |||||
| * | Added my name to ACKS | David Wolever | 2008-03-19 | 1 | -0/+1 |
| | | |||||
| * | Add Jeff Rush | Andrew M. Kuchling | 2008-03-19 | 1 | -0/+2 |
| | | |||||
| * | Backport of the print function, using a __future__ import. | Eric Smith | 2008-03-18 | 2 | -0/+4 |
| | | | | | | | | | This work is substantially Anthony Baxter's, from issue 1633807. I just freshened it, made a few minor tweaks, and added the test cases. I also created issue 2412, which is to check for 2to3's behavior with the print function. I also added myself to ACKS. | ||||
| * | news entry for the chown fix | Gregory P. Smith | 2008-03-18 | 1 | -0/+3 |
| | | |||||
| * | Issue 1577: shutil.move() where destination is a directory was doing a | Sean Reifscheider | 2008-03-18 | 1 | -0/+3 |
| | | | | | copy, now it is doing a os.rename() if it's on the same file-system. | ||||
| * | Issue 2332: add new attribute names for instance method objects | Neal Norwitz | 2008-03-18 | 1 | -0/+3 |
| | | |||||
| * | - Issue 2379: Raise a Py3K warning for __getitem__ or __getslice__ on | Guido van Rossum | 2008-03-18 | 1 | -0/+3 |
| | | | | | exception instances. | ||||
| * | Issue #2341: Add a Py3k warning when raising an exception that doesn't | Guido van Rossum | 2008-03-18 | 1 | -1/+2 |
| | | | | | derive from BaseException. | ||||
| * | The output directory for tests that compare against stdout is now gone! | Brett Cannon | 2008-03-18 | 1 | -0/+2 |
| | | |||||
| * | Remove our implementation of memmove() and strerror(); both are in the C89 | Brett Cannon | 2008-03-18 | 1 | -0/+3 |
| | | | | | standard library. | ||||
| * | test_errno was a no-op test; now it actually tests things and uses unittest. | Brett Cannon | 2008-03-18 | 1 | -0/+2 |
| | | |||||
| * | - Issue #2371: Add a Py3k warning when catching an exception that | Guido van Rossum | 2008-03-18 | 2 | -0/+4 |
| | | | | | doesn't derive from BaseException. | ||||
| * | Move test_extcall to doctest. | Brett Cannon | 2008-03-18 | 1 | -0/+2 |
| | | |||||
| * | Convert test_dummy_threading and test_dbm to unittest. | Brett Cannon | 2008-03-18 | 1 | -0/+2 |
| | | |||||
