1. c2d29c5 needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate by Fredrik Lundh · 18 years ago
  2. 94b8c12 Remove spurious semicolons after macro invocations. by Georg Brandl · 18 years ago
  3. d49d5c4 cleanup - removed trailing whitespace by Andrew Dalke · 18 years ago
  4. 4e30617 The cheery optimism of old age. by Tim Peters · 18 years ago
  5. e895318 Always close BZ2Proxy object. Remove unnecessary struct usage. by Georg Brandl · 18 years ago
  6. 87f5471 credit where credit is due by Richard Jones · 18 years ago
  7. dae266e Mention new-style exceptions by Andrew M. Kuchling · 18 years ago
  8. de41dc8 More random thrashing trying to understand spurious by Tim Peters · 18 years ago
  9. b7c8f54 Add news item for new-style exception class branch merge. by Georg Brandl · 18 years ago
  10. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  11. 1fcdc23 Fix up struct docstrings, add struct.pack_to function for symmetry by Bob Ippolito · 18 years ago
  12. 90bd0a5 Remove the range checking and int usage #defines from _struct and strip out the now-dead code by Bob Ippolito · 18 years ago
  13. b98d65c Add Py_LOCAL macros by Andrew M. Kuchling · 18 years ago
  14. 2e3f6b7 Revert bogus change committed in 46432 to this file. by Martin v. Löwis · 18 years ago
  15. e0df762 fixed typo by Andrew Dalke · 18 years ago
  16. 7a83089 needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in- by Fredrik Lundh · 18 years ago
  17. 2d23d5b needforspeed: more stringlib refactoring by Fredrik Lundh · 18 years ago
  18. d532ba0 Explain why 'consumed' is initialized. by Martin v. Löwis · 18 years ago
  19. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 18 years ago
  20. d1b6cd7 Fix Coverity warnings. by Neal Norwitz · 18 years ago
  21. 2f3136b Fix compiler warning (and whitespace) on Mac OS 10.4. (A lot of this code looked duplicated, I wonder if a utility function could help reduce the duplication here.) by Neal Norwitz · 18 years ago
  22. 8040359 Reinstate new-style object tests. by Steve Holden · 18 years ago
  23. 7df5e7f Patch 1145039. by Tim Peters · 18 years ago
  24. 7e0a62e Added description of why splitlines doesn't use the prealloc strategy by Andrew Dalke · 18 years ago
  25. 57ad060 Blasted typos ... by Steve Holden · 18 years ago
  26. a4ebed8 Update help text and documentaition. by Steve Holden · 18 years ago
  27. 7db3d38 Add Richard Tew to developers by Steve Holden · 18 years ago
  28. 19bfd42 Whitespace normalization. by Tim Peters · 18 years ago
  29. 8d39dc1 Record Iceland sprint attendees. by Tim Peters · 18 years ago
  30. aa70a17 enable all of the struct tests, use ssize_t, fix some whitespace by Bob Ippolito · 18 years ago
  31. 5132407 Added limits to the replace code so it does not count all of the matching by Andrew Dalke · 18 years ago
  32. e4e023c Simplify calling. by Georg Brandl · 18 years ago
  33. a89dbec Patch #1492218: document None being a constant. by Georg Brandl · 18 years ago
  34. 7784f12 Replace Py_BuildValue("OO") by PyTuple_Pack. by Georg Brandl · 18 years ago
  35. 07bbfc6 Comment typo by Andrew M. Kuchling · 18 years ago
  36. e6e43c8 needforspeed: stringlib refactoring: use stringlib/find for string find by Fredrik Lundh · 18 years ago
  37. cc7570f Write more docs. by Thomas Heller · 18 years ago
  38. c816281 needforspeed: use a macro to fix slice indexes by Fredrik Lundh · 18 years ago
  39. ce4eccb needforspeed: stringlib refactoring: use stringlib/find for unicode find by Fredrik Lundh · 18 years ago
  40. 58b5e84 needforspeed: stringlib refactoring, continued. added count and by Fredrik Lundh · 18 years ago
  41. a26de2a added rpartition method to UserString class by Fredrik Lundh · 18 years ago
  42. e001816 Exception isn't the root of all exception classes anymore. by Georg Brandl · 18 years ago
  43. 04f031d Change C spacing to 4 spaces by default to match PEP 7 for new C files. by Brett Cannon · 18 years ago
  44. c5da53b substring split now uses /F's fast string matching algorithm. by Andrew Dalke · 18 years ago
  45. afe6598 Add rpartition() and path caching by Andrew M. Kuchling · 18 years ago
  46. d05e546 Revert tests to MAL's original round sizes to retiain comparability by Steve Holden · 18 years ago
  47. 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 18 years ago
  48. b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 18 years ago
  49. be9f219 removed unnecessary include by Fredrik Lundh · 18 years ago
  50. f4ef116 Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache valid and by Georg Brandl · 18 years ago
  51. 2d6c5a8 Reordered, and wrote more docs. by Thomas Heller · 18 years ago
  52. f845877 Use minimum calibration time rather than avergae to avoid by Steve Holden · 18 years ago
  53. 3a65d87 needforspeed: remove remaining USE_FAST macros; if fastsearch was by Fredrik Lundh · 18 years ago
  54. c2032fb needforspeed: cleanup by Fredrik Lundh · 18 years ago
  55. b947948 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 18 years ago
  56. 69bfaab Write some docs. by Thomas Heller · 18 years ago
  57. a50d201 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 18 years ago
  58. 877ab9b Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  59. 584c8d4 Whitespace normalization. by Tim Peters · 18 years ago
  60. 735ae48 Repair Windows compiler warnings about mixing by Tim Peters · 18 years ago
  61. ada638b For now, I gave up with automatic conversion of reST to Python-latex, by Thomas Heller · 18 years ago
  62. 7c940d1 needforspeed: use Py_LOCAL on a few more locals in stringobject.c by Fredrik Lundh · 18 years ago
  63. 431a763 Add -t option to allow easy test selection. by Steve Holden · 18 years ago
  64. 0cbf2c5 fix signed/unsigned mismatch in struct by Bob Ippolito · 18 years ago
  65. 725fe40 Test for more edge strip cases; leading and trailing separator gets removed by Andrew Dalke · 18 years ago
  66. 02758d6 Eeked out another 3% or so performance in split whitespace by cleaning up the algorithm. by Andrew Dalke · 18 years ago
  67. 1d2b0e3 Enable PY_USE_INT_WHEN_POSSIBLE in struct by Bob Ippolito · 18 years ago
  68. 685dda8 Fix _struct typo that broke some 64-bit platforms by Bob Ippolito · 18 years ago
  69. ad64785 Fix distutils so that libffi will cross-compile between darwin/x86 and darwin/ppc by Bob Ippolito · 18 years ago
  70. c6f5c87 Typo fix by Andrew M. Kuchling · 18 years ago
  71. 230c3e1 Add buffer support for struct, socket by Andrew M. Kuchling · 18 years ago
  72. 0249476 Explicitly close files. I'm trying to stop the frequent spurious test_tarfile by Tim Peters · 18 years ago
  73. 525eab3 Changes to string.split/rsplit on whitespace to preallocate space in the by Andrew Dalke · 18 years ago
  74. b1f3251 Use open() to open files (was using file()). by Tim Peters · 18 years ago
  75. e27337b fix #1229380 No struct.pack exception for some out of range integers by Bob Ippolito · 18 years ago
  76. 669fa18 Added more rstrip tests, including for prealloc'ed arrays by Andrew Dalke · 18 years ago
  77. 910a08f quick hack to fix busted binhex test by Bob Ippolito · 18 years ago
  78. ad0cb65 Add str.partition() by Andrew M. Kuchling · 18 years ago
  79. 7e8053f Whitespace normalization. by Tim Peters · 18 years ago
  80. 5cc6009 Test cases for off-by-one errors in string split with multicharacter pattern. by Andrew Dalke · 18 years ago
  81. 005aee2 I like tests. by Andrew Dalke · 18 years ago
  82. fe98f96 Whitespace normalization. by Tim Peters · 18 years ago
  83. 7361236 - Remove previous version of the binary distribution script for OSX by Ronald Oussoren · 18 years ago
  84. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 18 years ago
  85. 1b94940 Py_LOCAL shouldn't be used for data; it works for some .NET 2003 compilers, by Fredrik Lundh · 18 years ago
  86. a0fcf50 Typo fixes by Andrew M. Kuchling · 18 years ago
  87. 57640f5 needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable "aggressive" by Fredrik Lundh · 18 years ago
  88. 567a8ff Integrate installing a framework in the 'make install' by Ronald Oussoren · 18 years ago
  89. 39be38c - Search the sqlite specific search directories by Ronald Oussoren · 18 years ago
  90. 95e2a91 use Py_LOCAL also for string and unicode objects by Fredrik Lundh · 18 years ago
  91. df676c5 when generating python code prefer to generate valid python code by Jack Diederich · 18 years ago
  92. b8b3c8e needforspeed: added Py_LOCAL macro, based on the LOCAL macro used by Fredrik Lundh · 18 years ago
  93. a172c32 Add "partition" to UserString. by Georg Brandl · 18 years ago
  94. 072a24c Fix buglet in postinstall script, it would generate an invalid .cshrc file. by Ronald Oussoren · 18 years ago
  95. 03fb444 Added split whitespace checks for characters other than space. by Andrew Dalke · 18 years ago
  96. 6c433a9 use Py_ssize_t in places that may need it by Jack Diederich · 18 years ago
  97. 984b971 Added a few more test cases for whitespace split. These strings have leading whitespace. by Andrew Dalke · 18 years ago
  98. f2c0dfd needforspeed: use Py_ssize_t for the fastsearch counter and skip by Fredrik Lundh · 18 years ago
  99. 450277f needforspeed: use METH_O for argument handling, which made partition some by Fredrik Lundh · 18 years ago
  100. 0c93ff6 Clarify docs for str.partition(). by Georg Brandl · 18 years ago