1. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  2. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  3. 33841c3 Issue #5859: Remove '%f' to '%g' formatting switch for large floats. by Mark Dickinson · 15 years ago
  4. f489caf Issue #5859: Remove use of fixed-length buffers for float formatting by Mark Dickinson · 15 years ago
  5. 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  6. 6a52a9c fix test__all__ by Benjamin Peterson · 15 years ago
  7. e08a66a Document the fact that 'compname' and 'comptype' are bytes. by R. David Murray · 15 years ago
  8. eb01a6c Merged revisions 72115 via svnmerge from by R. David Murray · 15 years ago
  9. d3ca557 Issue #5864: Fix problem with empty code formatting for floats, by Mark Dickinson · 15 years ago
  10. b507d2e Merged revisions 72100-72101 via svnmerge from by R. David Murray · 15 years ago
  11. df9d4d6 Added test that didn't make it in an svnmerge. by Eric Smith · 15 years ago
  12. 1f9fa31 Merged revisions 71537 via svnmerge from by Georg Brandl · 15 years ago
  13. 7195963 test_support was renamed to support on py3k. by Hirokazu Yamamoto · 15 years ago
  14. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  15. 886b40a Fixed 2.x-ism. by Eric Smith · 15 years ago
  16. e250775 Merged revisions 71972 via svnmerge from by Walter Dörwald · 15 years ago
  17. 71efeb7 Merged revisions 71947 via svnmerge from by Martin v. Löwis · 15 years ago
  18. 1b08b30 Merged revisions 71894 via svnmerge from by Walter Dörwald · 15 years ago
  19. 4ba8013 Merged revisions 71875 via svnmerge from by Walter Dörwald · 15 years ago
  20. de8a710 Merged revisions 71869 via svnmerge from by Mark Dickinson · 15 years ago
  21. 193152c Merged revisions 71860 via svnmerge from by Benjamin Peterson · 15 years ago
  22. 24fb1d0 these tests must call gc_collect() for non-refcounting gcs by Benjamin Peterson · 15 years ago
  23. 45cec32 make sure to close files by Benjamin Peterson · 15 years ago
  24. b01138a readline() args must be an int #3521 by Benjamin Peterson · 15 years ago
  25. 5c56708 Merged revisions 71837-71838 via svnmerge from by Mark Dickinson · 15 years ago
  26. d4d95f8 Merged revisions 71832 via svnmerge from by Mark Dickinson · 15 years ago
  27. 6649fa4 Make sure that complex parsing code and corresponding tests by Mark Dickinson · 15 years ago
  28. ad476da Issue #5816: Simplify code for parsing and printing of complex numbers. by Mark Dickinson · 15 years ago
  29. cf63f2f Issue #5812: Make Fraction('1e6') valid. The Fraction constructor now by Mark Dickinson · 15 years ago
  30. 937491d Merged revisions 71802 via svnmerge from by Eric Smith · 15 years ago
  31. 4738470 Merged revisions 71799 via svnmerge from by Nick Coghlan · 15 years ago
  32. eb3615d Merged revisions 71785 via svnmerge from by R. David Murray · 15 years ago
  33. c630039 Merged revisions 71772 via svnmerge from by Mark Dickinson · 15 years ago
  34. ea835e7 Issue #5463: Remove deprecated float coercion from struct module, along by Mark Dickinson · 15 years ago
  35. c50cb8e Fix use of test skipping API. by Antoine Pitrou · 15 years ago
  36. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 15 years ago
  37. ae937c0 Merged revisions 71722 via svnmerge from by Benjamin Peterson · 15 years ago
  38. 20c3b55 use the more offical skipping api by Benjamin Peterson · 15 years ago
  39. e6a076d Issue #1869 (and 4707, 5118, 5473, 1456775): use the new by Mark Dickinson · 15 years ago
  40. 7efad9e Sort out some confusion in test_float.py: the two by Mark Dickinson · 15 years ago
  41. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  42. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  43. 771d834 Port r71408 to py3k: issue 5665, add more pickling tests. by Collin Winter · 15 years ago
  44. 2808d3c Merged revisions 71627 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 847f30e Merged revisions 71553 via svnmerge from by R. David Murray · 15 years ago
  46. 8ad7691 Merged revisions 71539 via svnmerge from by Benjamin Peterson · 15 years ago
  47. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  48. 78532ba Merged revisions 70873,70904,70934,71490 via svnmerge from by R. David Murray · 15 years ago
  49. 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
  50. ad71f0f Merged revisions 71303 via svnmerge from by Benjamin Peterson · 15 years ago
  51. 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
  52. fce769e Merged revisions 71465 via svnmerge from by Nick Coghlan · 15 years ago
  53. 1c8f38c -fixes telnetlib constants to be one-length byte arrays instead of ints by Jack Diederich · 15 years ago
  54. dc6da8a Merged revisions 71414 via svnmerge from by R. David Murray · 15 years ago
  55. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  56. 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
  57. 5b9082a Blocked revisions 71221 via svnmerge by Brett Cannon · 15 years ago
  58. 236f797 Merged revisions 71237-71238 via svnmerge from by Georg Brandl · 15 years ago
  59. a5809c8 Patch for Py3k with fallback for comparing unsortable sequences in by Michael Foord · 15 years ago
  60. 17dc446 Skip test_recursionlimit_fatalerror under Windows because it generates an annoying and misleading crash dialog. by Antoine Pitrou · 15 years ago
  61. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 15 years ago
  62. f3abcc9 fix name by Benjamin Peterson · 15 years ago
  63. 3bb6b7a mark dictionary assertElementsSame test as an expected failure by Benjamin Peterson · 15 years ago
  64. 4f75b64 fix test_unittest by Benjamin Peterson · 15 years ago
  65. 7fe73a1 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from by Benjamin Peterson · 15 years ago
  66. 8b7d4aa Update documentation for csv module to reflect changes in code, by R. David Murray · 15 years ago
  67. 4376dbc fix this test by Benjamin Peterson · 15 years ago
  68. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  69. 5614524 Have namedtuple's field renamer assign names that by Raymond Hettinger · 15 years ago
  70. 548ac41 In 3k this becomes an items() call. by R. David Murray · 15 years ago
  71. 944820b Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat by Hye-Shik Chang · 15 years ago
  72. 3e2ea79 Fixing the issue4860. Escaping the embedded '"' in the js_output method of Morsel class. by Senthil Kumaran · 15 years ago
  73. 9762a3e add io and _pyio to test___all__ by Benjamin Peterson · 15 years ago
  74. bfb9594 Merged revisions 71014 via svnmerge from by Benjamin Peterson · 15 years ago
  75. 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 15 years ago
  76. 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
  77. cde68cf Merged revisions 70997 via svnmerge from by R. David Murray · 15 years ago
  78. fcc0527 Merged revisions 70979 via svnmerge from by Brett Cannon · 15 years ago
  79. 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
  80. df8709d Merged revisions 70975 via svnmerge from by Brett Cannon · 15 years ago
  81. 3f10a95 Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 15 years ago
  82. 0759dd6 Merged revisions 70965 via svnmerge from by Brett Cannon · 15 years ago
  83. 86fe876 Remove redundant import of tkinter. by R. David Murray · 15 years ago
  84. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 15 years ago
  85. 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
  86. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  87. e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 15 years ago
  88. e59482e Merged revisions 70936 via svnmerge from by R. David Murray · 15 years ago
  89. 6af6d26 Merged revisions 70930 via svnmerge from by R. David Murray · 15 years ago
  90. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  91. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 15 years ago
  92. 2ca1501 Merged revisions 70879 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  93. a6f2946 Merged revisions 70779 via svnmerge from by R. David Murray · 15 years ago
  94. f37708e Merged revisions 70801,70809 via svnmerge from by Jeremy Hylton · 15 years ago
  95. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  96. 16caab0 Merged revisions 70800 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  97. 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
  98. f8d0085 merge 70783 to py3k by Jesse Noller · 15 years ago
  99. 35d1f00 finalize the queue to resolve test issue by Jesse Noller · 15 years ago
  100. 0ad59d4 Issue #5604: non-ASCII characters in module name passed to by Guido van Rossum · 15 years ago