1. 1d52146 Issue #11303: Added shortcuts for utf8 and latin1 encodings. by Alexander Belopolsky · 14 years ago
  2. a29a9dd Documented QueueListener change. by Vinay Sajip · 14 years ago
  3. 61a0bf5 (issue 11232) - fix asyncore documentation issue (patch by Sandro Tosi) by Giampaolo Rodolà · 14 years ago
  4. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 14 years ago
  5. 7f1e174 Make svn:eol-style's more consistent by Antoine Pitrou · 14 years ago
  6. c9c9bc0 Add 3.3 whatsnew to index. by Georg Brandl · 14 years ago
  7. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 14 years ago
  8. 3108f98 Adds Python 3.3 what's new document. by Giampaolo Rodolà · 14 years ago
  9. 6c3787c Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). by Éric Araujo · 14 years ago
  10. 5390d00 rewrite by Benjamin Peterson · 14 years ago
  11. 634ef9c this seems to be pointlessly nested by Benjamin Peterson · 14 years ago
  12. c38f025 Issue #11304: Input/output tutorial - PI is rounded not truncated. by Raymond Hettinger · 14 years ago
  13. 08f5cf5 Indent "versionadded" properly. by Georg Brandl · 14 years ago
  14. bd47511 Issue #3080: Add PyModule_GetNameObject() by Victor Stinner · 14 years ago
  15. daa5799 Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API by Brett Cannon · 14 years ago
  16. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 14 years ago
  17. 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 14 years ago
  18. d8de541 Issue 11263: Fix link to source code. by Raymond Hettinger · 14 years ago
  19. 97b6721 3.2 is stable now. by Georg Brandl · 14 years ago
  20. 2cef949 Issue 10160: Both single-arg and multi-arg calls have been sped-up. by Raymond Hettinger · 14 years ago
  21. 3ebb6b3 Bump trunk to 3.3 alpha 0. by Georg Brandl · 14 years ago
  22. 14927d0 Topic and suspicious update. by Georg Brandl · 14 years ago
  23. e0e824d Fix two typos in what’s new (#11234). by Éric Araujo · 14 years ago
  24. 85dacf7 Some more grammar fixes/typos for what’s new (approved by Raymond; #11071) by Éric Araujo · 14 years ago
  25. 6277fa4 Update the porting HOWTO to be a little less harsh on using 2to3. by Brett Cannon · 14 years ago
  26. 8f0ae9a Doc fixups. by Raymond Hettinger · 14 years ago
  27. 03a6e66 Fix-up logging.dictConfig() example. by Raymond Hettinger · 14 years ago
  28. 4a8f50a Fix an import and add a citation. by Raymond Hettinger · 14 years ago
  29. 08e278a Remove editing slip. by Georg Brandl · 14 years ago
  30. dbb9585 Apply logging SocketHandler doc update by Vinay. by Georg Brandl · 14 years ago
  31. 44efc65 Fix accumulate() example. (Reported by David Murray.) by Raymond Hettinger · 14 years ago
  32. 829befb Fix markup error and update suspicious ignores. by Georg Brandl · 14 years ago
  33. 8b24aac Fix argument name typo in compileall docs. by R. David Murray · 14 years ago
  34. 2933312 Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. by Senthil Kumaran · 14 years ago
  35. 44028d8 Missing paren. by Raymond Hettinger · 14 years ago
  36. ed92b5a Insert missing section heading (noticed by Victor Stinner). by Raymond Hettinger · 14 years ago
  37. 1fbd8e1 Fix nits. by Raymond Hettinger · 14 years ago
  38. 9f62d74 Add an entry for logging. by Raymond Hettinger · 14 years ago
  39. 3029aff Add missing source links. by Raymond Hettinger · 14 years ago
  40. a2f1544 Tweak wording about equality comparison. by Brett Cannon · 14 years ago
  41. 91638e7 Add 'pysqlite' before version 2.6.0 by Terry Reedy · 14 years ago
  42. 186f441 Typo. by Raymond Hettinger · 14 years ago
  43. 631507d Issue #11141: Fix the shelve documentation to use a list, not a range object. by Antoine Pitrou · 14 years ago
  44. fdded56 Clarify that IMAP4() implicitly calls open(), and that logout() implicitly calls shutdown(). by Antoine Pitrou · 14 years ago
  45. 7a0afd3 Spelling fixes. by Georg Brandl · 14 years ago
  46. 2cb2fa9 Consistent heading spacing, and fix two typos. by Georg Brandl · 14 years ago
  47. 555f288 Add link to table for Tcl/Tk issues on the Mac. by Raymond Hettinger · 14 years ago
  48. ca583b6 #8691: document that right alignment is default for numbers. by Georg Brandl · 14 years ago
  49. a5770aa #11138: fix order of fill and align specifiers. by Georg Brandl · 14 years ago
  50. 7ac3419 Fix some typos and grammar by Eli Bendersky · 14 years ago
  51. 2d062de Fix some typos and grammar by Eli Bendersky · 14 years ago
  52. 8cd0b38 Typo. Doh! by Raymond Hettinger · 14 years ago
  53. 833ad0e Fix awkwardly rendered sentence. by Raymond Hettinger · 14 years ago
  54. fb2d167 Issue #11071: Various improvements to whatsnew. by Raymond Hettinger · 14 years ago
  55. 810cd34 Small markup and wording tweaks for the sorting-howto. by Raymond Hettinger · 14 years ago
  56. 98135d0 Mention that people going the source compatibility route should run 2to3 to find pain points. by Brett Cannon · 14 years ago
  57. 45aa7cc Soften wording on doctest. by Brett Cannon · 14 years ago
  58. ce71ab2 Re-arrange and clarify some __future__ import statements. by Brett Cannon · 14 years ago
  59. e09d2f1 issue7678 - Properly document how to replace a shell pipeline so that SIGPIPE by Gregory P. Smith · 14 years ago
  60. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
  61. 5405a0b Use an internal reference instead of hard-coded URI. by Éric Araujo · 14 years ago
  62. bd866e9 Everybody hates this one :) (bytes indexing) by Antoine Pitrou · 14 years ago
  63. e6a1464 Soften the wording about tracebacks. Reference cycles *don't* by Antoine Pitrou · 14 years ago
  64. 5c28cfdc Fix entries pertaining to file I/O by Antoine Pitrou · 14 years ago
  65. 8d8f7c5 Mention -b and -bb by Antoine Pitrou · 14 years ago
  66. 7095721 Mention asyncore and Twisted in the library FAQ. by Antoine Pitrou · 14 years ago
  67. 11480b6 Mention concurrent.futures and update answers about the GIL. by Antoine Pitrou · 14 years ago
  68. f700524 Update test of "why is Python installed" FAQ. by Antoine Pitrou · 14 years ago
  69. 09264b6 Mention Cython and remove obsolete alternatives by Antoine Pitrou · 14 years ago
  70. eb50ba5 Update info in the GUI FAQ by Antoine Pitrou · 14 years ago
  71. eefb97c Mention that seek and tell over a TextIOWrapper can be very slow. by Antoine Pitrou · 14 years ago
  72. 4b0c24a use 3-space indents. by Brett Cannon · 14 years ago
  73. 8045d97 Add a HOWTO on how to port from Python 2 to Python 3. by Brett Cannon · 14 years ago
  74. e951e91 Punctuation typos. by Georg Brandl · 14 years ago
  75. 0446b21 Punctuation typo. by Raymond Hettinger · 14 years ago
  76. 7b5011b Wording fix. by Eric Smith · 14 years ago
  77. bd0c897 #11083 typo: RuntimeException -> RuntimeError by Brian Curtin · 14 years ago
  78. 92acd67 Recommend use of the tracker during the RC phase or just before a beta. by Raymond Hettinger · 14 years ago
  79. 9c2fc47 Fix minor grammar nits. by Raymond Hettinger · 14 years ago
  80. e2ae807 Mention new parameter and attributes of the difflib.SequenceMatcher class added in 3.2 (issue 2986) by Eli Bendersky · 14 years ago
  81. f30793a Fix PEP-8 violation in argparse usage example (similar examples in argparse.rst do follow PEP-8) by Eli Bendersky · 14 years ago
  82. d7cde5d Fix some grammar and typos by Eli Bendersky · 14 years ago
  83. 6ddc16b Update suspicious ignore file. by Georg Brandl · 14 years ago
  84. ce227e3 Clarify the status of get_string() and recommend using the binary API. by Raymond Hettinger · 14 years ago
  85. 994d380 Add entry for the mailbox fixups. by Raymond Hettinger · 14 years ago
  86. b7deff1 #9124: mailbox now accepts binary input and uses binary internally by R. David Murray · 14 years ago
  87. b02f7c0 List known build/install problems for OS X. by Raymond Hettinger · 14 years ago
  88. c7bb159 Markup nits. by Raymond Hettinger · 14 years ago
  89. 6239974 Add section for http.client. by Raymond Hettinger · 14 years ago
  90. 519c308 Typos. by Raymond Hettinger · 14 years ago
  91. ac039ae fix reference to issue where the addition of select.PIPE_BUF was discussed by Giampaolo Rodolà · 14 years ago
  92. 08d4293 Add entry for str.format_map(). by Raymond Hettinger · 14 years ago
  93. 598b513 Added a placeholder for str.format_map, as discussed with Raymond. My prose is horrible, some cleanup is required. by Eric Smith · 14 years ago
  94. e180d39 Issue 10573: revert unittest docs to first / second by Michael Foord · 14 years ago
  95. 66c908e #11027: documented how to override SECTCRE by Łukasz Langa · 14 years ago
  96. 469271d More source links by Raymond Hettinger · 14 years ago
  97. 1a90f9c Issue 11008: docs updated to show versionadded for dictConfig. by Vinay Sajip · 14 years ago
  98. e6f0abf More typical sample invocation of tarfile. by Raymond Hettinger · 14 years ago
  99. 712d2b4 Add missing attributions. by Raymond Hettinger · 14 years ago
  100. 8d09cb2 Update todo list. by Raymond Hettinger · 14 years ago