| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Whitespace normalization. | Tim Peters | 2006-11-03 | 12 | -21/+21 |
| | | |||||
| * | Change to improve speed of _fixupChildren | Vinay Sajip | 2006-10-31 | 1 | -2/+5 |
| | | |||||
| * | I'm assuming this is correct, it fixes the tests so they pass again | Neal Norwitz | 2006-10-29 | 1 | -0/+1 |
| | | |||||
| * | Add tests for incremental codecs with an errors | Walter Dörwald | 2006-10-29 | 1 | -0/+24 |
| | | | | | argument. | ||||
| * | Add tests for basic argument errors. | Walter Dörwald | 2006-10-29 | 1 | -0/+27 |
| | | |||||
| * | Move the check for openpty to the beginning. | Georg Brandl | 2006-10-29 | 1 | -5/+5 |
| | | |||||
| * | Remove leftover test output file. | Georg Brandl | 2006-10-29 | 1 | -29/+0 |
| | | |||||
| * | Convert test_openpty to unittest. | Georg Brandl | 2006-10-29 | 2 | -16/+18 |
| | | |||||
| * | Convert test_MimeWriter to unittest. | Georg Brandl | 2006-10-29 | 2 | -174/+185 |
| | | |||||
| * | Completely convert test_httplib to unittest. | Georg Brandl | 2006-10-29 | 2 | -103/+63 |
| | | |||||
| * | Convert test_cgi to unittest. | Georg Brandl | 2006-10-29 | 2 | -167/+135 |
| | | |||||
| * | Convert test_cookie to unittest. | Georg Brandl | 2006-10-29 | 2 | -73/+73 |
| | | |||||
| * | Convert test_types to unittest. | Georg Brandl | 2006-10-29 | 2 | -298/+270 |
| | | |||||
| * | Convert test_nis to unittest. | Georg Brandl | 2006-10-29 | 2 | -37/+37 |
| | | |||||
| * | Convert test_poll to unittest. | Georg Brandl | 2006-10-29 | 2 | -195/+140 |
| | | |||||
| * | Convert test_mmap to unittest. | Georg Brandl | 2006-10-29 | 2 | -276/+156 |
| | | |||||
| * | Bug #1576657: when setting a KeyError for a tuple key, make sure that | Georg Brandl | 2006-10-29 | 1 | -0/+10 |
| | | | | | the tuple isn't used as the "exception arguments tuple". | ||||
| * | Bug #1586773: extend hashlib docstring. | Georg Brandl | 2006-10-29 | 1 | -1/+30 |
| | | |||||
| * | Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. | Georg Brandl | 2006-10-29 | 3 | -8/+53 |
| | | |||||
| * | Fix the new EncodedFile test to work with big endian platforms. | Georg Brandl | 2006-10-29 | 1 | -2/+2 |
| | | |||||
| * | Test assert if __debug__ is true. | Georg Brandl | 2006-10-29 | 1 | -4/+3 |
| | | |||||
| * | Patch #1583880: fix tarfile's problems with long names and posix/ | Georg Brandl | 2006-10-29 | 1 | -88/+81 |
| | | | | | GNU modes. | ||||
| * | Bug #1357915: allow all sequence types for shell arguments in | Georg Brandl | 2006-10-29 | 1 | -0/+2 |
| | | | | | subprocess. | ||||
| * | Remove trailing comma. | Georg Brandl | 2006-10-29 | 1 | -1/+1 |
| | | |||||
| * | Bug #1586448: the compiler module now emits the same bytecode for | Georg Brandl | 2006-10-29 | 1 | -7/+5 |
| | | | | | | list comprehensions as the builtin compiler, using the LIST_APPEND opcode. | ||||
| * | Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and | Georg Brandl | 2006-10-29 | 2 | -4/+58 |
| | | | | | | fix all codecs file wrappers to work correctly with the "with" statement (bug #1586513). | ||||
| * | Fix test_modulefinder so it doesn't fail when run after test_distutils. | Neal Norwitz | 2006-10-28 | 1 | -0/+1 |
| | | |||||
| * | Fix bug #1565514, SystemError not raised on too many nested blocks. | Neal Norwitz | 2006-10-28 | 1 | -0/+31 |
| | | | | | | | | It seems like this should be a different error than SystemError, but I don't have any great ideas and SystemError was raised in 2.4 and earlier. Will backport. | ||||
| * | make test_grammar pass with python -O | Georg Brandl | 2006-10-28 | 1 | -2/+4 |
| | | |||||
| * | Convert test_opcodes to unittest. | Georg Brandl | 2006-10-28 | 2 | -105/+108 |
| | | |||||
| * | Convert test_math to unittest. | Georg Brandl | 2006-10-28 | 2 | -229/+207 |
| | | |||||
| * | Update outstanding bugs test file. | Georg Brandl | 2006-10-28 | 1 | -10/+5 |
| | | |||||
| * | Convert test_global, test_scope and test_grammar to unittest. | Georg Brandl | 2006-10-28 | 8 | -1288/+1263 |
| | | | | | | I tried to enclose all tests which must be run at the toplevel (instead of inside a method) in exec statements. | ||||
| * | Port test_bufio to unittest. | Walter Dörwald | 2006-10-28 | 1 | -55/+61 |
| | | |||||
| * | Modulefinder now handles absolute and relative imports, including | Thomas Heller | 2006-10-27 | 2 | -37/+372 |
| | | | | | | | tests. Will backport to release25-maint. | ||||
| * | WindowsError.str should display the windows error code, | Thomas Heller | 2006-10-27 | 1 | -0/+13 |
| | | | | | | | | not the posix error code; with test. Fixes #1576174. Will backport to release25-maint. | ||||
| * | [Patch #1574068 by Scott Dial] urllib and urllib2 were using | Andrew M. Kuchling | 2006-10-27 | 2 | -6/+6 |
| | | | | | | | base64.encodestring() for encoding authentication data. encodestring() can include newlines for very long input, which produced broken HTTP headers. | ||||
| * | Clarify docstring | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+1 |
| | | |||||
| * | [Bug #1575506] The _singlefileMailbox class was using the wrong file object ↵ | Andrew M. Kuchling | 2006-10-27 | 2 | -1/+17 |
| | | | | | in its flush() method, causing an error | ||||
| * | [Bug #1576241] Let functools.wraps work with built-in functions | Andrew M. Kuchling | 2006-10-27 | 2 | -1/+8 |
| | | |||||
| * | Patch #1567274: Support SMTP over TLS. | Martin v. Löwis | 2006-10-27 | 1 | -5/+34 |
| | | |||||
| * | Patch #1549049: Rewrite type conversion in structmember. | Martin v. Löwis | 2006-10-27 | 1 | -0/+80 |
| | | | | | Fixes #1545696 and #1566140. Will backport to 2.5. | ||||
| * | Typo fix | Andrew M. Kuchling | 2006-10-26 | 1 | -1/+1 |
| | | |||||
| * | Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated | Georg Brandl | 2006-10-24 | 2 | -1/+28 |
| | | |||||
| * | Remove passwd.adjunct.byname from list of maps | Martin v. Löwis | 2006-10-22 | 1 | -0/+7 |
| | | | | | for test_nis. Will backport to 2.5. | ||||
| * | Port test___future__ to unittest. | Walter Dörwald | 2006-10-22 | 1 | -52/+56 |
| | | |||||
| * | Whitespace normalization. | Tim Peters | 2006-10-18 | 2 | -3/+3 |
| | | |||||
| * | ctypes callback functions only support 'fundamental' result types. | Thomas Heller | 2006-10-17 | 1 | -0/+13 |
| | | | | | | | | | Check this and raise an error when something else is used - before this change ctypes would hang or crash when such a callback was called. This is a partial fix for #1574584. Will backport to release25-maint. | ||||
| * | Fix turtle so that you can launch the demo2 function on its own instead of only | Brett Cannon | 2006-10-16 | 1 | -1/+1 |
| | | | | | when the module is launched as a script. | ||||
| * | Round to int, because some systems support sub-second time stamps in stat, ↵ | Martin v. Löwis | 2006-10-15 | 1 | -2/+4 |
| | | | | | | | but not in utime. Also be consistent with modifying only mtime, not atime. | ||||
