1. dfcd694 Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  2. c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  3. 8f56bf5 Null merge by Zachary Ware · 11 years ago
  4. 0eac43a Correct a merge error in Misc/NEWS by Zachary Ware · 11 years ago
  5. de5aff2 #15422: remove NEWS item for a change that was later reverted by Andrew Kuchling · 11 years ago
  6. 7859182 Closes #6683: add a test that exercises multiple authentication. by Andrew Kuchling · 11 years ago
  7. fc0cad8b Remove outdated comment by Tim Golden · 11 years ago
  8. acea823 Remove outdated comment by Tim Golden · 11 years ago
  9. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  10. 020af2a Issue #8799: Reduce timing sensitivity of condition test by explicitly by Kristjan Valur Jonsson · 11 years ago
  11. 23a7827 Fixed compile error on Windows caused by arithmetic with void * pointers by Serhiy Storchaka · 11 years ago
  12. 9d5c071 #1097797: add the original mapping file by Andrew Kuchling · 11 years ago
  13. 695f07b Fix some PEP8-formatting problems in the generated code by Andrew Kuchling · 11 years ago
  14. 77796e4 Fix failing test incorrectly merged in b1244046f37a by Jason R. Coombs · 11 years ago
  15. 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
  16. 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
  17. 375dc9b Merge with 3.3 for Issue #19544 and Issue #7457 by Jason R. Coombs · 11 years ago
  18. 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
  19. 711e91b Issue #16685: Added support for any bytes-like objects in the audioop module. by Serhiy Storchaka · 11 years ago
  20. 9deff8a Update Misc/NEWS for Issue #7171 by Jason R. Coombs · 11 years ago
  21. 74af9d3 Merge heads by Serhiy Storchaka · 11 years ago
  22. 81895f8 Issue #19261: Added support for writing 24-bit samples in the sunau module. by Serhiy Storchaka · 11 years ago
  23. 72cd8b9 Merge by Jason R. Coombs · 11 years ago
  24. 6bdc498 Normalize whitespace by Jason R. Coombs · 11 years ago
  25. a49ccb2 Add news entry for #1097797; whitespace cleanup by Andrew Kuchling · 11 years ago
  26. ad8156e #1097797: Add CP273 codec, and exercise it in the test suite by Andrew Kuchling · 11 years ago
  27. 6b53296 Ignore two constructed directories in Tools/unicode by Andrew Kuchling · 11 years ago
  28. 8ec784c Issue #7171: Update syntax to replace MAX in favor of Py_MAX (matching implementation for Unix). by Jason R. Coombs · 11 years ago
  29. 29828a6 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  30. a44372f Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  31. 35ac05e Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  32. affb9b2 Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  33. 86e83a0 Null merge. by Stefan Krah · 11 years ago
  34. 2199ea9 Merge. by Stefan Krah · 11 years ago
  35. 9e5aba2 remove dead import by Brett Cannon · 11 years ago
  36. 9ea8eda Issue #16803: test.test_importlib.source now tests frozen and source code by Brett Cannon · 11 years ago
  37. 2915933 Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read by Stefan Krah · 11 years ago
  38. 3a97390 Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read by Stefan Krah · 11 years ago
  39. 3a4586a Issue #18923: Update subprocess to use the new selectors module. by Charles-François Natali · 11 years ago
  40. 2ce6c44 Simplify test.test_importlib.__main__ by Brett Cannon · 11 years ago
  41. 330f71b Issue #16803: test.test_importlib.import_ now tests frozen and source code by Brett Cannon · 11 years ago
  42. 2fdf4e7 Move PyErr_NoMemory() closer to the failure. by Stefan Krah · 11 years ago
  43. f35b027 Move PyErr_NoMemory() closer to the failure. by Stefan Krah · 11 years ago
  44. a0fd1f5 Change style to match the surrounding code (no early returns). by Stefan Krah · 11 years ago
  45. 5ec6be9 Change style to match the surrounding code (no early returns). by Stefan Krah · 11 years ago
  46. a3c6963 Issue #16803: test.test_importlib.frozen now runs both frozen and source code by Brett Cannon · 11 years ago
  47. 8ea8650 Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from the by Victor Stinner · 11 years ago
  48. 70e11ac Issue #19437: Fix datetime_subtract(), handle new_delta() failure by Victor Stinner · 11 years ago
  49. aa5bbfa Issue #19437: Fix _io._IOBase.close(), handle _PyObject_SetAttrId() failure by Victor Stinner · 11 years ago
  50. 50abf22 Issue #19437: Fix fsconvert_strdup(), raise a MemoryError on PyMem_Malloc() by Victor Stinner · 11 years ago
  51. 66b3270 _Py_normalize_encoding(): explain how the value 6 was computed by Victor Stinner · 11 years ago
  52. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
  53. 07e9e38 frameobject.c: Use an identifer instead of creating explicitly an interned by Victor Stinner · 11 years ago
  54. e8453bc C API doc: try to group concrete objects by Victor Stinner · 11 years ago
  55. 3241641 Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b by Victor Stinner · 11 years ago
  56. df23e30 Fix _Py_normalize_encoding(): ensure that buffer is big enough to store "utf-8" by Victor Stinner · 11 years ago
  57. e75fc14 Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. by Martin v. Löwis · 11 years ago
  58. d029359 Remove redundant test_selectors.py from test_asyncio. by Guido van Rossum · 11 years ago
  59. a5b9599 #17080: improve error message of float/complex when the wrong type is passed. by Ezio Melotti · 11 years ago
  60. d0786a1 Optimize BaseSelector.modify(). Patch by Arnaud Faure. by Guido van Rossum · 11 years ago
  61. b703881 #19480: merge with 3.3. by Ezio Melotti · 11 years ago
  62. 7165d8b #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  63. 589327e Merge #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  64. d5a2f0b #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  65. efa7a0e print_error_text() doesn't encode the filename anymore by Victor Stinner · 11 years ago
  66. 0b69fbc asyncio: Add close() back to Unix selector event loop, to remove all signal handlers. Should fix buildbot issues. by Guido van Rossum · 11 years ago
  67. 79ed4c7 remove an outdated comment by Victor Stinner · 11 years ago
  68. 53e9ec4 Issue #19512: Use the new _PyId_builtins identifier by Victor Stinner · 11 years ago
  69. ad14ccd Issue #19512: add _PyUnicode_CompareWithId() function by Victor Stinner · 11 years ago
  70. 937114f print_exception(): don't encode the module name to UTF-8 by Victor Stinner · 11 years ago
  71. eaa2883 Issue #19512: builtin print() function uses an identifier instead of literal by Victor Stinner · 11 years ago
  72. e7f516c Issue #19512: _count_elements() of _collections reuses PyId_get identifier by Victor Stinner · 11 years ago
  73. d9d0419 Issue #19512: fileio_init() reuses PyId_name identifier instead of "name" by Victor Stinner · 11 years ago
  74. ae9f161 Issue #19512: __build_class() builtin now uses an identifier for the "metaclass" string by Victor Stinner · 11 years ago
  75. 0905437 Issue #19512: add some common identifiers to only create common strings once, by Victor Stinner · 11 years ago
  76. bb52020 Issue #19512: pickle now uses an identifier to only create the Unicode string by Victor Stinner · 11 years ago
  77. cab75e3 Issue #19512: PRINT_EXPR bytecode now uses an identifier to get sys.displayhook by Victor Stinner · 11 years ago
  78. d67bd45 Issue #19512: Add _PySys_GetObjectId() and _PySys_SetObjectId() functions by Victor Stinner · 11 years ago
  79. b44562b Issue #19512: eval() and exec() now use an identifier for "__builtins__" string by Victor Stinner · 11 years ago
  80. 3688aa9 Issue #19512: type_abstractmethods() and type_set_abstractmethods() now use an by Victor Stinner · 11 years ago
  81. 5fd2e5a Issue #19512: Add a new _PyDict_DelItemId() function, similar to by Victor Stinner · 11 years ago
  82. 7a07e45 Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for the by Victor Stinner · 11 years ago
  83. 95701bd Issue #19512: Add PyRun_InteractiveOneObject() function by Victor Stinner · 11 years ago
  84. 4ee41c5 Issue #19512: _print_total_refs() now uses an identifier to get "showrefcount" by Victor Stinner · 11 years ago
  85. d02fbb8 Issue #19512: sys_displayhook() now uses an identifier for "builtins" by Victor Stinner · 11 years ago
  86. 6853108 Issue #18582: fix memory leak in pbkdf2 code by Christian Heimes · 11 years ago
  87. 95887b7 Remove incorrect comment from dis tests by Nick Coghlan · 11 years ago
  88. 07155c9 Fix typo in updated dis docs by Nick Coghlan · 11 years ago
  89. 90b8e7d Close #19378: address flaws in the new dis module APIs by Nick Coghlan · 11 years ago
  90. e0881f4 #19439: Update PCbuild/readme.txt with new sub-project by Zachary Ware · 11 years ago
  91. 05f31bf doc: fix typo by Victor Stinner · 11 years ago
  92. 24f1258 Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  93. 7c934da Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  94. 96c0168 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  95. 8f9f587 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  96. 17972a7 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  97. 98555f3 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  98. 98e818b Issue #19437: Fix compiler_class(), handle compiler_lookup_arg() failure by Victor Stinner · 11 years ago
  99. 357f515 Issue #19437: Fix _threading.RLock constructor (rlock_new), call by Victor Stinner · 11 years ago
  100. 85a12a8 Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory by Victor Stinner · 11 years ago