1. 7763351 return 0 on misses, not -1. by Fredrik Lundh · 18 years ago
  2. f178e5c Get the Windows build working again (recover from `struct` module changes). by Tim Peters · 18 years ago
  3. 70bd199 Add item by Andrew M. Kuchling · 18 years ago
  4. 07c023b fix typo in _struct by Bob Ippolito · 18 years ago
  5. d3611eb forward declaration for PyStructType by Bob Ippolito · 18 years ago
  6. 150faff Add two items by Andrew M. Kuchling · 18 years ago
  7. 4de3f99 fix linking issue, warnings, in struct by Bob Ippolito · 18 years ago
  8. 232f3c9 patch #1493701: performance enhancements for struct module by Bob Ippolito · 18 years ago
  9. 7ccc95a patch #1493701: performance enhancements for struct module by Bob Ippolito · 18 years ago
  10. 27abce5 revert #1493701 by Bob Ippolito · 18 years ago
  11. 9deeeef Remove duplicate item by Andrew M. Kuchling · 18 years ago
  12. fb8b84a Patch #1493701: performance enhancements for struct module. by Bob Ippolito · 18 years ago
  13. b713ec2 Bug #1334662 / patch #1335972: int(string, base) wrong answers. by Tim Peters · 18 years ago
  14. b63588c needforspeed: use append+reverse for rsplit, use "bloom filters" to by Fredrik Lundh · 18 years ago
  15. 7298f27 Update Misc/NEWS for gzip patch #1281707 by Bob Ippolito · 18 years ago
  16. 82d2558 Update Misc/NEWS for gzip patch #1281707 by Bob Ippolito · 18 years ago
  17. a372711 fix broken merge by Richard Jones · 18 years ago
  18. cebbefc Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects. by Richard Jones · 18 years ago
  19. 69c3476 An improved script for building the binary distribution on MacOSX. by Ronald Oussoren · 18 years ago
  20. 3e134a5 Use 'speed' instead of 'performance', because I agree with the argument by Andrew M. Kuchling · 18 years ago
  21. 1cdace4 Mention string improvements by Andrew M. Kuchling · 18 years ago
  22. c602723 Add some items; mention the sprint by Andrew M. Kuchling · 18 years ago
  23. b02daf7 Patch #1488098. by Ronald Oussoren · 18 years ago
  24. 58f8eba Disable linking extensions with -lpython2.5 for darwin. This should fix bug by Ronald Oussoren · 18 years ago
  25. 658d513 PyErr_NewException now accepts a tuple of base classes as its "base" parameter. by Georg Brandl · 18 years ago
  26. da89b99 Avoid creating a mess when installing a framework for the second time. by Ronald Oussoren · 18 years ago
  27. 7c88dcc Merge from rjones-funccall branch. by Richard Jones · 18 years ago
  28. 833bf94 needforspeed: fixed unicode "in" operator to use same implementation by Fredrik Lundh · 18 years ago
  29. 3d885e0 needforspeed: check first *and* last character before doing a full memcmp by Fredrik Lundh · 18 years ago
  30. 1bacc64 unicode_repeat(): Change type of local to Py_ssize_t, by Tim Peters · 18 years ago
  31. 286085c PyUnicode_Join(): Recent code changes introduced new by Tim Peters · 18 years ago
  32. 8a8e05a needforspeed: use memcpy for "long" strings; use a better algorithm by Fredrik Lundh · 18 years ago
  33. f1d60a5 needforspeed: speed up unicode repeat, unicode string copy by Fredrik Lundh · 18 years ago
  34. d82c310 Apply revised patch for GzipFile.readline performance #1281707 by Bob Ippolito · 18 years ago
  35. 763b50f docstring tweaks: count counts non-overlapping substrings, not by Fredrik Lundh · 18 years ago
  36. b975973 Revert gzip readline performance patch #1281707 until a more generic performance improvement can be found by Bob Ippolito · 18 years ago
  37. d72aab5 GzipFile.readline performance improvement (~30-40%), patch #1281707 by Bob Ippolito · 18 years ago
  38. 31a4262 Define SIZEOF_{DOUBLE,FLOAT} on Windows. Else by Tim Peters · 18 years ago
  39. a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
  40. f90347f Patch 1490384: New Icons for the PC build. by Martin v. Löwis · 18 years ago
  41. 00f6e19 Apply patch #1492255 from Mike Foord. by George Yoshida · 18 years ago
  42. c120a6d Fix the TeX compile error. by George Yoshida · 18 years ago
  43. 1e9f574 Minor edits by Andrew M. Kuchling · 18 years ago
  44. b688b6c Apply patch #1492147 from Mike Foord. by George Yoshida · 18 years ago
  45. 5c6a5ec - Add 'as' and 'with' as new keywords in 2.5. by George Yoshida · 18 years ago
  46. 6fffa5e - markup fix - add clarifying words by George Yoshida · 18 years ago
  47. 306b1f3 Fix bug #1000914 (again). by Ronald Oussoren · 18 years ago
  48. 8a299d2 Whitespace normalization. by Tim Peters · 18 years ago
  49. bf91f78 * Change working directory to the users home by Ronald Oussoren · 18 years ago
  50. 4eafe9e Oops, I forgot to include this file in the last commit (46046): by Neal Norwitz · 18 years ago
  51. 58e2888 Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. by Neal Norwitz · 18 years ago
  52. 5ef9224 Fix #1474677, non-keyword argument following keyword. by Neal Norwitz · 18 years ago
  53. 02104df Fix #132 from Coverity, retval could have been derefed by Neal Norwitz · 18 years ago
  54. e04fe8c Typo fix; add clarifying word by Andrew M. Kuchling · 18 years ago
  55. 3e3cb79 Fix some minor issues with the generated application bundles on MacOSX by Ronald Oussoren · 18 years ago
  56. 9e9c252 Changed status from "beta" to "production"; since logging has been part of the stdlib since 2.3, it should be safe to make this assertion ;-) by Vinay Sajip · 18 years ago
  57. 007a382 Bug #1490688: properly document %e, %f, %g format subtleties. by Georg Brandl · 18 years ago
  58. 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 18 years ago
  59. b678ce5 Little cleanup by Neal Norwitz · 18 years ago
  60. fad6559 Fix test_locale for platforms without a default thousands separator. by Georg Brandl · 18 years ago
  61. bbab671 Remove unused import. by Georg Brandl · 18 years ago
  62. e4751e3 Amendments to patch #1484695. by Georg Brandl · 18 years ago
  63. fd4c419 Whitespace normalization. by Tim Peters · 18 years ago
  64. b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 18 years ago
  65. 9d6da3e Delay-import some large modules to speed up urllib2 import. (fixes #1484793). by Georg Brandl · 18 years ago
  66. e3a2583 Patch #1486962: Several bugs in the turtle Tk demo module were fixed by Georg Brandl · 18 years ago
  67. feb0a3b Add global debug flag to cookielib to avoid heavy dependency on the logging module. by Georg Brandl · 18 years ago
  68. 378d592 Patch #1490224: set time.altzone correctly on Cygwin. by Georg Brandl · 18 years ago
  69. 9e5b5e4 Fix typo in os.utime docstring (patch #1490189) by Georg Brandl · 18 years ago
  70. d419a93 Apply patch #1489784 from Michael Foord. by Georg Brandl · 18 years ago
  71. c01b6ae Remove misleading comment about type-class unification. by Georg Brandl · 18 years ago
  72. 402cc24 PyZlib_copy(), PyZlib_uncopy(): Repair leaks on the normal-case path. by Tim Peters · 18 years ago
  73. 1b38357 Text files missing the SVN eol-style property. by Tim Peters · 18 years ago
  74. cbd7b75 Whitespace normalization. by Tim Peters · 18 years ago
  75. 0c8d7b0 Document ImportWarning by George Yoshida · 18 years ago
  76. 2f6ce53 Mention that Exception is now a subclass of BaseException. by George Yoshida · 18 years ago
  77. 259d7d6 Update for 'ImportWarning' by George Yoshida · 18 years ago
  78. c0a0dec PEP 243 has been withdrawn, so don't refer to it any more. by Andrew M. Kuchling · 18 years ago
  79. d779b35 Add item by Andrew M. Kuchling · 18 years ago
  80. 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 18 years ago
  81. 5f5d99c - Test for sys/statvfs.h before including it, as statvfs is present by Martin v. Löwis · 18 years ago
  82. 4ccc0b7 test_directory(): Remove the leftover temp directory that's making by Tim Peters · 18 years ago
  83. 12087ba ReadDetectFileobjTest: repair Windows disasters by opening by Tim Peters · 18 years ago
  84. 49c8f4c [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634) by Georg Brandl · 18 years ago
  85. 2a0ad4d Remove bogus DECREF of self. by Martin v. Löwis · 18 years ago
  86. 1004a53 Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport by Neal Norwitz · 18 years ago
  87. 373f0a7 - Bug #1487966: Fix SystemError with conditional expression in assignment by Neal Norwitz · 18 years ago
  88. 7a5fc28 Move items implemented after a2 into the new a3 section by Neal Norwitz · 18 years ago
  89. e3edaea Fix memory leak. by Martin v. Löwis · 18 years ago
  90. 1003448 I missed one small detail in my rewrite of the osx build files: the path by Ronald Oussoren · 18 years ago
  91. ff8c022 A first cut at replacing the icons on MacOS X. This replaces all icons by icons by Ronald Oussoren · 18 years ago
  92. 836b039 Rework the build system for osx applications: by Ronald Oussoren · 18 years ago
  93. 375f06b Remove lie in new comment. by Tim Peters · 18 years ago
  94. e6d9506 Typo repair. by Tim Peters · 18 years ago
  95. 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 18 years ago
  96. 822f34a Revert 43315: Printing of %zd must be signed. by Martin v. Löwis · 18 years ago
  97. 90df06e Add \exception markup by George Yoshida · 18 years ago
  98. 2b161d9 Integrated the rest of the pysqlite reference manual into the Python by Gerhard Häring · 18 years ago
  99. 0e10cb0 add svn:eol-style native svn:keywords Id by Thomas Heller · 18 years ago
  100. abc3ed7 set svn properties by Thomas Heller · 18 years ago