1. 58b5e84 needforspeed: stringlib refactoring, continued. added count and by Fredrik Lundh · 18 years ago
  2. a26de2a added rpartition method to UserString class by Fredrik Lundh · 18 years ago
  3. e001816 Exception isn't the root of all exception classes anymore. by Georg Brandl · 18 years ago
  4. 04f031d Change C spacing to 4 spaces by default to match PEP 7 for new C files. by Brett Cannon · 18 years ago
  5. c5da53b substring split now uses /F's fast string matching algorithm. by Andrew Dalke · 18 years ago
  6. afe6598 Add rpartition() and path caching by Andrew M. Kuchling · 18 years ago
  7. d05e546 Revert tests to MAL's original round sizes to retiain comparability by Steve Holden · 18 years ago
  8. 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 18 years ago
  9. b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 18 years ago
  10. be9f219 removed unnecessary include by Fredrik Lundh · 18 years ago
  11. f4ef116 Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache valid and by Georg Brandl · 18 years ago
  12. 2d6c5a8 Reordered, and wrote more docs. by Thomas Heller · 18 years ago
  13. f845877 Use minimum calibration time rather than avergae to avoid by Steve Holden · 18 years ago
  14. 3a65d87 needforspeed: remove remaining USE_FAST macros; if fastsearch was by Fredrik Lundh · 18 years ago
  15. c2032fb needforspeed: cleanup by Fredrik Lundh · 18 years ago
  16. b947948 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 18 years ago
  17. 69bfaab Write some docs. by Thomas Heller · 18 years ago
  18. a50d201 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 18 years ago
  19. 877ab9b Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  20. 584c8d4 Whitespace normalization. by Tim Peters · 18 years ago
  21. 735ae48 Repair Windows compiler warnings about mixing by Tim Peters · 18 years ago
  22. ada638b For now, I gave up with automatic conversion of reST to Python-latex, by Thomas Heller · 18 years ago
  23. 7c940d1 needforspeed: use Py_LOCAL on a few more locals in stringobject.c by Fredrik Lundh · 18 years ago
  24. 431a763 Add -t option to allow easy test selection. by Steve Holden · 18 years ago
  25. 0cbf2c5 fix signed/unsigned mismatch in struct by Bob Ippolito · 18 years ago
  26. 725fe40 Test for more edge strip cases; leading and trailing separator gets removed by Andrew Dalke · 18 years ago
  27. 02758d6 Eeked out another 3% or so performance in split whitespace by cleaning up the algorithm. by Andrew Dalke · 18 years ago
  28. 1d2b0e3 Enable PY_USE_INT_WHEN_POSSIBLE in struct by Bob Ippolito · 18 years ago
  29. 685dda8 Fix _struct typo that broke some 64-bit platforms by Bob Ippolito · 18 years ago
  30. ad64785 Fix distutils so that libffi will cross-compile between darwin/x86 and darwin/ppc by Bob Ippolito · 18 years ago
  31. c6f5c87 Typo fix by Andrew M. Kuchling · 18 years ago
  32. 230c3e1 Add buffer support for struct, socket by Andrew M. Kuchling · 18 years ago
  33. 0249476 Explicitly close files. I'm trying to stop the frequent spurious test_tarfile by Tim Peters · 18 years ago
  34. 525eab3 Changes to string.split/rsplit on whitespace to preallocate space in the by Andrew Dalke · 18 years ago
  35. b1f3251 Use open() to open files (was using file()). by Tim Peters · 18 years ago
  36. e27337b fix #1229380 No struct.pack exception for some out of range integers by Bob Ippolito · 18 years ago
  37. 669fa18 Added more rstrip tests, including for prealloc'ed arrays by Andrew Dalke · 18 years ago
  38. 910a08f quick hack to fix busted binhex test by Bob Ippolito · 18 years ago
  39. ad0cb65 Add str.partition() by Andrew M. Kuchling · 18 years ago
  40. 7e8053f Whitespace normalization. by Tim Peters · 18 years ago
  41. 5cc6009 Test cases for off-by-one errors in string split with multicharacter pattern. by Andrew Dalke · 18 years ago
  42. 005aee2 I like tests. by Andrew Dalke · 18 years ago
  43. fe98f96 Whitespace normalization. by Tim Peters · 18 years ago
  44. 7361236 - Remove previous version of the binary distribution script for OSX by Ronald Oussoren · 18 years ago
  45. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 18 years ago
  46. 1b94940 Py_LOCAL shouldn't be used for data; it works for some .NET 2003 compilers, by Fredrik Lundh · 18 years ago
  47. a0fcf50 Typo fixes by Andrew M. Kuchling · 18 years ago
  48. 57640f5 needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable "aggressive" by Fredrik Lundh · 18 years ago
  49. 567a8ff Integrate installing a framework in the 'make install' by Ronald Oussoren · 18 years ago
  50. 39be38c - Search the sqlite specific search directories by Ronald Oussoren · 18 years ago
  51. 95e2a91 use Py_LOCAL also for string and unicode objects by Fredrik Lundh · 18 years ago
  52. df676c5 when generating python code prefer to generate valid python code by Jack Diederich · 18 years ago
  53. b8b3c8e needforspeed: added Py_LOCAL macro, based on the LOCAL macro used by Fredrik Lundh · 18 years ago
  54. a172c32 Add "partition" to UserString. by Georg Brandl · 18 years ago
  55. 072a24c Fix buglet in postinstall script, it would generate an invalid .cshrc file. by Ronald Oussoren · 18 years ago
  56. 03fb444 Added split whitespace checks for characters other than space. by Andrew Dalke · 18 years ago
  57. 6c433a9 use Py_ssize_t in places that may need it by Jack Diederich · 18 years ago
  58. 984b971 Added a few more test cases for whitespace split. These strings have leading whitespace. by Andrew Dalke · 18 years ago
  59. f2c0dfd needforspeed: use Py_ssize_t for the fastsearch counter and skip by Fredrik Lundh · 18 years ago
  60. 450277f needforspeed: use METH_O for argument handling, which made partition some by Fredrik Lundh · 18 years ago
  61. 0c93ff6 Clarify docs for str.partition(). by Georg Brandl · 18 years ago
  62. 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 18 years ago
  63. 19bebf2 Without this patch OSX users couldn't add new help sources because the code by Ronald Oussoren · 18 years ago
  64. ae1c098 Add Soc student by Andrew M. Kuchling · 18 years ago
  65. fe5bb7e needforspeed: partition for 8-bit strings. for some simple tests, by Fredrik Lundh · 18 years ago
  66. d89fc22 Patch #1494387: SVN longobject.c compiler warnings by Tim Peters · 18 years ago
  67. c285e62 Repair idiot typo, and complete the job of trying to by Tim Peters · 18 years ago
  68. 4c803f1 Move over to use of METH_O and METH_NOARGS. by Brett Cannon · 18 years ago
  69. 45c6472 Add missing files from x86 darwin ctypes patch by Bob Ippolito · 18 years ago
  70. d95d593 Whitespace normalization. by Tim Peters · 18 years ago
  71. 7a822da Some Win64 pre-release in 2000 didn't support by Tim Peters · 18 years ago
  72. 3685045 Change test_values so that it compares the lowercasing of group names since getgrall() can return all lowercase names while getgrgid() returns proper casing. by Brett Cannon · 18 years ago
  73. f5bc414 Fix minor typo in prep_cif.c by Ronald Oussoren · 18 years ago
  74. 485dbd1 Add a x-ref to newer calling APIs. by Georg Brandl · 18 years ago
  75. 964e02a fix test_float regression and 64-bit size mismatch issue by Bob Ippolito · 18 years ago
  76. 955b64c squelch gcc4 darwin/x86 compiler warnings by Bob Ippolito · 18 years ago
  77. 0ed0587 Swap out bare malloc()/free() use for PyMem_MALLOC()/PyMem_FREE() . by Brett Cannon · 18 years ago
  78. 9d67d5e Someone seems to just have copy-pasted the docs of by Georg Brandl · 18 years ago
  79. 66c0935 enable darwin/x86 support for libffi and hence ctypes (doesn't yet support --enable-universalsdk) by Bob Ippolito · 18 years ago
  80. a99865b Use faster struct pack/unpack functions for the endian table that matches the host's by Bob Ippolito · 18 years ago
  81. 04ab994 Use LONG_MIN and LONG_MAX to check Python integer bounds instead of the incorrect INT_MIN and INT_MAX by Bob Ippolito · 18 years ago
  82. 554da41 needforspeed: use insert+reverse instead of append by Fredrik Lundh · 18 years ago
  83. 684fd0c Replace PyObject_CallFunction calls with only object args by Georg Brandl · 18 years ago
  84. 3b0cae9 fix a struct regression where long would be returned for short unsigned integers by Bob Ippolito · 18 years ago
  85. 3fc2bb9 Fix Cygwin compiler issue by Bob Ippolito · 18 years ago
  86. 60cbb3f * eliminate warning by reverting tmp_s type to 'const char*' by Jack Diederich · 18 years ago
  87. 94f68ee Struct now unpacks to PY_LONG_LONG directly when possible, also include #ifdef'ed out code that will return int instead of long when in bounds (not active since it's an API and doc change) by Bob Ippolito · 18 years ago
  88. c3434b3 needforspeed: use fastsearch also for find/index and contains. the by Fredrik Lundh · 18 years ago
  89. cfecd59 Guard the _active.remove() call to avoid errors when there is no _active list. by Georg Brandl · 18 years ago
  90. a85bf20 Faster path for PyLong_FromLongLong, using PyLong_FromLong algorithm by Bob Ippolito · 18 years ago
  91. 598710c Added overflow test for adding two (very) large strings where the by Andrew Dalke · 18 years ago
  92. f344c94 Comment typo by Andrew M. Kuchling · 18 years ago
  93. b552c4d Code had returned an ssize_t, upcast to long, then converted with PyInt_FromLong. by Andrew Dalke · 18 years ago
  94. af72237 needforspeed: use "fastsearch" for count. this results in a 3x speedup by Fredrik Lundh · 18 years ago
  95. 8c90910 Fixed problem identified by Georg. The special-case in-place code for replace by Andrew Dalke · 18 years ago
  96. da53afa A new table to help string->integer conversion was added yesterday to by Tim Peters · 18 years ago
  97. e68955c needforspeed: new replace implementation by Andrew Dalke. replace is by Fredrik Lundh · 18 years ago
  98. 0c71f88 needforspeed: check for overflow in replace (from Andrew Dalke) by Fredrik Lundh · 18 years ago
  99. 44aa9f71 Fix incorrect documentation for the Py_IS_FINITE(X) macro. by Kristján Valur Jónsson · 18 years ago
  100. cc1ecf4 Fix another typo by Andrew M. Kuchling · 18 years ago