| Commit message (Expand) | Author | Age | Files | Lines |
* | Update link | Andrew M. Kuchling | 2006-11-05 | 1 | -1/+1 |
|
|
* | Bug #1588287: fix invalid assertion for `1,2` in debug builds. | Neal Norwitz | 2006-11-04 | 3 | -0/+5 |
|
|
* | - Patch #1060577: Extract list of RPM files from spec file in | Martin v. Löwis | 2006-11-04 | 2 | -25/+38 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-11-03 | 12 | -21/+21 |
|
|
* | Fix a code example by adding a missing import. | Thomas Heller | 2006-11-02 | 1 | -1/+1 |
|
|
* | Replace the XXX marker in the 'Arrays and pointers' reference manual | Thomas Heller | 2006-11-02 | 1 | -1/+2 |
|
|
* | Added relativeCreated to Formatter doc (has been in the system for a long tim... | Vinay Sajip | 2006-10-31 | 1 | -0/+3 |
|
|
* | 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 |
|
|
* | Fix refleak | 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 |
|
|
* | 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 | 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 |
|
|