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