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