1. 9b10f7e Convert relevant dict internals to Py_ssize_t. by Tim Peters · 18 years ago
  2. 1e44ca9 Simplify further by using AddStringConstant by Neal Norwitz · 18 years ago
  3. f0d55ac Set a binary svn:mime-type property on this UTF-8 encoded file. by Tim Peters · 18 years ago
  4. 27c7059 Whitespace normalization. by Tim Peters · 18 years ago
  5. aba19bc deprecated_err(): Stop bizarre warning messages when the tests by Tim Peters · 18 years ago
  6. 6067f20 Add a length check to aifc to ensure it doesn't write a bogus file by Bob Ippolito · 18 years ago
  7. 2fd3977 struct: modulo math plus warning on all endian-explicit formats for compatibility with older struct usage (ugly) by Bob Ippolito · 18 years ago
  8. b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 18 years ago
  9. a355c14 Whoops. by Georg Brandl · 18 years ago
  10. bf92f46 Convert more modules to METH_VARARGS. by Georg Brandl · 18 years ago
  11. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
  12. fd9a4b1 Add News entry for last commit. by Georg Brandl · 18 years ago
  13. 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 18 years ago
  14. 0849014 When adding a module like functools, it helps to let SVN know about the file. by Nick Coghlan · 18 years ago
  15. 2cfaa34 Correct some value converting strangenesses. by Georg Brandl · 18 years ago
  16. 162997e Silence a warning. by Armin Rigo · 18 years ago
  17. 28b2686 simplify the struct code a bit (no functional changes) by Bob Ippolito · 18 years ago
  18. 47dc118 Fix #1494787 (pyclbr counts whitespace as superclass name) by Georg Brandl · 18 years ago
  19. 80181e2 Fix compiler warning. by Georg Brandl · 18 years ago
  20. b569ee4 Handle PyMem_Malloc failure in pystrtod.c. Closes #1494671. by Georg Brandl · 18 years ago
  21. a1121fa Fix #1494605. by Georg Brandl · 18 years ago
  22. bda0744 Convert fmmodule to METH_VARARGS. by Georg Brandl · 18 years ago
  23. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  24. c7c5114 Fix refleak in socketmodule. Replace bogus Py_BuildValue calls. by Georg Brandl · 18 years ago
  25. 964f597 METH_NOARGS functions do get called with two args. by Georg Brandl · 18 years ago
  26. 660222f Convert audioop over to METH_VARARGS. by Georg Brandl · 18 years ago
  27. fbef588 Fix C function calling conventions in _sre module. by Georg Brandl · 18 years ago
  28. a6123ab A clearer error message when passing -R to regrtest.py with by Armin Rigo · 18 years ago
  29. 5f6861d Correct None refcount issue in Mac modules. (Are they still used?) by Georg Brandl · 18 years ago
  30. c26025c Fix ref-antileak in _struct.c which eventually lead to deallocating None. by Georg Brandl · 18 years ago
  31. c1282ee Make last patch valid C89 so Windows compilers can deal with it. by Thomas Wouters · 18 years ago
  32. 2759627 use the UnicodeError traversal and clearing functions in UnicodeError by Michael W. Hudson · 18 years ago
  33. 43ab100 Fix refleaks in UnicodeError get and set methods. by Georg Brandl · 18 years ago
  34. 2b33037 Patch #1496206: urllib2 PasswordMgr ./. default ports by Georg Brandl · 18 years ago
  35. 0fd1291 The empty string is a valid import path. (fixes #1496539) by Georg Brandl · 18 years ago
  36. a3f0927 ("Forward-port" of r46506) by Armin Rigo · 18 years ago
  37. e9eeab5 Initial version of systimes - a module to provide platform dependent by Marc-André Lemburg · 18 years ago
  38. 96495ee Quality control, meet exceptions.c, round two. by Michael W. Hudson · 18 years ago
  39. 8301c79 Rest of patch #1490384: Commit icon source, remove by Martin v. Löwis · 18 years ago
  40. f3c65de Patch #1080727: add "encoding" parameter to doctest.DocFileSuite by George Yoshida · 18 years ago
  41. 22a80e7 Quality control, meet exceptions.c. by Michael W. Hudson · 18 years ago
  42. 80f8e80 needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only), by Fredrik Lundh · 18 years ago
  43. 5e9d6cf PyErr_Display(), PyErr_WriteUnraisable(): Coverity found a cut-and-paste by Tim Peters · 18 years ago
  44. a37722c Added missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  45. a2d6c8a fix typo by George Yoshida · 18 years ago
  46. 3689571 End of Ch.3 is now about "with statement". by George Yoshida · 18 years ago
  47. 5e0b882 minor markup nits by George Yoshida · 18 years ago
  48. 2d555b3 move semicolons by Richard Jones · 18 years ago
  49. c5b2a2e doc string additions and tweaks by Richard Jones · 18 years ago
  50. cd51ca5 fix struct regression on 64-bit platforms by Bob Ippolito · 18 years ago
  51. 2d40077 needforspeed: use PyObject_MALLOC instead of system malloc for small by Jack Diederich · 18 years ago
  52. 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
  53. 0b7ef46 needforspeed: stringlib refactoring: use find_slice for stringobject by Fredrik Lundh · 18 years ago
  54. 60d8b18 needforspeed: stringlib refactoring: changed find_obj to find_slice, by Fredrik Lundh · 18 years ago
  55. c2d29c5 needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate by Fredrik Lundh · 18 years ago
  56. 94b8c12 Remove spurious semicolons after macro invocations. by Georg Brandl · 18 years ago
  57. d49d5c4 cleanup - removed trailing whitespace by Andrew Dalke · 18 years ago
  58. 4e30617 The cheery optimism of old age. by Tim Peters · 18 years ago
  59. e895318 Always close BZ2Proxy object. Remove unnecessary struct usage. by Georg Brandl · 18 years ago
  60. 87f5471 credit where credit is due by Richard Jones · 18 years ago
  61. dae266e Mention new-style exceptions by Andrew M. Kuchling · 18 years ago
  62. de41dc8 More random thrashing trying to understand spurious by Tim Peters · 18 years ago
  63. b7c8f54 Add news item for new-style exception class branch merge. by Georg Brandl · 18 years ago
  64. 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
  65. 1fcdc23 Fix up struct docstrings, add struct.pack_to function for symmetry by Bob Ippolito · 18 years ago
  66. 90bd0a5 Remove the range checking and int usage #defines from _struct and strip out the now-dead code by Bob Ippolito · 18 years ago
  67. b98d65c Add Py_LOCAL macros by Andrew M. Kuchling · 18 years ago
  68. 2e3f6b7 Revert bogus change committed in 46432 to this file. by Martin v. Löwis · 18 years ago
  69. e0df762 fixed typo by Andrew Dalke · 18 years ago
  70. 7a83089 needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in- by Fredrik Lundh · 18 years ago
  71. 2d23d5b needforspeed: more stringlib refactoring by Fredrik Lundh · 18 years ago
  72. d532ba0 Explain why 'consumed' is initialized. by Martin v. Löwis · 18 years ago
  73. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 18 years ago
  74. d1b6cd7 Fix Coverity warnings. by Neal Norwitz · 18 years ago
  75. 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
  76. 8040359 Reinstate new-style object tests. by Steve Holden · 18 years ago
  77. 7df5e7f Patch 1145039. by Tim Peters · 18 years ago
  78. 7e0a62e Added description of why splitlines doesn't use the prealloc strategy by Andrew Dalke · 18 years ago
  79. 57ad060 Blasted typos ... by Steve Holden · 18 years ago
  80. a4ebed8 Update help text and documentaition. by Steve Holden · 18 years ago
  81. 7db3d38 Add Richard Tew to developers by Steve Holden · 18 years ago
  82. 19bfd42 Whitespace normalization. by Tim Peters · 18 years ago
  83. 8d39dc1 Record Iceland sprint attendees. by Tim Peters · 18 years ago
  84. aa70a17 enable all of the struct tests, use ssize_t, fix some whitespace by Bob Ippolito · 18 years ago
  85. 5132407 Added limits to the replace code so it does not count all of the matching by Andrew Dalke · 18 years ago
  86. e4e023c Simplify calling. by Georg Brandl · 18 years ago
  87. a89dbec Patch #1492218: document None being a constant. by Georg Brandl · 18 years ago
  88. 7784f12 Replace Py_BuildValue("OO") by PyTuple_Pack. by Georg Brandl · 18 years ago
  89. 07bbfc6 Comment typo by Andrew M. Kuchling · 18 years ago
  90. e6e43c8 needforspeed: stringlib refactoring: use stringlib/find for string find by Fredrik Lundh · 18 years ago
  91. cc7570f Write more docs. by Thomas Heller · 18 years ago
  92. c816281 needforspeed: use a macro to fix slice indexes by Fredrik Lundh · 18 years ago
  93. ce4eccb needforspeed: stringlib refactoring: use stringlib/find for unicode find by Fredrik Lundh · 18 years ago
  94. 58b5e84 needforspeed: stringlib refactoring, continued. added count and by Fredrik Lundh · 18 years ago
  95. a26de2a added rpartition method to UserString class by Fredrik Lundh · 18 years ago
  96. e001816 Exception isn't the root of all exception classes anymore. by Georg Brandl · 18 years ago
  97. 04f031d Change C spacing to 4 spaces by default to match PEP 7 for new C files. by Brett Cannon · 18 years ago
  98. c5da53b substring split now uses /F's fast string matching algorithm. by Andrew Dalke · 18 years ago
  99. afe6598 Add rpartition() and path caching by Andrew M. Kuchling · 18 years ago
  100. d05e546 Revert tests to MAL's original round sizes to retiain comparability by Steve Holden · 18 years ago