1. ce5179f Issue #23601: Use small object allocator for dict key objects by Raymond Hettinger · 9 years ago
  2. 396cbd6 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  3. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  4. cca3299 Issue #4806: Merge * unpacking fix from 3.5 by Martin Panter · 9 years ago
  5. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 9 years ago
  6. 2552c2d Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  7. 0a20bbf Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  8. 8abaa9a Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  9. d5db573 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  10. c8d2fb4 Merge 3.5: Issue #26227 by Victor Stinner · 9 years ago
  11. 7240030 Windows: Decode hostname from ANSI code page by Victor Stinner · 9 years ago
  12. 9d48869 Issue #19023: Merge ctypes doc and tests from 3.5 by Martin Panter · 9 years ago
  13. 34360c8 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  14. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  15. f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
  16. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 9 years ago
  17. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  18. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  19. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  20. e3560a7 site: error on sitecustomize import error by Victor Stinner · 9 years ago
  21. 875dde4 Merge 3.5 (doc) by Victor Stinner · 9 years ago
  22. d99cd33 Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  23. 2b0b5ac merge 3.5 (#26171) by Benjamin Peterson · 9 years ago
  24. 47b8ba2 merge 3.4 (#26171) by Benjamin Peterson · 9 years ago
  25. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago
  26. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  27. b56837a Merge 3.5 by Victor Stinner · 9 years ago
  28. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  29. 5ccbf79 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  30. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  31. 4918b47 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  32. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  33. 47670eb Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  34. e914cd1 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  35. 2c02849 merge 3.5 (#25731) by Benjamin Peterson · 9 years ago
  36. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago
  37. 905a97d Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 9 years ago
  38. 111c7b9 Issue #26013: Added compatibility with broken protocol 2 pickles created by Serhiy Storchaka · 9 years ago
  39. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 9 years ago
  40. 709c2ae Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  41. 332334f Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  42. ca9aab1 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 9 years ago
  43. 87fb7f6 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 9 years ago
  44. c3cd76a Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 9 years ago
  45. 10cabcb Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 9 years ago
  46. d8ce735 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  47. 1d32941 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  48. e8afd01 Issue #23883: Update news by Martin Panter · 9 years ago
  49. 4eb376c Issue #23883: Add missing APIs to calendar.__all__ by Martin Panter · 9 years ago
  50. 7978e10 Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues by Martin Panter · 9 years ago
  51. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 9 years ago
  52. 56aae8f Issue #17633: Improve support for namespace packages with zipimport. by Brett Cannon · 9 years ago
  53. 3570e02 Issue #25940: Merge self-signed.pythontest.net testing from 3.5 by Martin Panter · 9 years ago
  54. 17cbee4 Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5 by Martin Panter · 9 years ago
  55. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  56. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  57. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  58. 86f7109 Issue #25822: Add docstrings to the fields of urllib.parse results. by Senthil Kumaran · 9 years ago
  59. 4e280a6 Add a NEWS entry for Issue #22642. by Senthil Kumaran · 9 years ago
  60. e2c9adb Closes #25348: Merge with 3.5 by Zachary Ware · 9 years ago
  61. bed30c3 Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat by Zachary Ware · 9 years ago
  62. 305e355 Merge heads. by Barry Warsaw · 9 years ago
  63. 3d220cc As per further discussion, re-enable the typeobject.c guard for picklability. by Barry Warsaw · 9 years ago
  64. 0633cb7 Merge 3.5 by doko@ubuntu.com · 9 years ago
  65. b2b1217 - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars by doko@ubuntu.com · 9 years ago
  66. 37dc2b2 Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. by Yury Selivanov · 9 years ago
  67. ec71f17 Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  68. 885e193 Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  69. 4f8273d Merge 3.5 (issue #26050) by Yury Selivanov · 9 years ago
  70. b4b8a0e Merge 3.4 (Issue #26050) by Yury Selivanov · 9 years ago
  71. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 9 years ago
  72. 96b531a Issue #26069: Remove the deprecated apis in the trace module. by Senthil Kumaran · 9 years ago
  73. 3feb946 Add missing Misc/NEWS update by Andrew Svetlov · 9 years ago
  74. 34dd59e merge 3.5 by Andrew Svetlov · 9 years ago
  75. c07b16b Sync with asyncio repo by Andrew Svetlov · 9 years ago
  76. 3acf170 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  77. 2a97f8a Issue #26029: Remove extraneous word. Patch by Upendra Kumar. by Terry Jan Reedy · 9 years ago
  78. b94591c merge from 3.5 by Senthil Kumaran · 9 years ago
  79. 81bc927 Issue #22138: Fix mock.patch behavior when patching descriptors. Restore by Senthil Kumaran · 9 years ago
  80. 5db60aa merge 3.5 (closes #25672) by Benjamin Peterson · 9 years ago
  81. 3b1a8b3 enable SSL_MODE_RELEASE_BUFFERS by Benjamin Peterson · 9 years ago
  82. 483397a Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  83. 1a4afec Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  84. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 9 years ago
  85. 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
  86. 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
  87. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 9 years ago
  88. 080169c Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  89. d54377d Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  90. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 9 years ago
  91. 317f64f #21815: violate IMAP RFC to be compatible with, e.g., gmail by R David Murray · 9 years ago
  92. 01759d5 Merge: #22709: Use stdin as-is if it does not have a buffer attribute. by R David Murray · 9 years ago
  93. 830207e #22709: Use stdin as-is if it does not have a buffer attribute. by R David Murray · 9 years ago
  94. 288cb25 Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 9 years ago
  95. 42bf8fc Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 9 years ago
  96. 0d250bc Issue #25971: Optimized creating Fractions from floats by 2 times and from by Serhiy Storchaka · 9 years ago
  97. 5aab44b merge 3.5 (#25973) by Benjamin Peterson · 9 years ago
  98. 3cc8f4b make recording and reporting errors and nonlocal and global directives more robust (closes #25973) by Benjamin Peterson · 9 years ago
  99. eae3079 Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. by Brett Cannon · 9 years ago
  100. 6f54708 Fix typo. by Stefan Krah · 9 years ago