1. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 10 years ago
  2. e3560a7 site: error on sitecustomize import error by Victor Stinner · 10 years ago
  3. ae8c078 merge 3.5 by Benjamin Peterson · 10 years ago
  4. d52513c merge 3.4 by Benjamin Peterson · 10 years ago
  5. b1db758 reject negative data_size by Benjamin Peterson · 10 years ago
  6. cbde4a6 merge from 3.5 by Senthil Kumaran · 10 years ago
  7. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 10 years ago
  8. a7baa10 Merge update to pip by Donald Stufft · 10 years ago
  9. 38150e0 Merge update to pip by Donald Stufft · 10 years ago
  10. 5d01246 Upgrade pip to 8.0.2 by Donald Stufft · 10 years ago
  11. 2e15d60 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 10 years ago
  12. 7405c16 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 10 years ago
  13. dce4ae8 merge from 3.5 by Senthil Kumaran · 10 years ago
  14. 1538b3d issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and by Senthil Kumaran · 10 years ago
  15. 9f78939 Issue #26107: Fix typo in Objects/lnotab_notes.txt by Victor Stinner · 10 years ago
  16. 875dde4 Merge 3.5 (doc) by Victor Stinner · 10 years ago
  17. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 10 years ago
  18. 2b0b5ac merge 3.5 (#26171) by Benjamin Peterson · 10 years ago
  19. 47b8ba2 merge 3.4 (#26171) by Benjamin Peterson · 10 years ago
  20. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 10 years ago
  21. ba77788 merge 3.5 by Benjamin Peterson · 10 years ago
  22. d4d7737 merge 3.4 by Benjamin Peterson · 10 years ago
  23. ef9cf083 fix refleak in error condition by Benjamin Peterson · 10 years ago
  24. e45abae merge 3.5 (#26172) by Benjamin Peterson · 10 years ago
  25. b57eaea merge 3.4 (#26172) by Benjamin Peterson · 10 years ago
  26. c836f71 remove script from epub (closes #26172) by Benjamin Peterson · 10 years ago
  27. c3ea8d2 Merge 3.5 (issue #24520) by Victor Stinner · 10 years ago
  28. 7172f50 Replace fpgetmask() with fedisableexcept() by Victor Stinner · 10 years ago
  29. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 10 years ago
  30. 316fcc8 merge from 3.5 by Senthil Kumaran · 10 years ago
  31. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 10 years ago
  32. b56837a Merge 3.5 by Victor Stinner · 10 years ago
  33. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 10 years ago
  34. 5ccbf79 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 10 years ago
  35. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 10 years ago
  36. 5d69e68 Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 10 years ago
  37. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 10 years ago
  38. 4f49c1c Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 10 years ago
  39. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 10 years ago
  40. 33abe9a Merge update to pip/setuptools by Donald Stufft · 10 years ago
  41. 1dce2c7 Merge update to pip/setuptools by Donald Stufft · 10 years ago
  42. 33a8276 Update pip to 8.0.0 and setuptools to 19.4 by Donald Stufft · 10 years ago
  43. 4918b47 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 10 years ago
  44. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 10 years ago
  45. 31a858c Issue #16620: Got rid of using undocumented function glob.glob1(). by Serhiy Storchaka · 10 years ago
  46. 47670eb Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 10 years ago
  47. e914cd1 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 10 years ago
  48. 70c6a13 Merge 3.5 by Victor Stinner · 10 years ago
  49. 47b91b0 Fix BytecodeTestCase.assertNotInBytecode() by Victor Stinner · 10 years ago
  50. 2c02849 merge 3.5 (#25731) by Benjamin Peterson · 10 years ago
  51. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 10 years ago
  52. 3114d76 merge from 3.5 by Senthil Kumaran · 10 years ago
  53. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 10 years ago
  54. f12dc26 Issue #25859: Merge NNTP test server from 3.5 by Martin Panter · 10 years ago
  55. 8f19e8e Issue #25859: Reimplement NNTP test_starttls() using local server by Martin Panter · 10 years ago
  56. 9913205 Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 10 years ago
  57. 1b25eff Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 10 years ago
  58. 9d4f3d8 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 10 years ago
  59. 5c1d9d2 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 10 years ago
  60. 905a97d Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 10 years ago
  61. 111c7b9 Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 10 years ago
  62. 75ed708 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 10 years ago
  63. 084f7e4 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 10 years ago
  64. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 10 years ago
  65. 9def284 subprocess._optim_args_from_interpreter_flags() by Victor Stinner · 10 years ago
  66. c437d0c Fix test_compilepath() of test_compileall by Victor Stinner · 10 years ago
  67. 4b5b062 Fix indentation of continuation lines. by Georg Brandl · 10 years ago
  68. 5c60ea3 Fix two instances of wrong indentation. by Georg Brandl · 10 years ago
  69. 613065b Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals. by Senthil Kumaran · 10 years ago
  70. 5ad53bf Merge from 3.5 by Senthil Kumaran · 10 years ago
  71. 76d9a6b Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell. by Senthil Kumaran · 10 years ago
  72. 5f6ccc7 Issue #26139: libmpdec: disable /W4 warning (non-standard dllimport behavior). by Stefan Krah · 10 years ago
  73. ab061cf Merge with 3.5 by Terry Jan Reedy · 10 years ago
  74. 3567651 Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt. by Terry Jan Reedy · 10 years ago
  75. a8a3a1b merge from 3.5 by Senthil Kumaran · 10 years ago
  76. 80538e9 Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. by Senthil Kumaran · 10 years ago
  77. 709c2ae Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 10 years ago
  78. 332334f Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 10 years ago
  79. ca9aab1 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 10 years ago
  80. 87fb7f6 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 10 years ago
  81. c3cd76a Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 10 years ago
  82. 10cabcb Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 10 years ago
  83. 6932b5b Merge by Steve Dower · 10 years ago
  84. d8ce735 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 10 years ago
  85. 2ae4ea5 use public 'value' by Ethan Furman · 10 years ago
  86. 1d32941 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 10 years ago
  87. 51578c0 Issue #25089: Adds short documentation section for modifying an install. by Steve Dower · 10 years ago
  88. e248f68 Issue #25089: Adds short documentation section for modifying an install. by Steve Dower · 10 years ago
  89. 5318d10 Issue #23883: grp and pwd are None on Windows by Martin Panter · 10 years ago
  90. 2c1d3e3 Issue #23883: Removed redundant names from blacklists. by Serhiy Storchaka · 10 years ago
  91. e8afd01 Issue #23883: Update news by Martin Panter · 10 years ago
  92. 104dcda Issue #23883: Add missing APIs to tarfile.__all__ by Martin Panter · 10 years ago
  93. 4eb376c Issue #23883: Add missing APIs to calendar.__all__ by Martin Panter · 10 years ago
  94. 7978e10 Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues by Martin Panter · 10 years ago
  95. 7b3a82f Merge from 3.5 by Senthil Kumaran · 10 years ago
  96. a82908f Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. by Senthil Kumaran · 10 years ago
  97. 2033f41 Issue #26127: Merge test_gdb fix from 3.5 by Martin Panter · 10 years ago
  98. 7a5fe6d Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings by Martin Panter · 10 years ago
  99. 2139a9f Issue #26127: Merge tokenize documentation by Martin Panter · 10 years ago
  100. 20b1bfa Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost by Martin Panter · 10 years ago