1. 270a9ce Merged revisions 71179 via svnmerge from by Martin v. Löwis · 15 years ago
  2. 17dc446 Skip test_recursionlimit_fatalerror under Windows because it generates an annoying and misleading crash dialog. by Antoine Pitrou · 15 years ago
  3. a646587 Blocked revisions 71175 via svnmerge by Hirokazu Yamamoto · 15 years ago
  4. 2504b7a must provide this method by Benjamin Peterson · 15 years ago
  5. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 15 years ago
  6. f3abcc9 fix name by Benjamin Peterson · 15 years ago
  7. 3bb6b7a mark dictionary assertElementsSame test as an expected failure by Benjamin Peterson · 15 years ago
  8. 4f75b64 fix test_unittest by Benjamin Peterson · 15 years ago
  9. ab96741 Merged revisions 71163 via svnmerge from by Benjamin Peterson · 15 years ago
  10. 7fe73a1 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from by Benjamin Peterson · 15 years ago
  11. 9247e72 Merged revisions 71159 via svnmerge from by Matthias Klose · 15 years ago
  12. 23cafd2 Blocked revisions 70711,70713,70716,70719,70747,70772,70821,70830,70844,70873,70901-70902,70904,70918,70934,70969,71026,71073,71075,71078 via svnmerge by Benjamin Peterson · 15 years ago
  13. 85b3098 try to fix svnmerge-blocked property by Benjamin Peterson · 15 years ago
  14. 042f133 Merged revisions 71152 via svnmerge from by Matthias Klose · 15 years ago
  15. 1144648 Fix test_memoryio under Windows by Antoine Pitrou · 15 years ago
  16. 8e33051 Note an improvement to pydoc. by Raymond Hettinger · 15 years ago
  17. f84dfe5 Remove minor entry. Add the ttk module. by Raymond Hettinger · 15 years ago
  18. 8daab40 Fix nits. by Raymond Hettinger · 15 years ago
  19. 2a02777 Eliminate a duplicate entry. by Raymond Hettinger · 15 years ago
  20. 3fa0fb4 typo by Benjamin Peterson · 15 years ago
  21. b8c2651 Blocked revisions 70711,70713,70716,70719,70747,70772,70821,70830,70844,70873,70901-70902,70904,70918,70934,70969,70986,71026,71073,71075,71078 via svnmerge by Benjamin Peterson · 15 years ago
  22. c4f6d29 Complete the first-pass at whatsnew. by Raymond Hettinger · 15 years ago
  23. 46f5cfb revert r71118 because it blocked an excess of revisions by Benjamin Peterson · 15 years ago
  24. f41857e More notes on 3.1 improvements. by Raymond Hettinger · 15 years ago
  25. e7ec57d More updates to whatsnew by Raymond Hettinger · 15 years ago
  26. 1f251a0 Start building-up the whatsnew document for Py3.1 by Raymond Hettinger · 15 years ago
  27. c479170 Replace the localized min/max calls with normal if/else by Raymond Hettinger · 15 years ago
  28. d3179a0 Blocked revisions 71123 via svnmerge by R. David Murray · 15 years ago
  29. 65c9eb2 Add helpful link. by Raymond Hettinger · 15 years ago
  30. 8a08a66 Blocked revisions 70176,70178,70197,70261,70267,70271,70273,70286,70290,70292-70293,70295-70296,70298,70300,70305,70315,70319,70368,70443,70454,70463,70466,70470-70473,70475,70477,70479,70485,70531,70533,70538,70544,70552-70553,70564,70601,70651,70672,70702,70711-70714,70716,70719,70723,70734,70747,70757,70764-70765,70768-70773,70775-70777,70788-70789,70807,70821,70824-70825,70828,70830,70832,70836-70838,70842,70844,70851,70855-70858,70864,70866-70874,70876-70878,70883,70885,70893-70894,70896-70897,70901-70908,70912,70915,70918,70927,70933-70934,70939-70940,70944,70951,70958,70960,70962-70964,70968-70969,70980-70981,70986,70993-70994,70998,71001,71004,71006,71008-71011,71019,71022-71024,71026,71029,71031-71033,71036-71037,71041,71043,71056,71058-71059,71070,71073,71075,71078 via svnmerge by Benjamin Peterson · 15 years ago
  31. 8b7d4aa Update documentation for csv module to reflect changes in code, by R. David Murray · 15 years ago
  32. 3c33b83 fix name again by Benjamin Peterson · 15 years ago
  33. 3e0c917 fix name by Benjamin Peterson · 15 years ago
  34. 4376dbc fix this test by Benjamin Peterson · 15 years ago
  35. 309633d fix naming by Benjamin Peterson · 15 years ago
  36. 1e1d7d2 Added Misc/NEWS entry for PEP 378. by Eric Smith · 15 years ago
  37. 8d55a9e os.path.listdir -> os.listdir by Benjamin Peterson · 15 years ago
  38. 8f76b49 update NEWS by Benjamin Peterson · 15 years ago
  39. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 15 years ago
  40. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  41. f8c8b6d Removed mixed tabs and whitespace. by Eric Smith · 15 years ago
  42. b5292a2 Make http.server main program nicer for interactive use. by Alexandre Vassalotti · 15 years ago
  43. 3cde7c7 Undocument the existence of the memo attribute and its main use-case. by Alexandre Vassalotti · 15 years ago
  44. e2641f4 Optimize slicing of bytes and bytearray by avoiding useless copying. by Alexandre Vassalotti · 15 years ago
  45. 1102062 Emphasize that Unpickler.memo is not necessarily a dict. by Alexandre Vassalotti · 15 years ago
  46. 9d7665d Add more examples in pickle documentation. by Alexandre Vassalotti · 15 years ago
  47. ffcec43 Remove old reference to cPickle. by Alexandre Vassalotti · 15 years ago
  48. 9743fd0 Fix typo. by Raymond Hettinger · 15 years ago
  49. 0e7aa8c Update a comment about why the __module__ can sometime be NULL. by Alexandre Vassalotti · 15 years ago
  50. b646aa1 Localize the function lookup in timeit. by Raymond Hettinger · 15 years ago
  51. 85737b8 Update docs for namedtuple's renaming change. by Raymond Hettinger · 15 years ago
  52. 5614524 Have namedtuple's field renamer assign names that by Raymond Hettinger · 15 years ago
  53. c26d439 Blocked revisions 71070 via svnmerge by Antoine Pitrou · 15 years ago
  54. 548ac41 In 3k this becomes an items() call. by R. David Murray · 15 years ago
  55. 0633d76 A fix for Brett's fix for his fix. I think we got it right this time. by R. David Murray · 15 years ago
  56. c10796f A fix for the fix for the svnmerge metadata. by Brett Cannon · 15 years ago
  57. 4974805 r71034 somehow deleted all of the metadata for svnmerge. This is my attempt to fix my mistake. by Brett Cannon · 15 years ago
  58. 0bdab68 Rewrap some long lines. by Mark Dickinson · 15 years ago
  59. 5561982 importlib.test.source.test_abc_loader was making a bad assumption that all file by Brett Cannon · 15 years ago
  60. f86213f Make a test in importlib have a more robust test value. by Brett Cannon · 15 years ago
  61. 978259e Give a more informative message on an importlib test upon failure. by Brett Cannon · 15 years ago
  62. 944820b Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat by Hye-Shik Chang · 15 years ago
  63. a3d056e Check that on a platform that is expected to have a case-insensitive filesystem by Brett Cannon · 15 years ago
  64. bd25d33 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 15 years ago
  65. a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 15 years ago
  66. 3e2ea79 Fixing the issue4860. Escaping the embedded '"' in the js_output method of Morsel class. by Senthil Kumaran · 15 years ago
  67. b868a66 First batch of signature documentation changes; using default argument syntax where applicable. by Georg Brandl · 15 years ago
  68. acc9dcc remove unused variable by Benjamin Peterson · 15 years ago
  69. d1e5493 rewrite error handling to make sense by Benjamin Peterson · 15 years ago
  70. 22081a1 fix ref leaks by Benjamin Peterson · 15 years ago
  71. 9762a3e add io and _pyio to test___all__ by Benjamin Peterson · 15 years ago
  72. bfb9594 Merged revisions 71014 via svnmerge from by Benjamin Peterson · 15 years ago
  73. 8d5fd4e add SEEK_ constants to _pyio by Benjamin Peterson · 15 years ago
  74. 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 15 years ago
  75. 605b9d9 fix markup by Benjamin Peterson · 15 years ago
  76. bc6c2b5 Explain a little about the explanation. by Brett Cannon · 15 years ago
  77. 9f4cb1c Add a meta path importer example. by Brett Cannon · 15 years ago
  78. 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
  79. cde68cf Merged revisions 70997 via svnmerge from by R. David Murray · 15 years ago
  80. 0e4caf4 Merged revisions 70992,70995 via svnmerge from by Benjamin Peterson · 15 years ago
  81. 1fd32a6 Add link to an alternative generator with a long-period. by Raymond Hettinger · 15 years ago
  82. 4b413d3 Merged revisions 70953 via svnmerge from by Jesse Noller · 15 years ago
  83. 16248a4 Add some clarification to the importlib docs. by Brett Cannon · 15 years ago
  84. 91d7dfd barry has already been causing test breakage by Benjamin Peterson · 15 years ago
  85. fcc0527 Merged revisions 70979 via svnmerge from by Brett Cannon · 15 years ago
  86. 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
  87. df8709d Merged revisions 70975 via svnmerge from by Brett Cannon · 15 years ago
  88. 3f10a95 Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 15 years ago
  89. 0759dd6 Merged revisions 70965 via svnmerge from by Brett Cannon · 15 years ago
  90. 86fe876 Remove redundant import of tkinter. by R. David Murray · 15 years ago
  91. f47e84c Merged revisions 70956 via svnmerge from by Brett Cannon · 15 years ago
  92. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 15 years ago
  93. 9ae3640 Fix typo in configure line that caused the build installer by Ronald Oussoren · 15 years ago
  94. 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
  95. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  96. 4ed72ac #5624: _winreg is winreg in Python 3. by Georg Brandl · 15 years ago
  97. 99412e5 Merged revisions 70940 via svnmerge by Georg Brandl · 15 years ago
  98. e0cbd69 Merged revisions 70931 via svnmerge from by Jack Diederich · 15 years ago
  99. e59482e Merged revisions 70936 via svnmerge from by R. David Murray · 15 years ago
  100. 12e533d Rip out a useless method that the superclass implements properly. by Brett Cannon · 15 years ago