1. dd61f8f Merge with 3.3: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  2. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  3. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  4. 6bf9b85 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  5. dc6763b #17395: wait for live children in test_multiprocessing. by Ezio Melotti · 12 years ago
  6. 37474f4 fix spelling (#17327) by Benjamin Peterson · 12 years ago
  7. 2855814 say defaultobj is returned (#17327) by Benjamin Peterson · 12 years ago
  8. e094833 remove more useless words by Benjamin Peterson · 12 years ago
  9. 89fe665 remove useless words (#17327) by Benjamin Peterson · 12 years ago
  10. a41fb4b #17351: merge with 3.3. by Ezio Melotti · 12 years ago
  11. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  12. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  13. 617e2c1 #16004: Add `make touch`. by Ezio Melotti · 12 years ago
  14. 05cd03a Remove debug print. by Ezio Melotti · 12 years ago
  15. e318a88 Issue #15806: Add contextlib.ignored(). by Raymond Hettinger · 12 years ago
  16. c041735 #11963: merge with 3.3. by Ezio Melotti · 12 years ago
  17. 3300878 #11963: merge with 3.2. by Ezio Melotti · 12 years ago
  18. 42a541b #11963: remove human verification from test_parser and test_subprocess. by Ezio Melotti · 12 years ago
  19. b65e579 Improve variable names by Raymond Hettinger · 12 years ago
  20. 9b9cd4c #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  21. ec4b174 Issue #17385: Fix quadratic behavior in threading.Condition by Raymond Hettinger · 12 years ago
  22. efaad09 #11963: remove human verification from test_subprocess. by Ezio Melotti · 12 years ago
  23. 720da57 Update code to increment and decrement using the cleaner += 1 and -= 1 style. by Raymond Hettinger · 12 years ago
  24. fc5c532 Fix typo in PyDict_SetDefault docs. by Ezio Melotti · 12 years ago
  25. 6584a1e merge by Raymond Hettinger · 12 years ago
  26. 686aae4 Inherit from object() for consistency by Raymond Hettinger · 12 years ago
  27. 7ed6f7e Classmethod example needs to inherit from object by Raymond Hettinger · 12 years ago
  28. e238b88 merge by Raymond Hettinger · 12 years ago
  29. 632c8c8 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  30. 8c5c3e3 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  31. 5f52246 #14489: fix wrong link. by Ezio Melotti · 12 years ago
  32. 081a55b #11963: merge with 3.3. by Ezio Melotti · 12 years ago
  33. a51be4c #11963: merge with 3.2. by Ezio Melotti · 12 years ago
  34. e7c3299 #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  35. c526704 #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  36. 4923903 #11963: merge with 3.3. by Ezio Melotti · 12 years ago
  37. 0d7333e #11963: merge with 3.2. by Ezio Melotti · 12 years ago
  38. 3919184 #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 12 years ago
  39. da9eeae #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 12 years ago
  40. ff73758 merge by Brett Cannon · 12 years ago
  41. b7e6b89 Touch up the Python 2 to 3 porting guide by Brett Cannon · 12 years ago
  42. 84fae78 Issue #16954: Add docstrings for ElementTree by Eli Bendersky · 12 years ago
  43. 26e2faf Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  44. 439b2bf Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  45. c2d90fb Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  46. 490cf44 Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  47. 1329cbc Merge with 3.3 by Terry Jan Reedy · 12 years ago
  48. 98281ce Merge heads by Terry Jan Reedy · 12 years ago
  49. b4f998a Merge heads by Terry Jan Reedy · 12 years ago
  50. c75be93 Merge: closes issue 16643 (not ....2 as in last commit message) by Terry Jan Reedy · 12 years ago
  51. adecf3f Issue #16642: sched.scheduler timefunc initial default is time.monotonic. by Terry Jan Reedy · 12 years ago
  52. 36fe228 merge by Raymond Hettinger · 12 years ago
  53. d8d6010 Sync-up with 3.4 to make maintenance easier. by Raymond Hettinger · 12 years ago
  54. a28c55a merge by Raymond Hettinger · 12 years ago
  55. f96b2b0 Improve comments and variable names. by Raymond Hettinger · 12 years ago
  56. 9f7e247 Issue #17375: Add docstrings to the threading module. by Raymond Hettinger · 12 years ago
  57. 11c08fd Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  58. b6f1d64 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  59. 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  60. 3d08f25 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  61. d12ff7b Closes #17376: Merged clarification from 3.3. by Vinay Sajip · 12 years ago
  62. 355a987 Issue #17376: Merged clarification from 3.2. by Vinay Sajip · 12 years ago
  63. 832d99b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  64. a7b584b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  65. 5589850 fix warning (closes #17327) by Benjamin Peterson · 12 years ago
  66. e754636 Closing #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  67. 25b3464 Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  68. f0d8697 Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  69. f81de8d Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  70. becf5c6 Issue #17384: Consolidated cleanup operations in tests. by Vinay Sajip · 12 years ago
  71. 00e9886 Add PyDict_SetDefault. (closes #17327) by Benjamin Peterson · 12 years ago
  72. 763edc1 (Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t type by Victor Stinner · 12 years ago
  73. 29c0034 Issue #17223: the test is specific to 32-bit wchar_t type by Victor Stinner · 12 years ago
  74. 857b24b Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 12 years ago
  75. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 12 years ago
  76. b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 12 years ago
  77. 2e78cd9 Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  78. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  79. e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  80. 03e667d Fix memory leak introduced in 15190138d3f3. by Ezio Melotti · 12 years ago
  81. d4725f3 Merge typo fix in Misc/NEWS entry from 3.3. by Ezio Melotti · 12 years ago
  82. 0e7ec44 Merge typo fix in Misc/NEWS entry from 3.2. by Ezio Melotti · 12 years ago
  83. 697e7ba Fix typo in Misc/NEWS entry. by Ezio Melotti · 12 years ago
  84. a44ce78 #11732: null merge with 3.3. by Ezio Melotti · 12 years ago
  85. de7f4b2 #11732: null merge with 3.2. by Ezio Melotti · 12 years ago
  86. 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
  87. 1181a46 #11732: merge with 3.3. by Ezio Melotti · 12 years ago
  88. e846342 #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003. by Ezio Melotti · 12 years ago
  89. 90c91af Merge fix for #15465 from 3.3 by Nick Coghlan · 12 years ago
  90. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 12 years ago
  91. 3ff5e75 Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were duplicated in TLS_FTP class. by Giampaolo Rodola' · 12 years ago
  92. 94c56a1 PEP8-ify ftplib.py: get rid of multiple statements on one line (if cond: ...) by Giampaolo Rodola' · 12 years ago
  93. e8d4d51 Merge 3.3. by Stefan Krah · 12 years ago
  94. 4f19744 Issue #17361: Use cc from sysconfig for testing flags. by Stefan Krah · 12 years ago
  95. fb84b5d (Merge 3.3) _PyUnicode_Writer() now also reuses Unicode singletons: by Victor Stinner · 12 years ago
  96. 2cb16aa _PyUnicode_Writer() now also reuses Unicode singletons: by Victor Stinner · 12 years ago
  97. 82078bc Fix doc grammar and line width by Eli Bendersky · 12 years ago
  98. be0c028 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  99. 68dd8ba01 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  100. f9164e1 Fix doc grammar and line width by Eli Bendersky · 12 years ago