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