| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged revisions 57152-57220 via svnmerge from | Guido van Rossum | 2007-08-20 | 7 | -13/+170 |
|
|
* | Fix xmlrpc unittest. While it now passes on Linux, it still fails | Hye-Shik Chang | 2007-08-19 | 2 | -25/+7 |
|
|
* | Code review of the new buffer protocol. Mostly add questions that should | Neal Norwitz | 2007-08-19 | 1 | -0/+1 |
|
|
* | Fix an unfinished though in my own test code. | Guido van Rossum | 2007-08-18 | 1 | -19/+21 |
|
|
* | New I/O code from Tony Lownds implement newline feature correctly, | Guido van Rossum | 2007-08-18 | 3 | -73/+248 |
|
|
* | Make the cleanup between -R passes deal better with ABC registries, | Guido van Rossum | 2007-08-18 | 1 | -9/+12 |
|
|
* | Fix _dump_registry() to use the correct prefix for the private | Guido van Rossum | 2007-08-18 | 1 | -2/+2 |
|
|
* | Allow -R4:3 instead of -R4:3: -- I never use the 3rd arg. | Guido van Rossum | 2007-08-17 | 1 | -7/+7 |
|
|
* | Change the usage() function. Don't print the entire multi-page | Guido van Rossum | 2007-08-17 | 1 | -10/+11 |
|
|
* | Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests | Walter Dörwald | 2007-08-17 | 1 | -1/+1 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 4 | -355/+0 |
|
|
* | Simplify expression | Neal Norwitz | 2007-08-17 | 1 | -1/+1 |
|
|
* | Fix the IPv6 pton/ntop tests. Why weren't these failing on Linux? No IPv6? | Guido van Rossum | 2007-08-17 | 1 | -5/+5 |
|
|
* | Remove output file for test that was already removed | Neal Norwitz | 2007-08-17 | 1 | -2/+0 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 13 | -113/+56 |
|
|
* | forgot this when removing RISCOS stuff | Skip Montanaro | 2007-08-17 | 3 | -494/+0 |
|
|
* | First merge from the trunk straight into the py3k branch. I'm not | Guido van Rossum | 2007-08-16 | 12 | -25/+117 |
|
|
* | Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and | Walter Dörwald | 2007-08-16 | 6 | -2/+373 |
|
|
* | Remove last(?) use of httplib.HTTPS, which caused test_socket_ssl to fail. | Jeremy Hylton | 2007-08-16 | 1 | -74/+27 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 23 | -107/+100 |
|
|
* | Implement PEP 3131. Add isidentifier to str. | Martin v. Löwis | 2007-08-15 | 3 | -0/+44 |
|
|
* | Down with str8! | Guido van Rossum | 2007-08-15 | 1 | -2/+2 |
|
|
* | Format bools properly in %d. | Martin v. Löwis | 2007-08-14 | 1 | -0/+6 |
|
|
* | Bug #1772489: make dir() work on traceback objects again. | Collin Winter | 2007-08-14 | 1 | -0/+7 |
|
|
* | Remove Python 1.5 compatibility layer from httplib. | Jeremy Hylton | 2007-08-14 | 2 | -191/+15 |
|
|
* | Change xmlrpclib to use the newer httplib interface. | Jeremy Hylton | 2007-08-14 | 2 | -73/+77 |
|
|
* | The dbm module should use bytes for keys. This makes test_shelve pass. | Guido van Rossum | 2007-08-14 | 1 | -3/+3 |
|
|
* | Fix test_gdbm. | Martin v. Löwis | 2007-08-14 | 1 | -3/+3 |
|
|
* | Remove string.{letters,lowercase,uppercase}. | Martin v. Löwis | 2007-08-14 | 4 | -12/+9 |
|
|
* | Patch suggested Paul Colomiets fixes test_threaded_import.py. | Guido van Rossum | 2007-08-13 | 1 | -2/+2 |
|
|
* | Improved patches for sndhdr and imghdr by Victor Stinner, who writes: | Guido van Rossum | 2007-08-13 | 2 | -32/+33 |
|
|
* | Fix two obvious 2.xisms. | Guido van Rossum | 2007-08-13 | 1 | -3/+2 |
|
|
* | Enable basic load/store again. | Martin v. Löwis | 2007-08-13 | 1 | -3/+3 |
|
|
* | Fix a failing test on FreeBSD: ttys are seekable in FreeBSD, too. | Hye-Shik Chang | 2007-08-13 | 1 | -2/+3 |
|
|
* | Fix a test failure on non-UTF-8 locales: bad_coding2.py is encoded | Hye-Shik Chang | 2007-08-13 | 1 | -1/+1 |
|
|
* | Retouch my last change after a comment on style from Guido. | Lars Gustäbel | 2007-08-13 | 1 | -10/+7 |
|
|
* | Allow str8 in .write(). | Martin v. Löwis | 2007-08-13 | 1 | -1/+2 |
|
|
* | Expect that source strings are Unicode. | Martin v. Löwis | 2007-08-13 | 1 | -8/+10 |
|
|
* | Make assertion error be more verbose. | Martin v. Löwis | 2007-08-13 | 1 | -1/+1 |
|
|
* | Fix typo. | Martin v. Löwis | 2007-08-13 | 1 | -1/+1 |
|
|
* | Compare what's read from files against proper byte literals. Neither of these | Barry Warsaw | 2007-08-12 | 2 | -58/+61 |
|
|
* | Don't try to convert str to Unicode anymore. | Martin v. Löwis | 2007-08-12 | 1 | -10/+1 |
|
|
* | Get pystone working with lazy map. | Neal Norwitz | 2007-08-12 | 1 | -1/+1 |
|
|
* | 1. Catch TypeError exception when writing to OutputWindow | Kurt B. Kaiser | 2007-08-12 | 2 | -2/+5 |
|
|
* | Add -s/--start option that makes it easier to run the tests in batches | Neal Norwitz | 2007-08-12 | 1 | -3/+19 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 16 | -85/+51 |
|
|
* | Make sure to flush output when writing dots during -R runs | Neal Norwitz | 2007-08-12 | 1 | -0/+1 |
|
|
* | Fix problem when exec'ing a string with a coding | Neal Norwitz | 2007-08-11 | 1 | -0/+5 |
|
|
* | Remove unnecessary import | Neal Norwitz | 2007-08-11 | 1 | -1/+0 |
|
|
* | Fix test_wsgiref that used StringIO and a BufferedReader rather than | Neal Norwitz | 2007-08-11 | 1 | -1/+2 |
|
|