1. 8203ba9 Merge from 3.5 by Tal Einat · 9 years ago
  2. 86a60bf Merge from 3.4 by Tal Einat · 9 years ago
  3. f330d53 #23891: correctly refer to PyPI as "Python Package Index" by Tal Einat · 9 years ago
  4. ac6045b Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  5. fabdc82 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  6. c0ed707 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  7. 81a612c Merge from 3.5 by Andrew Kuchling · 9 years ago
  8. 6b84335 Merge from 3.4 by Andrew Kuchling · 9 years ago
  9. d004071 #23891: remove extra words by Andrew Kuchling · 9 years ago
  10. 3ae067d Merge from 3.5 by Andrew Kuchling · 9 years ago
  11. 21fd5a9 Merge from 3.4 by Andrew Kuchling · 9 years ago
  12. dd15b36 #23891: add a section to the Tutorial describing virtual environments and pip by Andrew Kuchling · 9 years ago
  13. 1f49f83 Merge from 3.5 by Andrew Kuchling · 9 years ago
  14. 20f628e Merge from 3.4 by Andrew Kuchling · 9 years ago
  15. f3ed926 Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library. by Steve Dower · 9 years ago
  16. 9901856 Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library. by Steve Dower · 9 years ago
  17. c5d2d40 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  18. 23e6109 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  19. 07c0025 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  20. 67ef7e7 Issue #24408: Fixed AttributeError in measure() and metrics() methods of by Serhiy Storchaka · 9 years ago
  21. 4fafda7 Issue #24408: Fixed AttributeError in measure() and metrics() methods of by Serhiy Storchaka · 9 years ago
  22. 29e26a7 Issue #14373: Other attempt to fix threaded test for lru_cache(). by Serhiy Storchaka · 9 years ago
  23. 391af75 Issue #14373: Other attempt to fix threaded test for lru_cache(). by Serhiy Storchaka · 9 years ago
  24. 40e7400 Issue #14373: C implementation of functools.lru_cache() now can be used with by Serhiy Storchaka · 9 years ago
  25. e7070f0 Issue #14373: C implementation of functools.lru_cache() now can be used with by Serhiy Storchaka · 9 years ago
  26. df2cbbc Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test. by Serhiy Storchaka · 9 years ago
  27. 77cb197 Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test. by Serhiy Storchaka · 9 years ago
  28. 7386235 Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam by Steve Dower · 9 years ago
  29. 93cfeb9 Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam by Steve Dower · 9 years ago
  30. 79e434d Mapping key type is invariant. by Guido van Rossum · 9 years ago
  31. f8cd663 merge 3.5 by Tal Einat · 9 years ago
  32. 988df6a added matmul and imatmul to operator.__all__ by Tal Einat · 9 years ago
  33. 4a75174 Add link to pyvideoorg by Andrew Kuchling · 9 years ago
  34. 239e901 Merge 3.5 by Benjamin Peterson · 9 years ago
  35. 0718de9 repair my irrational excuberance by Benjamin Peterson · 9 years ago
  36. 4a931ad merge 3.5 by Benjamin Peterson · 9 years ago
  37. 99e96f2 remove unnecessary braces and indentation by Benjamin Peterson · 9 years ago
  38. ecacfd8 #23891: rework discussion of python-list a bit by Andrew Kuchling · 9 years ago
  39. 7da0658 merge 3.5 by Benjamin Peterson · 9 years ago
  40. 277b975 merge 3.4 by Benjamin Peterson · 9 years ago
  41. d9ede87 that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  42. 2d15749 Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  43. ab2f966 Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  44. 12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 9 years ago
  45. 8a42332 Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  46. a5f62ed Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  47. 2558774 Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  48. 9c47417 merge 3.5 by Benjamin Peterson · 9 years ago
  49. 2ad80f5 fix refleak when keys() fails by Benjamin Peterson · 9 years ago
  50. df43379 Merge 3.5 by Yury Selivanov · 9 years ago
  51. 4180e43 Docs: Fix typo by Yury Selivanov · 9 years ago
  52. 0c9c461 Issue 24374: Plug refleak in set_coroutine_wrapper by Yury Selivanov · 9 years ago
  53. 94c2263 Issue 24374: Plug refleak in set_coroutine_wrapper by Yury Selivanov · 9 years ago
  54. e25baa8 Merge fix for issue #24373 from 3.5 by Nick Coghlan · 9 years ago
  55. 53f9502 Issue #24373: Eliminate PEP 489 test refleaks by Nick Coghlan · 9 years ago
  56. f02dcc8 Merge from 3.5. by Eric Snow · 9 years ago
  57. 4fabf02 Issue #24369: Defend against key-changes during iteration. by Eric Snow · 9 years ago
  58. 43a79cc Update typing.py: remove isinstance() support (Mark struck it from the PEP). by Guido van Rossum · 9 years ago
  59. b980c05 Issue #24376: Bumps xxlimited.vcxproj to use 3.6 limited ABI. by Steve Dower · 9 years ago
  60. 405c7f0 Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows by Steve Dower · 9 years ago
  61. b6c6a4d Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows by Steve Dower · 9 years ago
  62. d8e5d6c Merge from 3.5. by Eric Snow · 9 years ago
  63. db4061c Issue #24377: Fix a ref leak in OrderedDict.__repr__. by Eric Snow · 9 years ago
  64. cbdb17f Merge from 3.5. by Eric Snow · 9 years ago
  65. 4c72918 Issue #24362: Simplify the C OrderedDict fast nodes resize logic. by Eric Snow · 9 years ago
  66. 459a398 merge 3.5 by Benjamin Peterson · 9 years ago
  67. 24ac877 upgrade xxlimited abi to 3.5 by Benjamin Peterson · 9 years ago
  68. d14de5e Merge from 3.5. by Eric Snow · 9 years ago
  69. ac02ef3 Issue #24368: Support keyword arguments in OrderedDict methods. by Eric Snow · 9 years ago
  70. a641def Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper by Yury Selivanov · 9 years ago
  71. eb698fe Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper by Yury Selivanov · 9 years ago
  72. 47d5e15 Issue 24365: Merge 3.5 by Yury Selivanov · 9 years ago
  73. ca82910 Issue 24365: Conditionalize PEP 489 additions to the stable ABI by Yury Selivanov · 9 years ago
  74. 107d08f Issue 24366: Merge 3.5 by Yury Selivanov · 9 years ago
  75. 72ea27c Issue 24366: Merge 3.4 by Yury Selivanov · 9 years ago
  76. e126857 Issue 24366: Merge 3.3 by Yury Selivanov · 9 years ago
  77. 614bfcc Issue 24366: Indent code (thanks to li4ick for reporting). by Yury Selivanov · 9 years ago
  78. 082332c Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  79. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  80. e8a21a3 merge update to pip/setuptools by Donald Stufft · 9 years ago
  81. 231d906 Merge update to pip/setuptools by Donald Stufft · 9 years ago
  82. 96cf848 Upgrade pip to 7.0.3 and setuptools to 17.0 by Donald Stufft · 9 years ago
  83. 75124e0 Merge the fix for #24267 by Donald Stufft · 9 years ago
  84. 67872ba Merge the fix for #24267 by Donald Stufft · 9 years ago
  85. 71a8589 Closes #24267 - Does not check version on ensurepip uninstall by Donald Stufft · 9 years ago
  86. ec6cd16 Merge from 3.5. by Eric Snow · 9 years ago
  87. b952ab4 Issue #24359: Check for changed OrderedDict size during iteration. by Eric Snow · 9 years ago
  88. e9dd08d Merge from 3.5. by Eric Snow · 9 years ago
  89. d171975 Issue #24348: Drop superfluous increfs/decrefs. by Eric Snow · 9 years ago
  90. c976b73 Merge from 3.5. by Eric Snow · 9 years ago
  91. a762af7 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. by Eric Snow · 9 years ago
  92. 861d3c9 Issue #24357: merge from 3.5 by Ned Deily · 9 years ago
  93. fa1b47c Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  94. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  95. d0f58b5 Issue #24357: merge from 3.5 by Ned Deily · 9 years ago
  96. 03c28fa Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  97. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  98. a62ad75 Issue #24357: merge from 3.5 by Ned Deily · 9 years ago
  99. 36a6a6b Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  100. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago