1. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 16 years ago
  2. 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 16 years ago
  3. a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 16 years ago
  4. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 16 years ago
  5. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 16 years ago
  6. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 16 years ago
  7. 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 16 years ago
  8. ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 16 years ago
  9. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 16 years ago
  10. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 16 years ago
  11. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
  12. 7303b59 Merged revisions 70444 via svnmerge from by Mark Dickinson · 16 years ago
  13. 79f5203 Merged revisions 70439 via svnmerge from by Mark Dickinson · 16 years ago
  14. ad41634 Merged revisions 70430 via svnmerge from by Mark Dickinson · 16 years ago
  15. 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 16 years ago
  16. 350370c Merged revisions 70356 via svnmerge from by Antoine Pitrou · 16 years ago
  17. a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 16 years ago
  18. 0ae29cf The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. by Antoine Pitrou · 16 years ago
  19. 652e707 Issue #5392: when a very low recursion limit was set, the interpreter would by Antoine Pitrou · 16 years ago
  20. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
  21. 060c7f6 Small optimization for corner case where maxlen==0. by Raymond Hettinger · 16 years ago
  22. c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 16 years ago
  23. ec00e2f Add notice about strange behaviour of the bigmem tests by Antoine Pitrou · 16 years ago
  24. 7cdb495 Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests by Antoine Pitrou · 16 years ago
  25. 66913e2 Issue #5433: Excessive newline detection optimization in IncrementalNewlineDecoder by Antoine Pitrou · 16 years ago
  26. 54d0df6 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. by Hirokazu Yamamoto · 16 years ago
  27. 9b78925 Merged revisions 70193 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  28. 8e722bc Merged revisions 70189 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  29. 5fd871d rename by Benjamin Peterson · 16 years ago
  30. 9363a65 fix #4862 in _pyio: reset the decoder on seek(0) by Benjamin Peterson · 16 years ago
  31. 8954cd3 Fix for issue #5408. This only enables test_osx_env when the current build by Ronald Oussoren · 16 years ago
  32. 7fb111b Fix failures introduced by buggy merge (1) by Antoine Pitrou · 16 years ago
  33. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  34. b212157 Additional test for __reduce__. by Raymond Hettinger · 16 years ago
  35. 5b26fb5 Add another test. by Raymond Hettinger · 16 years ago
  36. b0d56af Give dict views a helpful __repr__. by Raymond Hettinger · 16 years ago
  37. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 16 years ago
  38. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 16 years ago
  39. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
  40. 10c9937 Merged revisions 70056 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  41. 39c6dea Merged revisions 70052 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  42. efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 16 years ago
  43. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
  44. 9aa53c2 range() should have been registered as a Sequence. by Raymond Hettinger · 16 years ago
  45. eb13fdd Port r69837: Fix keyword arguments for itertools.count(). Step arg without a start arg was ignored. by Raymond Hettinger · 16 years ago
  46. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  47. 247a9b8 Merged revisions 69415,69591,69593 via svnmerge from by Benjamin Peterson · 16 years ago
  48. 4b06819 fix None errno #5312 by Benjamin Peterson · 16 years ago
  49. 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 16 years ago
  50. 2d0c256 Inline coefficients in gamma(). Add reflection formula. Add comments. by Raymond Hettinger · 16 years ago
  51. cdf8ba3 Add some cross-references to the docs. Simplify the python code equivalent for zip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
  52. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  53. f4bb7f2 Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 16 years ago
  54. 15a4950 Add keyword arg support to itertools.compress(). by Raymond Hettinger · 16 years ago
  55. 0654ccd Merged revisions 69714,69718 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  56. d6280f4 Add GC support to count() objects. by Raymond Hettinger · 16 years ago
  57. 130786f Merged revisions 69617 via svnmerge from by Benjamin Peterson · 16 years ago
  58. 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 17 years ago
  59. 75c3d6f #3694: fix an "XXX undetected error" leak in struct. by Georg Brandl · 17 years ago
  60. c8dcfb6 part of #3613: fix get_host_info() usage of base64.encodestring(). by Georg Brandl · 17 years ago
  61. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 17 years ago
  62. c28ad27 Issue 4998: restore utility of __slots__ on Fraction. (forward merge of r68813). by Mark Dickinson · 17 years ago
  63. 3e264e1 This fixes issue5143 and includes a test. by Ronald Oussoren · 17 years ago
  64. de09acf One more test. by Raymond Hettinger · 17 years ago
  65. 8a882a7 Add an extra testcase. by Raymond Hettinger · 17 years ago
  66. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 17 years ago
  67. 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 17 years ago
  68. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 17 years ago
  69. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 17 years ago
  70. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 17 years ago
  71. befb14f Merged revisions 69481 via svnmerge from by Brett Cannon · 17 years ago
  72. a91790a Merged revisions 69460,69467,69470 via svnmerge from by Guilherme Polo · 17 years ago
  73. ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 17 years ago
  74. 598c3a8 Fix broken socket.makefile emulation in test_urllib by Nick Coghlan · 17 years ago
  75. 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 17 years ago
  76. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 17 years ago
  77. fa8fba9 Merged revisions 69404 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 17 years ago
  78. 887b3f2 long -> int by Guilherme Polo · 17 years ago
  79. b41bc91 Fixing changes from the last merge. by Guilherme Polo · 17 years ago
  80. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 17 years ago
  81. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 17 years ago
  82. d04fa31 Minor doc fixes. by Raymond Hettinger · 17 years ago
  83. 3bbfba8 r69209 caused the fp of HTTPResponse objects to be a io.BufferedReader instead of a socket.SocketIO. This moves the underlying socket.socket object from r.fp._sock to r.fp.raw._sock. Since _sock is an internal object, this should be ok. The change is for the testsuite only, to assert socket state. by Kristján Valur Jónsson · 17 years ago
  84. 82417ca Register decimals as numbers.Number by Raymond Hettinger · 17 years ago
  85. 5d65412 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 17 years ago
  86. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 17 years ago
  87. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 17 years ago
  88. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 17 years ago
  89. c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 17 years ago
  90. 0dcc3cd Merged revisions 69100 via svnmerge from by Antoine Pitrou · 17 years ago
  91. ae65018 Beef-up tests for collections ABCs. by Raymond Hettinger · 17 years ago
  92. 1124e71 Issue #4707: round(x, n) now returns an integer when x is an integer. by Mark Dickinson · 17 years ago
  93. 9de29af Merged revisions 69060-69063 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 17 years ago
  94. 5f23848 Merged revisions 69050 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 17 years ago
  95. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 17 years ago
  96. 191e850 Add more tests for the powerset() recipe. by Raymond Hettinger · 17 years ago
  97. 3471b1c Resurrect two buffer tests, converting irepeat() to imul(). Undoes part of r68962. by Raymond Hettinger · 17 years ago
  98. da6bc52 More exhaustive combinatoric checks. by Raymond Hettinger · 17 years ago
  99. d17ad8d Stronger tests for combinatoric relationships. by Raymond Hettinger · 17 years ago
  100. eb508ad Add tests to verify combinatoric relationships. by Raymond Hettinger · 17 years ago