1. bdc4b02 cast negative numbers to size_t before shifting them (#20929) by Benjamin Peterson · 10 years ago
  2. d664db8 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 10 years ago
  3. f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 10 years ago
  4. f1e8c70 Merge 3.3 (#11599) by Éric Araujo · 10 years ago
  5. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 10 years ago
  6. 67266d1 merge 3.3 by Benjamin Peterson · 10 years ago
  7. f993399 add Sean Rodman by Benjamin Peterson · 10 years ago
  8. a0fe1f7 Merge 3.3 (#4931) by Éric Araujo · 10 years ago
  9. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 10 years ago
  10. 1243c7d Issue #19157: Include the broadcast address in the usuable hosts for IPv6 by Peter Moody · 10 years ago
  11. 30781e9 whatsnew: urllib Request objects are now reusable. by R David Murray · 10 years ago
  12. e8db162 whatsnew: PEP 424 implementation. by R David Murray · 10 years ago
  13. d840b8d whatsnew: multiprocessing start methods and context (#8713 and #18999) by R David Murray · 10 years ago
  14. c51ebce whatsnew: logging.config.listen *verify* (#15452). by R David Murray · 10 years ago
  15. 416616f whatsnew: logging.fileConfig accepts ConfigParser instances. (#16110) by R David Murray · 10 years ago
  16. c51eaf5 whatsnew: ChainMap.new_child *m* argument. by R David Murray · 10 years ago
  17. 6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. by Ned Deily · 10 years ago
  18. e512729 Issue #20875: Merge from 3.3 by Ned Deily · 10 years ago
  19. b8bf995 #20871: improve email policy test coverage. by R David Murray · 10 years ago
  20. 5e572fd merge with 3.3.5 release repo by Georg Brandl · 10 years ago
  21. 92d2d34 Post-release update. by Georg Brandl · 10 years ago
  22. fbd7518 Bump to 3.3.5 final. by Georg Brandl · 10 years ago
  23. 19f1df6 Tweak NEWS so some additional issue numbers become links in html version. by R David Murray · 10 years ago
  24. 05fad4e Remove redundant NEWS entry. by R David Murray · 10 years ago
  25. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  26. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  27. 04edfdf whatsnew: tweak a couple importlib porting notes. by R David Murray · 10 years ago
  28. a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 10 years ago
  29. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  30. 2b4b377 Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. by Martin v. Löwis · 10 years ago
  31. 09257f7 Issue #20465: Update Windows installer to SQLite 3.8.3.1. by Martin v. Löwis · 10 years ago
  32. 5e6faf7 Issue #20748: Uninstalling pip does not leave behind the pyc of by Martin v. Löwis · 10 years ago
  33. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 10 years ago
  34. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 10 years ago
  35. bb386cf Update NEWS for 3.3.5rc2. by Georg Brandl · 10 years ago
  36. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 10 years ago
  37. 150570a merge 3.3 by Benjamin Peterson · 10 years ago
  38. 9e90b12 add Chris Angelico by Benjamin Peterson · 10 years ago
  39. 3231bc0 Issue #20465: fix NEWS typo (it's 3.8.3.1) by Ned Deily · 10 years ago
  40. 2515edd Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. by Ned Deily · 10 years ago
  41. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 10 years ago
  42. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 10 years ago
  43. 0f38478 merge for issue #20778 by Brett Cannon · 10 years ago
  44. 9c17ff9 Merge heads by Martin v. Löwis · 10 years ago
  45. 78f1e4c Merge with 3.3 by Martin v. Löwis · 10 years ago
  46. f808df3 Close #20568: install unversioned pip command on Windows by Nick Coghlan · 10 years ago
  47. 4a6dc3a Close #20757: return success for skipped pip uninstall by Nick Coghlan · 10 years ago
  48. 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
  49. 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
  50. 7b80716 Mention issue 20621 fix in the NEWS file for 3.3.5rc1. by Gregory P. Smith · 10 years ago
  51. 1e923de Fix formatting in NEWS entry. by R David Murray · 10 years ago
  52. ef85119 Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix(). by Antoine Pitrou · 10 years ago
  53. b1f6556 Fix wording of NEWS entry. by R David Murray · 10 years ago
  54. 6225260 Remove redundant NEWS entry. by R David Murray · 10 years ago
  55. c8400a4 Fix NEWS entry wording. by R David Murray · 10 years ago
  56. 94ee389 Issue #19619: Blacklist non-text codecs in method API by Serhiy Storchaka · 10 years ago
  57. eb44b2d Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 10 years ago
  58. 20f8728 Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. by Serhiy Storchaka · 10 years ago
  59. aa5e299 Fix wording in NEWS entry. by R David Murray · 10 years ago
  60. 8a14ea4 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 10 years ago
  61. 220cc21 Issue #20743: Fix a reference leak in test_tcl. by Antoine Pitrou · 10 years ago
  62. 784a3ff Fix wording in news entry. by R David Murray · 10 years ago
  63. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 10 years ago
  64. e12675a Bump to 3.3.5rc1. by Georg Brandl · 10 years ago
  65. 1db0eac Issue #20641: Run custom actions with the NoImpersonate flag to support UAC. by Martin v. Löwis · 10 years ago
  66. 1ac4261 Issue #19748: On AIX, time.mktime() now raises an OverflowError for year by Victor Stinner · 10 years ago
  67. 24a882b Issue #20710: The pydoc summary line no longer displays the "self" parameter by Larry Hastings · 10 years ago
  68. 5285571 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 10 years ago
  69. 2d65951 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 10 years ago
  70. cd153f8 Misc/NEWS: Add some missing news items re asyncio. by Yury Selivanov · 10 years ago
  71. f4558e8 merge heads by Yury Selivanov · 10 years ago
  72. 57d240e inspect: Fix getfullargspec() to not to follow __wrapped__ chains by Yury Selivanov · 10 years ago
  73. 056eb02 Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago
  74. 22234da Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 10 years ago
  75. e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 10 years ago
  76. ff827f0 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 10 years ago
  77. 5f47ac2 (Merge 3.3) Issue #19612: On Windows, subprocess.Popen.communicate() now by Victor Stinner · 10 years ago
  78. d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores by Victor Stinner · 10 years ago
  79. 34ce99f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 10 years ago
  80. b59e442 Issue #20609: Merge with 3.3. by Zachary Ware · 10 years ago
  81. 9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. by Zachary Ware · 10 years ago
  82. 8e7761e Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS. by Yury Selivanov · 10 years ago
  83. c36e504 Issue #20510: Merge with 3.3. by Zachary Ware · 10 years ago
  84. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 10 years ago
  85. 79bf899 Merge with 3.3 by Terry Jan Reedy · 10 years ago
  86. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 10 years ago
  87. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 10 years ago
  88. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 10 years ago
  89. e686c5c look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 10 years ago
  90. e2df5cf Issue #19744: Handle missing SSL/TLS in ensurepip by Nick Coghlan · 10 years ago
  91. b7bb675 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 10 years ago
  92. b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 10 years ago
  93. 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 10 years ago
  94. 15054c1 Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 10 years ago
  95. 7dfaa27 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 10 years ago
  96. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 10 years ago
  97. 5bdfc51 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 10 years ago
  98. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 10 years ago
  99. e18e787 merge 3.3 (#20594) by Benjamin Peterson · 10 years ago
  100. 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 10 years ago