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