1. 7e60f51 Issue #20644: OS X installer build support for documentation build changes by Ned Deily · 10 years ago
  2. 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 10 years ago
  3. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 10 years ago
  4. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  5. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 10 years ago
  6. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 10 years ago
  7. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 10 years ago
  8. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 10 years ago
  9. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 10 years ago
  10. f5bdfda merge 3.3 by Benjamin Peterson · 11 years ago
  11. aa2d085 merge 3.2 by Benjamin Peterson · 11 years ago
  12. 8aef28a add Ian Beer by Benjamin Peterson · 11 years ago
  13. ff57aef update notes to talk about -X showrefcount by Benjamin Peterson · 11 years ago
  14. 3da9fbb Add test case for freeze. by Martin v. Löwis · 11 years ago
  15. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 11 years ago
  16. a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 11 years ago
  17. f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 11 years ago
  18. c420343 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 11 years ago
  19. e50f9aa Issue #19697: Document cases where __main__.__spec__ is None. by Eric Snow · 11 years ago
  20. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  21. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  22. 2542b66 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 11 years ago
  23. b1d060b inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 11 years ago
  24. 00abf38 asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 by Yury Selivanov · 11 years ago
  25. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  26. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 11 years ago
  27. 1f99f9d Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago
  28. 3e952d5 Issue #20633: Replace relative import by absolute import. by Richard Oudkerk · 11 years ago
  29. 4137465 Issue #21043: Remove the recommendation for specific CA organizations by Donald Stufft · 11 years ago
  30. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 11 years ago
  31. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
  32. c346060 Merge 3.3. by Richard Oudkerk · 11 years ago
  33. 80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. by Richard Oudkerk · 11 years ago
  34. a40675a Issue #20990: Fix issues found by pyflakes for multiprocessing. by Richard Oudkerk · 11 years ago
  35. 0bebbc3 Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". by Antoine Pitrou · 11 years ago
  36. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 11 years ago
  37. a00c240 Issue #20884: Don't assume in importlib.__init__ that __file__ is defined. by Brett Cannon · 11 years ago
  38. deec16b add Nehal Hussain by Benjamin Peterson · 11 years ago
  39. d6a91a7 Issue #20879: Delay the initialization of encoding and decoding tables for by Victor Stinner · 11 years ago
  40. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
  41. e41b73c Post-release verion bump for 3.4.0(+). by Larry Hastings · 11 years ago
  42. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 11 years ago
  43. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
  44. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
  45. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  46. b6b6a6d Issue #20939: merge from 3.3 by Ned Deily · 11 years ago
  47. 7e7fb03 Issue #20939: merge from 3.3 by Ned Deily · 11 years ago
  48. b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  49. bdc4b02 cast negative numbers to size_t before shifting them (#20929) by Benjamin Peterson · 11 years ago
  50. 6dfc632 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
  51. d664db8 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
  52. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  53. f993399 add Sean Rodman by Benjamin Peterson · 11 years ago
  54. f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 11 years ago
  55. f1e8c70 Merge 3.3 (#11599) by Éric Araujo · 11 years ago
  56. 67266d1 merge 3.3 by Benjamin Peterson · 11 years ago
  57. a0fe1f7 Merge 3.3 (#4931) by Éric Araujo · 11 years ago
  58. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  59. 1243c7d Issue #19157: Include the broadcast address in the usuable hosts for IPv6 by Peter Moody · 11 years ago
  60. 30781e9 whatsnew: urllib Request objects are now reusable. by R David Murray · 11 years ago
  61. e8db162 whatsnew: PEP 424 implementation. by R David Murray · 11 years ago
  62. d840b8d whatsnew: multiprocessing start methods and context (#8713 and #18999) by R David Murray · 11 years ago
  63. c51ebce whatsnew: logging.config.listen *verify* (#15452). by R David Murray · 11 years ago
  64. 416616f whatsnew: logging.fileConfig accepts ConfigParser instances. (#16110) by R David Murray · 11 years ago
  65. c51eaf5 whatsnew: ChainMap.new_child *m* argument. by R David Murray · 11 years ago
  66. 6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. by Ned Deily · 11 years ago
  67. e512729 Issue #20875: Merge from 3.3 by Ned Deily · 11 years ago
  68. b8bf995 #20871: improve email policy test coverage. by R David Murray · 11 years ago
  69. 5e572fd merge with 3.3.5 release repo by Georg Brandl · 11 years ago
  70. 92d2d34 Post-release update. by Georg Brandl · 11 years ago
  71. fbd7518 Bump to 3.3.5 final. by Georg Brandl · 11 years ago
  72. 19f1df6 Tweak NEWS so some additional issue numbers become links in html version. by R David Murray · 11 years ago
  73. 6b5284f Mark branch as being after Python 3.4.0rc3. by Larry Hastings · 11 years ago
  74. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 11 years ago
  75. 05fad4e Remove redundant NEWS entry. by R David Murray · 11 years ago
  76. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 11 years ago
  77. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  78. 62b4b9e Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
  79. 04edfdf whatsnew: tweak a couple importlib porting notes. by R David Murray · 11 years ago
  80. a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  81. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
  82. 0c3ea09 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 11 years ago
  83. 2b4b377 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 11 years ago
  84. a663069 Issue #20465: Update Windows installer to SQLite 3.8.3.1. by Martin v. Löwis · 11 years ago
  85. 09257f7 Issue #20465: Update Windows installer to SQLite 3.8.3.1. by Martin v. Löwis · 11 years ago
  86. 582538b Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 11 years ago
  87. 5e6faf7 Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 11 years ago
  88. d930d85 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 11 years ago
  89. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 11 years ago
  90. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 11 years ago
  91. bb386cf Update NEWS for 3.3.5rc2. by Georg Brandl · 11 years ago
  92. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 11 years ago
  93. 150570a merge 3.3 by Benjamin Peterson · 11 years ago
  94. 9e90b12 add Chris Angelico by Benjamin Peterson · 11 years ago
  95. 90c5c8a Issue #20465: fix NEWS typo (it's 3.8.3.1) by Ned Deily · 11 years ago
  96. 3231bc0 Issue #20465: fix NEWS typo (it's 3.8.3.1) by Ned Deily · 11 years ago
  97. c1195c7 Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. by Ned Deily · 11 years ago
  98. 2515edd Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. by Ned Deily · 11 years ago
  99. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 11 years ago
  100. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 11 years ago