1. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  2. 316fcc8 merge from 3.5 by Senthil Kumaran · 9 years ago
  3. 6a0514e issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 9 years ago
  4. b56837a Merge 3.5 by Victor Stinner · 9 years ago
  5. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  6. 5ccbf79 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  7. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  8. 5d69e68 Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  9. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  10. 4f49c1c Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  11. 49c9edf Issue #26157: Fix typos in asyncio-eventloop.rst by Berker Peksag · 9 years ago
  12. 33abe9a Merge update to pip/setuptools by Donald Stufft · 9 years ago
  13. 1dce2c7 Merge update to pip/setuptools by Donald Stufft · 9 years ago
  14. 33a8276 Update pip to 8.0.0 and setuptools to 19.4 by Donald Stufft · 9 years ago
  15. 4918b47 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  16. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  17. 31a858c Issue #16620: Got rid of using undocumented function glob.glob1(). by Serhiy Storchaka · 9 years ago
  18. 47670eb Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  19. e914cd1 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  20. 70c6a13 Merge 3.5 by Victor Stinner · 9 years ago
  21. 47b91b0 Fix BytecodeTestCase.assertNotInBytecode() by Victor Stinner · 9 years ago
  22. 2c02849 merge 3.5 (#25731) by Benjamin Peterson · 9 years ago
  23. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago
  24. 3114d76 merge from 3.5 by Senthil Kumaran · 9 years ago
  25. 9e9f850 issue23962 - Reference the correct TimeoutError in concurrent.futures documentation. by Senthil Kumaran · 9 years ago
  26. f12dc26 Issue #25859: Merge NNTP test server from 3.5 by Martin Panter · 9 years ago
  27. 8f19e8e Issue #25859: Reimplement NNTP test_starttls() using local server by Martin Panter · 9 years ago
  28. 9913205 Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 9 years ago
  29. 1b25eff Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 9 years ago
  30. 9d4f3d8 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 9 years ago
  31. 5c1d9d2 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 9 years ago
  32. 905a97d Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 9 years ago
  33. 111c7b9 Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 9 years ago
  34. 75ed708 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 9 years ago
  35. 084f7e4 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 9 years ago
  36. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 9 years ago
  37. 9def284 subprocess._optim_args_from_interpreter_flags() by Victor Stinner · 9 years ago
  38. c437d0c Fix test_compilepath() of test_compileall by Victor Stinner · 9 years ago
  39. 4b5b062 Fix indentation of continuation lines. by Georg Brandl · 9 years ago
  40. 5c60ea3 Fix two instances of wrong indentation. by Georg Brandl · 9 years ago
  41. 613065b Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals. by Senthil Kumaran · 9 years ago
  42. 5ad53bf Merge from 3.5 by Senthil Kumaran · 9 years ago
  43. 76d9a6b Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell. by Senthil Kumaran · 9 years ago
  44. 5f6ccc7 Issue #26139: libmpdec: disable /W4 warning (non-standard dllimport behavior). by Stefan Krah · 9 years ago
  45. ab061cf Merge with 3.5 by Terry Jan Reedy · 9 years ago
  46. 3567651 Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt. by Terry Jan Reedy · 9 years ago
  47. a8a3a1b merge from 3.5 by Senthil Kumaran · 9 years ago
  48. 80538e9 Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. by Senthil Kumaran · 9 years ago
  49. 709c2ae Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  50. 332334f Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  51. ca9aab1 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 9 years ago
  52. 87fb7f6 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 9 years ago
  53. c3cd76a Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 9 years ago
  54. 10cabcb Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 9 years ago
  55. 6932b5b Merge by Steve Dower · 9 years ago
  56. d8ce735 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  57. 2ae4ea5 use public 'value' by Ethan Furman · 9 years ago
  58. 1d32941 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  59. 51578c0 Issue #25089: Adds short documentation section for modifying an install. by Steve Dower · 9 years ago
  60. e248f68 Issue #25089: Adds short documentation section for modifying an install. by Steve Dower · 9 years ago
  61. 5318d10 Issue #23883: grp and pwd are None on Windows by Martin Panter · 9 years ago
  62. 2c1d3e3 Issue #23883: Removed redundant names from blacklists. by Serhiy Storchaka · 9 years ago
  63. e8afd01 Issue #23883: Update news by Martin Panter · 9 years ago
  64. 104dcda Issue #23883: Add missing APIs to tarfile.__all__ by Martin Panter · 9 years ago
  65. 4eb376c Issue #23883: Add missing APIs to calendar.__all__ by Martin Panter · 9 years ago
  66. 7978e10 Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues by Martin Panter · 9 years ago
  67. 7b3a82f Merge from 3.5 by Senthil Kumaran · 9 years ago
  68. a82908f Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. by Senthil Kumaran · 9 years ago
  69. 2033f41 Issue #26127: Merge test_gdb fix from 3.5 by Martin Panter · 9 years ago
  70. 7a5fe6d Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings by Martin Panter · 9 years ago
  71. 2139a9f Issue #26127: Merge tokenize documentation by Martin Panter · 9 years ago
  72. 20b1bfa Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost by Martin Panter · 9 years ago
  73. d7a815b Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  74. a3a5833 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  75. c7b05a4 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  76. ccf44b0 branch merge by Ethan Furman · 9 years ago
  77. 60255b6 revert change 87a9dff5106c: pure Enum members again evaluate to True; by Ethan Furman · 9 years ago
  78. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 9 years ago
  79. 43cfd82 Merge for issue #17633 by Brett Cannon · 9 years ago
  80. 56aae8f Issue #17633: Improve support for namespace packages with zipimport. by Brett Cannon · 9 years ago
  81. 43dab4b Merge 'used with permission' additions by Brett Cannon · 9 years ago
  82. 07b954d Add some "used with permission" mentions where external resources are referenced. by Brett Cannon · 9 years ago
  83. 2f1a0b6 Merge for issue #26114 by Brett Cannon · 9 years ago
  84. 45adb31 Issue #26114: Remove a reference to 'Numerical Recipes'. by Brett Cannon · 9 years ago
  85. 4edc0e8 Issue #25940: Merge ETIMEDOUT fix from 3.5 by Martin Panter · 9 years ago
  86. a8b43b5 Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  87. 3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 by Martin Panter · 9 years ago
  88. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 9 years ago
  89. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 9 years ago
  90. 8df9848 Issue #25940: test_ssl is working again by Martin Panter · 9 years ago
  91. 3570e02 Issue #25940: Merge self-signed.pythontest.net testing from 3.5 by Martin Panter · 9 years ago
  92. 40b97ec Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  93. 17cbee4 Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5 by Martin Panter · 9 years ago
  94. 3b63dc3 - merge 3.5 by doko@ubuntu.com · 9 years ago
  95. 17210f5 dictobject.c(dict_sizeof): Make it static again. by doko@ubuntu.com · 9 years ago
  96. b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  97. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  98. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  99. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  100. 86f7109 Issue #25822: Add docstrings to the fields of urllib.parse results. by Senthil Kumaran · 9 years ago