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