1. 4b7a6c8 * If BuildApplet.py is used as an applet it starts with a version of by Ronald Oussoren · 18 years ago
  2. 80dc76e SF patch 1501987: Remove randomness from test_exceptions, by Tim Peters · 18 years ago
  3. c27d655 dash_R_cleanup(): Clear filecmp._cache. This accounts for by Tim Peters · 18 years ago
  4. 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 18 years ago
  5. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 18 years ago
  6. ecc3e67 Convert CFieldObject tp_members to tp_getset, since there is no by Thomas Heller · 18 years ago
  7. c169e9f Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  8. 852eae1 Access _struct attributes directly instead of mucking with getattr. by Tim Peters · 18 years ago
  9. 372b583 * fix DBCursor.pget() bug with keyword argument names when no data= is by Gregory P. Smith · 18 years ago
  10. d6024d3 Whitespace normalization. by Tim Peters · 18 years ago
  11. 9d7a69c forgot to add this file in previous commit by Gregory P. Smith · 18 years ago
  12. f0547d0 * add support for DBSequence objects [patch #1466734] by Gregory P. Smith · 18 years ago
  13. db8a807 * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902] by Gregory P. Smith · 18 years ago
  14. 7140de0 Whitespace normalization. by Tim Peters · 18 years ago
  15. bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 18 years ago
  16. 76a82e8 * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885] by Gregory P. Smith · 18 years ago
  17. 06c5c00 "Flat is better than nested." by Tim Peters · 18 years ago
  18. 3dd2002 bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present by Gregory P. Smith · 18 years ago
  19. 28eeefe Revert revisions: by Tim Peters · 18 years ago
  20. c7d1445 Whitespace normalization. by Tim Peters · 18 years ago
  21. ad62489 Bug #1500293: fix memory leaks in _subprocess module. by Georg Brandl · 18 years ago
  22. ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 18 years ago
  23. 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 18 years ago
  24. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 18 years ago
  25. af2ae72 Fixes in struct and socket from merge reviews. by Martin Blais · 18 years ago
  26. 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
  27. c65a13f Whitespace normalization. by Tim Peters · 18 years ago
  28. d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 18 years ago
  29. 7f7386c Fixed struct test to not use unittest. by Martin Blais · 18 years ago
  30. 38d4d4a Fix memory leak found by valgrind. by Neal Norwitz · 18 years ago
  31. e152aab Convert docstrings to comments so regrtest -v prints method names by Neal Norwitz · 18 years ago
  32. 80a18f0 Re-enable a new empty-string test added during the NFS sprint, by Tim Peters · 18 years ago
  33. 5535da0 Whitespace normalization. by Tim Peters · 18 years ago
  34. 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 18 years ago
  35. e08940e Some code style tweaks, and remove apply. by Georg Brandl · 18 years ago
  36. b9120e7 Correctly dispatch Faults in loads (patch #1498627) by Georg Brandl · 18 years ago
  37. 622f144 [Bug #1473048] by Andrew M. Kuchling · 18 years ago
  38. 9f16dd0 On 64-bit platforms running test_struct after test_tarfile would fail by Neal Norwitz · 18 years ago
  39. dd55b0a Whitespace normalization. by Tim Peters · 18 years ago
  40. 9e9ef9f changed count to return 0 for slices outside the source string by Fredrik Lundh · 18 years ago
  41. 4182a75 Change wrapping terminology to overflow masking by Bob Ippolito · 18 years ago
  42. 93eff6f changed find/rfind to return -1 for matches outside the source string by Fredrik Lundh · 18 years ago
  43. cdcede6 Convert test_exceptions to unittest. by Georg Brandl · 18 years ago
  44. b0432bc Do the check for no keyword arguments in __init__ so that by Georg Brandl · 18 years ago
  45. 861089f Disallow keyword args for exceptions. by Georg Brandl · 18 years ago
  46. 008b861 Don't fail if the (sub)pkgname already exist. by Neal Norwitz · 18 years ago
  47. 05f97bf Add a test case for exception pickling. args is never NULL. by Georg Brandl · 18 years ago
  48. 27c7059 Whitespace normalization. by Tim Peters · 18 years ago
  49. aba19bc deprecated_err(): Stop bizarre warning messages when the tests by Tim Peters · 18 years ago
  50. 6067f20 Add a length check to aifc to ensure it doesn't write a bogus file by Bob Ippolito · 18 years ago
  51. 2fd3977 struct: modulo math plus warning on all endian-explicit formats for compatibility with older struct usage (ugly) by Bob Ippolito · 18 years ago
  52. b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 18 years ago
  53. 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 18 years ago
  54. 0849014 When adding a module like functools, it helps to let SVN know about the file. by Nick Coghlan · 18 years ago
  55. 47dc118 Fix #1494787 (pyclbr counts whitespace as superclass name) by Georg Brandl · 18 years ago
  56. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  57. a6123ab A clearer error message when passing -R to regrtest.py with by Armin Rigo · 18 years ago
  58. 2b33037 Patch #1496206: urllib2 PasswordMgr ./. default ports by Georg Brandl · 18 years ago
  59. a3f0927 ("Forward-port" of r46506) by Armin Rigo · 18 years ago
  60. f3c65de Patch #1080727: add "encoding" parameter to doctest.DocFileSuite by George Yoshida · 18 years ago
  61. 4e30617 The cheery optimism of old age. by Tim Peters · 18 years ago
  62. e895318 Always close BZ2Proxy object. Remove unnecessary struct usage. by Georg Brandl · 18 years ago
  63. de41dc8 More random thrashing trying to understand spurious by Tim Peters · 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. d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 18 years ago
  67. aa70a17 enable all of the struct tests, use ssize_t, fix some whitespace by Bob Ippolito · 18 years ago
  68. a26de2a added rpartition method to UserString class by Fredrik Lundh · 18 years ago
  69. 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 18 years ago
  70. f4ef116 Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache valid and by Georg Brandl · 18 years ago
  71. 725fe40 Test for more edge strip cases; leading and trailing separator gets removed by Andrew Dalke · 18 years ago
  72. ad64785 Fix distutils so that libffi will cross-compile between darwin/x86 and darwin/ppc by Bob Ippolito · 18 years ago
  73. 0249476 Explicitly close files. I'm trying to stop the frequent spurious test_tarfile by Tim Peters · 18 years ago
  74. b1f3251 Use open() to open files (was using file()). by Tim Peters · 18 years ago
  75. e27337b fix #1229380 No struct.pack exception for some out of range integers by Bob Ippolito · 18 years ago
  76. 669fa18 Added more rstrip tests, including for prealloc'ed arrays by Andrew Dalke · 18 years ago
  77. 910a08f quick hack to fix busted binhex test by Bob Ippolito · 18 years ago
  78. 5cc6009 Test cases for off-by-one errors in string split with multicharacter pattern. by Andrew Dalke · 18 years ago
  79. 005aee2 I like tests. by Andrew Dalke · 18 years ago
  80. fe98f96 Whitespace normalization. by Tim Peters · 18 years ago
  81. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 18 years ago
  82. a172c32 Add "partition" to UserString. by Georg Brandl · 18 years ago
  83. 03fb444 Added split whitespace checks for characters other than space. by Andrew Dalke · 18 years ago
  84. 984b971 Added a few more test cases for whitespace split. These strings have leading whitespace. by Andrew Dalke · 18 years ago
  85. 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 18 years ago
  86. 19bebf2 Without this patch OSX users couldn't add new help sources because the code by Ronald Oussoren · 18 years ago
  87. d95d593 Whitespace normalization. by Tim Peters · 18 years ago
  88. 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
  89. cfecd59 Guard the _active.remove() call to avoid errors when there is no _active list. by Georg Brandl · 18 years ago
  90. 0c71f88 needforspeed: check for overflow in replace (from Andrew Dalke) by Fredrik Lundh · 18 years ago
  91. 2bddcbf Added tests for implementation error we came up with in the need for speed sprint. by Andrew Dalke · 18 years ago
  92. 143bdfc Update graminit.c for the fix for #1488915, Multiple dots in relative import by Thomas Wouters · 18 years ago
  93. 696cf43 Heavily fiddled variant of patch #1442927: PyLong_FromString optimization. by Tim Peters · 18 years ago
  94. f404908 Disable the damn empty-string replace test -- it can't by Tim Peters · 18 years ago
  95. f47b1cd Whitespace normalization. by Tim Peters · 18 years ago
  96. beaec0c We can't leave the checked-in tests broken. by Tim Peters · 18 years ago
  97. e5488ec Added a slew of test for string replace, based various corner cases from by Andrew Dalke · 18 years ago
  98. eb62127 refactor unpack, add unpack_from by Bob Ippolito · 18 years ago
  99. 211219a Whitespace normalization. by Tim Peters · 18 years ago
  100. 1bddfb8 test_struct grew weird behavior under regrtest.py -R, by Tim Peters · 18 years ago