1. a26de2a added rpartition method to UserString class by Fredrik Lundh · 18 years ago
  2. 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 18 years ago
  3. f4ef116 Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache valid and by Georg Brandl · 18 years ago
  4. 725fe40 Test for more edge strip cases; leading and trailing separator gets removed by Andrew Dalke · 18 years ago
  5. ad64785 Fix distutils so that libffi will cross-compile between darwin/x86 and darwin/ppc by Bob Ippolito · 18 years ago
  6. 0249476 Explicitly close files. I'm trying to stop the frequent spurious test_tarfile by Tim Peters · 18 years ago
  7. b1f3251 Use open() to open files (was using file()). by Tim Peters · 18 years ago
  8. e27337b fix #1229380 No struct.pack exception for some out of range integers by Bob Ippolito · 18 years ago
  9. 669fa18 Added more rstrip tests, including for prealloc'ed arrays by Andrew Dalke · 18 years ago
  10. 910a08f quick hack to fix busted binhex test by Bob Ippolito · 18 years ago
  11. 5cc6009 Test cases for off-by-one errors in string split with multicharacter pattern. by Andrew Dalke · 18 years ago
  12. 005aee2 I like tests. by Andrew Dalke · 18 years ago
  13. fe98f96 Whitespace normalization. by Tim Peters · 18 years ago
  14. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 18 years ago
  15. a172c32 Add "partition" to UserString. by Georg Brandl · 18 years ago
  16. 03fb444 Added split whitespace checks for characters other than space. by Andrew Dalke · 18 years ago
  17. 984b971 Added a few more test cases for whitespace split. These strings have leading whitespace. by Andrew Dalke · 18 years ago
  18. 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 18 years ago
  19. 19bebf2 Without this patch OSX users couldn't add new help sources because the code by Ronald Oussoren · 18 years ago
  20. d95d593 Whitespace normalization. by Tim Peters · 18 years ago
  21. 3685045 Change test_values so that it compares the lowercasing of group names since getgrall() can return all lowercase names while getgrgid() returns proper casing. by Brett Cannon · 18 years ago
  22. cfecd59 Guard the _active.remove() call to avoid errors when there is no _active list. by Georg Brandl · 18 years ago
  23. 0c71f88 needforspeed: check for overflow in replace (from Andrew Dalke) by Fredrik Lundh · 18 years ago
  24. 2bddcbf Added tests for implementation error we came up with in the need for speed sprint. by Andrew Dalke · 18 years ago
  25. 143bdfc Update graminit.c for the fix for #1488915, Multiple dots in relative import by Thomas Wouters · 18 years ago
  26. 696cf43 Heavily fiddled variant of patch #1442927: PyLong_FromString optimization. by Tim Peters · 18 years ago
  27. f404908 Disable the damn empty-string replace test -- it can't by Tim Peters · 18 years ago
  28. f47b1cd Whitespace normalization. by Tim Peters · 18 years ago
  29. beaec0c We can't leave the checked-in tests broken. by Tim Peters · 18 years ago
  30. e5488ec Added a slew of test for string replace, based various corner cases from by Andrew Dalke · 18 years ago
  31. eb62127 refactor unpack, add unpack_from by Bob Ippolito · 18 years ago
  32. 211219a Whitespace normalization. by Tim Peters · 18 years ago
  33. 1bddfb8 test_struct grew weird behavior under regrtest.py -R, by Tim Peters · 18 years ago
  34. 232f3c9 patch #1493701: performance enhancements for struct module by Bob Ippolito · 18 years ago
  35. 27abce5 revert #1493701 by Bob Ippolito · 18 years ago
  36. fb8b84a Patch #1493701: performance enhancements for struct module. by Bob Ippolito · 18 years ago
  37. b713ec2 Bug #1334662 / patch #1335972: int(string, base) wrong answers. by Tim Peters · 18 years ago
  38. b02daf7 Patch #1488098. by Ronald Oussoren · 18 years ago
  39. 58f8eba Disable linking extensions with -lpython2.5 for darwin. This should fix bug by Ronald Oussoren · 18 years ago
  40. d82c310 Apply revised patch for GzipFile.readline performance #1281707 by Bob Ippolito · 18 years ago
  41. b975973 Revert gzip readline performance patch #1281707 until a more generic performance improvement can be found by Bob Ippolito · 18 years ago
  42. d72aab5 GzipFile.readline performance improvement (~30-40%), patch #1281707 by Bob Ippolito · 18 years ago
  43. 8a299d2 Whitespace normalization. by Tim Peters · 18 years ago
  44. 5ef9224 Fix #1474677, non-keyword argument following keyword. by Neal Norwitz · 18 years ago
  45. 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
  46. 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 18 years ago
  47. b678ce5 Little cleanup by Neal Norwitz · 18 years ago
  48. fad6559 Fix test_locale for platforms without a default thousands separator. by Georg Brandl · 18 years ago
  49. bbab671 Remove unused import. by Georg Brandl · 18 years ago
  50. e4751e3 Amendments to patch #1484695. by Georg Brandl · 18 years ago
  51. fd4c419 Whitespace normalization. by Tim Peters · 18 years ago
  52. b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 18 years ago
  53. 9d6da3e Delay-import some large modules to speed up urllib2 import. (fixes #1484793). by Georg Brandl · 18 years ago
  54. e3a2583 Patch #1486962: Several bugs in the turtle Tk demo module were fixed by Georg Brandl · 18 years ago
  55. feb0a3b Add global debug flag to cookielib to avoid heavy dependency on the logging module. by Georg Brandl · 18 years ago
  56. 1b38357 Text files missing the SVN eol-style property. by Tim Peters · 18 years ago
  57. cbd7b75 Whitespace normalization. by Tim Peters · 18 years ago
  58. 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 18 years ago
  59. 4ccc0b7 test_directory(): Remove the leftover temp directory that's making by Tim Peters · 18 years ago
  60. 12087ba ReadDetectFileobjTest: repair Windows disasters by opening by Tim Peters · 18 years ago
  61. 49c8f4c [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634) by Georg Brandl · 18 years ago
  62. 373f0a7 - Bug #1487966: Fix SystemError with conditional expression in assignment by Neal Norwitz · 18 years ago
  63. 836b039 Rework the build system for osx applications: by Ronald Oussoren · 18 years ago
  64. 0e10cb0 add svn:eol-style native svn:keywords Id by Thomas Heller · 18 years ago
  65. e43a0fc Add missing svn properties. by Thomas Heller · 18 years ago
  66. 1fb9f52 Typo fix. by Georg Brandl · 18 years ago
  67. 0ebf27a BaseThreadedTestCase.setup(): stop special-casing WindowsError. by Tim Peters · 18 years ago
  68. 879768d Change WindowsError to carry the Win32 error code in winerror, by Martin v. Löwis · 18 years ago
  69. 1956480 Patch #721464: pdb.Pdb instances can now be given explicit stdin and by Georg Brandl · 18 years ago
  70. 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 18 years ago
  71. ad2ef33 Variant of patch #1478292. doctest.register_optionflag(name) by Tim Peters · 18 years ago
  72. 40f55b2 Disable a test that is unreliable. by Thomas Heller · 18 years ago
  73. e854e76 Patch #1478993: take advantage of BaseException/Exception split in cookielib by Georg Brandl · 18 years ago
  74. b5f2e5c Patch #1479302: Make urllib2 digest auth and basic auth play together. by Georg Brandl · 18 years ago
  75. a166a91 Add test for rev. 45934. by Georg Brandl · 18 years ago
  76. e58334a Patch #1483395: add new TLDs to cookielib by Georg Brandl · 18 years ago
  77. e93abb7 Handle ERROR_ALREADY_EXISTS. by Martin v. Löwis · 18 years ago
  78. d4e3bb3 Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. by Martin v. Löwis · 18 years ago
  79. 97a7b7f oops - the function is exported as 'my_free', not 'free'. by Thomas Heller · 18 years ago
  80. 748f6fb Fix memory leaks in the ctypes test suite, reported by valgrind, by by Thomas Heller · 18 years ago
  81. 08041d5 Update checks to consider Windows error numbers. by Martin v. Löwis · 18 years ago
  82. 8e0d494 Implement os.{chdir,rename,rmdir,remove} using Win32 directly. by Martin v. Löwis · 18 years ago
  83. 7773671 Patch #1475845: Raise IndentationError for unexpected indent. by Martin v. Löwis · 18 years ago
  84. 61d168a Bug #1481530: allow "from os.path import ..." with imputil by Georg Brandl · 18 years ago
  85. 14f3da7 Don't fail the tests when libglut.so or libgle.so cannot be loaded. by Thomas Heller · 18 years ago
  86. 1bb6230 Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package. by Georg Brandl · 18 years ago
  87. 23d9d45 Bug #1472191: convert breakpoint indices to ints before comparing them to ints by Georg Brandl · 18 years ago
  88. a2ac2ef RFE #1472176: In httplib, don't encode the netloc and hostname with "idna" if not necessary. by Georg Brandl · 18 years ago
  89. 7377ad2 Add seamonkey to list of Windows browsers too. by Georg Brandl · 18 years ago
  90. afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 18 years ago
  91. 1b06a1d Move network tests from test_urllib2 to test_urllib2net. by Georg Brandl · 18 years ago
  92. 852bb00 Patch #1480067: don't redirect HTTP digest auth in urllib2 by Georg Brandl · 18 years ago
  93. 4511a71 Whitespace normalization. by Tim Peters · 18 years ago
  94. 214db63 Use open() instead of file() by Andrew M. Kuchling · 18 years ago
  95. b204583 Hopefully this will fix the spurious failures of test_mailbox.py that I'm by Guido van Rossum · 18 years ago
  96. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 18 years ago
  97. 8f6cbe1 Fix the formatting of KeyboardInterrupt -- a bad issubclass() call. by Guido van Rossum · 18 years ago
  98. 4b4a63e Replaced my dumb way of calculating seconds to midnight with Tim Peters' much more sensible suggestion. What was I thinking ?!? by Vinay Sajip · 18 years ago
  99. 017e68c SF #1479988: add methods to allow access to weakrefs for the by Fred Drake · 19 years ago
  100. a6d01ce Try to fix breakage caused by patch #1479181, r45850 by Neal Norwitz · 19 years ago