| Commit message (Expand) | Author | Age | Files | Lines |
* | revert #1493701 | Bob Ippolito | 2006-05-23 | 5 | -416/+276 |
|
|
* | Remove duplicate item | Andrew M. Kuchling | 2006-05-23 | 1 | -3/+0 |
|
|
* | Patch #1493701: performance enhancements for struct module. | Bob Ippolito | 2006-05-23 | 5 | -276/+416 |
|
|
* | Bug #1334662 / patch #1335972: int(string, base) wrong answers. | Tim Peters | 2006-05-23 | 4 | -88/+262 |
|
|
* | needforspeed: use append+reverse for rsplit, use "bloom filters" to | Fredrik Lundh | 2006-05-23 | 1 | -43/+101 |
|
|
* | Update Misc/NEWS for gzip patch #1281707 | Bob Ippolito | 2006-05-23 | 1 | -2/+2 |
|
|
* | Update Misc/NEWS for gzip patch #1281707 | Bob Ippolito | 2006-05-23 | 1 | -0/+2 |
|
|
* | fix broken merge | Richard Jones | 2006-05-23 | 1 | -7/+2 |
|
|
* | Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects. | Richard Jones | 2006-05-23 | 4 | -55/+54 |
|
|
* | An improved script for building the binary distribution on MacOSX. | Ronald Oussoren | 2006-05-23 | 9 | -0/+1246 |
|
|
* | Use 'speed' instead of 'performance', because I agree with the argument | Andrew M. Kuchling | 2006-05-23 | 1 | -2/+2 |
|
|
* | Mention string improvements | Andrew M. Kuchling | 2006-05-23 | 1 | -1/+4 |
|
|
* | Add some items; mention the sprint | Andrew M. Kuchling | 2006-05-23 | 1 | -0/+18 |
|
|
* | 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 |
|
|
* | PyErr_NewException now accepts a tuple of base classes as its | Georg Brandl | 2006-05-23 | 3 | -4/+15 |
|
|
* | Avoid creating a mess when installing a framework for the second time. | Ronald Oussoren | 2006-05-23 | 1 | -2/+7 |
|
|
* | Merge from rjones-funccall branch. | Richard Jones | 2006-05-23 | 4 | -62/+104 |
|
|
* | needforspeed: fixed unicode "in" operator to use same implementation | Fredrik Lundh | 2006-05-23 | 1 | -27/+29 |
|
|
* | needforspeed: check first *and* last character before doing a full memcmp | Fredrik Lundh | 2006-05-23 | 1 | -4/+6 |
|
|
* | unicode_repeat(): Change type of local to Py_ssize_t, | Tim Peters | 2006-05-23 | 1 | -1/+1 |
|
|
* | PyUnicode_Join(): Recent code changes introduced new | Tim Peters | 2006-05-22 | 1 | -9/+8 |
|
|
* | needforspeed: use memcpy for "long" strings; use a better algorithm | Fredrik Lundh | 2006-05-22 | 2 | -8/+20 |
|
|
* | needforspeed: speed up unicode repeat, unicode string copy | Fredrik Lundh | 2006-05-22 | 2 | -8/+14 |
|
|
* | Apply revised patch for GzipFile.readline performance #1281707 | Bob Ippolito | 2006-05-22 | 1 | -16/+21 |
|
|
* | docstring tweaks: count counts non-overlapping substrings, not | Fredrik Lundh | 2006-05-22 | 2 | -5/+5 |
|
|
* | 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 |
|
|
* | Define SIZEOF_{DOUBLE,FLOAT} on Windows. Else | Tim Peters | 2006-05-22 | 1 | -1/+3 |
|
|
* | Patch #1492356: Port to Windows CE (patch set 1). | Martin v. Löwis | 2006-05-22 | 10 | -116/+176 |
|
|
* | Patch 1490384: New Icons for the PC build. | Martin v. Löwis | 2006-05-22 | 4 | -0/+0 |
|
|
* | Apply patch #1492255 from Mike Foord. | George Yoshida | 2006-05-21 | 1 | -3/+3 |
|
|
* | Fix the TeX compile error. | George Yoshida | 2006-05-21 | 1 | -1/+1 |
|
|
* | Minor edits | Andrew M. Kuchling | 2006-05-20 | 1 | -3/+3 |
|
|
* | Apply patch #1492147 from Mike Foord. | George Yoshida | 2006-05-20 | 1 | -1/+1 |
|
|
* | - Add 'as' and 'with' as new keywords in 2.5. | George Yoshida | 2006-05-20 | 1 | -9/+13 |
|
|
* | - markup fix | George Yoshida | 2006-05-20 | 2 | -4/+5 |
|
|
* | Fix bug #1000914 (again). | Ronald Oussoren | 2006-05-20 | 1 | -9/+9 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-05-19 | 1 | -1/+1 |
|
|
* | * Change working directory to the users home | Ronald Oussoren | 2006-05-19 | 1 | -3/+11 |
|
|
* | Oops, I forgot to include this file in the last commit (46046): | Neal Norwitz | 2006-05-19 | 1 | -2/+2 |
|
|
* | Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. | Neal Norwitz | 2006-05-19 | 5 | -5/+41 |
|
|
* | Fix #1474677, non-keyword argument following keyword. | Neal Norwitz | 2006-05-19 | 2 | -0/+8 |
|
|
* | Fix #132 from Coverity, retval could have been derefed | Neal Norwitz | 2006-05-19 | 1 | -0/+4 |
|
|
* | Typo fix; add clarifying word | Andrew M. Kuchling | 2006-05-19 | 1 | -2/+2 |
|
|
* | Fix some minor issues with the generated application bundles on MacOSX | Ronald Oussoren | 2006-05-18 | 7 | -9/+70 |
|
|
* | Changed status from "beta" to "production"; since logging has been part of th... | Vinay Sajip | 2006-05-18 | 1 | -1/+1 |
|
|
* | Bug #1490688: properly document %e, %f, %g format subtleties. | Georg Brandl | 2006-05-18 | 1 | -11/+30 |
|
|
* | Bug #1462152: file() now checks more thoroughly for invalid mode | Georg Brandl | 2006-05-18 | 4 | -37/+60 |
|
|
* | Little cleanup | Neal Norwitz | 2006-05-18 | 2 | -4/+4 |
|
|