1. 47ab621 add release date by Benjamin Peterson · 15 years ago
  2. 7b18c93 fix date by Benjamin Peterson · 15 years ago
  3. af5f5b6 add 2.7 to the license list by Benjamin Peterson · 15 years ago
  4. 2b4eda4 Add link to bytecode docs. by Georg Brandl · 15 years ago
  5. 58df679 Add missing target. by Georg Brandl · 15 years ago
  6. 91a6334 Fix typo in sys.float_info docs. by Mark Dickinson · 15 years ago
  7. 2e9d488 Use internal links. by Georg Brandl · 15 years ago
  8. b550b00 Fix role name. by Georg Brandl · 15 years ago
  9. 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
  10. f5e81d6 #9139: the thousands separator is new in 2.7. Also add a missing variable in the example. by Ezio Melotti · 15 years ago
  11. e11690a #9139: Add examples for str.format(). by Ezio Melotti · 15 years ago
  12. 68f5941 Moved period outside paren, where it belongs. by Eric Smith · 15 years ago
  13. 2547ce7 Clarify sys.float_info documentation. by Mark Dickinson · 15 years ago
  14. 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
  15. 8c16c5c Fix a couple of minor nits in What's New before the release goes out by Nick Coghlan · 15 years ago
  16. 0ada39c Grammar and markup fixes. by Georg Brandl · 15 years ago
  17. 8a08ce2 trunc does use the special method, though by Benjamin Peterson · 15 years ago
  18. 52a70c4 fix fixer name by Benjamin Peterson · 15 years ago
  19. 7b67062 remove docs about delegating to special methods; it does no such thing by Benjamin Peterson · 15 years ago
  20. 4aa5f6f Issue #1789: clarify that the 'size' column in struct docs refers to standard size. by Mark Dickinson · 15 years ago
  21. b322487 group cStringIO docs under its factory function by Benjamin Peterson · 15 years ago
  22. 86aa905 Added information about pickle security and SocketHandler. by Vinay Sajip · 15 years ago
  23. 1c919a6 Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage. by Senthil Kumaran · 15 years ago
  24. 8c996ef Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object. by Senthil Kumaran · 15 years ago
  25. 2af7e6d Fix issue3428 - Document HTTPMessage class. by Senthil Kumaran · 15 years ago
  26. ec83e3d Two typos. by Georg Brandl · 15 years ago
  27. 3d0a602 Fix URL. by Georg Brandl · 15 years ago
  28. 817d918 Use designated syntax for optional grammar element. by Georg Brandl · 15 years ago
  29. 565569b Confusing punctuation. by Georg Brandl · 15 years ago
  30. 21887df Issue 9024: Added :cdata: tag to PyDateTimeAPI by Alexander Belopolsky · 15 years ago
  31. caf5db7 Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that by Alexander Belopolsky · 15 years ago
  32. 5c995c1 remove reverted changed by Benjamin Peterson · 15 years ago
  33. 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
  34. a3e3e36 Addressing RDM's review comments on the doc change. by Senthil Kumaran · 15 years ago
  35. e55a205 Fix Issue8937 - SimpleHTTPServer should contain usage example by Senthil Kumaran · 15 years ago
  36. 526e5ee Issue #8469: Further clarifications and improvements to struct module by Mark Dickinson · 15 years ago
  37. 019aec2 Add another bunch of items by Andrew M. Kuchling · 15 years ago
  38. 9933da0 #8993: fix reference. by Georg Brandl · 15 years ago
  39. 8842c35 Revert r80580 due to some unintended side effects. See issue #8202 for details. by Nick Coghlan · 15 years ago
  40. 8e6c45c Issue #8469: Add standard sizes to table in struct documentation; additional by Mark Dickinson · 15 years ago
  41. 10f08f9 Backport a fix from Py3k for a potentially misleading example by Nick Coghlan · 15 years ago
  42. f084aed Update README. by Georg Brandl · 15 years ago
  43. 961e6fd Fix gratuitous indentation. by Georg Brandl · 15 years ago
  44. 1626980 Add document on how to build. by Georg Brandl · 15 years ago
  45. fd3eff6 Use newer toctree syntax. by Georg Brandl · 15 years ago
  46. ab776ce Document that an existing directory raises in mkdir(). by Georg Brandl · 15 years ago
  47. b20ada0 Fix punctuation. by Georg Brandl · 15 years ago
  48. 11bd81c Add a few more items by Andrew M. Kuchling · 15 years ago
  49. 81145c9 #5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv() by Andrew M. Kuchling · 15 years ago
  50. 094c53c Fixed markup of tm_isdst attribute. by Alexander Belopolsky · 15 years ago
  51. 3ca14e9 #8875: Remove duplicated paragraph by Andrew M. Kuchling · 15 years ago
  52. 770fd15 Fixed #8909: now the doc details the size of the bitmap used in distutils' bdist_wininst by Tarek Ziadé · 15 years ago
  53. 11591c3 fix sphinx warning with an extra space by Benjamin Peterson · 15 years ago v2.7rc1
  54. 53e812a remove extra space by Benjamin Peterson · 15 years ago
  55. 8dde201 Documentation updates for issues 8302 and 8351 (truncating excessive diffs in unittest failure messages and reporting SkipTest exceptions in setUpClass and setUpModule as skips rather than errors). by Michael Foord · 15 years ago
  56. 3b818bf Issue #8899: time.struct_time now has class and atribute docstrings. by Alexander Belopolsky · 15 years ago
  57. 998cc24 Issue #8890: Documentation changed to avoid reference to temporary files - other cases covered. by Vinay Sajip · 15 years ago
  58. 9a26aab Issue #8890: Documentation changed to avoid reference to temporary files. by Vinay Sajip · 15 years ago
  59. 52dcd45 #1368247: make set_charset/MIMEText automatically encode unicode _payload. by R. David Murray · 15 years ago
  60. c395545 Issue #8873: add a documentation note about possible performance issues with the by Antoine Pitrou · 15 years ago
  61. 98bc31f Fix issue8788 - description of doseq parameter in urllib.urlencode by Senthil Kumaran · 15 years ago
  62. b1a1405 Put docs for RegexObject.search() before RegexObject.match() to mirror re.search() and re.match() order. by Georg Brandl · 15 years ago
  63. ac94f4f #7583: clarify discussion of hard tab expansion in doctests. by R. David Murray · 15 years ago
  64. de535cb Improve documentation for getaddrinfo() (part of #8857) by Antoine Pitrou · 15 years ago
  65. 3d08d88 Fix typo by Stefan Krah · 15 years ago
  66. 9fe6199 Issue #8840: Make documentation for truncate() clearer by Antoine Pitrou · 15 years ago
  67. e5d1c05 Make reference to Generic Attribute Management a hyperlink. by R. David Murray · 15 years ago
  68. 9b14ae8 2to3 doesn't fix test_support #6583 by Benjamin Peterson · 15 years ago
  69. 29f1bb3 Add item by Andrew M. Kuchling · 15 years ago
  70. 3bfd031 Remove top-level 'General Questions' section, pushing up the questions it contains by Andrew M. Kuchling · 15 years ago
  71. 2eaa542 Rewrite wxWidgets section by Andrew M. Kuchling · 15 years ago
  72. 172e06e Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'. by R. David Murray · 15 years ago
  73. 264acad Add three items by Andrew M. Kuchling · 15 years ago
  74. f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) by Georg Brandl · 15 years ago
  75. 74bd9cf argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) by Steven Bethard · 15 years ago
  76. 151973e #1436346: make it more obvious that timetuple[7] is yday. by Georg Brandl · 15 years ago
  77. f93ce0c #8785: less confusing description of regex.find*. by Georg Brandl · 15 years ago
  78. fa0fdb8 #8709: mention Windows support for os.devnull. by Georg Brandl · 15 years ago
  79. 042d6a4 Correct info for Semaphore.acquire() semantics under OSX. by Georg Brandl · 15 years ago
  80. dd59f1b #8707: remove duplicate paragraph part. by Georg Brandl · 15 years ago
  81. 233eb54 Add missing parameter in SimpleXMLRPCServer signature. by Georg Brandl · 15 years ago
  82. da69add typo by Georg Brandl · 15 years ago
  83. 16fd5cd #8783: replace link to now dead hash collision FAQ. by Georg Brandl · 15 years ago
  84. c76defc Updated logging documentation with more dictConfig information. by Vinay Sajip · 15 years ago
  85. 6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows by Antoine Pitrou · 15 years ago
  86. a85bd06 fix extra 't' #8778 by Benjamin Peterson · 15 years ago
  87. 4a76905 Fix typo. by Stefan Krah · 15 years ago
  88. 019551f Fix typo in argparse doc. by Ezio Melotti · 15 years ago
  89. a38cd52 Fixed minor typo in ReST markup. by Vinay Sajip · 15 years ago
  90. 71a6324 Fix minor typo. by Senthil Kumaran · 15 years ago
  91. 4fc2a00 upgraded distutils docs w.r.t. the manifest regeneration by Tarek Ziadé · 15 years ago
  92. 1b55347 Add cross-reference to later section by Andrew M. Kuchling · 15 years ago
  93. 308c2af Document that SSL v2 is insecure. by Antoine Pitrou · 15 years ago
  94. 5f8aae0 Issue #8711: add paragraph titles to c-api/unicode.rst by Victor Stinner · 15 years ago
  95. 8ded477 Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP by Victor Stinner · 15 years ago
  96. 8c72b4e rip out mention of types.ListType #8703 by Benjamin Peterson · 15 years ago
  97. f09bc66 #8696: add documentation for logging.config.dictConfig (PEP 391) by Andrew M. Kuchling · 15 years ago
  98. e551337 Grammar fix by Andrew M. Kuchling · 15 years ago
  99. 62bebdf - clarify Attr.name comment on the presence of colons in namespace mode by Fred Drake · 15 years ago
  100. 5840469 fix error introduced in previous commit, and the adjacent additional typo by Fred Drake · 15 years ago