1. fb84b5d (Merge 3.3) _PyUnicode_Writer() now also reuses Unicode singletons: by Victor Stinner · 11 years ago
  2. 2cb16aa _PyUnicode_Writer() now also reuses Unicode singletons: by Victor Stinner · 11 years ago
  3. be0c028 Fix doc grammar and line width by Eli Bendersky · 11 years ago
  4. 68dd8ba01 Fix doc grammar and line width by Eli Bendersky · 11 years ago
  5. f9164e1 Fix doc grammar and line width by Eli Bendersky · 11 years ago
  6. ca83233 Fix formatting changes that led to compilation errors by Eli Bendersky · 11 years ago
  7. 3612da6 call_commethod was only used in samples/Windows, which no longer exists. by Eli Bendersky · 11 years ago
  8. d867bad Fix some formatting by Eli Bendersky · 11 years ago
  9. ed63754 #17364: merge with 3.3. by Ezio Melotti · 11 years ago
  10. 20d1924 #17364: merge with 3.2. by Ezio Melotti · 11 years ago
  11. 33e20d1 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 11 years ago
  12. 648b590 #17363: merge with 3.3. by Ezio Melotti · 11 years ago
  13. 32b0f02 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. by Ezio Melotti · 11 years ago
  14. cf77da9 Backed out changeset b9f7b1bf36aa by Victor Stinner · 11 years ago
  15. 313cac8 Issue #17223: Fix PyUnicode_FromUnicode() on Windows (16-bit wchar_t type) by Victor Stinner · 11 years ago
  16. e5c0533 Issue #17223: Add another test to check that _PyUnicode_Ready() rejects by Victor Stinner · 11 years ago
  17. 87a249c #11732: merge with 3.3. by Ezio Melotti · 11 years ago
  18. e1857d9 Fix indentation. by Ezio Melotti · 11 years ago
  19. 25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. by Ezio Melotti · 11 years ago
  20. df1d3c5 Reverting the changeset b87792757ee8 made for Issue #12921 by Senthil Kumaran · 11 years ago
  21. 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 11 years ago
  22. 1e7551d Reverting the changeset 5126e62c60af made for Issue #12921 by Senthil Kumaran · 11 years ago
  23. 24431f1 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  24. c37f835 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  25. 3fb066d Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  26. f7f8972 merge by Raymond Hettinger · 11 years ago
  27. 2e8d9a7 Fix typo by Raymond Hettinger · 11 years ago
  28. e516604 merge by Raymond Hettinger · 11 years ago
  29. f6b2667 Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. by Raymond Hettinger · 11 years ago
  30. 975a8e8 Use LT in all comparisons by Raymond Hettinger · 11 years ago
  31. 221760a Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 11 years ago
  32. 31584e3 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 11 years ago
  33. 44d5214 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 11 years ago
  34. 42f382f merge 3.3 (#17328) by Benjamin Peterson · 11 years ago
  35. b1efa53 fix possible setdefault refleak (closes #17328) by Benjamin Peterson · 11 years ago
  36. 63f40d7 #17346: merge with 3.3. by Ezio Melotti · 11 years ago
  37. 2960693 #17346: merge with 3.2. by Ezio Melotti · 11 years ago
  38. aaef344 #17346: make sure pickle tests are run against all protocols. Initial patch by Marius Gedminas. by Ezio Melotti · 11 years ago
  39. bb5f480 Merge by Raymond Hettinger · 11 years ago
  40. 352cc8c Another nit. by Raymond Hettinger · 11 years ago
  41. 32e2ff5 merge by Raymond Hettinger · 11 years ago
  42. f2c17a9 Fix other re-entrancy nits for the lru_cache. by Raymond Hettinger · 11 years ago
  43. 6c2078d merge by Raymond Hettinger · 11 years ago
  44. 0392342 Add test for RLock in the lru_cache(). by Raymond Hettinger · 11 years ago
  45. b6c65b2 Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. by Raymond Hettinger · 11 years ago
  46. 6386e17 Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 11 years ago
  47. ad246bf Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 11 years ago
  48. 7b39b9b Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. by Nadeem Vawda · 11 years ago
  49. b394c1d Fixes Issue #16962: Use getdents64 instead of the obsolete getdents syscall by Gregory P. Smith · 11 years ago
  50. 255bf5b Issue #16962: Use getdents64 instead of the obsolete getdents syscall in by Gregory P. Smith · 11 years ago
  51. 04a2955 #17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum. by Ezio Melotti · 11 years ago
  52. ee71f4a #17334: merge with 3.3. by Ezio Melotti · 11 years ago
  53. bce9a5d #17334: test_index now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  54. 5c67e22 #17333: merge with 3.3. by Ezio Melotti · 11 years ago
  55. 02bf701 #17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  56. a35e281 Merge by Raymond Hettinger · 11 years ago
  57. 4f4ba16 Issue #17331: Use isidentifier() instead of isalnum() to check for valid identifiers. by Raymond Hettinger · 11 years ago
  58. 794568f Merge by Raymond Hettinger · 11 years ago
  59. 409f663 Remove dependency on dummy_threading (to solve a bootstrap problem). by Raymond Hettinger · 11 years ago
  60. bf0428e Merge markup fixes in unittest doc from 3.3. by Ezio Melotti · 11 years ago
  61. aba4581 Merge markup fixes in unittest doc from 3.2. by Ezio Melotti · 11 years ago
  62. fed69ba Fix markup in unittest doc. by Ezio Melotti · 11 years ago
  63. 4b843a7 #17312: unlink a file that test_aifc was leaving around. by Ezio Melotti · 11 years ago
  64. dc99e0d #17315: merge with 3.3. by Ezio Melotti · 11 years ago
  65. 7b3e571 #17315: merge with 3.2. by Ezio Melotti · 11 years ago
  66. 136726c #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 11 years ago
  67. fbd2686 #16935: update test_crypt now that unittest discover understands SkipTest. by Ezio Melotti · 11 years ago
  68. eae2b38 #16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  69. dacb685 Merge by Raymond Hettinger · 11 years ago
  70. fd54117 Don't deadlock on a reentrant call. by Raymond Hettinger · 11 years ago
  71. 0580cbb Merge by Raymond Hettinger · 11 years ago
  72. faaba59 Regex should be a raw string by Raymond Hettinger · 11 years ago
  73. c0b6466 #17082: merge with 3.3. by Ezio Melotti · 11 years ago
  74. f79493b #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  75. 6cc46d3 #17079: merge with 3.3. by Ezio Melotti · 11 years ago
  76. 520378f #17079: test_ctypes now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  77. a2f94aa Merge link addition from 3.3. by Ezio Melotti · 11 years ago
  78. 4b231a7 Merge link addition from 3.2. by Ezio Melotti · 11 years ago
  79. c6641db Add a link to the demo dir. by Ezio Melotti · 11 years ago
  80. 26db85b Merge markup fixes in unittest docs from 3.3. by Ezio Melotti · 11 years ago
  81. df24605 Merge markup fixes in unittest docs from 3.2. by Ezio Melotti · 11 years ago
  82. 4d6cb0f Fix markup in unittest docs. by Ezio Melotti · 11 years ago
  83. f9e9754 Closes #17313: Deleted test file created by test_logging. by Vinay Sajip · 11 years ago
  84. 25eed49 Issue #16406: Combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  85. 79333db Issue #16406: Combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  86. 13fb979 Issue #16406: Combine the doc pages for uploading and registering to PyPI. by Chris Jerdonek · 12 years ago
  87. 517e925 Issue #17283: Share code between __main__.py and regrtest.py in Lib/test. by Chris Jerdonek · 12 years ago
  88. 4cbd293 Null merge for issue 1692335 backport. by R David Murray · 12 years ago
  89. e98631d Null merge for issue 1692335 backport. by R David Murray · 12 years ago
  90. 1cb0cb2 #17296: backport fix for issue 1692335, naive exception pickling. by R David Murray · 12 years ago
  91. e1569e5 #17304: merge with 3.3. by Ezio Melotti · 12 years ago
  92. e601fb0 #17304: test_hash now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  93. 2805025 #17303: merge with 3.3. by Ezio Melotti · 12 years ago
  94. 1ed6be3 #17303: test_future* now work with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  95. 742c596 (Merge 3.3) Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE) by Victor Stinner · 12 years ago
  96. c472c5d Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE) by Victor Stinner · 12 years ago
  97. e55aa69 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  98. 6401ad6 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  99. 5f79409 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 12 years ago
  100. 8ff7f72 Closes #17290: Merged fix from 3.3. by Vinay Sajip · 12 years ago