1. 5da4e86 Issue #26220: Merge Unicode how-to from 3.5 by Martin Panter · 9 years ago
  2. 4942870 Issue #26220: Remove outdated comment about a question mark by Martin Panter · 9 years ago
  3. a370a42 Issue #26199: Fix broken link in unittest.mock-examples.rst by Berker Peksag · 9 years ago
  4. 0110dfc Merge with 3.5 by Terry Jan Reedy · 9 years ago
  5. b31a284 Issue #25507: revert incorrect movement of idleConf import in c548ad75160c. by Terry Jan Reedy · 9 years ago
  6. 5b96f17 Merge 3.5 by Victor Stinner · 9 years ago
  7. 5bc03a6 Fix resize_compact() by Victor Stinner · 9 years ago
  8. 0ef0423 merge by Raymond Hettinger · 9 years ago
  9. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  10. be59d14 Issue #26146: enhance ast.Constant error message by Victor Stinner · 9 years ago
  11. 25219f5 Issue #26146: remove useless code by Victor Stinner · 9 years ago
  12. 726f690 Fix a refleak in validate_constant() by Victor Stinner · 9 years ago
  13. 906d82d Fix typo by Raymond Hettinger · 9 years ago
  14. 0b57f0a merge from 3.5 by Senthil Kumaran · 9 years ago
  15. d4e51f4 Remove unnecessary test case comment in urllib.parse.py. These are asserted as test cases. by Senthil Kumaran · 9 years ago
  16. f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
  17. 0dceb91 Tests versus zero are more compact than tests versus -1. by Raymond Hettinger · 9 years ago
  18. 1ce6885 Fix compiler warning about obviously unreachable code. by Raymond Hettinger · 9 years ago
  19. 306d6b1 Convert another post-decrement while-loop to pre-decrement for consistency by Raymond Hettinger · 9 years ago
  20. 165eee2 Convert two other post-decrement while-loops to pre-decrements for consistency by Raymond Hettinger · 9 years ago
  21. d84ec22 Miscellaneous refactorings by Raymond Hettinger · 9 years ago
  22. 1aa7893 Issue #26146: marshal.loads() now uses the empty frozenset singleton by Victor Stinner · 9 years ago
  23. 5ebe2c8 Cleanup test_dict by Victor Stinner · 9 years ago
  24. 843a1fb test_gc: remove unused imports by Victor Stinner · 9 years ago
  25. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 9 years ago
  26. 4b18dd3 Issue #25234: Skip test_eintr.test_open() under OS X to avoid hanging by Brett Cannon · 9 years ago
  27. b0db371 whitespace cleanup by Brett Cannon · 9 years ago
  28. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  29. 52c854a Merge from 3.5 by Brett Cannon · 9 years ago
  30. 3bf1d87 Fix a typo in a code example by Brett Cannon · 9 years ago
  31. bf98079 Merge 3.5 (i18n doc, issue #25907) by Victor Stinner · 9 years ago
  32. 875f29a doc: i18n HTML templates by Victor Stinner · 9 years ago
  33. fd9ccae Null merge 3.5 (change already applied to default) by Victor Stinner · 9 years ago
  34. 5a701f0 Issue #25876: Fix also test_set() of test_gdb when -E command line is used by Victor Stinner · 9 years ago
  35. 22756f1 Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to test by Victor Stinner · 9 years ago
  36. b02ef71 Use Py_uintptr_t for atomic pointers by Victor Stinner · 9 years ago
  37. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  38. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  39. e3560a7 site: error on sitecustomize import error by Victor Stinner · 9 years ago
  40. ae8c078 merge 3.5 by Benjamin Peterson · 9 years ago
  41. d52513c merge 3.4 by Benjamin Peterson · 9 years ago
  42. b1db758 reject negative data_size by Benjamin Peterson · 9 years ago
  43. cbde4a6 merge from 3.5 by Senthil Kumaran · 9 years ago
  44. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 9 years ago
  45. a7baa10 Merge update to pip by Donald Stufft · 9 years ago
  46. 38150e0 Merge update to pip by Donald Stufft · 9 years ago
  47. 5d01246 Upgrade pip to 8.0.2 by Donald Stufft · 9 years ago
  48. 2e15d60 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  49. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  50. dce4ae8 merge from 3.5 by Senthil Kumaran · 9 years ago
  51. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 9 years ago
  52. 9f78939 Issue #26107: Fix typo in Objects/lnotab_notes.txt by Victor Stinner · 9 years ago
  53. 875dde4 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  54. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  55. 2b0b5ac merge 3.5 (#26171) by Benjamin Peterson · 9 years ago
  56. 47b8ba2 merge 3.4 (#26171) by Benjamin Peterson · 9 years ago
  57. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago
  58. ba77788 merge 3.5 by Benjamin Peterson · 9 years ago
  59. d4d7737 merge 3.4 by Benjamin Peterson · 9 years ago
  60. ef9cf083 fix refleak in error condition by Benjamin Peterson · 9 years ago
  61. e45abae merge 3.5 (#26172) by Benjamin Peterson · 9 years ago
  62. b57eaea merge 3.4 (#26172) by Benjamin Peterson · 9 years ago
  63. c836f71 remove script from epub (closes #26172) by Benjamin Peterson · 9 years ago
  64. c3ea8d2 Merge 3.5 (issue #24520) by Victor Stinner · 9 years ago
  65. 7172f50 Replace fpgetmask() with fedisableexcept() by Victor Stinner · 9 years ago
  66. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  67. 316fcc8 merge from 3.5 by Senthil Kumaran · 9 years ago
  68. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 9 years ago
  69. b56837a Merge 3.5 by Victor Stinner · 9 years ago
  70. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  71. 5ccbf79 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  72. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  73. 5d69e68 Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  74. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  75. 4f49c1c Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  76. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  77. 33abe9a Merge update to pip/setuptools by Donald Stufft · 9 years ago
  78. 1dce2c7 Merge update to pip/setuptools by Donald Stufft · 9 years ago
  79. 33a8276 Update pip to 8.0.0 and setuptools to 19.4 by Donald Stufft · 9 years ago
  80. 4918b47 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  81. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  82. 31a858c Issue #16620: Got rid of using undocumented function glob.glob1(). by Serhiy Storchaka · 9 years ago
  83. 47670eb Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  84. e914cd1 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  85. 70c6a13 Merge 3.5 by Victor Stinner · 9 years ago
  86. 47b91b0 Fix BytecodeTestCase.assertNotInBytecode() by Victor Stinner · 9 years ago
  87. 2c02849 merge 3.5 (#25731) by Benjamin Peterson · 9 years ago
  88. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago
  89. 3114d76 merge from 3.5 by Senthil Kumaran · 9 years ago
  90. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 9 years ago
  91. f12dc26 Issue #25859: Merge NNTP test server from 3.5 by Martin Panter · 9 years ago
  92. 8f19e8e Issue #25859: Reimplement NNTP test_starttls() using local server by Martin Panter · 9 years ago
  93. 9913205 Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 9 years ago
  94. 1b25eff Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 9 years ago
  95. 9d4f3d8 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 9 years ago
  96. 5c1d9d2 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 9 years ago
  97. 905a97d Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 9 years ago
  98. 111c7b9 Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 9 years ago
  99. 75ed708 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 9 years ago
  100. 084f7e4 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 9 years ago