1. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 11 years ago v3.4.0rc3
  2. 62b4b9e Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
  3. 0c3ea09 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 11 years ago
  4. a663069 Issue #20465: Update Windows installer to SQLite 3.8.3.1. by Martin v. Löwis · 11 years ago
  5. 582538b Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 11 years ago
  6. d930d85 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 11 years ago
  7. 90c5c8a Issue #20465: fix NEWS typo (it's 3.8.3.1) by Ned Deily · 11 years ago
  8. c1195c7 Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. by Ned Deily · 11 years ago
  9. 07d843a Close #20568: install unversioned pip command on Windows by Nick Coghlan · 11 years ago
  10. a46cf12 Close #20757: return success for skipped pip uninstall by Nick Coghlan · 11 years ago
  11. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 12 years ago
  12. f34177a Version bump for Python 3.4.0rc2. by Larry Hastings · 12 years ago v3.4.0rc2
  13. 7850541 Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 12 years ago
  14. 13da6a1 Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 12 years ago
  15. 0c9beb6 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 12 years ago
  16. 389b036 Misc/NEWS: Add some missing news items re asyncio. by Yury Selivanov · 12 years ago
  17. ff385b8 inspect: Fix getfullargspec() to not to follow __wrapped__ chains by Yury Selivanov · 12 years ago
  18. 569efa2 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 12 years ago
  19. 026019f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 12 years ago
  20. ee227ae Issue #20609: Merge with 3.3. by Zachary Ware · 12 years ago
  21. 907f017 Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS. by Yury Selivanov · 12 years ago
  22. a91ff14 Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 12 years ago
  23. 2626fab look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 12 years ago
  24. c00fa63 Issue #19744: Handle missing SSL/TLS in ensurepip by Nick Coghlan · 12 years ago
  25. e84fde9 set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 12 years ago
  26. 933538e Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 12 years ago
  27. 5d95afa merge 3.3 (#20594) by Benjamin Peterson · 12 years ago
  28. 4cce8f2 Python 3.4.0rc1: Post-release updates. by Larry Hastings · 12 years ago
  29. e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 12 years ago v3.4.0rc1
  30. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 12 years ago
  31. 69a2547 Issue #20530: The signatures for slot builtins have been updated by Larry Hastings · 12 years ago
  32. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago
  33. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
  34. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 12 years ago
  35. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 12 years ago
  36. d979e43 Close #20500: Don't trigger PyObject_Str assertion at shutdown by Nick Coghlan · 12 years ago
  37. 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 12 years ago
  38. 66c3d18 Merge: #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
  39. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
  40. b7d6d2a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 12 years ago
  41. 0c1e31a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 12 years ago
  42. 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 12 years ago
  43. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 12 years ago
  44. ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 12 years ago
  45. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 12 years ago
  46. c030270 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  47. a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 12 years ago
  48. 4a7668a Close #20536: correctly handle Decimal exponents in statistics by Nick Coghlan · 12 years ago
  49. f45e3e3 Merge #18805 NEWS fix from 3.3 by Nick Coghlan · 12 years ago
  50. 98585b6 Fix #18805 NEWS entry by Nick Coghlan · 12 years ago
  51. aad0ea0 Merge fix for #18805 from 3.3 by Nick Coghlan · 12 years ago
  52. 932346f Issue #18805: better netmask validation in ipaddress by Nick Coghlan · 12 years ago
  53. 6cbf151 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 12 years ago
  54. 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 12 years ago
  55. 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 12 years ago
  56. bfd68bf Issue #20478: avoid special casing Counter in statistics by Nick Coghlan · 12 years ago
  57. ec1c809 More asyncio news. by Guido van Rossum · 12 years ago
  58. c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 12 years ago
  59. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 12 years ago
  60. bd3a11b #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
  61. 95ff723 #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 12 years ago
  62. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 12 years ago
  63. aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 12 years ago
  64. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
  65. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
  66. 3303b6a Merge for issue #20488 by Brett Cannon · 12 years ago
  67. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 12 years ago
  68. f811bbf Issue #6386: When executing a script that's a symlink, the directory by Brett Cannon · 12 years ago
  69. 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 12 years ago
  70. 255493c Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 12 years ago
  71. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 12 years ago
  72. 2aa15d8 Issue #20465: Update SQLite shipped with OS X installer to 3.8.3. by Ned Deily · 12 years ago
  73. 25ff287 Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 12 years ago
  74. d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 12 years ago
  75. e9e8907 merge 3.3 (#19186) by Benjamin Peterson · 12 years ago
  76. 091d017 restore namespacing of pyexpat symbols (closes #19186) by Benjamin Peterson · 12 years ago
  77. 6edd82a Close #20053: ignore default pip config settings by Nick Coghlan · 12 years ago
  78. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 12 years ago
  79. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 12 years ago
  80. cb306d1 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 12 years ago
  81. c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 12 years ago
  82. c49672f Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 12 years ago
  83. d2cc743 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 12 years ago
  84. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 12 years ago
  85. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 12 years ago
  86. 1328e9d Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
  87. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 12 years ago
  88. a56d4e8 whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. by R David Murray · 12 years ago
  89. 2315779 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 12 years ago
  90. c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 12 years ago
  91. 153d97b #20288: merge with 3.3. by Ezio Melotti · 12 years ago
  92. f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 12 years ago
  93. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 12 years ago
  94. 524be30 tracemalloc: Fix slicing traces and fix slicing a traceback. by Victor Stinner · 12 years ago
  95. 8f74a73 Issue #20354: Mention the fix in Misc/NEWS by Victor Stinner · 12 years ago
  96. a17b6bb Issue #20162: Fix an alignment issue in the siphash24() hash function which by Victor Stinner · 12 years ago
  97. 6d300d6 Fix extra line added in 0bcf23a52d55 by Brian Quinlan · 12 years ago
  98. 2b754f4 Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed by Brian Quinlan · 12 years ago
  99. 63da7c7 inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 by Yury Selivanov · 12 years ago
  100. 4ded1f3 NEWS: Add news item for #18801 by Yury Selivanov · 12 years ago