1. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  2. 0c3ea09 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  3. 2b4b377 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  4. a663069 Issue #20465: Update Windows installer to SQLite 3.8.3.1. by Martin v. Löwis · 10 years ago
  5. 09257f7 Issue #20465: Update Windows installer to SQLite 3.8.3.1. by Martin v. Löwis · 10 years ago
  6. 582538b Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  7. 5e6faf7 Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  8. d930d85 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  9. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  10. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 10 years ago
  11. bb386cf Update NEWS for 3.3.5rc2. by Georg Brandl · 10 years ago
  12. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 10 years ago
  13. 150570a merge 3.3 by Benjamin Peterson · 10 years ago
  14. 9e90b12 add Chris Angelico by Benjamin Peterson · 10 years ago
  15. 90c5c8a Issue #20465: fix NEWS typo (it's 3.8.3.1) by Ned Deily · 10 years ago
  16. 3231bc0 Issue #20465: fix NEWS typo (it's 3.8.3.1) by Ned Deily · 10 years ago
  17. c1195c7 Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. by Ned Deily · 10 years ago
  18. 2515edd Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. by Ned Deily · 10 years ago
  19. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 10 years ago
  20. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 10 years ago
  21. 07d843a Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  22. a46cf12 Close #20757: return success for skipped pip uninstall by Nick Coghlan · 10 years ago
  23. 0f38478 merge for issue #20778 by Brett Cannon · 10 years ago
  24. 9c17ff9 Merge heads by Martin v. Löwis · 10 years ago
  25. 78f1e4c Merge with 3.3 by Martin v. Löwis · 10 years ago
  26. f808df3 Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  27. 4a6dc3a Close #20757: return success for skipped pip uninstall by Nick Coghlan · 10 years ago
  28. b807577 Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten. by Antoine Pitrou · 10 years ago
  29. dc9215f Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten. by Antoine Pitrou · 10 years ago
  30. 7b80716 Mention issue 20621 fix in the NEWS file for 3.3.5rc1. by Gregory P. Smith · 10 years ago
  31. 1e923de Fix formatting in NEWS entry. by R David Murray · 10 years ago
  32. ef85119 Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix(). by Antoine Pitrou · 11 years ago
  33. b1f6556 Fix wording of NEWS entry. by R David Murray · 11 years ago
  34. 6225260 Remove redundant NEWS entry. by R David Murray · 11 years ago
  35. c8400a4 Fix NEWS entry wording. by R David Murray · 11 years ago
  36. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 11 years ago
  37. eb44b2d Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago
  38. 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 11 years ago
  39. aa5e299 Fix wording in NEWS entry. by R David Murray · 11 years ago
  40. 8a14ea4 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  41. 220cc21 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 11 years ago
  42. 784a3ff Fix wording in news entry. by R David Murray · 11 years ago
  43. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 11 years ago
  44. e12675a Bump to 3.3.5rc1. by Georg Brandl · 11 years ago
  45. 1db0eac Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 11 years ago
  46. 1ac4261 Issue #19748: On AIX, time.mktime() now raises an OverflowError for year by Victor Stinner · 11 years ago
  47. 24a882b Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 11 years ago
  48. 5285571 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  49. 2d65951 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  50. cd153f8 Misc/NEWS: Add some missing news items re asyncio. by Yury Selivanov · 11 years ago
  51. f4558e8 merge heads by Yury Selivanov · 11 years ago
  52. 57d240e inspect: Fix getfullargspec() to not to follow __wrapped__ chains by Yury Selivanov · 11 years ago
  53. 056eb02 Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. by Serhiy Storchaka · 11 years ago
  54. 22234da Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  55. e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  56. ff827f0 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 11 years ago
  57. 5f47ac2 (Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() now by Victor Stinner · 11 years ago
  58. d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores by Victor Stinner · 11 years ago
  59. 34ce99f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 11 years ago
  60. b59e442 Issue #20609: Merge with 3.3. by Zachary Ware · 11 years ago
  61. 9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. by Zachary Ware · 11 years ago
  62. 8e7761e Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS. by Yury Selivanov · 11 years ago
  63. c36e504 Issue #20510: Merge with 3.3. by Zachary Ware · 11 years ago
  64. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  65. 79bf899 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  66. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  67. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
  68. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 11 years ago
  69. e686c5c look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 11 years ago
  70. e2df5cf Issue #19744: Handle missing SSL/TLS in ensurepip by Nick Coghlan · 11 years ago
  71. b7bb675 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  72. b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  73. 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 11 years ago
  74. 15054c1 Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 11 years ago
  75. 7dfaa27 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
  76. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
  77. 5bdfc51 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  78. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  79. e18e787 merge 3.3 (#20594) by Benjamin Peterson · 11 years ago
  80. 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 11 years ago
  81. 40be9e5 remove dynamic initializer lists for c89 compliance (closes #20595) by Benjamin Peterson · 11 years ago
  82. 801fe93 whatsnew: __complex__ may not return float, .so may have multiple python modules by R David Murray · 11 years ago
  83. fea7e73 Merge heads by Serhiy Storchaka · 11 years ago
  84. 6a45021 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  85. 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  86. 3f99504 Merge Python 3.4.0rc1 release branch. by Larry Hastings · 11 years ago
  87. 4cce8f2 Python 3.4.0rc1: Post-release updates. by Larry Hastings · 11 years ago
  88. 42ec031 merge 3.3 (#20588) by Benjamin Peterson · 11 years ago
  89. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 11 years ago
  90. e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 11 years ago
  91. 8f9c20b merge with 3.3.4 releasing repo by Georg Brandl · 11 years ago
  92. a37fcb2 Post-release updates. by Georg Brandl · 11 years ago
  93. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 11 years ago
  94. f34177a Version bump for Python 3.4.0rc2. by Larry Hastings · 11 years ago
  95. 7850541 Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 11 years ago
  96. 13da6a1 Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 11 years ago
  97. 0c9beb6 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  98. 389b036 Misc/NEWS: Add some missing news items re asyncio. by Yury Selivanov · 11 years ago
  99. ff385b8 inspect: Fix getfullargspec() to not to follow __wrapped__ chains by Yury Selivanov · 11 years ago
  100. 569efa2 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 11 years ago