1. 347396a Add link. by Raymond Hettinger · 15 years ago
  2. a51d98f Removed unused #include. by Eric Smith · 15 years ago
  3. fdb12a3 Revert 3k change to msilib, which is executed with Python 2.x. by Georg Brandl · 15 years ago
  4. d99fe9f Fix make.bat to match makefile changes by Raymond Hettinger · 15 years ago
  5. 3fc49ab install as python3 #5461 by Benjamin Peterson · 15 years ago
  6. e66fe30 Merged revisions 71335 via svnmerge from by Benjamin Peterson · 15 years ago
  7. 8c65d54 don't install extras like pydoc and idle in altinstall, possibly overwriting the 2.x ones #1590 by Benjamin Peterson · 15 years ago
  8. 25c6cd2 Don't check for broken Berkley-DB versions on some platforms; the by Matthias Klose · 15 years ago
  9. 535336f - Issue #5359: Readd the Berkley-DB detection code to allow _dbm be built by Matthias Klose · 15 years ago
  10. 091c7b1 Merged revisions 71229,71271 via svnmerge from by Matthias Klose · 15 years ago
  11. a3d29e8 Merged revisions 71268 via svnmerge from by Matthias Klose · 15 years ago
  12. 638805f Revert removal of atof.c and strtod.c in r71341. We're not quite by Mark Dickinson · 15 years ago
  13. 79d0b0e Put core language changes in a separate section from module changes. by Raymond Hettinger · 15 years ago
  14. c4faeea Fix nits by Raymond Hettinger · 15 years ago
  15. 15efcb6 Fix internal link. by Raymond Hettinger · 15 years ago
  16. 958e368 Add an example metaclass showing a use of __prepare__() as outlined in PEP 3115. by Raymond Hettinger · 15 years ago
  17. a7e33fe Removed unused files in preparation for merging py3k-short-float-repr. by Eric Smith · 15 years ago
  18. 76efa2b Fix nit. by Raymond Hettinger · 15 years ago
  19. c1bd49a Improve the prose just a bit. by Raymond Hettinger · 15 years ago
  20. dbd51b5 Fix links to Decimal and ttk. by Raymond Hettinger · 15 years ago
  21. f4cc2c4 Add example. Fix spelling. Fix patch attribution. by Raymond Hettinger · 15 years ago
  22. d26b7af Add uuids for 3.1 by Martin v. Löwis · 15 years ago
  23. 8d97ccb Add more examples. by Raymond Hettinger · 15 years ago
  24. df91e85 Merged revisions 71295 via svnmerge from by Tarek Ziadé · 15 years ago
  25. f637050 Merged revisions 71291 via svnmerge from by Tarek Ziadé · 15 years ago
  26. 0d8f073 Update signature style of optional arguments, part two. by Georg Brandl · 15 years ago
  27. 889b0aa Merged revisions 71280 via svnmerge from by Tarek Ziadé · 15 years ago
  28. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  29. 1cdd83c Normalize issue referencing style. by Georg Brandl · 15 years ago
  30. 01197ad Blocked revisions 71253 via svnmerge by Benjamin Peterson · 15 years ago
  31. 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
  32. 5b9082a Blocked revisions 71221 via svnmerge by Brett Cannon · 15 years ago
  33. ea26163 Merged revisions 71253 via svnmerge from by Tarek Ziadé · 15 years ago
  34. 126c879 #5453: fix SyntaxErrors using pydoc -k, caused by intentionally bad files in Pythons test suite. by Georg Brandl · 15 years ago
  35. 236f797 Merged revisions 71237-71238 via svnmerge from by Georg Brandl · 15 years ago
  36. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  37. 0c0daf0 #5606: fix formatter.h dependencies in the Makefile. by Georg Brandl · 15 years ago
  38. 2145595 Initialize the tk_init_failed static variable to 0. by Alexandre Vassalotti · 15 years ago
  39. b1386df Blocked revisions 71206 via svnmerge by Benjamin Peterson · 15 years ago
  40. 8f2b665 fix typo #5687 by Benjamin Peterson · 15 years ago
  41. bd35b03 bump version for 3.1a2+ by Benjamin Peterson · 15 years ago
  42. 8d4980d tag 3.1a2 by Benjamin Peterson · 15 years ago
  43. aa36b9c I don't think RELNOTES is useful anymore by Benjamin Peterson · 15 years ago
  44. e866c81 Merged revisions 71126 via svnmerge from by Kurt B. Kaiser · 15 years ago
  45. 88f1435 bump version to 3.1a2 by Benjamin Peterson · 15 years ago
  46. 113f0e8 Merged revisions 70723 via svnmerge from by Kurt B. Kaiser · 15 years ago
  47. c6cac05 Merged revisions 71023 via svnmerge from by Kurt B. Kaiser · 15 years ago
  48. 8fc98c3 Convert print to Py3 by Kurt B. Kaiser · 15 years ago
  49. e67842a Merged revisions 71023 via svnmerge from by Kurt B. Kaiser · 15 years ago
  50. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago
  51. b4a49f6 Resolves issue 5690: accidentally skipping code in non-debug build. by Eric Smith · 15 years ago
  52. a5809c8 Patch for Py3k with fallback for comparing unsortable sequences in by Michael Foord · 15 years ago
  53. 270a9ce Merged revisions 71179 via svnmerge from by Martin v. Löwis · 15 years ago
  54. 17dc446 Skip test_recursionlimit_fatalerror under Windows because it generates an annoying and misleading crash dialog. by Antoine Pitrou · 15 years ago
  55. a646587 Blocked revisions 71175 via svnmerge by Hirokazu Yamamoto · 15 years ago
  56. 2504b7a must provide this method by Benjamin Peterson · 15 years ago
  57. e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 15 years ago
  58. f3abcc9 fix name by Benjamin Peterson · 15 years ago
  59. 3bb6b7a mark dictionary assertElementsSame test as an expected failure by Benjamin Peterson · 15 years ago
  60. 4f75b64 fix test_unittest by Benjamin Peterson · 15 years ago
  61. ab96741 Merged revisions 71163 via svnmerge from by Benjamin Peterson · 15 years ago
  62. 7fe73a1 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from by Benjamin Peterson · 15 years ago
  63. 9247e72 Merged revisions 71159 via svnmerge from by Matthias Klose · 15 years ago
  64. 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
  65. 85b3098 try to fix svnmerge-blocked property by Benjamin Peterson · 15 years ago
  66. 042f133 Merged revisions 71152 via svnmerge from by Matthias Klose · 15 years ago
  67. 1144648 Fix test_memoryio under Windows by Antoine Pitrou · 15 years ago
  68. 8e33051 Note an improvement to pydoc. by Raymond Hettinger · 15 years ago
  69. f84dfe5 Remove minor entry. Add the ttk module. by Raymond Hettinger · 15 years ago
  70. 8daab40 Fix nits. by Raymond Hettinger · 15 years ago
  71. 2a02777 Eliminate a duplicate entry. by Raymond Hettinger · 15 years ago
  72. 3fa0fb4 typo by Benjamin Peterson · 15 years ago
  73. 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
  74. c4f6d29 Complete the first-pass at whatsnew. by Raymond Hettinger · 15 years ago
  75. 46f5cfb revert r71118 because it blocked an excess of revisions by Benjamin Peterson · 15 years ago
  76. f41857e More notes on 3.1 improvements. by Raymond Hettinger · 15 years ago
  77. e7ec57d More updates to whatsnew by Raymond Hettinger · 15 years ago
  78. 1f251a0 Start building-up the whatsnew document for Py3.1 by Raymond Hettinger · 15 years ago
  79. c479170 Replace the localized min/max calls with normal if/else by Raymond Hettinger · 15 years ago
  80. d3179a0 Blocked revisions 71123 via svnmerge by R. David Murray · 15 years ago
  81. 65c9eb2 Add helpful link. by Raymond Hettinger · 15 years ago
  82. 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
  83. 8b7d4aa Update documentation for csv module to reflect changes in code, by R. David Murray · 15 years ago
  84. 3c33b83 fix name again by Benjamin Peterson · 15 years ago
  85. 3e0c917 fix name by Benjamin Peterson · 15 years ago
  86. 4376dbc fix this test by Benjamin Peterson · 15 years ago
  87. 309633d fix naming by Benjamin Peterson · 15 years ago
  88. 1e1d7d2 Added Misc/NEWS entry for PEP 378. by Eric Smith · 15 years ago
  89. 8d55a9e os.path.listdir -> os.listdir by Benjamin Peterson · 15 years ago
  90. 8f76b49 update NEWS by Benjamin Peterson · 15 years ago
  91. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 15 years ago
  92. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  93. f8c8b6d Removed mixed tabs and whitespace. by Eric Smith · 15 years ago
  94. b5292a2 Make http.server main program nicer for interactive use. by Alexandre Vassalotti · 15 years ago
  95. 3cde7c7 Undocument the existence of the memo attribute and its main use-case. by Alexandre Vassalotti · 15 years ago
  96. e2641f4 Optimize slicing of bytes and bytearray by avoiding useless copying. by Alexandre Vassalotti · 15 years ago
  97. 1102062 Emphasize that Unpickler.memo is not necessarily a dict. by Alexandre Vassalotti · 15 years ago
  98. 9d7665d Add more examples in pickle documentation. by Alexandre Vassalotti · 15 years ago
  99. ffcec43 Remove old reference to cPickle. by Alexandre Vassalotti · 15 years ago
  100. 9743fd0 Fix typo. by Raymond Hettinger · 15 years ago