1. a9d24e6 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 12 years ago
  2. 8ea4616 Issue #1285086: Get rid of the refcounting hack and speed up by Serhiy Storchaka · 12 years ago
  3. ac356fc Merge with 3.2: Issue #17386 by Terry Jan Reedy · 12 years ago
  4. 3b220e1 Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3. by Terry Jan Reedy · 12 years ago
  5. e66cc81 #17307 - merge from 3.2 by Senthil Kumaran · 12 years ago
  6. b5fe247 #17307 - Example of HTTP PUT Request using http.client by Senthil Kumaran · 12 years ago
  7. 115309a Issue #17176: Document that imp.NullImporter is no longer by Brett Cannon · 12 years ago
  8. a142a34 #17402: merge with 3.2. by Ezio Melotti · 12 years ago
  9. 6771462 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. by Ezio Melotti · 12 years ago
  10. 220391f #17368: merge with 3.2. by Ezio Melotti · 12 years ago
  11. 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
  12. 72cdb5c Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  13. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  14. 0fb37ea #17066: test_robotparser now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  15. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  16. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
  17. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  18. 09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 by Terry Jan Reedy · 12 years ago
  19. 0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  20. caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, by Terry Jan Reedy · 12 years ago
  21. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 12 years ago
  22. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  23. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  24. 3300878 #11963: merge with 3.2. by Ezio Melotti · 12 years ago
  25. 42a541b #11963: remove human verification from test_parser and test_subprocess. by Ezio Melotti · 12 years ago
  26. 686aae4 Inherit from object() for consistency by Raymond Hettinger · 12 years ago
  27. 632c8c8 Issue #17351: Modernize the pure Python property() example. by Raymond Hettinger · 12 years ago
  28. a51be4c #11963: merge with 3.2. by Ezio Melotti · 12 years ago
  29. e7c3299 #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  30. 0d7333e #11963: merge with 3.2. by Ezio Melotti · 12 years ago
  31. 3919184 #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 12 years ago
  32. b7e6b89 Touch up the Python 2 to 3 porting guide by Brett Cannon · 12 years ago
  33. c2d90fb Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  34. 490cf44 Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 12 years ago
  35. 98281ce Merge heads by Terry Jan Reedy · 12 years ago
  36. adecf3f Issue #16642: sched.scheduler timefunc initial default is time.monotonic. by Terry Jan Reedy · 12 years ago
  37. d8d6010 Sync-up with 3.4 to make maintenance easier. by Raymond Hettinger · 12 years ago
  38. f96b2b0 Improve comments and variable names. by Raymond Hettinger · 12 years ago
  39. b6f1d64 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  40. 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  41. 355a987 Issue #17376: Merged clarification from 3.2. by Vinay Sajip · 12 years ago
  42. 832d99b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 12 years ago
  43. f0d8697 Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  44. f81de8d Issue #17378: ctypes documentation fix. by Eli Bendersky · 12 years ago
  45. 29c0034 Issue #17223: the test is specific to 32-bit wchar_t type by Victor Stinner · 12 years ago
  46. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 12 years ago
  47. b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 12 years ago
  48. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  49. e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  50. 0e7ec44 Merge typo fix in Misc/NEWS entry from 3.2. by Ezio Melotti · 12 years ago
  51. 697e7ba Fix typo in Misc/NEWS entry. by Ezio Melotti · 12 years ago
  52. de7f4b2 #11732: null merge with 3.2. by Ezio Melotti · 12 years ago
  53. 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
  54. e846342 #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003. by Ezio Melotti · 12 years ago
  55. 7d82c86 Close #15465: Document C API version macros by Nick Coghlan · 12 years ago
  56. 4f19744 Issue #17361: Use cc from sysconfig for testing flags. by Stefan Krah · 12 years ago
  57. 2cb16aa _PyUnicode_Writer() now also reuses Unicode singletons: by Victor Stinner · 12 years ago
  58. 68dd8ba01 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  59. f9164e1 Fix doc grammar and line width by Eli Bendersky · 12 years ago
  60. 20d1924 #17364: merge with 3.2. by Ezio Melotti · 12 years ago
  61. 33e20d1 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 12 years ago
  62. 32b0f02 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. by Ezio Melotti · 12 years ago
  63. e1857d9 Fix indentation. by Ezio Melotti · 12 years ago
  64. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 12 years ago
  65. 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 12 years ago
  66. 1e7551d Reverting the changeset 5126e62c60af made for Issue #12921 by Senthil Kumaran · 12 years ago
  67. c37f835 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  68. 3fb066d Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  69. 2e8d9a7 Fix typo by Raymond Hettinger · 12 years ago
  70. f6b2667 Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. by Raymond Hettinger · 12 years ago
  71. 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
  72. 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
  73. b1efa53 fix possible setdefault refleak (closes #17328) by Benjamin Peterson · 12 years ago
  74. 2960693 #17346: merge with 3.2. by Ezio Melotti · 12 years ago
  75. aaef344 #17346: make sure pickle tests are run against all protocols. Initial patch by Marius Gedminas. by Ezio Melotti · 12 years ago
  76. 352cc8c Another nit. by Raymond Hettinger · 12 years ago
  77. f2c17a9 Fix other re-entrancy nits for the lru_cache. by Raymond Hettinger · 12 years ago
  78. 0392342 Add test for RLock in the lru_cache(). by Raymond Hettinger · 12 years ago
  79. ad246bf Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 12 years ago
  80. 7b39b9b Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 12 years ago
  81. 255bf5b Issue #16962: Use getdents64 instead of the obsolete getdents syscall in by Gregory P. Smith · 12 years ago
  82. bce9a5d #17334: test_index now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  83. 02bf701 #17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  84. 4f4ba16 Issue #17331: Use isidentifier() instead of isalnum() to check for valid identifiers. by Raymond Hettinger · 12 years ago
  85. 409f663 Remove dependency on dummy_threading (to solve a bootstrap problem). by Raymond Hettinger · 12 years ago
  86. aba4581 Merge markup fixes in unittest doc from 3.2. by Ezio Melotti · 12 years ago
  87. fed69ba Fix markup in unittest doc. by Ezio Melotti · 12 years ago
  88. 7b3e571 #17315: merge with 3.2. by Ezio Melotti · 12 years ago
  89. 136726c #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 12 years ago
  90. fd54117 Don't deadlock on a reentrant call. by Raymond Hettinger · 12 years ago
  91. faaba59 Regex should be a raw string by Raymond Hettinger · 12 years ago
  92. f79493b #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  93. 520378f #17079: test_ctypes now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  94. 4b231a7 Merge link addition from 3.2. by Ezio Melotti · 12 years ago
  95. c6641db Add a link to the demo dir. by Ezio Melotti · 12 years ago
  96. df24605 Merge markup fixes in unittest docs from 3.2. by Ezio Melotti · 12 years ago
  97. 4d6cb0f Fix markup in unittest docs. by Ezio Melotti · 12 years ago
  98. 79333db Issue #16406: Combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  99. 13fb979 Issue #16406: Combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  100. e98631d Null merge for issue 1692335 backport. by R David Murray · 12 years ago