1. 6a336f6 move sections by Benjamin Peterson · 15 years ago v2.7
  2. 0063367 add another line between sections by Benjamin Peterson · 15 years ago
  3. c60082d update to 2.7 final by Benjamin Peterson · 15 years ago
  4. 6728d14 update pydoc-topics by Benjamin Peterson · 15 years ago
  5. c670b7e add period; rewrap by Benjamin Peterson · 15 years ago
  6. 743242a add release date by Benjamin Peterson · 15 years ago
  7. 47ab621 add release date by Benjamin Peterson · 15 years ago
  8. 15e5b1b Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, by Victor Stinner · 15 years ago
  9. 7b18c93 fix date by Benjamin Peterson · 15 years ago
  10. af5f5b6 add 2.7 to the license list by Benjamin Peterson · 15 years ago
  11. 2f8c8f4 Submit patch for bug 9144; broken imports due to r81380 by Jesse Noller · 15 years ago
  12. 2b4eda4 Add link to bytecode docs. by Georg Brandl · 15 years ago
  13. 58df679 Add missing target. by Georg Brandl · 15 years ago
  14. 91a6334 Fix typo in sys.float_info docs. by Mark Dickinson · 15 years ago
  15. 2e9d488 Use internal links. by Georg Brandl · 15 years ago
  16. b550b00 Fix role name. by Georg Brandl · 15 years ago
  17. 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
  18. 1f6e225 Revert r81681 (issue 8810). by Alexander Belopolsky · 15 years ago
  19. 0df5a85 don't require the presence of __getformat__ or __setformat__; use requires_IEEE_754 globally by Benjamin Peterson · 15 years ago
  20. f5e81d6 #9139: the thousands separator is new in 2.7. Also add a missing variable in the example. by Ezio Melotti · 15 years ago
  21. e11690a #9139: Add examples for str.format(). by Ezio Melotti · 15 years ago
  22. 68f5941 Moved period outside paren, where it belongs. by Eric Smith · 15 years ago
  23. cf76d1f add space by Benjamin Peterson · 15 years ago
  24. 2547ce7 Clarify sys.float_info documentation. by Mark Dickinson · 15 years ago
  25. 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
  26. 8c16c5c Fix a couple of minor nits in What's New before the release goes out by Nick Coghlan · 15 years ago
  27. 0ada39c Grammar and markup fixes. by Georg Brandl · 15 years ago
  28. 8a08ce2 trunc does use the special method, though by Benjamin Peterson · 15 years ago
  29. 52a70c4 fix fixer name by Benjamin Peterson · 15 years ago
  30. 7b67062 remove docs about delegating to special methods; it does no such thing by Benjamin Peterson · 15 years ago
  31. c262a69 an AttributeError is perfectly acceptable here by Benjamin Peterson · 15 years ago
  32. e00e2f0 fix issue #6589: cleanup asyncore.socket_map if smtpd.SMTPServer constructor raises an exception by Giampaolo Rodolà · 15 years ago
  33. 10947a6 mark test depending on ref counting by Benjamin Peterson · 15 years ago
  34. 070f0ab Issue #9125: Update parser module for "except ... as ..." syntax. by Mark Dickinson · 15 years ago
  35. 2037913 Update Demo/parser directory; backport unparse fixes from py3k. by Mark Dickinson · 15 years ago
  36. 4aa5f6f Issue #1789: clarify that the 'size' column in struct docs refers to standard size. by Mark Dickinson · 15 years ago
  37. b322487 group cStringIO docs under its factory function by Benjamin Peterson · 15 years ago
  38. 86aa905 Added information about pickle security and SocketHandler. by Vinay Sajip · 15 years ago
  39. 1c919a6 Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage. by Senthil Kumaran · 15 years ago
  40. 8586249 Spelling. by Mark Dickinson · 15 years ago
  41. 0187be0 unparse.py: fix mispaced parentheses in chained comparisons by Mark Dickinson · 15 years ago
  42. ce3742c Set svn:eol-style on test_unparse.py. by Mark Dickinson · 15 years ago
  43. b83a1ff Fix typo in test_unparse.py. by Mark Dickinson · 15 years ago
  44. 623b979 Fix some shallow bugs in Demo/parser/unparse.py, and add tests: by Mark Dickinson · 15 years ago
  45. 8c996ef Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object. by Senthil Kumaran · 15 years ago
  46. d6a8e6d fix skipping condition by Benjamin Peterson · 15 years ago
  47. 8eeb1dc testcapi tests are definitely cpython only by Benjamin Peterson · 15 years ago
  48. 5871a8d Fix Issue8653 - Docstring for urlunsplit function. by Senthil Kumaran · 15 years ago
  49. 2af7e6d Fix issue3428 - Document HTTPMessage class. by Senthil Kumaran · 15 years ago
  50. 4c5bc4d remove unused last argument to property_copy by Benjamin Peterson · 15 years ago
  51. a70e91c mark tracking tests as implementation details by Benjamin Peterson · 15 years ago
  52. b96fbb8 Fix for Issue8883: without this patch test_urllib will fail by Ronald Oussoren · 15 years ago
  53. 76002c8 The uuid library on OSX 10.5 seems to contain the same bug as the one by Ronald Oussoren · 15 years ago
  54. cd17213 Two small fixes for the support for SDKs on MacOSX: by Ronald Oussoren · 15 years ago
  55. ad72bcc Untabify. by Georg Brandl · 15 years ago
  56. ec83e3d Two typos. by Georg Brandl · 15 years ago
  57. 3d0a602 Fix URL. by Georg Brandl · 15 years ago
  58. 817d918 Use designated syntax for optional grammar element. by Georg Brandl · 15 years ago
  59. 565569b Confusing punctuation. by Georg Brandl · 15 years ago
  60. 21887df Issue 9024: Added :cdata: tag to PyDateTimeAPI by Alexander Belopolsky · 15 years ago
  61. 2f06b78 Fix extra space. by Ezio Melotti · 15 years ago
  62. 62a14db #9085: email versions have gotten out of sync, 2.7 is actually 4.0.3. by R. David Murray · 15 years ago
  63. 04a3439 Fix indentation in recently added test. by R. David Murray · 15 years ago
  64. caf5db7 Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that by Alexander Belopolsky · 15 years ago
  65. 32e0681 #4640: add a test to optparse that proves issue is invalid. by R. David Murray · 15 years ago
  66. cf3e20c mark implementation detail as such by Benjamin Peterson · 15 years ago
  67. 0badae4 this must be a typo by Benjamin Peterson · 15 years ago
  68. 4b26acb mark implementation detail as such by Benjamin Peterson · 15 years ago
  69. 32a16ca Fix indentation of Python code example in C comment. by Mark Dickinson · 15 years ago
  70. 0dddf60 Issue #9075: In the ssl module, remove the setting of a `debug` flag by Antoine Pitrou · 15 years ago
  71. 3db4161 Issue #9020: The Py_IS* macros from pyctype.h should generally only be by Stefan Krah · 15 years ago
  72. 947ce58 prevent assignment to set literals by Benjamin Peterson · 15 years ago
  73. 5c995c1 remove reverted changed by Benjamin Peterson · 15 years ago
  74. f6d31cb cpython only gc tests by Benjamin Peterson · 15 years ago
  75. 7ff7825 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 15 years ago
  76. a4d36a9 Fix misindents in compile.c (for Benjamin). by Antoine Pitrou · 15 years ago
  77. 7f8ede4 mark ref counting as impl detail by Benjamin Peterson · 15 years ago
  78. 694781b must force gc here by Benjamin Peterson · 15 years ago
  79. 5b9ce31 bump revision by Benjamin Peterson · 15 years ago
  80. c009735b spacing nit; this isn't C by Benjamin Peterson · 15 years ago
  81. b913389 remove INT_MAX assertions; they can fail with large Py_ssize_t #9058 by Benjamin Peterson · 15 years ago
  82. bde67df keep UserDict an old-style class by Benjamin Peterson · 15 years ago
  83. 3ceab01 The code in _scproxy (a mac specific helper module to by Ronald Oussoren · 15 years ago
  84. 934f4e1 Fix for issue8446: by Ronald Oussoren · 15 years ago
  85. 4f61259 towards final release by Benjamin Peterson · 15 years ago
  86. 39df204 tag 2.7rc2 by Benjamin Peterson · 15 years ago
  87. bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 15 years ago v2.7rc2
  88. bb93709 update pydoc-topics by Benjamin Peterson · 15 years ago
  89. afa1b30 fix finding visual studio 2008 on 64 bit #8854 by Benjamin Peterson · 15 years ago
  90. a45e6d5 Add tests for problems reported in issue 8959. by Thomas Heller · 15 years ago
  91. f180099 Fix #8959 by reverting revision 80761. by Thomas Heller · 15 years ago
  92. 0898266 Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up by Andrew M. Kuchling · 15 years ago
  93. 8019236 Merge test_strtod and test_float string-to-float conversion tests. by Mark Dickinson · 15 years ago
  94. c733b32 update emacs section by Benjamin Peterson · 15 years ago
  95. b33f0c1 Revert r60115 by Jean-Paul Calderone · 15 years ago
  96. a37b7af Add few words about test.test_genericpath.CommonTest by Florent Xicluna · 15 years ago
  97. 0d6908b Fix Issue4452 - Incorrect docstring of os.setpgrp by Senthil Kumaran · 15 years ago
  98. df1cf30 #8720: fix inspect regression by teaching getsourcefile about linecache. by R. David Murray · 15 years ago
  99. a3e3e36 Addressing RDM's review comments on the doc change. by Senthil Kumaran · 15 years ago
  100. e55a205 Fix Issue8937 - SimpleHTTPServer should contain usage example by Senthil Kumaran · 15 years ago