1. b031427 Issue #19437: Fix parse_envlist() of the posix/nt module, don't call by Victor Stinner · 11 years ago
  2. b80b378 Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append() by Victor Stinner · 11 years ago
  3. 1eadd6a Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 11 years ago
  4. 8bdc130 Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 11 years ago
  5. e048add Issue #19589: Use specific asserts in asyncio tests. by Serhiy Storchaka · 11 years ago
  6. f38f7f3 asyncio: Avoid ResourceWarning. Fix issue 19580 by Vajrasky Kok. by Guido van Rossum · 11 years ago
  7. 49d0479 Add unused third arg for the benefit of Valgrind. by Stefan Krah · 11 years ago
  8. e109ee8 fix refleaks by Benjamin Peterson · 11 years ago
  9. 079c998 adjust style by Benjamin Peterson · 11 years ago
  10. 8ff3e8a asyncio: Relax timing requirement. Fixes issue 19579. by Guido van Rossum · 11 years ago
  11. c6ae813 merge by Christian Heimes · 11 years ago
  12. 6a3db25 Issue #17828: _PyObject_GetDictPtr() may return NULL instead of a PyObject** by Christian Heimes · 11 years ago
  13. 507eabd Issue #17828: va_start() must be accompanied by va_end() by Christian Heimes · 11 years ago
  14. 541067a Issue #19437: Fix array.buffer_info(), handle PyLong_FromVoidPtr() and by Victor Stinner · 11 years ago
  15. 804e05e Issue #19437: Use an identifier for "__name__" string in pickle to improve by Victor Stinner · 11 years ago
  16. c82729e Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clear by Victor Stinner · 11 years ago
  17. 2bcae70 asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix). by Guido van Rossum · 11 years ago
  18. be3c2fe removed Enum.__eq__ as it added nothing by Ethan Furman · 11 years ago
  19. 82e9f32 asyncio: Temporary fix by Victor Stinner for issue 19566. by Guido van Rossum · 11 years ago
  20. d4fdbcc Issue #17839: mention base64 change in What's New by Nick Coghlan · 11 years ago
  21. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  22. 59799a8 Don't use deprecated function PyUnicode_GET_SIZE() by Victor Stinner · 11 years ago
  23. e223439 Issue #19437: Fix ctypes, handle PyCData_GetContainer() and GetKeepedObjects() by Victor Stinner · 11 years ago
  24. 588544d Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer() by Victor Stinner · 11 years ago
  25. 7184366 Issue #19437: Fix PyCData_GetContainer() of ctypes, handle PyDict_New() failure by Victor Stinner · 11 years ago
  26. 22af259 Issue #19437: Fix PyImport_ImportModuleLevelObject(), handle by Victor Stinner · 11 years ago
  27. d3e83e2 Avoid global side effect in test_ensurepip by Nick Coghlan · 11 years ago
  28. ca351e6 Fix test_socket for repr update by Nick Coghlan · 11 years ago
  29. c46600d merge by Giampaolo Rodola' · 11 years ago
  30. 1bfa7ed test.support: considering the module is a mix of utilities unrelated with each other divide __all__ in sub-sections so that it can be used as a quick-reference doc by Giampaolo Rodola' · 11 years ago
  31. 651f9f7 Issue #19515: Remove duplicated identifiers in zipimport.c by Victor Stinner · 11 years ago
  32. 3f36a57 Issue #19515: Remove identifiers duplicated in the same file. by Victor Stinner · 11 years ago
  33. dcf17f8 Issue #19466: Fix typo. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  34. 45956b9 Close #19466: Clear the frames of daemon threads earlier during the Python by Victor Stinner · 11 years ago
  35. c6a140f Merge from 3.3 by Andrew Kuchling · 11 years ago
  36. 98a0d06 Closes #12828: add docstring text noting this is an internal-only module by Andrew Kuchling · 11 years ago
  37. 7150787 Merge from 3.3 by Andrew Kuchling · 11 years ago
  38. 587e970 Update e-mail address by Andrew Kuchling · 11 years ago
  39. 01b1f87 Issue #13674 Null merge with 3.3 by Tim Golden · 11 years ago
  40. 09a5f5e Issue #13674 Updated NEWS by Tim Golden · 11 years ago
  41. af40e98 Issue #13674 Updated NEWS by Tim Golden · 11 years ago
  42. d9182e6 Remove mis-merged artefact by Tim Golden · 11 years ago
  43. bbe268f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  44. 6e51b8f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  45. dfcd694 Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  46. c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  47. 8f56bf5 Null merge by Zachary Ware · 11 years ago
  48. 0eac43a Correct a merge error in Misc/NEWS by Zachary Ware · 11 years ago
  49. de5aff2 #15422: remove NEWS item for a change that was later reverted by Andrew Kuchling · 11 years ago
  50. 7859182 Closes #6683: add a test that exercises multiple authentication. by Andrew Kuchling · 11 years ago
  51. fc0cad8b Remove outdated comment by Tim Golden · 11 years ago
  52. acea823 Remove outdated comment by Tim Golden · 11 years ago
  53. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  54. 020af2a Issue #8799: Reduce timing sensitivity of condition test by explicitly by Kristjan Valur Jonsson · 11 years ago
  55. 23a7827 Fixed compile error on Windows caused by arithmetic with void * pointers by Serhiy Storchaka · 11 years ago
  56. 9d5c071 #1097797: add the original mapping file by Andrew Kuchling · 11 years ago
  57. 695f07b Fix some PEP8-formatting problems in the generated code by Andrew Kuchling · 11 years ago
  58. 77796e4 Fix failing test incorrectly merged in b1244046f37a by Jason R. Coombs · 11 years ago
  59. 0048ae0 Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was unable to test due to bab0cbf86835. by Jason R. Coombs · 11 years ago
  60. a2ebfd0 Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. by Jason R. Coombs · 11 years ago
  61. 375dc9b Merge with 3.3 for Issue #19544 and Issue #7457 by Jason R. Coombs · 11 years ago
  62. 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
  63. 711e91b Issue #16685: Added support for any bytes-like objects in the audioop module. by Serhiy Storchaka · 11 years ago
  64. 9deff8a Update Misc/NEWS for Issue #7171 by Jason R. Coombs · 11 years ago
  65. 74af9d3 Merge heads by Serhiy Storchaka · 11 years ago
  66. 81895f8 Issue #19261: Added support for writing 24-bit samples in the sunau module. by Serhiy Storchaka · 11 years ago
  67. 72cd8b9 Merge by Jason R. Coombs · 11 years ago
  68. 6bdc498 Normalize whitespace by Jason R. Coombs · 11 years ago
  69. a49ccb2 Add news entry for #1097797; whitespace cleanup by Andrew Kuchling · 11 years ago
  70. ad8156e #1097797: Add CP273 codec, and exercise it in the test suite by Andrew Kuchling · 11 years ago
  71. 6b53296 Ignore two constructed directories in Tools/unicode by Andrew Kuchling · 11 years ago
  72. 8ec784c Issue #7171: Update syntax to replace MAX in favor of Py_MAX (matching implementation for Unix). by Jason R. Coombs · 11 years ago
  73. 29828a6 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  74. a44372f Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  75. 35ac05e Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  76. affb9b2 Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  77. 86e83a0 Null merge. by Stefan Krah · 11 years ago
  78. 2199ea9 Merge. by Stefan Krah · 11 years ago
  79. 9e5aba2 remove dead import by Brett Cannon · 11 years ago
  80. 9ea8eda Issue #16803: test.test_importlib.source now tests frozen and source code by Brett Cannon · 11 years ago
  81. 2915933 Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read by Stefan Krah · 11 years ago
  82. 3a97390 Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read by Stefan Krah · 11 years ago
  83. 3a4586a Issue #18923: Update subprocess to use the new selectors module. by Charles-François Natali · 11 years ago
  84. 2ce6c44 Simplify test.test_importlib.__main__ by Brett Cannon · 11 years ago
  85. 330f71b Issue #16803: test.test_importlib.import_ now tests frozen and source code by Brett Cannon · 11 years ago
  86. 2fdf4e7 Move PyErr_NoMemory() closer to the failure. by Stefan Krah · 11 years ago
  87. f35b027 Move PyErr_NoMemory() closer to the failure. by Stefan Krah · 11 years ago
  88. a0fd1f5 Change style to match the surrounding code (no early returns). by Stefan Krah · 11 years ago
  89. 5ec6be9 Change style to match the surrounding code (no early returns). by Stefan Krah · 11 years ago
  90. a3c6963 Issue #16803: test.test_importlib.frozen now runs both frozen and source code by Brett Cannon · 11 years ago
  91. 8ea8650 Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from the by Victor Stinner · 11 years ago
  92. 70e11ac Issue #19437: Fix datetime_subtract(), handle new_delta() failure by Victor Stinner · 11 years ago
  93. aa5bbfa Issue #19437: Fix _io._IOBase.close(), handle _PyObject_SetAttrId() failure by Victor Stinner · 11 years ago
  94. 50abf22 Issue #19437: Fix fsconvert_strdup(), raise a MemoryError on PyMem_Malloc() by Victor Stinner · 11 years ago
  95. 66b3270 _Py_normalize_encoding(): explain how the value 6 was computed by Victor Stinner · 11 years ago
  96. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
  97. 07e9e38 frameobject.c: Use an identifer instead of creating explicitly an interned by Victor Stinner · 11 years ago
  98. e8453bc C API doc: try to group concrete objects by Victor Stinner · 11 years ago
  99. 3241641 Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b by Victor Stinner · 11 years ago
  100. df23e30 Fix _Py_normalize_encoding(): ensure that buffer is big enough to store "utf-8" by Victor Stinner · 11 years ago