| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -3/+29 |
|
|
* | Update comments, remove commented out code. | Neal Norwitz | 2006-10-29 | 1 | -87/+31 |
|
|
* | 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 | 4 | -8/+55 |
|
|
* | 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 | 2 | -88/+84 |
|
|
* | Bug #1357915: allow all sequence types for shell arguments in | Georg Brandl | 2006-10-29 | 1 | -0/+2 |
|
|
* | 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 | 2 | -7/+9 |
|
|
* | Clean up a leftover from old listcomp generation code. | Georg Brandl | 2006-10-29 | 1 | -7/+1 |
|
|
* | Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and | Georg Brandl | 2006-10-29 | 3 | -4/+62 |
|
|
* | From SF 1557890, fix problem of using wrong type in example. | Neal Norwitz | 2006-10-28 | 1 | -1/+1 |
|
|
* | Fix test_modulefinder so it doesn't fail when run after test_distutils. | Neal Norwitz | 2006-10-28 | 1 | -0/+1 |
|
|
* | Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either. | Neal Norwitz | 2006-10-28 | 1 | -1/+2 |
|
|
* | Prevent crash if alloc of garbage fails. Found by Typo.pl. | Neal Norwitz | 2006-10-28 | 1 | -0/+5 |
|
|
* | Fix bug #1565514, SystemError not raised on too many nested blocks. | Neal Norwitz | 2006-10-28 | 3 | -1/+37 |
|
|
* | Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if | Neal Norwitz | 2006-10-28 | 1 | -0/+3 |
|
|
* | Fix warnings with HP's C compiler. It doesn't recognize that infinite | Neal Norwitz | 2006-10-28 | 2 | -0/+6 |
|
|
* | Add some asserts. In sysmodule, I think these were to try to silence | Neal Norwitz | 2006-10-28 | 2 | -0/+5 |
|
|
* | make test_grammar pass with python -O | Georg Brandl | 2006-10-28 | 1 | -2/+4 |
|
|
* | Fix nth() itertool recipe. | Georg Brandl | 2006-10-28 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Port test_bufio to unittest. | Walter Dörwald | 2006-10-28 | 1 | -55/+61 |
|
|
* | Patch #1552024: add decorator support to unparse.py demo script. | Georg Brandl | 2006-10-27 | 2 | -2/+8 |
|
|
* | Modulefinder now handles absolute and relative imports, including | Thomas Heller | 2006-10-27 | 3 | -37/+377 |
|
|
* | WindowsError.str should display the windows error code, | Thomas Heller | 2006-10-27 | 3 | -7/+23 |
|
|
* | [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from bein... | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+1 |
|
|
* | Check db_setup_debug for a few print statements; change sqlite_setup_debug to... | Andrew M. Kuchling | 2006-10-27 | 1 | -5/+8 |
|
|
* | [Patch #1574068 by Scott Dial] urllib and urllib2 were using | Andrew M. Kuchling | 2006-10-27 | 2 | -6/+6 |
|
|
* | Clarify docstring | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+1 |
|
|
* | [Bug #1575506] The _singlefileMailbox class was using the wrong file object i... | Andrew M. Kuchling | 2006-10-27 | 2 | -1/+17 |
|
|
* | [Bug #1576241] Let functools.wraps work with built-in functions | Andrew M. Kuchling | 2006-10-27 | 2 | -1/+8 |
|
|
* | Point users to the subprocess module in the docs for os.system, os.spawn*, os... | Andrew M. Kuchling | 2006-10-27 | 4 | -9/+38 |
|
|
* | [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.ca... | Andrew M. Kuchling | 2006-10-27 | 1 | -2/+2 |
|
|
* | [Bug #1562583] Mention the set_reuse_addr() method | Andrew M. Kuchling | 2006-10-27 | 1 | -3/+5 |
|
|
* | [Bug #1583946] Reword description of server and issuer | Andrew M. Kuchling | 2006-10-27 | 1 | -5/+6 |
|
|
* | [Bug #1585690] Note that line_num was added in Python 2.5 | Andrew M. Kuchling | 2006-10-27 | 1 | -0/+1 |
|
|
* | Some wording changes and markup fixes | Andrew M. Kuchling | 2006-10-27 | 1 | -6/+6 |
|
|
* | Add item | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+4 |
|
|
* | Set svn:keywords property | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+1 |
|
|
* | Patch #1567274: Support SMTP over TLS. | Martin v. Löwis | 2006-10-27 | 4 | -5/+49 |
|
|
* | Get DBL_MAX from float.h not values.h. Will backport. | Martin v. Löwis | 2006-10-27 | 4 | -10/+4 |
|
|
* | Check for values.h. Will backport. | Martin v. Löwis | 2006-10-27 | 4 | -3/+9 |
|
|
* | Patch #1549049: Rewrite type conversion in structmember. | Martin v. Löwis | 2006-10-27 | 5 | -61/+296 |
|
|