| Commit message (Expand) | Author | Age | Files | Lines |
* | On 64-bit platforms running test_struct after test_tarfile would fail | Neal Norwitz | 2006-05-31 | 1 | -0/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-30 | 1 | -4/+4 |
|
|
* | changed count to return 0 for slices outside the source string | Fredrik Lundh | 2006-05-30 | 1 | -1/+2 |
|
|
* | Change wrapping terminology to overflow masking | Bob Ippolito | 2006-05-30 | 1 | -3/+3 |
|
|
* | changed find/rfind to return -1 for matches outside the source string | Fredrik Lundh | 2006-05-30 | 1 | -0/+8 |
|
|
* | Convert test_exceptions to unittest. | Georg Brandl | 2006-05-30 | 2 | -349/+287 |
|
|
* | Do the check for no keyword arguments in __init__ so that | Georg Brandl | 2006-05-30 | 1 | -1/+1 |
|
|
* | Disallow keyword args for exceptions. | Georg Brandl | 2006-05-30 | 1 | -0/+7 |
|
|
* | Don't fail if the (sub)pkgname already exist. | Neal Norwitz | 2006-05-30 | 1 | -0/+3 |
|
|
* | Add a test case for exception pickling. args is never NULL. | Georg Brandl | 2006-05-30 | 1 | -0/+13 |
|
|
* | deprecated_err(): Stop bizarre warning messages when the tests | Tim Peters | 2006-05-30 | 1 | -2/+6 |
|
|
* | struct: modulo math plus warning on all endian-explicit formats for compatibi... | Bob Ippolito | 2006-05-29 | 1 | -11/+36 |
|
|
* | fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on | Fredrik Lundh | 2006-05-29 | 1 | -0/+8 |
|
|
* | Patches #1497027 and #972322: try HTTP digest auth first, | Georg Brandl | 2006-05-29 | 1 | -6/+55 |
|
|
* | Apply modified version of Collin Winter's patch #1478788 | Nick Coghlan | 2006-05-29 | 1 | -3/+3 |
|
|
* | A clearer error message when passing -R to regrtest.py with | Armin Rigo | 2006-05-28 | 1 | -0/+3 |
|
|
* | Patch #1496206: urllib2 PasswordMgr ./. default ports | Georg Brandl | 2006-05-28 | 1 | -3/+51 |
|
|
* | ("Forward-port" of r46506) | Armin Rigo | 2006-05-28 | 5 | -9/+11 |
|
|
* | Patch #1080727: add "encoding" parameter to doctest.DocFileSuite | George Yoshida | 2006-05-28 | 2 | -6/+65 |
|
|
* | The cheery optimism of old age. | Tim Peters | 2006-05-27 | 1 | -13/+1 |
|
|
* | More random thrashing trying to understand spurious | Tim Peters | 2006-05-27 | 1 | -1/+13 |
|
|
* | Conversion of exceptions over from faked-up classes to new-style C types. | Richard Jones | 2006-05-27 | 4 | -85/+89 |
|
|
* | Fix up struct docstrings, add struct.pack_to function for symmetry | Bob Ippolito | 2006-05-27 | 1 | -0/+22 |
|
|
* | Patch 1494554: Update numeric properties to Unicode 4.1. | Martin v. Löwis | 2006-05-27 | 1 | -2/+2 |
|
|
* | enable all of the struct tests, use ssize_t, fix some whitespace | Bob Ippolito | 2006-05-26 | 1 | -1/+1 |
|
|
* | needspeed: rpartition documentation, tests, and a bug fixes. | Fredrik Lundh | 2006-05-26 | 1 | -2/+17 |
|
|
* | Test for more edge strip cases; leading and trailing separator gets removed | Andrew Dalke | 2006-05-26 | 1 | -0/+2 |
|
|
* | Explicitly close files. I'm trying to stop the frequent spurious test_tarfile | Tim Peters | 2006-05-26 | 1 | -9/+32 |
|
|
* | Use open() to open files (was using file()). | Tim Peters | 2006-05-26 | 1 | -10/+10 |
|
|
* | fix #1229380 No struct.pack exception for some out of range integers | Bob Ippolito | 2006-05-26 | 1 | -3/+5 |
|
|
* | Added more rstrip tests, including for prealloc'ed arrays | Andrew Dalke | 2006-05-26 | 1 | -1/+54 |
|
|
* | Test cases for off-by-one errors in string split with multicharacter pattern. | Andrew Dalke | 2006-05-26 | 1 | -0/+2 |
|
|
* | I like tests. | Andrew Dalke | 2006-05-26 | 1 | -0/+32 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-26 | 1 | -2/+1 |
|
|
* | Support for buffer protocol for socket and struct. | Martin Blais | 2006-05-26 | 2 | -26/+92 |
|
|
* | Added split whitespace checks for characters other than space. | Andrew Dalke | 2006-05-26 | 1 | -0/+1 |
|
|
* | Added a few more test cases for whitespace split. These strings have leading... | Andrew Dalke | 2006-05-26 | 1 | -0/+7 |
|
|
* | needforspeed: partition implementation, part two. | Fredrik Lundh | 2006-05-26 | 1 | -0/+15 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-25 | 1 | -2/+2 |
|
|
* | Change test_values so that it compares the lowercasing of group names since g... | Brett Cannon | 2006-05-25 | 1 | -1/+4 |
|
|
* | needforspeed: check for overflow in replace (from Andrew Dalke) | Fredrik Lundh | 2006-05-25 | 1 | -9/+8 |
|
|
* | Added tests for implementation error we came up with in the need for speed sp... | Andrew Dalke | 2006-05-25 | 1 | -0/+19 |
|
|
* | Update graminit.c for the fix for #1488915, Multiple dots in relative import | Thomas Wouters | 2006-05-25 | 1 | -1/+10 |
|
|
* | Heavily fiddled variant of patch #1442927: PyLong_FromString optimization. | Tim Peters | 2006-05-24 | 1 | -0/+75 |
|
|
* | Disable the damn empty-string replace test -- it can't | Tim Peters | 2006-05-24 | 1 | -2/+2 |
|
|
* | We can't leave the checked-in tests broken. | Tim Peters | 2006-05-24 | 1 | -5/+10 |
|
|
* | Added a slew of test for string replace, based various corner cases from | Andrew Dalke | 2006-05-24 | 1 | -0/+157 |
|
|
* | refactor unpack, add unpack_from | Bob Ippolito | 2006-05-24 | 1 | -0/+41 |
|
|
* | test_struct grew weird behavior under regrtest.py -R, | Tim Peters | 2006-05-23 | 1 | -0/+2 |
|
|
* | Bug #1334662 / patch #1335972: int(string, base) wrong answers. | Tim Peters | 2006-05-23 | 1 | -0/+78 |
|
|