1. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 19 years ago
  2. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 19 years ago
  3. 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 19 years ago
  4. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  5. e8889c5 testSeekBackwardsFromEnd(): Repair obvious syntax error. by Tim Peters · 19 years ago
  6. d603c04 Add list() around xreadlines() by Georg Brandl · 19 years ago
  7. 62fe585 *** empty log message *** by Georg Brandl · 19 years ago
  8. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 19 years ago
  9. d2e3ba7 patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 19 years ago
  10. 905a01a bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 19 years ago
  11. 8b59514 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 19 years ago
  12. 8246c43 Correct test suite for #848017. by Georg Brandl · 19 years ago
  13. e1b13d2 Bug #735248: Fix urllib2.parse_http_list. by Georg Brandl · 19 years ago
  14. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 19 years ago
  15. 52715f6 [ 1113421 ] New tutorial tests in test_generators.py by Georg Brandl · 19 years ago
  16. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 19 years ago
  17. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  18. 33a5f2a Fix BZ2File.(x)readlines() for files without a newline. by Georg Brandl · 19 years ago
  19. a710b33 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 19 years ago
  20. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 19 years ago
  21. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 19 years ago
  22. 038ca2a Teach the sets module to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 19 years ago
  23. 97979dd * Fix SF #1257731. Make __contains__(), remove(), and discard() only do by Raymond Hettinger · 19 years ago
  24. cf52c07 Change the %s format specifier for str objects so that it returns a by Neil Schemenauer · 19 years ago
  25. c991db2 * Add short-circuit code for in-place operations with self (such as by Raymond Hettinger · 19 years ago
  26. e9fe7e0 Whitespace normalization (ran reindent.py over the whole tree). by Tim Peters · 19 years ago
  27. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 19 years ago
  28. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  29. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 19 years ago
  30. 50747fc add support for svn: and svn+ssh: URL schemes to urlparse by Fred Drake · 19 years ago
  31. 6eea789 Disable encoding/decoding test, if unicode is disabled. by Walter Dörwald · 19 years ago
  32. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  33. c9878e1 Make attributes and local variables in the StreamReader str objects instead by Walter Dörwald · 19 years ago
  34. f5f32b4 Whitespace normalization. by Tim Peters · 19 years ago
  35. 4e42281 Add support for FreeBSD 7. by Hye-Shik Chang · 19 years ago
  36. 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 19 years ago
  37. 0edc7a0 Fix: by Michael W. Hudson · 19 years ago
  38. 82cb9a2 Add test for hash commutativity. by Raymond Hettinger · 19 years ago
  39. 9a65d58 Add doctest for examples in libweakref.tex to test_weakref. by Georg Brandl · 19 years ago
  40. 3296e69 SF bug #1224347: int/long unification and hex() by Raymond Hettinger · 19 years ago
  41. 22bfdab Adapt output file to new Cookie JS output. by Georg Brandl · 19 years ago
  42. ecf93c7 Fix test cases for doctest. by Georg Brandl · 19 years ago
  43. da99d1c SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 19 years ago
  44. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 19 years ago
  45. bb999b5 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 19 years ago
  46. 9847000 Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with by Skip Montanaro · 19 years ago
  47. d1badac [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 19 years ago
  48. 1a72852 yet another cache to clear when leak hunting. by Michael W. Hudson · 19 years ago
  49. a002159 Port test_long.py to unittest. by Walter Dörwald · 19 years ago
  50. f2ca5af Fix bug by Michael W. Hudson · 19 years ago
  51. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 19 years ago
  52. 5ac2534 Convert asynchat test to unittest; exercise the client using a numeric value as the terminator by Andrew M. Kuchling · 19 years ago
  53. 01cb47b [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin by Andrew M. Kuchling · 19 years ago
  54. a6f68e1 Convert gzip test suite to use unittest by Andrew M. Kuchling · 19 years ago
  55. 6e57c2a [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works by Andrew M. Kuchling · 19 years ago
  56. 95a2a4e Tools/scripts/reindent.py _is_ your friend by Anthony Baxter · 19 years ago
  57. ecdad85 [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace. by Andrew M. Kuchling · 19 years ago
  58. 61aa630 Fix missing assignments of marshal.load() values. Closes #1214662. by Skip Montanaro · 19 years ago
  59. 5d36a55 Whitespace normalization. by Tim Peters · 19 years ago
  60. 6b95f1d Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 19 years ago
  61. 451ae18 [ 1197218 ] test_locale fix on modern linux by Anthony Baxter · 19 years ago
  62. df88846 This is my patch: by Michael W. Hudson · 19 years ago
  63. 268e61c Bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 19 years ago
  64. e7fa1af M-x untabify by Michael W. Hudson · 19 years ago
  65. 3554cad [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first one by Andrew M. Kuchling · 19 years ago
  66. f369470 Fix compiler.ast.flatten function so that it works on lists. by Neil Schemenauer · 19 years ago
  67. ba283e2 This is my patch: by Michael W. Hudson · 19 years ago
  68. ff52286 Fix test_site to not call open('...', 'wU'), as that now raises an error. by Michael W. Hudson · 19 years ago
  69. bbf12ba Disallow opening files with modes 'aU' or 'wU' as specified by PEP by Skip Montanaro · 19 years ago
  70. 57179fe This test relied on short-circuiting details of dictobject.py to avoid by Armin Rigo · 19 years ago
  71. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  72. abb103b Don't use 'is not' to compare strings. (spotted by reading pypy-svn :) by Michael W. Hudson · 19 years ago
  73. 53e9a8b Fix error in a docstring where a single quote started the docstring but triple by Brett Cannon · 19 years ago
  74. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 19 years ago
  75. 43148c8 Update test to the current readline() behaviour. by Walter Dörwald · 19 years ago
  76. b180c06 Fix tests dependent on the exception raised by non-settable descriptors. by Barry Warsaw · 19 years ago
  77. e890682 Whitespace normalization. by Tim Peters · 19 years ago
  78. f418991 Flush out support for ``class B(): pass`` syntax by adding support to the by Brett Cannon · 20 years ago
  79. 4ebc7e3 Add test for ``class B1(): pass``. by Brett Cannon · 20 years ago
  80. f754f5f test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Tim Peters · 20 years ago
  81. 7a6dc13 Fix for SF bug #1175396: readline() will now read one more character, if by Walter Dörwald · 20 years ago
  82. ac89f6e Fix testcase for 64bit BSD systems: long is 8 bytes for those systems by Hye-Shik Chang · 20 years ago
  83. e2749cb Fix for rather inaccurately titled bug by Michael W. Hudson · 20 years ago
  84. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  85. fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 20 years ago
  86. 267b868 * Fix decimal's handling of foreign types. Now returns NotImplemented by Raymond Hettinger · 20 years ago
  87. e6c470f SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior. by Raymond Hettinger · 20 years ago
  88. 09a3f2c Add tests for tuple, list and UserList that initialize the object from by Walter Dörwald · 20 years ago
  89. c448a91 Fix typo. by Walter Dörwald · 20 years ago
  90. 7355e81 Add list tests that ensure that remove() removes the first occurrence. by Walter Dörwald · 20 years ago
  91. d73202c Apply remove's mutation test after every equality test. by Raymond Hettinger · 20 years ago
  92. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 20 years ago
  93. bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 20 years ago
  94. 729c31f Reset internal buffers when seek() is called. This fixes SF bug #1156259. by Walter Dörwald · 20 years ago
  95. a5855d5 Patch #1159931/bug #1143895: inspect.getsource failed when functions, by Johannes Gijsbers · 20 years ago
  96. f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 20 years ago
  97. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 20 years ago
  98. 26e512a Test partial() with bound/unbound methods. by Raymond Hettinger · 20 years ago
  99. 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 20 years ago
  100. 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 20 years ago