1. 7bfbd1d merge heads by Senthil Kumaran · 8 years ago
  2. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  3. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  4. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  5. bf5868d merge 3.5 (#27656) by Benjamin Peterson · 8 years ago
  6. dbaa559 all SCHED_ constants are optional (closes #27656) by Benjamin Peterson · 8 years ago
  7. 6074f21 (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 8 years ago
  8. 3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 8 years ago
  9. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  10. 43a94a7 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 8 years ago
  11. d2f8747 Issue #17596: MINGW: add wincrypt.h in Python/random.c by Martin Panter · 8 years ago
  12. 28c3184 Issue #27647: Update Windows build to Tcl/Tk 8.6.6 by Zachary Ware · 8 years ago
  13. 6276b47 Merge 3.5 (issue #27404) by Victor Stinner · 8 years ago
  14. 4a865a3 NEWS: tag security related changes with [Security] prefix by Victor Stinner · 8 years ago
  15. 2faa65a Issue #23943: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  16. 3e5b1d3 Issue #23943: Restore extra fixes lost in merge 4fb2075952a4 by Martin Panter · 8 years ago
  17. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  18. 4b53359 Issue #27490: Merge pgen cross-compile logic from 3.5 by Martin Panter · 8 years ago
  19. eac67be Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  20. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  21. 8d49896 (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 8 years ago
  22. fd0d593 Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 8 years ago
  23. b93d863 Issue #1621: Avoid signed overflow in list and tuple operations by Martin Panter · 8 years ago
  24. 32d2ce3 Issue #27581: Merge overflow fix from 3.5 by Martin Panter · 8 years ago
  25. e8db861 Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() by Martin Panter · 8 years ago
  26. 996d72b Issue #7063: Remove dead code from array slice handling by Martin Panter · 8 years ago
  27. 0533826 Issue #27610: Adds PEP 514 metadata to Windows installer by Steve Dower · 8 years ago
  28. 1f7480a Fixes bad Misc/NEWS merge by Steve Dower · 8 years ago
  29. edddc27 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. by Steve Dower · 8 years ago
  30. 525a949 Issue #27130: Merge zlib 64-bit fixes from 3.5 by Martin Panter · 8 years ago
  31. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  32. 5d0c598 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). by Alexander Belopolsky · 8 years ago
  33. d141531 Issue #27472: Add test.support.unix_shell as the path to the default shell. by Xavier de Gaye · 8 years ago
  34. de85ed6 Closes #25393: Merge with 3.5 by Zachary Ware · 8 years ago
  35. 48e3f98 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  36. fe8d966 Issue #27567: Expose the POLLRDHUP constant in the select module by Berker Peksag · 8 years ago
  37. a1ea9c8 add mising word by Benjamin Peterson · 8 years ago
  38. 0715ce3 add EPOLLEXCLUSIVE by Benjamin Peterson · 8 years ago
  39. 96e9716 expose EPOLLRDHUP (closes #27567) by Benjamin Peterson · 8 years ago
  40. 6fb9090 Issue #1621: Avoid signed int negation overflow in audioop by Martin Panter · 8 years ago
  41. bd09f15 Issue #27507: Merge overflow check from 3.5 by Martin Panter · 8 years ago
  42. 371731e Issue #27507: Check for integer overflow in bytearray.extend() by Martin Panter · 8 years ago
  43. b646790 Issue #27309: Enables proper Windows styles in python[w].exe manifest. by Steve Dower · 8 years ago
  44. 25f9cf4 Issue #27309: Enables proper Windows styles in python[w].exe manifest. by Steve Dower · 8 years ago
  45. 262dc1e Issue #27533: Release GIL in nt._isdir by Steve Dower · 8 years ago
  46. b22a677 Issue #27533: Release GIL in nt._isdir by Steve Dower · 8 years ago
  47. 7905f99 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  48. b3b65e6 Issue #27419: Standard __import__() no longer look up "__import__" in globals by Serhiy Storchaka · 8 years ago
  49. 3410c01 Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  50. dec25af Issue #17711: Fixed unpickling by the persistent ID with protocol 0. by Serhiy Storchaka · 8 years ago
  51. df450d1 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. by Steve Dower · 8 years ago
  52. 7266964 Merge: #27522: break unintended cycle in feedparser. by R David Murray · 8 years ago
  53. 702b046 #27522: break unintended cycle in feedparser. by R David Murray · 8 years ago
  54. b3e73b3 Merge for #27083 by Brett Cannon · 8 years ago
  55. a47a7a5 Issue #27083: Respect the PYTHONCASEOK environment variable under Windows. by Brett Cannon · 8 years ago
  56. 896e87a Merge for #26844 by Brett Cannon · 8 years ago
  57. f76457e Issue #26844: Fix imp.find_module() to have the exception related to by Brett Cannon · 8 years ago
  58. 044283a Issue #27512: Don't segfault when os.fspath() calls an object whose by Brett Cannon · 8 years ago
  59. ce7b27d merge 3.5 (#27514) by Benjamin Peterson · 8 years ago
  60. e09ed54 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 8 years ago
  61. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  62. fb4f825 Issue #27369: Merge test_pyexpat from 3.5 by Martin Panter · 8 years ago
  63. c29df65 Issue #27369: Merge test_pyexpat from 3.4 into 3.5 by Martin Panter · 8 years ago
  64. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 8 years ago
  65. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 8 years ago
  66. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  67. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 8 years ago
  68. e824315 Merge 3.5 (issue #27392) by Yury Selivanov · 8 years ago
  69. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 8 years ago
  70. b209392 Start 3.6.0a4 by Ned Deily · 8 years ago
  71. a731a68 Version bump for 3.6.0a3 by Ned Deily · 8 years ago
  72. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 8 years ago
  73. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  74. 0ca0ede Restore NEWS entries lost in revision 8145f25f26aa by Martin Panter · 8 years ago
  75. 7386268 Issue #23804: Merge SSL recv() fix from 3.5 by Martin Panter · 8 years ago
  76. 4bf9c51 IDLE NEWS items. by Terry Jan Reedy · 8 years ago
  77. bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  78. ca0da9b Issue #27473: Fixed possible integer overflow in bytes and bytearray by Serhiy Storchaka · 8 years ago
  79. 06cfb0c Issue #27473: Fixed possible integer overflow in bytes and bytearray by Serhiy Storchaka · 8 years ago
  80. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  81. 20bd3b0 Issue #27027: Added test.support.is_android that is True when this is an by Xavier de Gaye · 8 years ago
  82. 290b42d [merge from 3.5] - Issue #27466: Change time format returned by by Senthil Kumaran · 8 years ago
  83. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 8 years ago
  84. 95750b1 Issue #27442: Expose the Android API level in sysconfig.get_config_vars() by Xavier de Gaye · 8 years ago
  85. fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". by Brett Cannon · 8 years ago
  86. 15552c3 Issue #27285: Document the deprecation of the pyvenv script. by Brett Cannon · 8 years ago
  87. 4afd143 Issue #27434: Version of interpreter running a cross-build and source version must be the same. by Xavier de Gaye · 8 years ago
  88. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  89. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  90. 0122ae9 Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm by Serhiy Storchaka · 8 years ago
  91. 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 8 years ago
  92. 6c94d10 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  93. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  94. 0855e70 Issue #27007: The fromhex() class methods of bytes and bytearray subclasses by Serhiy Storchaka · 8 years ago
  95. a9e1ebb Issue #27430: Merge from 3.5 by Berker Peksag · 8 years ago
  96. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  97. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 8 years ago
  98. b1cec73 Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  99. eb51faa Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  100. 34eeed4 Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase by Martin Panter · 8 years ago