1. 3f10a95 Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 16 years ago
  2. 0759dd6 Merged revisions 70965 via svnmerge from by Brett Cannon · 16 years ago
  3. 86fe876 Remove redundant import of tkinter. by R. David Murray · 16 years ago
  4. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 16 years ago
  5. 42a40c5 Allow skipping of regression tests not supported on windows. This reduces noise in the regression test suite for py3k on Windows. by Kristján Valur Jónsson · 16 years ago
  6. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 16 years ago
  7. e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 16 years ago
  8. e59482e Merged revisions 70936 via svnmerge from by R. David Murray · 16 years ago
  9. 6af6d26 Merged revisions 70930 via svnmerge from by R. David Murray · 16 years ago
  10. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 16 years ago
  11. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 16 years ago
  12. 2ca1501 Merged revisions 70879 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  13. a6f2946 Merged revisions 70779 via svnmerge from by R. David Murray · 16 years ago
  14. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 16 years ago
  15. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 16 years ago
  16. 16caab0 Merged revisions 70800 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  17. ab6f2f6 Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions. by Georg Brandl · 16 years ago
  18. f8d0085 merge 70783 to py3k by Jesse Noller · 16 years ago
  19. 35d1f00 finalize the queue to resolve test issue by Jesse Noller · 16 years ago
  20. 0ad59d4 Issue #5604: non-ASCII characters in module name passed to by Guido van Rossum · 16 years ago
  21. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 16 years ago
  22. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 16 years ago
  23. c5d28a0 Merge 70717 to 30maint by Jesse Noller · 16 years ago
  24. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 16 years ago
  25. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 16 years ago
  26. 5550365 Fix test_subprocess so that it works when launched from another directory than by Antoine Pitrou · 16 years ago
  27. 7d037a7 Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). by Antoine Pitrou · 16 years ago
  28. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 16 years ago
  29. fd12f49 Port r70672 to py3k. Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 16 years ago
  30. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
  31. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 16 years ago
  32. 7c1692d Replace references to httplib with http.client. by Jeremy Hylton · 16 years ago
  33. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 16 years ago
  34. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 16 years ago
  35. b476d59 Add __enter__ and __exit__ methods to addbase() so that it supports with. by Jeremy Hylton · 16 years ago
  36. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 16 years ago
  37. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 16 years ago
  38. 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 16 years ago
  39. a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 16 years ago
  40. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 16 years ago
  41. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 16 years ago
  42. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 16 years ago
  43. 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 16 years ago
  44. ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 16 years ago
  45. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 16 years ago
  46. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 16 years ago
  47. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
  48. 7303b59 Merged revisions 70444 via svnmerge from by Mark Dickinson · 16 years ago
  49. 79f5203 Merged revisions 70439 via svnmerge from by Mark Dickinson · 16 years ago
  50. ad41634 Merged revisions 70430 via svnmerge from by Mark Dickinson · 16 years ago
  51. 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 16 years ago
  52. 350370c Merged revisions 70356 via svnmerge from by Antoine Pitrou · 16 years ago
  53. a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 16 years ago
  54. 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
  55. 652e707 Issue #5392: when a very low recursion limit was set, the interpreter would by Antoine Pitrou · 16 years ago
  56. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
  57. 060c7f6 Small optimization for corner case where maxlen==0. by Raymond Hettinger · 16 years ago
  58. c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 16 years ago
  59. ec00e2f Add notice about strange behaviour of the bigmem tests by Antoine Pitrou · 16 years ago
  60. 7cdb495 Issue #3700: make test_bigmem py3k-compatible, and add bytes/bytearray tests by Antoine Pitrou · 16 years ago
  61. 66913e2 Issue #5433: Excessive newline detection optimization in IncrementalNewlineDecoder by Antoine Pitrou · 16 years ago
  62. 54d0df6 Issue #5334: array.fromfile() failed to insert values when EOFError was raised. by Hirokazu Yamamoto · 16 years ago
  63. 9b78925 Merged revisions 70193 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  64. 8e722bc Merged revisions 70189 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  65. 5fd871d rename by Benjamin Peterson · 16 years ago
  66. 9363a65 fix #4862 in _pyio: reset the decoder on seek(0) by Benjamin Peterson · 16 years ago
  67. 8954cd3 Fix for issue #5408. This only enables test_osx_env when the current build by Ronald Oussoren · 16 years ago
  68. 7fb111b Fix failures introduced by buggy merge (1) by Antoine Pitrou · 16 years ago
  69. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  70. b212157 Additional test for __reduce__. by Raymond Hettinger · 16 years ago
  71. 5b26fb5 Add another test. by Raymond Hettinger · 16 years ago
  72. b0d56af Give dict views a helpful __repr__. by Raymond Hettinger · 16 years ago
  73. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 16 years ago
  74. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 16 years ago
  75. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
  76. 10c9937 Merged revisions 70056 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  77. 39c6dea Merged revisions 70052 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  78. efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 16 years ago
  79. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
  80. 9aa53c2 range() should have been registered as a Sequence. by Raymond Hettinger · 16 years ago
  81. eb13fdd Port r69837: Fix keyword arguments for itertools.count(). Step arg without a start arg was ignored. by Raymond Hettinger · 16 years ago
  82. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  83. 247a9b8 Merged revisions 69415,69591,69593 via svnmerge from by Benjamin Peterson · 16 years ago
  84. 4b06819 fix None errno #5312 by Benjamin Peterson · 16 years ago
  85. 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 16 years ago
  86. 2d0c256 Inline coefficients in gamma(). Add reflection formula. Add comments. by Raymond Hettinger · 16 years ago
  87. 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
  88. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  89. f4bb7f2 Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 16 years ago
  90. 15a4950 Add keyword arg support to itertools.compress(). by Raymond Hettinger · 16 years ago
  91. 0654ccd Merged revisions 69714,69718 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  92. d6280f4 Add GC support to count() objects. by Raymond Hettinger · 16 years ago
  93. 130786f Merged revisions 69617 via svnmerge from by Benjamin Peterson · 16 years ago
  94. 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 17 years ago
  95. 75c3d6f #3694: fix an "XXX undetected error" leak in struct. by Georg Brandl · 17 years ago
  96. c8dcfb6 part of #3613: fix get_host_info() usage of base64.encodestring(). by Georg Brandl · 17 years ago
  97. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 17 years ago
  98. c28ad27 Issue 4998: restore utility of __slots__ on Fraction. (forward merge of r68813). by Mark Dickinson · 17 years ago
  99. 3e264e1 This fixes issue5143 and includes a test. by Ronald Oussoren · 17 years ago
  100. de09acf One more test. by Raymond Hettinger · 17 years ago