1. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 9 years ago
  2. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  3. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  4. e3560a7 site: error on sitecustomize import error by Victor Stinner · 9 years ago
  5. 875dde4 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  6. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  7. 2b0b5ac merge 3.5 (#26171) by Benjamin Peterson · 9 years ago
  8. 47b8ba2 merge 3.4 (#26171) by Benjamin Peterson · 9 years ago
  9. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago
  10. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  11. b56837a Merge 3.5 by Victor Stinner · 9 years ago
  12. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  13. 5ccbf79 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  14. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 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. 47670eb Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  18. e914cd1 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  19. 2c02849 merge 3.5 (#25731) by Benjamin Peterson · 9 years ago
  20. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago
  21. 905a97d Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 9 years ago
  22. 111c7b9 Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 9 years ago
  23. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 9 years ago
  24. 709c2ae Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  25. 332334f Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  26. ca9aab1 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 9 years ago
  27. 87fb7f6 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 9 years ago
  28. c3cd76a Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 9 years ago
  29. 10cabcb Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 9 years ago
  30. d8ce735 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  31. 1d32941 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  32. e8afd01 Issue #23883: Update news by Martin Panter · 9 years ago
  33. 4eb376c Issue #23883: Add missing APIs to calendar.__all__ by Martin Panter · 9 years ago
  34. 7978e10 Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues by Martin Panter · 9 years ago
  35. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 9 years ago
  36. 56aae8f Issue #17633: Improve support for namespace packages with zipimport. by Brett Cannon · 9 years ago
  37. 3570e02 Issue #25940: Merge self-signed.pythontest.net testing from 3.5 by Martin Panter · 9 years ago
  38. 17cbee4 Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5 by Martin Panter · 9 years ago
  39. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  40. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  41. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  42. 86f7109 Issue #25822: Add docstrings to the fields of urllib.parse results. by Senthil Kumaran · 9 years ago
  43. 4e280a6 Add a NEWS entry for Issue #22642. by Senthil Kumaran · 9 years ago
  44. e2c9adb Closes #25348: Merge with 3.5 by Zachary Ware · 9 years ago
  45. bed30c3 Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat by Zachary Ware · 9 years ago
  46. 305e355 Merge heads. by Barry Warsaw · 9 years ago
  47. 3d220cc As per further discussion, re-enable the typeobject.c guard for picklability. by Barry Warsaw · 9 years ago
  48. 0633cb7 Merge 3.5 by doko@ubuntu.com · 9 years ago
  49. b2b1217 - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars by doko@ubuntu.com · 9 years ago
  50. 37dc2b2 Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. by Yury Selivanov · 9 years ago
  51. ec71f17 Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  52. 885e193 Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  53. 4f8273d Merge 3.5 (issue #26050) by Yury Selivanov · 9 years ago
  54. b4b8a0e Merge 3.4 (Issue #26050) by Yury Selivanov · 9 years ago
  55. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 9 years ago
  56. 96b531a Issue #26069: Remove the deprecated apis in the trace module. by Senthil Kumaran · 9 years ago
  57. 3feb946 Add missing Misc/NEWS update by Andrew Svetlov · 9 years ago
  58. 34dd59e merge 3.5 by Andrew Svetlov · 9 years ago
  59. c07b16b Sync with asyncio repo by Andrew Svetlov · 9 years ago
  60. 3acf170 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  61. 2a97f8a Issue #26029: Remove extraneous word. Patch by Upendra Kumar. by Terry Jan Reedy · 9 years ago
  62. b94591c merge from 3.5 by Senthil Kumaran · 9 years ago
  63. 81bc927 Issue #22138: Fix mock.patch behavior when patching descriptors. Restore by Senthil Kumaran · 9 years ago
  64. 5db60aa merge 3.5 (closes #25672) by Benjamin Peterson · 9 years ago
  65. 3b1a8b3 enable SSL_MODE_RELEASE_BUFFERS by Benjamin Peterson · 9 years ago
  66. 483397a Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  67. 1a4afec Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  68. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 9 years ago
  69. e630b68 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  70. 520f297 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  71. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 9 years ago
  72. 080169c Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  73. d54377d Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  74. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 9 years ago
  75. 317f64f #21815: violate IMAP RFC to be compatible with, e.g., gmail by R David Murray · 9 years ago
  76. 01759d5 Merge: #22709: Use stdin as-is if it does not have a buffer attribute. by R David Murray · 9 years ago
  77. 830207e #22709: Use stdin as-is if it does not have a buffer attribute. by R David Murray · 9 years ago
  78. 288cb25 Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 9 years ago
  79. 42bf8fc Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 9 years ago
  80. 0d250bc Issue #25971: Optimized creating Fractions from floats by 2 times and from by Serhiy Storchaka · 9 years ago
  81. 5aab44b merge 3.5 (#25973) by Benjamin Peterson · 9 years ago
  82. 3cc8f4b make recording and reporting errors and nonlocal and global directives more robust (closes #25973) by Benjamin Peterson · 9 years ago
  83. eae3079 Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. by Brett Cannon · 9 years ago
  84. 6f54708 Fix typo. by Stefan Krah · 9 years ago
  85. e3f359c Merge. by Stefan Krah · 9 years ago
  86. 53f2e0a Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by by Stefan Krah · 9 years ago
  87. e3a7d26 Issue #25447: Copying the lru_cache() wrapper object now always works, by Serhiy Storchaka · 9 years ago
  88. e4d65e3 Issue #25447: Copying the lru_cache() wrapper object now always works, by Serhiy Storchaka · 9 years ago
  89. 1e3c3e9 Issue #25768: Make compileall functions return booleans and document by Brett Cannon · 9 years ago
  90. 4a4ca7c Merge for issue #12484 by Brett Cannon · 9 years ago
  91. 762d5ea Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension(). by Brett Cannon · 9 years ago
  92. 0792451 Merge for issue #25874 by Brett Cannon · 9 years ago
  93. 85622e4 Issue #25874: Clarify platform support in the "Using Python on Windows" doc. by Brett Cannon · 9 years ago
  94. f9253c9 Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 9 years ago
  95. f81be8a Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 9 years ago
  96. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  97. ea8c431 Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. by Serhiy Storchaka · 9 years ago
  98. bc4ded95 Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. by Serhiy Storchaka · 9 years ago
  99. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  100. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago