1. 8cb9f03 Remove PYOS_OS2 special cases from the Solaris/OpenBSD section. by Stefan Krah · 15 years ago
  2. 182ae64 Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitely by Stefan Krah · 15 years ago
  3. 320477e Merged revisions 82849 via svnmerge from by Jeroen Ruigrok van der Werven · 15 years ago
  4. 22cc6d5 Merged revisions 82842 via svnmerge from by Antoine Pitrou · 15 years ago
  5. c425f8f Merged revisions 82839 via svnmerge from by Ezio Melotti · 15 years ago
  6. 42add99 Merged revisions 82821 via svnmerge from by Mark Dickinson · 15 years ago
  7. 3266978 Merged revisions 82814 via svnmerge from by Antoine Pitrou · 15 years ago
  8. fbf2f14 Merged revisions 82806 via svnmerge from by Georg Brandl · 15 years ago
  9. 9d47252 Blocked revisions 82801 via svnmerge by Georg Brandl · 15 years ago
  10. 4303fca Merged revisions 82799 via svnmerge from by Georg Brandl · 15 years ago
  11. 2e73a3f Merged revisions 82789 via svnmerge from by Georg Brandl · 15 years ago
  12. 04eba2c Merged revisions 82790 via svnmerge from by Georg Brandl · 15 years ago
  13. 7595620 Fix for issue #9164: with this patch sysconfig and distuls don't break by Ronald Oussoren · 15 years ago
  14. e940c5d Merged revisions 82785 via svnmerge from by Senthil Kumaran · 15 years ago
  15. 87ed31a Merged revisions 82780 via svnmerge from by Senthil Kumaran · 15 years ago
  16. 9d8c456 Merged revisions 82777 via svnmerge from by Benjamin Peterson · 15 years ago
  17. e800b27 Blocked revisions 82767 via svnmerge by Michael Foord · 15 years ago
  18. a63f9b6 Merged revisions 82771 via svnmerge from by R. David Murray · 15 years ago
  19. 2ab02f0 Merged revisions 82766 via svnmerge from by R. David Murray · 15 years ago
  20. 94f071c Fix error message for comparing single line strings in unittest.TestCase.assertEqual. by Michael Foord · 15 years ago
  21. 8e93f4e this makes checking for warnings less error prone by Benjamin Peterson · 15 years ago
  22. 0b00b6b Merged revisions 82739,82741 via svnmerge from by Benjamin Peterson · 15 years ago
  23. f6cbdcb Add missing NEWS entry for 7646. by R. David Murray · 15 years ago
  24. 306d88f Merged revisions 82735 via svnmerge from by Benjamin Peterson · 15 years ago
  25. 6251496 Merged revisions 82731 via svnmerge from by R. David Murray · 15 years ago
  26. abd4553 Merged revisions 82730 via svnmerge from by R. David Murray · 15 years ago
  27. 0e6771f Recorded merge of revisions 82724 via svnmerge from by Georg Brandl · 15 years ago
  28. 7ea29b0 Move Misc/NEWS entries to the right place. by Mark Dickinson · 15 years ago
  29. 9b9e125 Merged revisions 82654 via svnmerge from by Mark Dickinson · 15 years ago
  30. e85aa73 Merged revisions 82646,82649-82650 via svnmerge from by Mark Dickinson · 15 years ago
  31. 22db735 Merged revisions 82647 via svnmerge from by Antoine Pitrou · 15 years ago
  32. 86ac22e Merged revisions 82637 via svnmerge from by Benjamin Peterson · 15 years ago
  33. 90c0718 Merged revisions 82615 via svnmerge from by Georg Brandl · 15 years ago
  34. 1882d2a Merged revisions 82629,82632 via svnmerge from by Georg Brandl · 15 years ago
  35. 489113f Merged revisions 82628,82630 via svnmerge from by Benjamin Peterson · 15 years ago
  36. ba303c8 these tests are the result of cpython's incorrect implementation by Benjamin Peterson · 15 years ago
  37. c9ba891 Remove whatsnew item about --with-computed-gotos. by Matthias Klose · 15 years ago
  38. 80eed3e Minor improvements to logging documentation. by Vinay Sajip · 15 years ago
  39. dab0896 Merged revisions 82607 via svnmerge from by Mark Dickinson · 15 years ago
  40. c167712 Merged revisions 82601 via svnmerge from by Senthil Kumaran · 15 years ago
  41. d2d2378 Merged revisions 82595 via svnmerge from by Mark Dickinson · 15 years ago
  42. 690959f untabify by Benjamin Peterson · 15 years ago
  43. 9273f80 Merged revisions 82587 via svnmerge from by Georg Brandl · 15 years ago
  44. bace676 be more generous to implementations that have implemented correctly by Benjamin Peterson · 15 years ago
  45. 3caf7b9 #9161: Fix regression in acceptance of unicode strings in add_option calls. by R. David Murray · 15 years ago
  46. 5261b10 Merged revisions 82573 via svnmerge from by Senthil Kumaran · 15 years ago
  47. ca92a60 Merged revisions 82570 via svnmerge from by Senthil Kumaran · 15 years ago
  48. d6bbe0c technically not at 2.7.1 yet by Benjamin Peterson · 15 years ago
  49. 5ac9d87 #8472: fix misleading reference to ifilterfalse() in filter() docs. by Georg Brandl · 15 years ago
  50. 9d7003e Merged revisions 82542 via svnmerge from by Benjamin Peterson · 15 years ago
  51. 75b44b3 Issue #9130: Fix validation of relative imports in parser module. by Mark Dickinson · 15 years ago
  52. a7ee59b Issue #9128: Validate class decorator syntax correctly in parser module. by Mark Dickinson · 15 years ago
  53. 96c4df4 Issue #9145: Fix a regression due to r79539 by Florent Xicluna · 15 years ago
  54. 9d5151a fix date by Benjamin Peterson · 15 years ago
  55. 60c067c Initialized merge tracking via "svnmerge" with revisions "0-82507" from by Benjamin Peterson · 15 years ago
  56. e3c1045 prepare for 2.7.1 by Benjamin Peterson · 15 years ago
  57. 1293c3f make 2.7 maintenance branch by Benjamin Peterson · 15 years ago
  58. 6a336f6 move sections by Benjamin Peterson · 15 years ago
  59. 0063367 add another line between sections by Benjamin Peterson · 15 years ago
  60. c60082d update to 2.7 final by Benjamin Peterson · 15 years ago
  61. 6728d14 update pydoc-topics by Benjamin Peterson · 15 years ago
  62. c670b7e add period; rewrap by Benjamin Peterson · 15 years ago
  63. 743242a add release date by Benjamin Peterson · 15 years ago
  64. 47ab621 add release date by Benjamin Peterson · 15 years ago
  65. 15e5b1b Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, by Victor Stinner · 15 years ago
  66. 7b18c93 fix date by Benjamin Peterson · 15 years ago
  67. af5f5b6 add 2.7 to the license list by Benjamin Peterson · 15 years ago
  68. 2f8c8f4 Submit patch for bug 9144; broken imports due to r81380 by Jesse Noller · 15 years ago
  69. 2b4eda4 Add link to bytecode docs. by Georg Brandl · 15 years ago
  70. 58df679 Add missing target. by Georg Brandl · 15 years ago
  71. 91a6334 Fix typo in sys.float_info docs. by Mark Dickinson · 15 years ago
  72. 2e9d488 Use internal links. by Georg Brandl · 15 years ago
  73. b550b00 Fix role name. by Georg Brandl · 15 years ago
  74. 9d8d2a4 Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a paragraph about DeprecationWarnings in cmdline.rst. by Ezio Melotti · 15 years ago
  75. 1f6e225 Revert r81681 (issue 8810). by Alexander Belopolsky · 15 years ago
  76. 0df5a85 don't require the presence of __getformat__ or __setformat__; use requires_IEEE_754 globally by Benjamin Peterson · 15 years ago
  77. f5e81d6 #9139: the thousands separator is new in 2.7. Also add a missing variable in the example. by Ezio Melotti · 15 years ago
  78. e11690a #9139: Add examples for str.format(). by Ezio Melotti · 15 years ago
  79. 68f5941 Moved period outside paren, where it belongs. by Eric Smith · 15 years ago
  80. cf76d1f add space by Benjamin Peterson · 15 years ago
  81. 2547ce7 Clarify sys.float_info documentation. by Mark Dickinson · 15 years ago
  82. 601ec58 Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New by Nick Coghlan · 15 years ago
  83. 8c16c5c Fix a couple of minor nits in What's New before the release goes out by Nick Coghlan · 15 years ago
  84. 0ada39c Grammar and markup fixes. by Georg Brandl · 15 years ago
  85. 8a08ce2 trunc does use the special method, though by Benjamin Peterson · 15 years ago
  86. 52a70c4 fix fixer name by Benjamin Peterson · 15 years ago
  87. 7b67062 remove docs about delegating to special methods; it does no such thing by Benjamin Peterson · 15 years ago
  88. c262a69 an AttributeError is perfectly acceptable here by Benjamin Peterson · 15 years ago
  89. e00e2f0 fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises an exception by Giampaolo Rodolà · 15 years ago
  90. 10947a6 mark test depending on ref counting by Benjamin Peterson · 15 years ago
  91. 070f0ab Issue #9125: Update parser module for "except ... as ..." syntax. by Mark Dickinson · 15 years ago
  92. 2037913 Update Demo/parser directory; backport unparse fixes from py3k. by Mark Dickinson · 15 years ago
  93. 4aa5f6f Issue #1789: clarify that the 'size' column in struct docs refers to standard size. by Mark Dickinson · 15 years ago
  94. b322487 group cStringIO docs under its factory function by Benjamin Peterson · 15 years ago
  95. 86aa905 Added information about pickle security and SocketHandler. by Vinay Sajip · 15 years ago
  96. 1c919a6 Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage. by Senthil Kumaran · 15 years ago
  97. 8586249 Spelling. by Mark Dickinson · 15 years ago
  98. 0187be0 unparse.py: fix mispaced parentheses in chained comparisons by Mark Dickinson · 15 years ago
  99. ce3742c Set svn:eol-style on test_unparse.py. by Mark Dickinson · 15 years ago
  100. b83a1ff Fix typo in test_unparse.py. by Mark Dickinson · 15 years ago