| Commit message (Expand) | Author | Age | Files | Lines |
* | enable all of the struct tests, use ssize_t, fix some whitespace | Bob Ippolito | 2006-05-26 | 1 | -1/+1 |
|
|
* | added rpartition method to UserString class | Fredrik Lundh | 2006-05-26 | 1 | -1/+4 |
|
|
* | needspeed: rpartition documentation, tests, and a bug fixes. | Fredrik Lundh | 2006-05-26 | 1 | -2/+17 |
|
|
* | Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache ... | Georg Brandl | 2006-05-26 | 1 | -2/+4 |
|
|
* | Test for more edge strip cases; leading and trailing separator gets removed | Andrew Dalke | 2006-05-26 | 1 | -0/+2 |
|
|
* | Fix distutils so that libffi will cross-compile between darwin/x86 and darwin... | Bob Ippolito | 2006-05-26 | 1 | -4/+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 |
|
|
* | quick hack to fix busted binhex test | Bob Ippolito | 2006-05-26 | 1 | -1/+5 |
|
|
* | 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 | 3 | -27/+97 |
|
|
* | Add "partition" to UserString. | Georg Brandl | 2006-05-26 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Without this patch OSX users couldn't add new help sources because the code | Ronald Oussoren | 2006-05-26 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Guard the _active.remove() call to avoid errors when there is no _active list. | Georg Brandl | 2006-05-25 | 1 | -2/+3 |
|
|
* | 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 |
|
|
* | Whitespace normalization. | 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 | 2 | -0/+53 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-23 | 3 | -7/+6 |
|
|
* | test_struct grew weird behavior under regrtest.py -R, | Tim Peters | 2006-05-23 | 1 | -0/+2 |
|
|
* | patch #1493701: performance enhancements for struct module | Bob Ippolito | 2006-05-23 | 1 | -0/+76 |
|
|
* | revert #1493701 | Bob Ippolito | 2006-05-23 | 1 | -76/+0 |
|
|
* | Patch #1493701: performance enhancements for struct module. | Bob Ippolito | 2006-05-23 | 1 | -0/+76 |
|
|
* | Bug #1334662 / patch #1335972: int(string, base) wrong answers. | Tim Peters | 2006-05-23 | 1 | -0/+78 |
|
|
* | Patch #1488098. | Ronald Oussoren | 2006-05-23 | 3 | -2/+125 |
|
|
* | Disable linking extensions with -lpython2.5 for darwin. This should fix bug | Ronald Oussoren | 2006-05-23 | 1 | -0/+5 |
|
|
* | Apply revised patch for GzipFile.readline performance #1281707 | Bob Ippolito | 2006-05-22 | 1 | -16/+21 |
|
|
* | Revert gzip readline performance patch #1281707 until a more generic performa... | Bob Ippolito | 2006-05-22 | 1 | -28/+20 |
|
|
* | GzipFile.readline performance improvement (~30-40%), patch #1281707 | Bob Ippolito | 2006-05-22 | 1 | -20/+28 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-19 | 1 | -1/+1 |
|
|
* | Fix #1474677, non-keyword argument following keyword. | Neal Norwitz | 2006-05-19 | 1 | -0/+3 |
|
|
* | Changed status from "beta" to "production"; since logging has been part of th... | Vinay Sajip | 2006-05-18 | 1 | -1/+1 |
|
|
* | Bug #1462152: file() now checks more thoroughly for invalid mode | Georg Brandl | 2006-05-18 | 1 | -1/+1 |
|
|
* | Little cleanup | Neal Norwitz | 2006-05-18 | 2 | -4/+4 |
|
|
* | Fix test_locale for platforms without a default thousands separator. | Georg Brandl | 2006-05-18 | 1 | -5/+8 |
|
|
* | Remove unused import. | Georg Brandl | 2006-05-18 | 2 | -2/+2 |
|
|