1. 22a80e7 Quality control, meet exceptions.c. by Michael W. Hudson · 18 years ago
  2. 80f8e80 needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only), by Fredrik Lundh · 18 years ago
  3. 5e9d6cf PyErr_Display(), PyErr_WriteUnraisable(): Coverity found a cut-and-paste by Tim Peters · 18 years ago
  4. a37722c Added missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  5. a2d6c8a fix typo by George Yoshida · 18 years ago
  6. 3689571 End of Ch.3 is now about "with statement". by George Yoshida · 18 years ago
  7. 5e0b882 minor markup nits by George Yoshida · 18 years ago
  8. 2d555b3 move semicolons by Richard Jones · 18 years ago
  9. c5b2a2e doc string additions and tweaks by Richard Jones · 18 years ago
  10. cd51ca5 fix struct regression on 64-bit platforms by Bob Ippolito · 18 years ago
  11. 2d40077 needforspeed: use PyObject_MALLOC instead of system malloc for small by Jack Diederich · 18 years ago
  12. 2b38e40 Add a PCBuild8 build directory for building with Visual Studio .NET 2005. Contains a special project to perform profile guided optimizations on the pythoncore.dll, by instrumenting and running pybench.py by Kristján Valur Jónsson · 18 years ago
  13. 0b7ef46 needforspeed: stringlib refactoring: use find_slice for stringobject by Fredrik Lundh · 18 years ago
  14. 60d8b18 needforspeed: stringlib refactoring: changed find_obj to find_slice, by Fredrik Lundh · 18 years ago
  15. c2d29c5 needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate by Fredrik Lundh · 18 years ago
  16. 94b8c12 Remove spurious semicolons after macro invocations. by Georg Brandl · 18 years ago
  17. d49d5c4 cleanup - removed trailing whitespace by Andrew Dalke · 18 years ago
  18. 4e30617 The cheery optimism of old age. by Tim Peters · 18 years ago
  19. e895318 Always close BZ2Proxy object. Remove unnecessary struct usage. by Georg Brandl · 18 years ago
  20. 87f5471 credit where credit is due by Richard Jones · 18 years ago
  21. dae266e Mention new-style exceptions by Andrew M. Kuchling · 18 years ago
  22. de41dc8 More random thrashing trying to understand spurious by Tim Peters · 18 years ago
  23. b7c8f54 Add news item for new-style exception class branch merge. by Georg Brandl · 18 years ago
  24. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  25. 1fcdc23 Fix up struct docstrings, add struct.pack_to function for symmetry by Bob Ippolito · 18 years ago
  26. 90bd0a5 Remove the range checking and int usage #defines from _struct and strip out the now-dead code by Bob Ippolito · 18 years ago
  27. b98d65c Add Py_LOCAL macros by Andrew M. Kuchling · 18 years ago
  28. 2e3f6b7 Revert bogus change committed in 46432 to this file. by Martin v. Löwis · 18 years ago
  29. e0df762 fixed typo by Andrew Dalke · 18 years ago
  30. 7a83089 needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in- by Fredrik Lundh · 18 years ago
  31. 2d23d5b needforspeed: more stringlib refactoring by Fredrik Lundh · 18 years ago
  32. d532ba0 Explain why 'consumed' is initialized. by Martin v. Löwis · 18 years ago
  33. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 18 years ago
  34. d1b6cd7 Fix Coverity warnings. by Neal Norwitz · 18 years ago
  35. 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
  36. 8040359 Reinstate new-style object tests. by Steve Holden · 18 years ago
  37. 7df5e7f Patch 1145039. by Tim Peters · 18 years ago
  38. 7e0a62e Added description of why splitlines doesn't use the prealloc strategy by Andrew Dalke · 18 years ago
  39. 57ad060 Blasted typos ... by Steve Holden · 18 years ago
  40. a4ebed8 Update help text and documentaition. by Steve Holden · 18 years ago
  41. 7db3d38 Add Richard Tew to developers by Steve Holden · 18 years ago
  42. 19bfd42 Whitespace normalization. by Tim Peters · 18 years ago
  43. 8d39dc1 Record Iceland sprint attendees. by Tim Peters · 18 years ago
  44. aa70a17 enable all of the struct tests, use ssize_t, fix some whitespace by Bob Ippolito · 18 years ago
  45. 5132407 Added limits to the replace code so it does not count all of the matching by Andrew Dalke · 18 years ago
  46. e4e023c Simplify calling. by Georg Brandl · 18 years ago
  47. a89dbec Patch #1492218: document None being a constant. by Georg Brandl · 18 years ago
  48. 7784f12 Replace Py_BuildValue("OO") by PyTuple_Pack. by Georg Brandl · 18 years ago
  49. 07bbfc6 Comment typo by Andrew M. Kuchling · 18 years ago
  50. e6e43c8 needforspeed: stringlib refactoring: use stringlib/find for string find by Fredrik Lundh · 18 years ago
  51. cc7570f Write more docs. by Thomas Heller · 18 years ago
  52. c816281 needforspeed: use a macro to fix slice indexes by Fredrik Lundh · 18 years ago
  53. ce4eccb needforspeed: stringlib refactoring: use stringlib/find for unicode find by Fredrik Lundh · 18 years ago
  54. 58b5e84 needforspeed: stringlib refactoring, continued. added count and by Fredrik Lundh · 18 years ago
  55. a26de2a added rpartition method to UserString class by Fredrik Lundh · 18 years ago
  56. e001816 Exception isn't the root of all exception classes anymore. by Georg Brandl · 18 years ago
  57. 04f031d Change C spacing to 4 spaces by default to match PEP 7 for new C files. by Brett Cannon · 18 years ago
  58. c5da53b substring split now uses /F's fast string matching algorithm. by Andrew Dalke · 18 years ago
  59. afe6598 Add rpartition() and path caching by Andrew M. Kuchling · 18 years ago
  60. d05e546 Revert tests to MAL's original round sizes to retiain comparability by Steve Holden · 18 years ago
  61. 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 18 years ago
  62. b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 18 years ago
  63. be9f219 removed unnecessary include by Fredrik Lundh · 18 years ago
  64. f4ef116 Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache valid and by Georg Brandl · 18 years ago
  65. 2d6c5a8 Reordered, and wrote more docs. by Thomas Heller · 18 years ago
  66. f845877 Use minimum calibration time rather than avergae to avoid by Steve Holden · 18 years ago
  67. 3a65d87 needforspeed: remove remaining USE_FAST macros; if fastsearch was by Fredrik Lundh · 18 years ago
  68. c2032fb needforspeed: cleanup by Fredrik Lundh · 18 years ago
  69. b947948 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 18 years ago
  70. 69bfaab Write some docs. by Thomas Heller · 18 years ago
  71. a50d201 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 18 years ago
  72. 877ab9b Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  73. 584c8d4 Whitespace normalization. by Tim Peters · 18 years ago
  74. 735ae48 Repair Windows compiler warnings about mixing by Tim Peters · 18 years ago
  75. ada638b For now, I gave up with automatic conversion of reST to Python-latex, by Thomas Heller · 18 years ago
  76. 7c940d1 needforspeed: use Py_LOCAL on a few more locals in stringobject.c by Fredrik Lundh · 18 years ago
  77. 431a763 Add -t option to allow easy test selection. by Steve Holden · 18 years ago
  78. 0cbf2c5 fix signed/unsigned mismatch in struct by Bob Ippolito · 18 years ago
  79. 725fe40 Test for more edge strip cases; leading and trailing separator gets removed by Andrew Dalke · 18 years ago
  80. 02758d6 Eeked out another 3% or so performance in split whitespace by cleaning up the algorithm. by Andrew Dalke · 18 years ago
  81. 1d2b0e3 Enable PY_USE_INT_WHEN_POSSIBLE in struct by Bob Ippolito · 18 years ago
  82. 685dda8 Fix _struct typo that broke some 64-bit platforms by Bob Ippolito · 18 years ago
  83. ad64785 Fix distutils so that libffi will cross-compile between darwin/x86 and darwin/ppc by Bob Ippolito · 18 years ago
  84. c6f5c87 Typo fix by Andrew M. Kuchling · 18 years ago
  85. 230c3e1 Add buffer support for struct, socket by Andrew M. Kuchling · 18 years ago
  86. 0249476 Explicitly close files. I'm trying to stop the frequent spurious test_tarfile by Tim Peters · 18 years ago
  87. 525eab3 Changes to string.split/rsplit on whitespace to preallocate space in the by Andrew Dalke · 18 years ago
  88. b1f3251 Use open() to open files (was using file()). by Tim Peters · 18 years ago
  89. e27337b fix #1229380 No struct.pack exception for some out of range integers by Bob Ippolito · 18 years ago
  90. 669fa18 Added more rstrip tests, including for prealloc'ed arrays by Andrew Dalke · 18 years ago
  91. 910a08f quick hack to fix busted binhex test by Bob Ippolito · 18 years ago
  92. ad0cb65 Add str.partition() by Andrew M. Kuchling · 18 years ago
  93. 7e8053f Whitespace normalization. by Tim Peters · 18 years ago
  94. 5cc6009 Test cases for off-by-one errors in string split with multicharacter pattern. by Andrew Dalke · 18 years ago
  95. 005aee2 I like tests. by Andrew Dalke · 18 years ago
  96. fe98f96 Whitespace normalization. by Tim Peters · 18 years ago
  97. 7361236 - Remove previous version of the binary distribution script for OSX by Ronald Oussoren · 18 years ago
  98. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 18 years ago
  99. 1b94940 Py_LOCAL shouldn't be used for data; it works for some .NET 2003 compilers, by Fredrik Lundh · 18 years ago
  100. a0fcf50 Typo fixes by Andrew M. Kuchling · 18 years ago