1. ea835e7 Issue #5463: Remove deprecated float coercion from struct module, along by Mark Dickinson · 15 years ago
  2. c50cb8e Fix use of test skipping API. by Antoine Pitrou · 15 years ago
  3. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 15 years ago
  4. ae937c0 Merged revisions 71722 via svnmerge from by Benjamin Peterson · 15 years ago
  5. 20c3b55 use the more offical skipping api by Benjamin Peterson · 15 years ago
  6. e6a076d Issue #1869 (and 4707, 5118, 5473, 1456775): use the new by Mark Dickinson · 15 years ago
  7. 7efad9e Sort out some confusion in test_float.py: the two by Mark Dickinson · 15 years ago
  8. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  9. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  10. 771d834 Port r71408 to py3k: issue 5665, add more pickling tests. by Collin Winter · 15 years ago
  11. 2808d3c Merged revisions 71627 via svnmerge from by Benjamin Peterson · 15 years ago
  12. 847f30e Merged revisions 71553 via svnmerge from by R. David Murray · 15 years ago
  13. 8ad7691 Merged revisions 71539 via svnmerge from by Benjamin Peterson · 15 years ago
  14. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  15. 78532ba Merged revisions 70873,70904,70934,71490 via svnmerge from by R. David Murray · 15 years ago
  16. f47ed4a Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from by Benjamin Peterson · 15 years ago
  17. ad71f0f Merged revisions 71303 via svnmerge from by Benjamin Peterson · 15 years ago
  18. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  19. fce769e Merged revisions 71465 via svnmerge from by Nick Coghlan · 15 years ago
  20. 1c8f38c -fixes telnetlib constants to be one-length byte arrays instead of ints by Jack Diederich · 15 years ago
  21. dc6da8a Merged revisions 71414 via svnmerge from by R. David Murray · 15 years ago
  22. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  23. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  24. 5b9082a Blocked revisions 71221 via svnmerge by Brett Cannon · 15 years ago
  25. 236f797 Merged revisions 71237-71238 via svnmerge from by Georg Brandl · 15 years ago
  26. a5809c8 Patch for Py3k with fallback for comparing unsortable sequences in by Michael Foord · 15 years ago
  27. 17dc446 Skip test_recursionlimit_fatalerror under Windows because it generates an annoying and misleading crash dialog. by Antoine Pitrou · 15 years ago
  28. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 15 years ago
  29. f3abcc9 fix name by Benjamin Peterson · 15 years ago
  30. 3bb6b7a mark dictionary assertElementsSame test as an expected failure by Benjamin Peterson · 15 years ago
  31. 4f75b64 fix test_unittest by Benjamin Peterson · 15 years ago
  32. 7fe73a1 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from by Benjamin Peterson · 15 years ago
  33. 8b7d4aa Update documentation for csv module to reflect changes in code, by R. David Murray · 15 years ago
  34. 4376dbc fix this test by Benjamin Peterson · 15 years ago
  35. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  36. 5614524 Have namedtuple's field renamer assign names that by Raymond Hettinger · 15 years ago
  37. 548ac41 In 3k this becomes an items() call. by R. David Murray · 15 years ago
  38. 944820b Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat by Hye-Shik Chang · 15 years ago
  39. 3e2ea79 Fixing the issue4860. Escaping the embedded '"' in the js_output method of Morsel class. by Senthil Kumaran · 15 years ago
  40. 9762a3e add io and _pyio to test___all__ by Benjamin Peterson · 15 years ago
  41. bfb9594 Merged revisions 71014 via svnmerge from by Benjamin Peterson · 15 years ago
  42. 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 15 years ago
  43. 33c2881 #5656: detect correct encoding of files when reporting coverage in trace.py, and ignore files in the temporary directory when reporting. by Georg Brandl · 15 years ago
  44. cde68cf Merged revisions 70997 via svnmerge from by R. David Murray · 15 years ago
  45. fcc0527 Merged revisions 70979 via svnmerge from by Brett Cannon · 15 years ago
  46. b3af08f Fix for issue5040. Adding support for unicode message passing and tests for unicode message and test for Content-Length. by Senthil Kumaran · 15 years ago
  47. df8709d Merged revisions 70975 via svnmerge from by Brett Cannon · 15 years ago
  48. 3f10a95 Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 15 years ago
  49. 0759dd6 Merged revisions 70965 via svnmerge from by Brett Cannon · 15 years ago
  50. 86fe876 Remove redundant import of tkinter. by R. David Murray · 15 years ago
  51. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 15 years ago
  52. 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 · 15 years ago
  53. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  54. e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 15 years ago
  55. e59482e Merged revisions 70936 via svnmerge from by R. David Murray · 15 years ago
  56. 6af6d26 Merged revisions 70930 via svnmerge from by R. David Murray · 15 years ago
  57. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  58. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 15 years ago
  59. 2ca1501 Merged revisions 70879 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  60. a6f2946 Merged revisions 70779 via svnmerge from by R. David Murray · 15 years ago
  61. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 15 years ago
  62. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  63. 16caab0 Merged revisions 70800 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  64. 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 · 15 years ago
  65. f8d0085 merge 70783 to py3k by Jesse Noller · 15 years ago
  66. 35d1f00 finalize the queue to resolve test issue by Jesse Noller · 15 years ago
  67. 0ad59d4 Issue #5604: non-ASCII characters in module name passed to by Guido van Rossum · 15 years ago
  68. eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 15 years ago
  69. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 15 years ago
  70. c5d28a0 Merge 70717 to 30maint by Jesse Noller · 15 years ago
  71. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 15 years ago
  72. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  73. 5550365 Fix test_subprocess so that it works when launched from another directory than by Antoine Pitrou · 15 years ago
  74. 7d037a7 Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). by Antoine Pitrou · 15 years ago
  75. b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 15 years ago
  76. fd12f49 Port r70672 to py3k. Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 15 years ago
  77. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  78. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 15 years ago
  79. 7c1692d Replace references to httplib with http.client. by Jeremy Hylton · 15 years ago
  80. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  81. 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 15 years ago
  82. b476d59 Add __enter__ and __exit__ methods to addbase() so that it supports with. by Jeremy Hylton · 15 years ago
  83. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 15 years ago
  84. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  85. 1ef7c6b Add a few more tests for urllib.parse.urlencode. Fix some long lines. by Jeremy Hylton · 15 years ago
  86. a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  87. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 15 years ago
  88. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 15 years ago
  89. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  90. 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 15 years ago
  91. ae681df - Issue #5463: In struct module, remove deprecated overflow wrapping by Mark Dickinson · 15 years ago
  92. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  93. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  94. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  95. 7303b59 Merged revisions 70444 via svnmerge from by Mark Dickinson · 15 years ago
  96. 79f5203 Merged revisions 70439 via svnmerge from by Mark Dickinson · 15 years ago
  97. ad41634 Merged revisions 70430 via svnmerge from by Mark Dickinson · 15 years ago
  98. 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 15 years ago
  99. 350370c Merged revisions 70356 via svnmerge from by Antoine Pitrou · 15 years ago
  100. a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 15 years ago