| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug introduced at r54854 to mass replace string fcns with methods :-) | Kurt B. Kaiser | 2007-08-22 | 1 | -4/+1 |
|
|
* | Eat some low hanging fruit... let the test suite run. | Gregory P. Smith | 2007-08-22 | 4 | -7/+12 |
|
|
* | Fix some debugging print statements | Kurt B. Kaiser | 2007-08-22 | 1 | -4/+6 |
|
|
* | Make IOBase (and hence all other classes in io.py) use ABCMeta as its metaclass, | Guido van Rossum | 2007-08-22 | 1 | -1/+2 |
|
|
* | Remove some old comments adequately covered in the code. | Kurt B. Kaiser | 2007-08-22 | 1 | -7/+0 |
|
|
* | 1. Fix File Open: don't encode filename to UTF-8 bytes | Kurt B. Kaiser | 2007-08-22 | 1 | -8/+6 |
|
|
* | Convert sunaudio.py to bytes. (It has no unit test of its own!) | Guido van Rossum | 2007-08-21 | 2 | -6/+11 |
|
|
* | eliminate "from ... import *" in a function. | Kurt B. Kaiser | 2007-08-21 | 1 | -5/+4 |
|
|
* | Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns | Lars Gustäbel | 2007-08-21 | 2 | -28/+38 |
|
|
* | Fix fallout from making __private variables in threading.py _protected. | Guido van Rossum | 2007-08-21 | 1 | -3/+3 |
|
|
* | Rename __whatever variables defined by ABCMeta to _abc_whatever, so as | Guido van Rossum | 2007-08-20 | 2 | -25/+25 |
|
|
* | Get rid of all __private variables and methods in the threading module. | Guido van Rossum | 2007-08-20 | 1 | -131/+131 |
|
|
* | 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 |
|
|