1. b271727 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  2. f346041 Issue #17415: Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  3. 3380170 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  4. ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 12 years ago
  5. 1eec53d Issue #16389: Fixed an issue number in previos commit. by Serhiy Storchaka · 12 years ago
  6. a99dfd1 Issue #16389: Fixed an issue number in previos commit. by Serhiy Storchaka · 12 years ago
  7. 969ff72 Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 12 years ago
  8. 0f606a6 Issue #16564: Fixed a performance regression relative to Python 3.1 in the by Serhiy Storchaka · 12 years ago
  9. fa320ae Null merge by Serhiy Storchaka · 12 years ago
  10. cf90543 Merge heads 3.3. by Terry Jan Reedy · 12 years ago
  11. de6849f Merge heads 3.2. by Terry Jan Reedy · 12 years ago
  12. f39cab1 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  13. dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. by Terry Jan Reedy · 12 years ago
  14. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 12 years ago
  15. c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
  16. e3eb061 merge heads by Georg Brandl · 12 years ago
  17. 1f68a2f Remove row-spanning cell, which the Sphinx text writer does not support. by Georg Brandl · 12 years ago
  18. 996cd44 #12345: null merge with 3.2. by Terry Jan Reedy · 12 years ago
  19. 58e1e50 typo by Terry Jan Reedy · 12 years ago
  20. b73ac54 Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 12 years ago
  21. 743c85a Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. by Terry Jan Reedy · 12 years ago
  22. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
  23. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
  24. ca99440 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  25. f3f0681 Issue #17398: document url argument of RobotFileParser by Terry Jan Reedy · 12 years ago
  26. ad6b28c Merge with 3.2: issue #17047 news entry by Terry Jan Reedy · 12 years ago
  27. 4b3975b Issue #17047: Add news entry by Terry Jan Reedy · 12 years ago
  28. a9d24e6 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 12 years ago
  29. 8ea4616 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 12 years ago
  30. ac356fc Merge with 3.2: Issue #17386 by Terry Jan Reedy · 12 years ago
  31. 3b220e1 Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3. by Terry Jan Reedy · 12 years ago
  32. e66cc81 #17307 - merge from 3.2 by Senthil Kumaran · 12 years ago
  33. b5fe247 #17307 - Example of HTTP PUT Request using http.client by Senthil Kumaran · 12 years ago
  34. 115309a Issue #17176: Document that imp.NullImporter is no longer by Brett Cannon · 12 years ago
  35. a142a34 #17402: merge with 3.2. by Ezio Melotti · 12 years ago
  36. 6771462 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. by Ezio Melotti · 12 years ago
  37. 220391f #17368: merge with 3.2. by Ezio Melotti · 12 years ago
  38. a7d64a6 #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. by Ezio Melotti · 12 years ago
  39. 72cdb5c Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  40. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  41. 0fb37ea #17066: test_robotparser now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  42. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  43. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
  44. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  45. 09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 12 years ago
  46. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  47. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  48. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  49. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  50. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  51. 3300878 #11963: merge with 3.2. by Ezio Melotti · 12 years ago
  52. 42a541b #11963: remove human verification from test_parser and test_subprocess. by Ezio Melotti · 12 years ago
  53. 686aae4 Inherit from object() for consistency by Raymond Hettinger · 12 years ago
  54. 632c8c8 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  55. a51be4c #11963: merge with 3.2. by Ezio Melotti · 12 years ago
  56. e7c3299 #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  57. 0d7333e #11963: merge with 3.2. by Ezio Melotti · 12 years ago
  58. 3919184 #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 12 years ago
  59. b7e6b89 Touch up the Python 2 to 3 porting guide by Brett Cannon · 12 years ago
  60. c2d90fb Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  61. 490cf44 Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  62. 98281ce Merge heads by Terry Jan Reedy · 12 years ago
  63. adecf3f Issue #16642: sched.scheduler timefunc initial default is time.monotonic. by Terry Jan Reedy · 12 years ago
  64. d8d6010 Sync-up with 3.4 to make maintenance easier. by Raymond Hettinger · 12 years ago
  65. f96b2b0 Improve comments and variable names. by Raymond Hettinger · 12 years ago
  66. b6f1d64 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  67. 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  68. 355a987 Issue #17376: Merged clarification from 3.2. by Vinay Sajip · 12 years ago
  69. 832d99b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  70. f0d8697 Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  71. f81de8d Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  72. 29c0034 Issue #17223: the test is specific to 32-bit wchar_t type by Victor Stinner · 12 years ago
  73. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 12 years ago
  74. b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 12 years ago
  75. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  76. e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  77. 0e7ec44 Merge typo fix in Misc/NEWS entry from 3.2. by Ezio Melotti · 12 years ago
  78. 697e7ba Fix typo in Misc/NEWS entry. by Ezio Melotti · 12 years ago
  79. de7f4b2 #11732: null merge with 3.2. by Ezio Melotti · 12 years ago
  80. 1f38621 #11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes. by Ezio Melotti · 12 years ago
  81. e846342 #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003. by Ezio Melotti · 12 years ago
  82. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 12 years ago
  83. 4f19744 Issue #17361: Use cc from sysconfig for testing flags. by Stefan Krah · 12 years ago
  84. 2cb16aa _PyUnicode_Writer() now also reuses Unicode singletons: by Victor Stinner · 12 years ago
  85. 68dd8ba01 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  86. f9164e1 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  87. 20d1924 #17364: merge with 3.2. by Ezio Melotti · 12 years ago
  88. 33e20d1 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 12 years ago
  89. 32b0f02 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. by Ezio Melotti · 12 years ago
  90. e1857d9 Fix indentation. by Ezio Melotti · 12 years ago
  91. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 12 years ago
  92. 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 12 years ago
  93. 1e7551d Reverting the changeset 5126e62c60af made for Issue #12921 by Senthil Kumaran · 12 years ago
  94. c37f835 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  95. 3fb066d Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  96. 2e8d9a7 Fix typo by Raymond Hettinger · 12 years ago
  97. f6b2667 Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. by Raymond Hettinger · 12 years ago
  98. 31584e3 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  99. 44d5214 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  100. b1efa53 fix possible setdefault refleak (closes #17328) by Benjamin Peterson · 12 years ago